Pull request #43322 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at eefbd9dcdedc90afb560f2fb682c155e428f7aa1 rather than ea6760138c35c607a0b51ad041051374d8304e68 Obtained Jenkinsfile from eefbd9dcdedc90afb560f2fb682c155e428f7aa1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43322@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-05-17T11:23:31.117Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-05-17T11:23:31.120Z] Trying to pass milestone 2 [Pipeline] milestone [2022-05-17T11:23:31.204Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-05-17T11:23:31.385Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05948d03b6fdbdf33) in /home/ubuntu/workspace/moby_PR-43322 [Pipeline] { [Pipeline] checkout [2022-05-17T11:23:31.413Z] The recommended git tool is: git [2022-05-17T11:23:31.428Z] using credential docker-jenkins-github-credentials [2022-05-17T11:23:31.437Z] Cloning the remote Git repository [2022-05-17T11:23:31.437Z] Cloning with configured refspecs honoured and without tags [2022-05-17T11:23:31.439Z] Cloning repository https://github.com/moby/moby.git [2022-05-17T11:23:31.440Z] > git init /home/ubuntu/workspace/moby_PR-43322 # timeout=10 [2022-05-17T11:23:31.462Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:23:31.463Z] > git --version # timeout=10 [2022-05-17T11:23:31.468Z] > git --version # 'git version 2.17.1' [2022-05-17T11:23:31.468Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:23:31.468Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:23:47.169Z] Fetching without tags [2022-05-17T11:23:47.148Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:23:47.153Z] > git config --add remote.origin.fetch +refs/pull/43322/head:refs/remotes/origin/PR-43322 # timeout=10 [2022-05-17T11:23:47.158Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:23:47.163Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:23:47.171Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:23:47.171Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:23:47.171Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:23:47.329Z] Merging remotes/origin/master commit eefbd9dcdedc90afb560f2fb682c155e428f7aa1 into PR head commit ea6760138c35c607a0b51ad041051374d8304e68 [2022-05-17T11:23:48.506Z] Merge succeeded, producing cef2635fb05c9055679f63bcb0007c9939514dc5 [2022-05-17T11:23:48.506Z] Checking out Revision cef2635fb05c9055679f63bcb0007c9939514dc5 (PR-43322) [2022-05-17T11:23:48.634Z] Commit message: "Merge commit 'eefbd9dcdedc90afb560f2fb682c155e428f7aa1' into HEAD" [2022-05-17T11:23:48.648Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-17T11:23:47.330Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:23:47.335Z] > git checkout -f ea6760138c35c607a0b51ad041051374d8304e68 # timeout=10 [2022-05-17T11:23:47.842Z] > git remote # timeout=10 [2022-05-17T11:23:47.847Z] > git config --get remote.origin.url # timeout=10 [2022-05-17T11:23:47.852Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:23:47.852Z] > git merge eefbd9dcdedc90afb560f2fb682c155e428f7aa1 # timeout=10 [2022-05-17T11:23:48.501Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-17T11:23:48.507Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:23:48.512Z] > git checkout -f cef2635fb05c9055679f63bcb0007c9939514dc5 # timeout=10 [2022-05-17T11:23:48.635Z] > git rev-list --no-walk 91807e8d6040ce10ea7846432ea6e15ef5a12596 # timeout=10 [2022-05-17T11:23:49.236Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43322:/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-17T11:23:51.765Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) [Pipeline] node [Pipeline] node [2022-05-17T11:23:51.981Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05948d03b6fdbdf33) in /home/ubuntu/workspace/moby_PR-43322 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [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-17T11:23:52.044Z] The recommended git tool is: git [2022-05-17T11:23:52.052Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-05-17T11:23:52.067Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-05-17T11:23:52.075Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" 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] } [Pipeline] // stage [2022-05-17T11:23:52.360Z] Merging remotes/origin/master commit eefbd9dcdedc90afb560f2fb682c155e428f7aa1 into PR head commit ea6760138c35c607a0b51ad041051374d8304e68 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-05-17T11:23:52.617Z] Merge succeeded, producing dc18167fb196b5d38855bde3d914fc6d27055d27 [2022-05-17T11:23:52.617Z] Checking out Revision dc18167fb196b5d38855bde3d914fc6d27055d27 (PR-43322) [2022-05-17T11:23:52.721Z] Commit message: "Merge commit 'eefbd9dcdedc90afb560f2fb682c155e428f7aa1' into HEAD" [2022-05-17T11:23:52.729Z] First time build. Skipping changelog. [2022-05-17T11:23:52.060Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43322/.git # timeout=10 [2022-05-17T11:23:52.068Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:23:52.076Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:23:52.076Z] > git --version # timeout=10 [2022-05-17T11:23:52.081Z] > git --version # 'git version 2.17.1' [2022-05-17T11:23:52.081Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:23:52.081Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:23:52.361Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:23:52.366Z] > git checkout -f ea6760138c35c607a0b51ad041051374d8304e68 # timeout=10 [2022-05-17T11:23:52.428Z] > git remote # timeout=10 [2022-05-17T11:23:52.434Z] > git config --get remote.origin.url # timeout=10 [2022-05-17T11:23:52.450Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:23:52.450Z] > git merge eefbd9dcdedc90afb560f2fb682c155e428f7aa1 # timeout=10 [2022-05-17T11:23:52.613Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-17T11:23:52.618Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:23:52.624Z] > git checkout -f dc18167fb196b5d38855bde3d914fc6d27055d27 # timeout=10 [2022-05-17T11:23:52.722Z] > git rev-list --no-walk 91807e8d6040ce10ea7846432ea6e15ef5a12596 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-17T11:23:53.339Z] + [ PR != PR ] [2022-05-17T11:23:53.339Z] + [ master != master ] [2022-05-17T11:23:53.339Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-17T11:23:53.484Z] Running on azwin-2-b0dc00 in d:\jenkins\workspace\moby_PR-43322 [Pipeline] { [Pipeline] ws [2022-05-17T11:23:53.497Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-17T11:23:53.663Z] + docker version [2022-05-17T11:23:53.664Z] Client: Docker Engine - Community [2022-05-17T11:23:53.664Z] Version: 20.10.14 [2022-05-17T11:23:53.664Z] API version: 1.41 [2022-05-17T11:23:53.664Z] Go version: go1.16.15 [2022-05-17T11:23:53.664Z] Git commit: a224086 [2022-05-17T11:23:53.664Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-17T11:23:53.664Z] OS/Arch: linux/amd64 [2022-05-17T11:23:53.664Z] Context: default [2022-05-17T11:23:53.664Z] Experimental: true [2022-05-17T11:23:53.664Z] [2022-05-17T11:23:53.664Z] Server: Docker Engine - Community [2022-05-17T11:23:53.664Z] Engine: [2022-05-17T11:23:53.664Z] Version: 20.10.14 [2022-05-17T11:23:53.664Z] API version: 1.41 (minimum version 1.12) [2022-05-17T11:23:53.664Z] Go version: go1.16.15 [2022-05-17T11:23:53.664Z] Git commit: 87a90dc [2022-05-17T11:23:53.664Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-17T11:23:53.664Z] OS/Arch: linux/amd64 [2022-05-17T11:23:53.664Z] Experimental: true [2022-05-17T11:23:53.664Z] containerd: [2022-05-17T11:23:53.664Z] Version: 1.5.11 [2022-05-17T11:23:53.664Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:23:53.664Z] runc: [2022-05-17T11:23:53.664Z] Version: 1.0.3 [2022-05-17T11:23:53.664Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-17T11:23:53.664Z] docker-init: [2022-05-17T11:23:53.664Z] Version: 0.19.0 [2022-05-17T11:23:53.664Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-17T11:23:53.947Z] + docker info [2022-05-17T11:23:54.186Z] The recommended git tool is: git [2022-05-17T11:23:54.880Z] Client: [2022-05-17T11:23:54.880Z] Context: default [2022-05-17T11:23:54.880Z] Debug Mode: false [2022-05-17T11:23:54.880Z] Plugins: [2022-05-17T11:23:54.880Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-17T11:23:54.880Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-17T11:23:54.880Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-17T11:23:54.880Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-17T11:23:54.880Z] [2022-05-17T11:23:54.880Z] Server: [2022-05-17T11:23:54.880Z] Containers: 0 [2022-05-17T11:23:54.880Z] Running: 0 [2022-05-17T11:23:54.880Z] Paused: 0 [2022-05-17T11:23:54.880Z] Stopped: 0 [2022-05-17T11:23:54.880Z] Images: 3 [2022-05-17T11:23:54.880Z] Server Version: 20.10.14 [2022-05-17T11:23:54.880Z] Storage Driver: overlay2 [2022-05-17T11:23:54.880Z] Backing Filesystem: extfs [2022-05-17T11:23:54.880Z] Supports d_type: true [2022-05-17T11:23:54.880Z] Native Overlay Diff: true [2022-05-17T11:23:54.880Z] userxattr: false [2022-05-17T11:23:54.880Z] Logging Driver: json-file [2022-05-17T11:23:54.880Z] Cgroup Driver: cgroupfs [2022-05-17T11:23:54.880Z] Cgroup Version: 1 [2022-05-17T11:23:54.880Z] Plugins: [2022-05-17T11:23:54.880Z] Volume: local [2022-05-17T11:23:54.880Z] Network: bridge host ipvlan macvlan null overlay [2022-05-17T11:23:54.880Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-17T11:23:54.880Z] Swarm: inactive [2022-05-17T11:23:54.880Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-17T11:23:54.880Z] Default Runtime: runc [2022-05-17T11:23:54.880Z] Init Binary: docker-init [2022-05-17T11:23:54.880Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:23:54.880Z] runc version: v1.0.3-0-gf46b6ba [2022-05-17T11:23:54.880Z] init version: de40ad0 [2022-05-17T11:23:54.880Z] Security Options: [2022-05-17T11:23:54.880Z] apparmor [2022-05-17T11:23:54.880Z] seccomp [2022-05-17T11:23:54.880Z] Profile: default [2022-05-17T11:23:54.880Z] Kernel Version: 5.4.0-1071-aws [2022-05-17T11:23:54.880Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-17T11:23:54.880Z] OSType: linux [2022-05-17T11:23:54.880Z] Architecture: x86_64 [2022-05-17T11:23:54.880Z] CPUs: 2 [2022-05-17T11:23:54.880Z] Total Memory: 7.483GiB [2022-05-17T11:23:54.880Z] Name: ip-10-100-116-115 [2022-05-17T11:23:54.880Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-17T11:23:54.880Z] Docker Root Dir: /var/lib/docker [2022-05-17T11:23:54.880Z] Debug Mode: false [2022-05-17T11:23:54.880Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:23:54.880Z] Labels: [2022-05-17T11:23:54.880Z] Experimental: true [2022-05-17T11:23:54.880Z] Insecure Registries: [2022-05-17T11:23:54.880Z] 127.0.0.0/8 [2022-05-17T11:23:54.880Z] Live Restore Enabled: true [2022-05-17T11:23:54.880Z] [2022-05-17T11:23:54.880Z] WARNING: No swap limit support [Pipeline] sh [2022-05-17T11:23:55.159Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:23:55.160Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:23:55.160Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43322/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-17T11:23:55.160Z] + bash /home/ubuntu/workspace/moby_PR-43322/check-config.sh [2022-05-17T11:23:55.160Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-17T11:23:55.160Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-17T11:23:55.160Z] [2022-05-17T11:23:55.160Z] Generally Necessary: [2022-05-17T11:23:55.160Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-17T11:23:55.160Z] - apparmor: enabled and tools installed [2022-05-17T11:23:55.160Z] - CONFIG_NAMESPACES: enabled [2022-05-17T11:23:55.160Z] - CONFIG_NET_NS: enabled [2022-05-17T11:23:55.160Z] - CONFIG_PID_NS: enabled [2022-05-17T11:23:55.160Z] - CONFIG_IPC_NS: enabled [2022-05-17T11:23:55.160Z] - CONFIG_UTS_NS: enabled [2022-05-17T11:23:55.160Z] - CONFIG_CGROUPS: enabled [2022-05-17T11:23:55.160Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-17T11:23:55.160Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-17T11:23:55.160Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-17T11:23:55.160Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-17T11:23:55.160Z] - CONFIG_CPUSETS: enabled [2022-05-17T11:23:55.160Z] - CONFIG_MEMCG: enabled [2022-05-17T11:23:55.160Z] - CONFIG_KEYS: enabled [2022-05-17T11:23:55.160Z] - CONFIG_VETH: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-17T11:23:55.160Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-17T11:23:55.160Z] - CONFIG_CGROUP_BPF: enabled [2022-05-17T11:23:55.160Z] [2022-05-17T11:23:55.160Z] Optional Features: [2022-05-17T11:23:55.160Z] - CONFIG_USER_NS: enabled [2022-05-17T11:23:55.160Z] - CONFIG_SECCOMP: enabled [2022-05-17T11:23:55.160Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-17T11:23:55.418Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-17T11:23:55.418Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-17T11:23:55.418Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-17T11:23:55.418Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-17T11:23:55.418Z] - CONFIG_BLK_CGROUP: enabled [2022-05-17T11:23:55.418Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-17T11:23:55.418Z] - CONFIG_CGROUP_PERF: enabled [2022-05-17T11:23:55.418Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-17T11:23:55.418Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-17T11:23:55.418Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-17T11:23:55.418Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-17T11:23:55.418Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-17T11:23:55.418Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-17T11:23:55.418Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-17T11:23:55.418Z] - CONFIG_IP_VS: enabled (as module) [2022-05-17T11:23:55.418Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-17T11:23:55.418Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-17T11:23:55.418Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-17T11:23:55.418Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-17T11:23:55.418Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-17T11:23:55.418Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-17T11:23:55.418Z] - CONFIG_EXT4_FS: enabled [2022-05-17T11:23:55.418Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-17T11:23:55.418Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-17T11:23:55.418Z] - Network Drivers: [2022-05-17T11:23:55.418Z] - "overlay": [2022-05-17T11:23:55.418Z] - CONFIG_VXLAN: enabled (as module) [2022-05-17T11:23:55.418Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-17T11:23:55.418Z] Optional (for encrypted networks): [2022-05-17T11:23:55.418Z] - CONFIG_CRYPTO: enabled [2022-05-17T11:23:55.418Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-17T11:23:55.418Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-17T11:23:55.418Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-17T11:23:55.418Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-17T11:23:55.418Z] - CONFIG_XFRM: enabled [2022-05-17T11:23:55.418Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-17T11:23:55.418Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-17T11:23:55.418Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-17T11:23:55.418Z] - "ipvlan": [2022-05-17T11:23:55.418Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-17T11:23:55.418Z] - "macvlan": [2022-05-17T11:23:55.676Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-17T11:23:55.676Z] - CONFIG_DUMMY: enabled (as module) [2022-05-17T11:23:55.676Z] - "ftp,tftp client in container": [2022-05-17T11:23:55.676Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-17T11:23:55.676Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-17T11:23:55.676Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-17T11:23:55.676Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-17T11:23:55.676Z] - Storage Drivers: [2022-05-17T11:23:55.676Z] - "aufs": [2022-05-17T11:23:55.676Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-17T11:23:55.676Z] - "btrfs": [2022-05-17T11:23:55.676Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-17T11:23:55.676Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-17T11:23:55.676Z] - "devicemapper": [2022-05-17T11:23:55.676Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-17T11:23:55.676Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-17T11:23:55.676Z] - "overlay": [2022-05-17T11:23:55.676Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-17T11:23:55.676Z] - "zfs": [2022-05-17T11:23:55.676Z] - /dev/zfs: present [2022-05-17T11:23:55.676Z] - zfs command: missing [2022-05-17T11:23:55.676Z] - zpool command: missing [2022-05-17T11:23:55.676Z] [2022-05-17T11:23:55.676Z] Limits: [2022-05-17T11:23:55.676Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-17T11:23:55.676Z] [2022-05-17T11:23:55.676Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-17T11:23:56.021Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:dc18167fb196b5d38855bde3d914fc6d27055d27 . [2022-05-17T11:23:56.021Z] #1 [internal] load build definition from Dockerfile [2022-05-17T11:23:56.021Z] #1 sha256:9c2f1ba211c77303eaf453ba67afeb50a089c3251653061a48ce121c03e3e04e [2022-05-17T11:23:56.021Z] #1 transferring dockerfile: 17.93kB done [2022-05-17T11:23:56.021Z] #1 DONE 0.0s [2022-05-17T11:23:56.021Z] [2022-05-17T11:23:56.021Z] #2 [internal] load .dockerignore [2022-05-17T11:23:56.021Z] #2 sha256:4a7f8609127b2d07d05f6d60cc382bf72300f5cab74486c7b0f5516c354b88e0 [2022-05-17T11:23:56.021Z] #2 transferring context: 145B done [2022-05-17T11:23:56.021Z] #2 DONE 0.0s [2022-05-17T11:23:56.021Z] [2022-05-17T11:23:56.021Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-17T11:23:56.021Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-17T11:23:56.279Z] #3 DONE 0.1s [2022-05-17T11:23:56.279Z] [2022-05-17T11:23:56.279Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-17T11:23:56.279Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-17T11:23:56.279Z] #4 CACHED [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #6 [internal] load build definition from Dockerfile [2022-05-17T11:23:56.540Z] #6 sha256:0369a713149f74c2364c05d180353728fcb60acc83582556f4833c4309b604b1 [2022-05-17T11:23:56.540Z] #6 DONE 0.0s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #5 [internal] load .dockerignore [2022-05-17T11:23:56.540Z] #5 sha256:3cef461fdfa205c9eb62d8c3b3677876fb1472f36435d84e1e0a7f5ce7ae8298 [2022-05-17T11:23:56.540Z] #5 DONE 0.0s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-17T11:23:56.540Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-17T11:23:56.540Z] #8 DONE 0.1s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:23:56.540Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-17T11:23:56.540Z] #7 DONE 0.1s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #10 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-17T11:23:56.540Z] #10 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-17T11:23:56.540Z] #10 DONE 0.1s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:23:56.540Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-17T11:23:56.540Z] #9 DONE 0.1s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:23:56.540Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:23:56.540Z] #11 DONE 0.0s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:23:56.540Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-17T11:23:56.540Z] #80 DONE 0.0s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:23:56.540Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-17T11:23:56.540Z] #78 DONE 0.0s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:23:56.540Z] #35 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:23:56.540Z] #35 DONE 0.0s [2022-05-17T11:23:56.540Z] [2022-05-17T11:23:56.540Z] #31 [internal] load build context [2022-05-17T11:23:56.540Z] #31 sha256:633dcb8c899c54eded87bd22d04589500ccf0183466acb20aa7c9a456ba66764 [2022-05-17T11:23:57.106Z] #31 ... [2022-05-17T11:23:57.106Z] [2022-05-17T11:23:57.106Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-17T11:23:57.106Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-17T11:23:57.106Z] #56 DONE 0.4s [2022-05-17T11:23:57.106Z] [2022-05-17T11:23:57.106Z] #31 [internal] load build context [2022-05-17T11:23:57.107Z] #31 sha256:633dcb8c899c54eded87bd22d04589500ccf0183466acb20aa7c9a456ba66764 [2022-05-17T11:23:58.486Z] #31 transferring context: 61.19MB 1.5s done [2022-05-17T11:23:58.486Z] #31 DONE 1.6s [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #23 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-17T11:23:58.486Z] #23 sha256:e1ec129310b8f56ba255237fcf4698db1ece468edc2abfdcc11db62814863962 [2022-05-17T11:23:58.486Z] #23 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #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-17T11:23:58.486Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-17T11:23:58.486Z] #13 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #59 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-17T11:23:58.486Z] #59 sha256:1b1969ec9dd4e8824aedb7a44828a684ede72e64984f744a67d390e189d949c4 [2022-05-17T11:23:58.486Z] #59 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #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-17T11:23:58.486Z] #20 sha256:d5a6ee695fa28224a1dc282af0dd2426524d9c3f2f16e496b8b76a26d0991110 [2022-05-17T11:23:58.486Z] #20 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #77 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-17T11:23:58.486Z] #77 sha256:1bd70445900153904e66aa88bf3f28a8db8e337d6e880a01a79cf094270a13b8 [2022-05-17T11:23:58.486Z] #77 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-05-17T11:23:58.486Z] #17 sha256:86781eb3188866b82d8be57ecb83171517b0af828e80c6cf856ae78bb6812896 [2022-05-17T11:23:58.486Z] #17 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-17T11:23:58.486Z] #73 sha256:ed03302d1ffa456f879bdfbcdb7c66e27c792d828eb8af445950fd2670982332 [2022-05-17T11:23:58.486Z] #73 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #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-17T11:23:58.486Z] #41 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:23:58.486Z] #41 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #62 [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-17T11:23:58.486Z] #62 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:23:58.486Z] #62 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #25 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-17T11:23:58.486Z] #25 sha256:89bbdbfa8cf06608398bdaabf25c778a2b8fb011b327cb885e060eca7f1a0f91 [2022-05-17T11:23:58.486Z] #25 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #69 [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-17T11:23:58.486Z] #69 sha256:894ed5e32f5f54327cd6940ec556196e401177905e84c61c62c1b9c55ad09bcd [2022-05-17T11:23:58.486Z] #69 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #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-17T11:23:58.486Z] #21 sha256:6c2379b16c675dd5e311a91eba3c6f26d29780fe93c29329112b9e0a156c8b52 [2022-05-17T11:23:58.486Z] #21 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-17T11:23:58.486Z] #37 sha256:753e6c4d2d71cbf83b01e5dc9e9a30afbde00d654f2b83dd65756880a0b23a32 [2022-05-17T11:23:58.486Z] #37 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-17T11:23:58.486Z] #66 sha256:d8a85ffd41552d4bab50e79caabc4ebd80997c9fd9bc935feade465ba6be0733 [2022-05-17T11:23:58.486Z] #66 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #45 [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-17T11:23:58.486Z] #45 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-17T11:23:58.486Z] #45 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #72 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-17T11:23:58.486Z] #72 sha256:446bc694819965ce893b325476f5b9e798079ef7facde6dc377fd7a1fa70ba87 [2022-05-17T11:23:58.486Z] #72 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-05-17T11:23:58.486Z] #16 sha256:131100efbffcd67ebbc438a0f674923d92a7be883213c47c1fde96cd49ce0155 [2022-05-17T11:23:58.486Z] #16 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #82 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-17T11:23:58.486Z] #82 sha256:c0ed433a80a792024da8fc7bb22e31d84e4fbbe47b807666d463e79402e6d41c [2022-05-17T11:23:58.486Z] #82 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #28 [dev-systemd-false 7/26] 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-17T11:23:58.486Z] #28 sha256:e7aba1ebc7f0dd6ddbdc75d13116045df28aecc8cb33168f6b228432acb91be1 [2022-05-17T11:23:58.486Z] #28 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #47 [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-17T11:23:58.486Z] #47 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-17T11:23:58.486Z] #47 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #55 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-17T11:23:58.486Z] #55 sha256:687d701a19dcb0fc61a301a7db9924c6be34f54bd2b424d0c32944b1ee6a14ed [2022-05-17T11:23:58.486Z] #55 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #61 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-17T11:23:58.486Z] #61 sha256:c550e828b812e4978b2e91a731cd5d1f36ab59b5158101bb2f8377ff64c4d35c [2022-05-17T11:23:58.486Z] #61 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-05-17T11:23:58.486Z] #15 sha256:fcda4a2e82f629713d95031fab746f34bcfd07d9facbf21d012f99cc8f14f975 [2022-05-17T11:23:58.486Z] #15 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-17T11:23:58.486Z] #75 sha256:489f52507b5e20162ca6e6bb7b51c318523fd522dd1e7595e2db02d9cd536b3c [2022-05-17T11:23:58.486Z] #75 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #46 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-17T11:23:58.486Z] #46 sha256:70a5e2cfb6ff5b5193efbce75589a15ca2909c7e55ee73718ff2fb3390db0e0c [2022-05-17T11:23:58.486Z] #46 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.486Z] #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-17T11:23:58.486Z] #36 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-17T11:23:58.486Z] #36 CACHED [2022-05-17T11:23:58.486Z] [2022-05-17T11:23:58.487Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:23:58.487Z] #43 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:23:58.487Z] #43 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #51 [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-17T11:23:58.487Z] #51 sha256:87376808eab4ecfd164edb5778118e3a5093fe1b3832e3ee8a10f854eac1fac3 [2022-05-17T11:23:58.487Z] #51 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-17T11:23:58.487Z] #76 sha256:2341009185ca0026523d36506ca7724c029bd1594c9cd2cb54a0469121a95096 [2022-05-17T11:23:58.487Z] #76 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-05-17T11:23:58.487Z] #18 sha256:7de885ad4c5c3abb4440ee58fcb5ed3e645d67288a9a320dafb1ff3175001759 [2022-05-17T11:23:58.487Z] #18 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #54 [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-17T11:23:58.487Z] #54 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:23:58.487Z] #54 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #65 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-17T11:23:58.487Z] #65 sha256:d363e5515cc604d869133e7e6ddf9fea2595a60e7b8dd8fd303d6ca51aebb738 [2022-05-17T11:23:58.487Z] #65 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #44 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-17T11:23:58.487Z] #44 sha256:db772aed7527bec4e8c079956f72419dda80b2e9690c3c8574074293597d9b43 [2022-05-17T11:23:58.487Z] #44 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #71 [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-17T11:23:58.487Z] #71 sha256:6f808434673b12651ab0a02fc85ee635ef8f102139c5cf780914323402f6eb6b [2022-05-17T11:23:58.487Z] #71 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #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-17T11:23:58.487Z] #38 sha256:4897d23836de7263d30839edfa3aa9e94fc35fd7091754b20a7e8da8cdeccdc8 [2022-05-17T11:23:58.487Z] #38 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-17T11:23:58.487Z] #53 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-17T11:23:58.487Z] #53 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #22 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-17T11:23:58.487Z] #22 sha256:f960ace95f061f884aaef19cf4b6acb588d7aafa8d52a4c0e31709b9e1058de8 [2022-05-17T11:23:58.487Z] #22 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #49 [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-17T11:23:58.487Z] #49 sha256:dcf46e25fcf51c3262bd462f56d6beec9a737f6358b1cf662f296adcecda9132 [2022-05-17T11:23:58.487Z] #49 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #29 [dev-systemd-false 8/26] 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-17T11:23:58.487Z] #29 sha256:f8eb93030c7ac506371050739bef3ad85df4ae4863952c82fc973e86bff67593 [2022-05-17T11:23:58.487Z] #29 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #27 [dev-systemd-false 6/26] RUN ldconfig [2022-05-17T11:23:58.487Z] #27 sha256:e0544e8be560d83471a92c76f818f4aa1637fc5ec84ab7d65c1fd6b26df5f448 [2022-05-17T11:23:58.487Z] #27 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #57 [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-17T11:23:58.487Z] #57 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-17T11:23:58.487Z] #57 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #24 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-17T11:23:58.487Z] #24 sha256:9d2d46962e8501dddd1828123e85de2d8c282b98c5659a42ac993cade9ce0334 [2022-05-17T11:23:58.487Z] #24 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #34 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-17T11:23:58.487Z] #34 sha256:5b5bb2ec462fe61bf52c191d10188ff4eeaac62acc166d92c3e4856e7641d894 [2022-05-17T11:23:58.487Z] #34 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #60 [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-17T11:23:58.487Z] #60 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:23:58.487Z] #60 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-17T11:23:58.487Z] #50 sha256:08b0c9a6a29d0812f77d234f1e6e48a5f18f45493e052ec593e1f2149c058a4b [2022-05-17T11:23:58.487Z] #50 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-17T11:23:58.487Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-17T11:23:58.487Z] #79 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #26 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-17T11:23:58.487Z] #26 sha256:d6f649d6da96e48100c187b0fb8fe41f8bcc289a86aaab59b5cb360dd5e9a6e3 [2022-05-17T11:23:58.487Z] #26 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #30 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-17T11:23:58.487Z] #30 sha256:d51114f67b1a8165f4dd4f87fc135c06988a7cf17fddeb03ab0959d99641bfd3 [2022-05-17T11:23:58.487Z] #30 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-05-17T11:23:58.487Z] #14 sha256:96429e8b414013dd32883e63ed306b8efd72f1854e9297df732aeff7eea9fa18 [2022-05-17T11:23:58.487Z] #14 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #67 [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-17T11:23:58.487Z] #67 sha256:e7f31e1c747672262d562772c8c58f1df32ef02712a5ef8ed83273229c653b1b [2022-05-17T11:23:58.487Z] #67 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #58 [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-17T11:23:58.487Z] #58 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:23:58.487Z] #58 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #42 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-17T11:23:58.487Z] #42 sha256:fe4af8c9dcc486d1277563e61c63f1ae4753a05e663b4ceeb9b431270a423b85 [2022-05-17T11:23:58.487Z] #42 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #74 [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-17T11:23:58.487Z] #74 sha256:b956ff7990198b00907ee629385f0d91b41dd87e4136ef27b82b17ab1266dcec [2022-05-17T11:23:58.487Z] #74 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #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-17T11:23:58.487Z] #33 sha256:e056d0120e5470570156c9d670b92f4ff0c0a46a42f8dd39184b548d95284d0d [2022-05-17T11:23:58.487Z] #33 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-17T11:23:58.487Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-17T11:23:58.487Z] #81 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #48 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-17T11:23:58.487Z] #48 sha256:3bd71d0d8a6763a260d58e3a2cdf755d31133f0f92e5b5b99de57045f444de03 [2022-05-17T11:23:58.487Z] #48 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-17T11:23:58.487Z] #70 sha256:2ffec298abcf4fac47b82aea34796529b02922d109a52799c1fa4fa968a21a47 [2022-05-17T11:23:58.487Z] #70 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #64 [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-17T11:23:58.487Z] #64 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-17T11:23:58.487Z] #64 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-17T11:23:58.487Z] #32 sha256:a5c95983a6f12d32bc786774c292be9bd49c9f14bc8a90be277cad3392482c22 [2022-05-17T11:23:58.487Z] #32 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-17T11:23:58.487Z] #40 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-17T11:23:58.487Z] #40 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #68 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-17T11:23:58.487Z] #68 sha256:c719dc293ef48c148c78803c68ba8b81fb077b6370bd244b9356660d9228ecd4 [2022-05-17T11:23:58.487Z] #68 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-17T11:23:58.487Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-17T11:23:58.487Z] #12 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #63 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-17T11:23:58.487Z] #63 sha256:daaef516a919a30dbe322a7f87391ffffac2385efd4304ead50bb18af2138065 [2022-05-17T11:23:58.487Z] #63 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #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-17T11:23:58.487Z] #19 sha256:f906552b5f82ee6cc7ffaae751835b5293cfb13fa5ba15dd04916bc798787b13 [2022-05-17T11:23:58.487Z] #19 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #39 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-17T11:23:58.487Z] #39 sha256:8be3b27160cf749705c464d1ad709874902e6bf3ce9b542c8645f042732c1917 [2022-05-17T11:23:58.487Z] #39 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #52 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-17T11:23:58.487Z] #52 sha256:a03104f406dcb802a28f71628a64410cf7ba8ef86fb0a0736a55661bc499bc9a [2022-05-17T11:23:58.487Z] #52 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #83 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-17T11:23:58.487Z] #83 sha256:afd93e08d5e271807e3fd10dd52a463ab4c3a15aef2b57e89325647e50e965b9 [2022-05-17T11:23:58.487Z] #83 CACHED [2022-05-17T11:23:58.487Z] [2022-05-17T11:23:58.487Z] #84 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-17T11:23:58.487Z] #84 sha256:9c2005f7351a0a0de4c08918ff4d7e21843bcd6de7bb6031b75b8936f693b97e [2022-05-17T11:23:59.421Z] #84 DONE 0.9s [2022-05-17T11:23:59.421Z] [2022-05-17T11:23:59.421Z] #85 exporting to image [2022-05-17T11:23:59.421Z] #85 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-17T11:23:59.421Z] #85 exporting layers [2022-05-17T11:24:00.354Z] #85 exporting layers 1.0s done [2022-05-17T11:24:00.354Z] #85 writing image sha256:5cf530b82eb7dcd319e06596920cf9d68090a5460d9d6dd630826403642cddb1 done [2022-05-17T11:24:00.354Z] #85 naming to docker.io/library/docker:dc18167fb196b5d38855bde3d914fc6d27055d27 done [2022-05-17T11:24:00.354Z] #85 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-05-17T11:24:00.693Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43322/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=dc18167fb196b5d38855bde3d914fc6d27055d27 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:dc18167fb196b5d38855bde3d914fc6d27055d27 hack/validate/default [2022-05-17T11:24:01.261Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-05-17T11:24:04.545Z] Congratulations! All API changes are done the right way. [2022-05-17T11:24:04.545Z] Congratulations! All TOML source files changed here have valid syntax. [2022-05-17T11:24:04.545Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-05-17T11:24:04.545Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-05-17T11:24:04.545Z] Congratulations! No new tests were added to integration-cli. [2022-05-17T11:24:04.545Z] [2022-05-17T11:24:04.545Z] INFO Start validation with golang-ci-lint [2022-05-17T11:24:04.803Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-05-17T11:24:04.803Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-05-17T11:24:06.981Z] Still waiting to schedule task [2022-05-17T11:24:06.981Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-17T11:24:06.982Z] Still waiting to schedule task [2022-05-17T11:24:06.982Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-17T11:24:06.983Z] Still waiting to schedule task [2022-05-17T11:24:06.983Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e50a760dd8e241c2)’ [2022-05-17T11:24:06.986Z] Still waiting to schedule task [2022-05-17T11:24:06.986Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04eb3472b65b91a2d)’ [2022-05-17T11:24:06.987Z] Still waiting to schedule task [2022-05-17T11:24:06.987Z] Waiting for next available executor on ‘windows-2019’ [2022-05-17T11:24:06.993Z] Still waiting to schedule task [2022-05-17T11:24:06.993Z] Waiting for next available executor on ‘windows-2022’ [2022-05-17T11:24:19.367Z] using credential docker-jenkins-github-credentials [2022-05-17T11:24:19.446Z] Cloning the remote Git repository [2022-05-17T11:24:19.446Z] Cloning with configured refspecs honoured and without tags [2022-05-17T11:24:19.634Z] Cloning repository https://github.com/moby/moby.git [2022-05-17T11:24:20.058Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-17T11:24:20.895Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:24:20.895Z] > git --version # timeout=10 [2022-05-17T11:24:20.942Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-17T11:24:20.942Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:24:20.942Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:24:38.941Z] Fetching without tags [2022-05-17T11:24:39.673Z] Merging remotes/origin/master commit eefbd9dcdedc90afb560f2fb682c155e428f7aa1 into PR head commit ea6760138c35c607a0b51ad041051374d8304e68 [2022-05-17T11:24:38.611Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:24:38.674Z] > git config --add remote.origin.fetch +refs/pull/43322/head:refs/remotes/origin/PR-43322 # timeout=10 [2022-05-17T11:24:38.721Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:24:38.846Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:24:38.971Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:24:38.971Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:24:38.971Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:24:39.783Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:24:39.830Z] > git checkout -f ea6760138c35c607a0b51ad041051374d8304e68 # timeout=10 [2022-05-17T11:24:43.161Z] > git remote # timeout=10 [2022-05-17T11:24:46.245Z] Merge succeeded, producing b219220bc651518760980347cda7191b3e400bdf [2022-05-17T11:24:46.245Z] Checking out Revision b219220bc651518760980347cda7191b3e400bdf (PR-43322) [2022-05-17T11:24:45.258Z] > git config --get remote.origin.url # timeout=10 [2022-05-17T11:24:45.305Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:24:45.305Z] > git merge eefbd9dcdedc90afb560f2fb682c155e428f7aa1 # timeout=10 [2022-05-17T11:24:46.149Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-17T11:24:46.274Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:24:46.321Z] > git checkout -f b219220bc651518760980347cda7191b3e400bdf # timeout=10 [2022-05-17T11:24:55.506Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0273aea3c598c0813) in /home/ubuntu/workspace/moby_PR-43322 [Pipeline] { [Pipeline] checkout [2022-05-17T11:24:55.539Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03e26f2a28546c28b) in /home/ubuntu/workspace/moby_PR-43322 [Pipeline] { [Pipeline] checkout [2022-05-17T11:24:55.603Z] The recommended git tool is: git [2022-05-17T11:24:55.620Z] The recommended git tool is: git [2022-05-17T11:24:57.770Z] Commit message: "Merge commit 'eefbd9dcdedc90afb560f2fb682c155e428f7aa1' into HEAD" [2022-05-17T11:24:57.906Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-17T11:24:58.564Z] using credential docker-jenkins-github-credentials [2022-05-17T11:24:58.573Z] Cloning the remote Git repository [2022-05-17T11:24:58.574Z] Cloning with configured refspecs honoured and without tags [2022-05-17T11:24:57.796Z] > git rev-list --no-walk 91807e8d6040ce10ea7846432ea6e15ef5a12596 # timeout=10 [2022-05-17T11:24:58.838Z] using credential docker-jenkins-github-credentials [2022-05-17T11:24:58.847Z] Cloning the remote Git repository [2022-05-17T11:24:58.847Z] Cloning with configured refspecs honoured and without tags [2022-05-17T11:24:58.135Z] Cloning repository https://github.com/moby/moby.git [2022-05-17T11:24:58.189Z] > git init /home/ubuntu/workspace/moby_PR-43322 # timeout=10 [2022-05-17T11:24:58.418Z] Cloning repository https://github.com/moby/moby.git [2022-05-17T11:24:58.471Z] > git init /home/ubuntu/workspace/moby_PR-43322 # timeout=10 [2022-05-17T11:24:58.835Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:24:58.835Z] > git --version # timeout=10 [2022-05-17T11:24:58.865Z] > git --version # 'git version 2.17.1' [2022-05-17T11:24:58.865Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:24:58.868Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:24:58.448Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:24:58.449Z] > git --version # timeout=10 [2022-05-17T11:24:58.475Z] > git --version # 'git version 2.17.1' [2022-05-17T11:24:58.476Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:24:58.478Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:02.017Z] + docker version [2022-05-17T11:25:06.153Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-000ea6d692fa5a5f1) in /home/ubuntu/workspace/moby_PR-43322 [Pipeline] { [Pipeline] checkout [2022-05-17T11:25:06.351Z] The recommended git tool is: git [2022-05-17T11:25:09.485Z] using credential docker-jenkins-github-credentials [2022-05-17T11:25:09.494Z] Cloning the remote Git repository [2022-05-17T11:25:09.494Z] Cloning with configured refspecs honoured and without tags [2022-05-17T11:25:09.600Z] Cloning repository https://github.com/moby/moby.git [2022-05-17T11:25:09.698Z] > git init /home/ubuntu/workspace/moby_PR-43322 # timeout=10 [2022-05-17T11:25:10.627Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04efa57f9dcc3b347) in /home/ubuntu/workspace/moby_PR-43322 [Pipeline] { [Pipeline] checkout [2022-05-17T11:25:10.731Z] The recommended git tool is: git [2022-05-17T11:25:09.970Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:25:09.971Z] > git --version # timeout=10 [2022-05-17T11:25:09.989Z] > git --version # 'git version 2.25.1' [2022-05-17T11:25:09.989Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:10.023Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:12.431Z] Client: [2022-05-17T11:25:12.431Z] Version: 20.10.9 [2022-05-17T11:25:12.431Z] API version: 1.41 [2022-05-17T11:25:12.431Z] Go version: go1.16.8 [2022-05-17T11:25:12.431Z] Git commit: c2ea9bc [2022-05-17T11:25:12.431Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-17T11:25:12.431Z] OS/Arch: windows/amd64 [2022-05-17T11:25:12.431Z] Context: default [2022-05-17T11:25:12.431Z] Experimental: true [2022-05-17T11:25:12.431Z] [2022-05-17T11:25:12.431Z] Server: Docker Engine - Community [2022-05-17T11:25:12.431Z] Engine: [2022-05-17T11:25:12.431Z] Version: 20.10.9 [2022-05-17T11:25:12.431Z] API version: 1.41 (minimum version 1.24) [2022-05-17T11:25:12.431Z] Go version: go1.16.8 [2022-05-17T11:25:12.431Z] Git commit: 79ea9d3 [2022-05-17T11:25:12.431Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-17T11:25:12.431Z] OS/Arch: windows/amd64 [2022-05-17T11:25:12.431Z] Experimental: true [Pipeline] sh [2022-05-17T11:25:14.105Z] + docker info [2022-05-17T11:25:14.105Z] Client: [2022-05-17T11:25:14.105Z] Context: default [2022-05-17T11:25:14.105Z] Debug Mode: false [2022-05-17T11:25:14.105Z] [2022-05-17T11:25:14.105Z] Server: [2022-05-17T11:25:14.105Z] Containers: 0 [2022-05-17T11:25:14.105Z] Running: 0 [2022-05-17T11:25:14.105Z] Paused: 0 [2022-05-17T11:25:14.105Z] Stopped: 0 [2022-05-17T11:25:14.105Z] Images: 0 [2022-05-17T11:25:14.105Z] Server Version: 20.10.9 [2022-05-17T11:25:14.105Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-17T11:25:14.105Z] Windows: [2022-05-17T11:25:14.105Z] LCOW: [2022-05-17T11:25:14.105Z] Logging Driver: json-file [2022-05-17T11:25:14.105Z] Plugins: [2022-05-17T11:25:14.105Z] Volume: local [2022-05-17T11:25:14.105Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T11:25:14.105Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T11:25:14.105Z] Swarm: inactive [2022-05-17T11:25:14.105Z] Default Isolation: process [2022-05-17T11:25:14.105Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-17T11:25:14.105Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-17T11:25:14.105Z] OSType: windows [2022-05-17T11:25:14.105Z] Architecture: x86_64 [2022-05-17T11:25:14.105Z] CPUs: 4 [2022-05-17T11:25:14.105Z] Total Memory: 32GiB [2022-05-17T11:25:14.105Z] Name: azwin-2-b0dc00 [2022-05-17T11:25:14.105Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-17T11:25:14.105Z] Docker Root Dir: D:\docker [2022-05-17T11:25:14.105Z] Debug Mode: false [2022-05-17T11:25:14.105Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:25:14.105Z] Labels: [2022-05-17T11:25:14.105Z] Experimental: true [2022-05-17T11:25:14.105Z] Insecure Registries: [2022-05-17T11:25:14.105Z] 10.0.0.4:5000 [2022-05-17T11:25:14.105Z] 127.0.0.0/8 [2022-05-17T11:25:14.105Z] Registry Mirrors: [2022-05-17T11:25:14.105Z] http://10.0.0.4:5000/ [2022-05-17T11:25:14.105Z] Live Restore Enabled: false [2022-05-17T11:25:14.105Z] Product License: Community Engine [2022-05-17T11:25:14.105Z] [2022-05-17T11:25:14.173Z] using credential docker-jenkins-github-credentials [2022-05-17T11:25:14.187Z] Cloning the remote Git repository [2022-05-17T11:25:14.187Z] Cloning with configured refspecs honoured and without tags [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-05-17T11:25:14.190Z] Cloning repository https://github.com/moby/moby.git [2022-05-17T11:25:14.246Z] > git init /home/ubuntu/workspace/moby_PR-43322 # timeout=10 [Pipeline] powershell [2022-05-17T11:25:14.776Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:25:14.776Z] > git --version # timeout=10 [2022-05-17T11:25:14.802Z] > git --version # 'git version 2.25.1' [2022-05-17T11:25:14.802Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:14.804Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:21.559Z] Fetching without tags [2022-05-17T11:25:21.444Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:25:21.470Z] > git config --add remote.origin.fetch +refs/pull/43322/head:refs/remotes/origin/PR-43322 # timeout=10 [2022-05-17T11:25:21.499Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:21.527Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:25:21.562Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:25:21.562Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:21.563Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:21.620Z] Fetching without tags [2022-05-17T11:25:21.888Z] Merging remotes/origin/master commit eefbd9dcdedc90afb560f2fb682c155e428f7aa1 into PR head commit ea6760138c35c607a0b51ad041051374d8304e68 [2022-05-17T11:25:21.921Z] Merging remotes/origin/master commit eefbd9dcdedc90afb560f2fb682c155e428f7aa1 into PR head commit ea6760138c35c607a0b51ad041051374d8304e68 [2022-05-17T11:25:21.467Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:25:21.484Z] > git config --add remote.origin.fetch +refs/pull/43322/head:refs/remotes/origin/PR-43322 # timeout=10 [2022-05-17T11:25:21.513Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:21.562Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:25:21.600Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:25:21.600Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:21.602Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:21.908Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:25:21.942Z] > git checkout -f ea6760138c35c607a0b51ad041051374d8304e68 # timeout=10 [2022-05-17T11:25:22.815Z] > git remote # timeout=10 [2022-05-17T11:25:22.835Z] > git config --get remote.origin.url # timeout=10 [2022-05-17T11:25:22.847Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:22.849Z] > git merge eefbd9dcdedc90afb560f2fb682c155e428f7aa1 # timeout=10 [2022-05-17T11:25:23.758Z] Merge succeeded, producing 9ea3c5a1769b09f5b6ff15f63f647f6564a892ab [2022-05-17T11:25:23.758Z] Checking out Revision 9ea3c5a1769b09f5b6ff15f63f647f6564a892ab (PR-43322) [2022-05-17T11:25:21.901Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:25:21.930Z] > git checkout -f ea6760138c35c607a0b51ad041051374d8304e68 # timeout=10 [2022-05-17T11:25:22.721Z] > git remote # timeout=10 [2022-05-17T11:25:22.735Z] > git config --get remote.origin.url # timeout=10 [2022-05-17T11:25:22.748Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:22.749Z] > git merge eefbd9dcdedc90afb560f2fb682c155e428f7aa1 # timeout=10 [2022-05-17T11:25:23.744Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-17T11:25:23.761Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:25:23.789Z] > git checkout -f 9ea3c5a1769b09f5b6ff15f63f647f6564a892ab # timeout=10 [2022-05-17T11:25:23.919Z] Merge succeeded, producing 9ea3c5a1769b09f5b6ff15f63f647f6564a892ab [2022-05-17T11:25:23.920Z] Checking out Revision 9ea3c5a1769b09f5b6ff15f63f647f6564a892ab (PR-43322) [2022-05-17T11:25:23.868Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-17T11:25:23.903Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:25:23.922Z] > git checkout -f 9ea3c5a1769b09f5b6ff15f63f647f6564a892ab # timeout=10 [2022-05-17T11:25:27.656Z] Commit message: "Merge commit 'eefbd9dcdedc90afb560f2fb682c155e428f7aa1' into HEAD" [2022-05-17T11:25:27.681Z] First time build. Skipping changelog. [2022-05-17T11:25:27.875Z] Commit message: "Merge commit 'eefbd9dcdedc90afb560f2fb682c155e428f7aa1' into HEAD" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-17T11:25:28.716Z] + docker version [2022-05-17T11:25:27.659Z] > git rev-list --no-walk 91807e8d6040ce10ea7846432ea6e15ef5a12596 # timeout=10 [2022-05-17T11:25:29.291Z] + docker version [2022-05-17T11:25:30.297Z] Fetching without tags [2022-05-17T11:25:30.231Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:25:30.243Z] > git config --add remote.origin.fetch +refs/pull/43322/head:refs/remotes/origin/PR-43322 # timeout=10 [2022-05-17T11:25:30.256Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:30.275Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:25:30.291Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:25:30.291Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:30.292Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:30.553Z] Merging remotes/origin/master commit eefbd9dcdedc90afb560f2fb682c155e428f7aa1 into PR head commit ea6760138c35c607a0b51ad041051374d8304e68 [2022-05-17T11:25:32.001Z] Merge succeeded, producing 3ee8bf191ed50305f1d38839ad6629185240762d [2022-05-17T11:25:32.001Z] Checking out Revision 3ee8bf191ed50305f1d38839ad6629185240762d (PR-43322) [2022-05-17T11:25:30.553Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:25:30.574Z] > git checkout -f ea6760138c35c607a0b51ad041051374d8304e68 # timeout=10 [2022-05-17T11:25:31.348Z] > git remote # timeout=10 [2022-05-17T11:25:31.364Z] > git config --get remote.origin.url # timeout=10 [2022-05-17T11:25:31.373Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:31.374Z] > git merge eefbd9dcdedc90afb560f2fb682c155e428f7aa1 # timeout=10 [2022-05-17T11:25:31.984Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-17T11:25:31.995Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:25:32.012Z] > git checkout -f 3ee8bf191ed50305f1d38839ad6629185240762d # timeout=10 [2022-05-17T11:25:32.655Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-17T11:25:32.655Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f06a6267\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-17T11:25:32.655Z] ---------------------------------------------------------------------------- [2022-05-17T11:25:32.655Z] [2022-05-17T11:25:32.655Z] INFO: executeCI.ps1 starting at Tue May 17 11:25:31 CUT 2022 [2022-05-17T11:25:32.655Z] [2022-05-17T11:25:32.655Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-17T11:25:32.655Z] INFO: Running git version 2.24.1.windows.2 [2022-05-17T11:25:32.655Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-17T11:25:32.655Z] INFO: Environment variables: [2022-05-17T11:25:32.655Z] [2022-05-17T11:25:32.655Z] Name Value [2022-05-17T11:25:32.655Z] ---- ----- [2022-05-17T11:25:32.655Z] ALLUSERSPROFILE C:\ProgramData [2022-05-17T11:25:32.655Z] amd64 true [2022-05-17T11:25:32.655Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-17T11:25:32.655Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-17T11:25:32.655Z] arm64 true [2022-05-17T11:25:32.655Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-17T11:25:32.655Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-17T11:25:32.655Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-17T11:25:32.655Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-17T11:25:32.655Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-17T11:25:32.655Z] BRANCH_NAME PR-43322 [2022-05-17T11:25:32.655Z] BUILD_DISPLAY_NAME #3 [2022-05-17T11:25:32.655Z] BUILD_ID 3 [2022-05-17T11:25:32.655Z] BUILD_NUMBER 3 [2022-05-17T11:25:32.655Z] BUILD_TAG jenkins-moby-PR-43322-3 [2022-05-17T11:25:32.655Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/ [2022-05-17T11:25:32.655Z] cgroup2 true [2022-05-17T11:25:32.655Z] CHANGE_AUTHOR ndeloof [2022-05-17T11:25:32.655Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-05-17T11:25:32.655Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-05-17T11:25:32.655Z] CHANGE_BRANCH websocket_streams [2022-05-17T11:25:32.655Z] CHANGE_FORK ndeloof/docker [2022-05-17T11:25:32.655Z] CHANGE_ID 43322 [2022-05-17T11:25:32.655Z] CHANGE_TARGET master [2022-05-17T11:25:32.655Z] CHANGE_TITLE wsContainersAttach attach to stdin/out/err streams as requested [2022-05-17T11:25:32.655Z] CHANGE_URL https://github.com/moby/moby/pull/43322 [2022-05-17T11:25:32.655Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:25:32.655Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-17T11:25:32.655Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-17T11:25:32.655Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-17T11:25:32.655Z] COMPUTERNAME azwin-2-b0dc00 [2022-05-17T11:25:32.655Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-17T11:25:32.655Z] ConfigSequenceNumber 0 [2022-05-17T11:25:32.655Z] dco true [2022-05-17T11:25:32.656Z] DOCKER_BUILDKIT 0 [2022-05-17T11:25:32.656Z] DOCKER_DUT_DEBUG 1 [2022-05-17T11:25:32.656Z] DOCKER_EXPERIMENTAL 1 [2022-05-17T11:25:32.656Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-17T11:25:32.656Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-17T11:25:32.656Z] EXECUTOR_NUMBER 0 [2022-05-17T11:25:32.656Z] FQDN azwin-2-b0dc00.westus.cloudapp.azure.com [2022-05-17T11:25:32.656Z] GIT_BRANCH PR-43322 [2022-05-17T11:25:32.656Z] GIT_COMMIT b219220bc651518760980347cda7191b3e400bdf [2022-05-17T11:25:32.656Z] GIT_PREVIOUS_COMMIT 91807e8d6040ce10ea7846432ea6e15ef5a12596 [2022-05-17T11:25:32.656Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 68439c8daad57174257782ef88ad35d9d24cd9bc [2022-05-17T11:25:32.656Z] GIT_URL https://github.com/moby/moby.git [2022-05-17T11:25:32.656Z] HUDSON_COOKIE 0e0979f1-ca9e-42dd-93da-8d1248443b87 [2022-05-17T11:25:32.656Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-17T11:25:32.656Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-17T11:25:32.656Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-17T11:25:32.656Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-17T11:25:32.656Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-17T11:25:32.656Z] JENKINS_NODE_COOKIE 2b0a4725-8553-453c-8797-461916ce430d [2022-05-17T11:25:32.656Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-17T11:25:32.656Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-17T11:25:32.656Z] JOB_BASE_NAME PR-43322 [2022-05-17T11:25:32.656Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/display/redirect [2022-05-17T11:25:32.656Z] JOB_NAME moby/PR-43322 [2022-05-17T11:25:32.656Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/ [2022-05-17T11:25:32.656Z] library.jps.version master [2022-05-17T11:25:32.656Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-17T11:25:32.656Z] NODE_LABELS amd64 azure azwin-2-b0dc00 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-17T11:25:32.656Z] NODE_NAME azwin-2-b0dc00 [2022-05-17T11:25:32.656Z] NUMBER_OF_PROCESSORS 4 [2022-05-17T11:25:32.656Z] OS Windows_NT [2022-05-17T11:25:32.656Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-17T11:25:32.656Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-17T11:25:32.656Z] ppc64le false [2022-05-17T11:25:32.656Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-17T11:25:32.656Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-17T11:25:32.656Z] PROCESSOR_LEVEL 6 [2022-05-17T11:25:32.656Z] PROCESSOR_REVISION 4f01 [2022-05-17T11:25:32.656Z] ProgramData C:\ProgramData [2022-05-17T11:25:32.656Z] ProgramFiles C:\Program Files [2022-05-17T11:25:32.656Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-17T11:25:32.656Z] ProgramW6432 C:\Program Files [2022-05-17T11:25:32.656Z] PROMPT $P$G [2022-05-17T11:25:32.656Z] PSExecutionPolicyPreference Bypass [2022-05-17T11:25:32.656Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-17T11:25:32.656Z] PUBLIC C:\Users\Public [2022-05-17T11:25:32.656Z] rootless true [2022-05-17T11:25:32.656Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect?page=artif... [2022-05-17T11:25:32.656Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect?page=changes [2022-05-17T11:25:32.656Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect [2022-05-17T11:25:32.656Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect?page=tests [2022-05-17T11:25:32.656Z] s390x false [2022-05-17T11:25:32.656Z] SKIP_VALIDATION_TESTS 1 [2022-05-17T11:25:32.656Z] SOURCES_DRIVE d [2022-05-17T11:25:32.656Z] SOURCES_SUBDIR gopath [2022-05-17T11:25:32.656Z] STAGE_NAME Run tests [2022-05-17T11:25:32.656Z] SystemDrive C: [2022-05-17T11:25:32.656Z] SystemRoot C:\Windows [2022-05-17T11:25:32.656Z] TEMP C:\Windows\TEMP [2022-05-17T11:25:32.656Z] TESTDEBUG 0 [2022-05-17T11:25:32.656Z] TESTRUN_DRIVE d [2022-05-17T11:25:32.656Z] TESTRUN_SUBDIR CI [2022-05-17T11:25:32.656Z] TIMEOUT 120m [2022-05-17T11:25:32.656Z] TMP C:\Windows\TEMP [2022-05-17T11:25:32.656Z] unit_validate true [2022-05-17T11:25:32.656Z] USERDOMAIN WORKGROUP [2022-05-17T11:25:32.656Z] USERNAME azwin-2-b0dc00$ [2022-05-17T11:25:32.656Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-17T11:25:32.656Z] validate_force false [2022-05-17T11:25:32.656Z] windir C:\Windows [2022-05-17T11:25:32.656Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-17T11:25:32.656Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-17T11:25:32.656Z] windows2022 true [2022-05-17T11:25:32.656Z] windows2022containerd true [2022-05-17T11:25:32.656Z] windowsRS5 true [2022-05-17T11:25:32.656Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-17T11:25:32.656Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-17T11:25:32.656Z] [2022-05-17T11:25:32.656Z] [2022-05-17T11:25:32.656Z] [2022-05-17T11:25:34.219Z] INFO: Sources under d:\gopath\... [2022-05-17T11:25:34.219Z] INFO: Test run under d:\CI\... [2022-05-17T11:25:34.219Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-17T11:25:34.219Z] INFO: docker/docker repository was found [2022-05-17T11:25:34.219Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-05-17T11:25:34.685Z] ltsc2022: Pulling from windows/servercore [2022-05-17T11:25:35.152Z] 97f65a0ec59e: Pulling fs layer [2022-05-17T11:25:35.152Z] 12fb50a031bd: Pulling fs layer [2022-05-17T11:25:35.283Z] Client: Docker Engine - Community [2022-05-17T11:25:35.283Z] Version: 20.10.14 [2022-05-17T11:25:35.283Z] API version: 1.41 [2022-05-17T11:25:35.283Z] Go version: go1.16.15 [2022-05-17T11:25:35.283Z] Git commit: a224086 [2022-05-17T11:25:35.283Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-17T11:25:35.283Z] OS/Arch: linux/amd64 [2022-05-17T11:25:35.283Z] Context: default [2022-05-17T11:25:35.283Z] Experimental: true [2022-05-17T11:25:35.283Z] [2022-05-17T11:25:35.283Z] Server: Docker Engine - Community [2022-05-17T11:25:35.283Z] Engine: [2022-05-17T11:25:35.283Z] Version: 20.10.14 [2022-05-17T11:25:35.283Z] API version: 1.41 (minimum version 1.12) [2022-05-17T11:25:35.283Z] Go version: go1.16.15 [2022-05-17T11:25:35.283Z] Git commit: 87a90dc [2022-05-17T11:25:35.283Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-17T11:25:35.283Z] OS/Arch: linux/amd64 [2022-05-17T11:25:35.283Z] Experimental: true [2022-05-17T11:25:35.283Z] containerd: [2022-05-17T11:25:35.283Z] Version: 1.5.11 [2022-05-17T11:25:35.283Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:25:35.283Z] runc: [2022-05-17T11:25:35.283Z] Version: 1.0.3 [2022-05-17T11:25:35.283Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-17T11:25:35.283Z] docker-init: [2022-05-17T11:25:35.283Z] Version: 0.19.0 [2022-05-17T11:25:35.283Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-17T11:25:35.616Z] + docker info [2022-05-17T11:25:35.718Z] Fetching without tags [2022-05-17T11:25:35.837Z] Client: Docker Engine - Community [2022-05-17T11:25:35.837Z] Version: 20.10.14 [2022-05-17T11:25:35.837Z] API version: 1.41 [2022-05-17T11:25:35.837Z] Go version: go1.16.15 [2022-05-17T11:25:35.837Z] Git commit: a224086 [2022-05-17T11:25:35.837Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-17T11:25:35.837Z] OS/Arch: linux/amd64 [2022-05-17T11:25:35.837Z] Context: default [2022-05-17T11:25:35.837Z] Experimental: true [2022-05-17T11:25:35.837Z] [2022-05-17T11:25:35.837Z] Server: Docker Engine - Community [2022-05-17T11:25:35.837Z] Engine: [2022-05-17T11:25:35.837Z] Version: 20.10.14 [2022-05-17T11:25:35.837Z] API version: 1.41 (minimum version 1.12) [2022-05-17T11:25:35.837Z] Go version: go1.16.15 [2022-05-17T11:25:35.837Z] Git commit: 87a90dc [2022-05-17T11:25:35.837Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-17T11:25:35.837Z] OS/Arch: linux/amd64 [2022-05-17T11:25:35.837Z] Experimental: true [2022-05-17T11:25:35.837Z] containerd: [2022-05-17T11:25:35.837Z] Version: 1.5.11 [2022-05-17T11:25:35.837Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:25:35.837Z] runc: [2022-05-17T11:25:35.837Z] Version: 1.0.3 [2022-05-17T11:25:35.837Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-17T11:25:35.837Z] docker-init: [2022-05-17T11:25:35.837Z] Version: 0.19.0 [2022-05-17T11:25:35.837Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-17T11:25:36.012Z] Commit message: "Merge commit 'eefbd9dcdedc90afb560f2fb682c155e428f7aa1' into HEAD" [2022-05-17T11:25:36.029Z] First time build. Skipping changelog. [2022-05-17T11:25:36.037Z] Merging remotes/origin/master commit eefbd9dcdedc90afb560f2fb682c155e428f7aa1 into PR head commit ea6760138c35c607a0b51ad041051374d8304e68 [2022-05-17T11:25:36.192Z] + docker info [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-17T11:25:35.675Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:25:35.690Z] > git config --add remote.origin.fetch +refs/pull/43322/head:refs/remotes/origin/PR-43322 # timeout=10 [2022-05-17T11:25:35.699Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:35.712Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:25:35.724Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:25:35.725Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:35.728Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:25:36.050Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:25:36.065Z] > git checkout -f ea6760138c35c607a0b51ad041051374d8304e68 # timeout=10 [2022-05-17T11:25:36.986Z] + docker version [2022-05-17T11:25:36.008Z] > git rev-list --no-walk 91807e8d6040ce10ea7846432ea6e15ef5a12596 # timeout=10 [2022-05-17T11:25:37.563Z] Merge succeeded, producing 038b8f883b0a0802d173c63a3e0343d1ff23cd5e [2022-05-17T11:25:37.564Z] Checking out Revision 038b8f883b0a0802d173c63a3e0343d1ff23cd5e (PR-43322) [2022-05-17T11:25:37.297Z] > git remote # timeout=10 [2022-05-17T11:25:37.303Z] > git config --get remote.origin.url # timeout=10 [2022-05-17T11:25:37.307Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:25:37.308Z] > git merge eefbd9dcdedc90afb560f2fb682c155e428f7aa1 # timeout=10 [2022-05-17T11:25:37.553Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-17T11:25:37.569Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:25:37.581Z] > git checkout -f 038b8f883b0a0802d173c63a3e0343d1ff23cd5e # timeout=10 [2022-05-17T11:25:41.319Z] Commit message: "Merge commit 'eefbd9dcdedc90afb560f2fb682c155e428f7aa1' into HEAD" [2022-05-17T11:25:41.333Z] First time build. Skipping changelog. [2022-05-17T11:25:41.326Z] > git rev-list --no-walk 91807e8d6040ce10ea7846432ea6e15ef5a12596 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-17T11:25:42.196Z] + docker version [2022-05-17T11:25:42.314Z] 12fb50a031bd: Verifying Checksum [2022-05-17T11:25:45.075Z] Client: Docker Engine - Community [2022-05-17T11:25:45.075Z] Version: 20.10.14 [2022-05-17T11:25:45.075Z] API version: 1.41 [2022-05-17T11:25:45.075Z] Go version: go1.16.15 [2022-05-17T11:25:45.075Z] Git commit: a224086 [2022-05-17T11:25:45.075Z] Built: Thu Mar 24 01:48:02 2022 [2022-05-17T11:25:45.075Z] OS/Arch: linux/amd64 [2022-05-17T11:25:45.075Z] Context: default [2022-05-17T11:25:45.075Z] Experimental: true [2022-05-17T11:25:45.075Z] [2022-05-17T11:25:45.075Z] Server: Docker Engine - Community [2022-05-17T11:25:45.075Z] Engine: [2022-05-17T11:25:45.075Z] Version: 20.10.14 [2022-05-17T11:25:45.075Z] API version: 1.41 (minimum version 1.12) [2022-05-17T11:25:45.075Z] Go version: go1.16.15 [2022-05-17T11:25:45.075Z] Git commit: 87a90dc [2022-05-17T11:25:45.075Z] Built: Thu Mar 24 01:45:53 2022 [2022-05-17T11:25:45.075Z] OS/Arch: linux/amd64 [2022-05-17T11:25:45.075Z] Experimental: true [2022-05-17T11:25:45.075Z] containerd: [2022-05-17T11:25:45.075Z] Version: 1.5.11 [2022-05-17T11:25:45.075Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:25:45.075Z] runc: [2022-05-17T11:25:45.075Z] Version: 1.0.3 [2022-05-17T11:25:45.075Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-17T11:25:45.075Z] docker-init: [2022-05-17T11:25:45.075Z] Version: 0.19.0 [2022-05-17T11:25:45.075Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-17T11:25:45.415Z] + docker info [2022-05-17T11:25:52.204Z] Client: Docker Engine - Community [2022-05-17T11:25:52.204Z] Version: 20.10.14 [2022-05-17T11:25:52.204Z] API version: 1.41 [2022-05-17T11:25:52.204Z] Go version: go1.16.15 [2022-05-17T11:25:52.204Z] Git commit: a224086 [2022-05-17T11:25:52.204Z] Built: Thu Mar 24 01:47:20 2022 [2022-05-17T11:25:52.204Z] OS/Arch: linux/arm64 [2022-05-17T11:25:52.204Z] Context: default [2022-05-17T11:25:52.204Z] Experimental: true [2022-05-17T11:25:52.204Z] [2022-05-17T11:25:52.204Z] Server: Docker Engine - Community [2022-05-17T11:25:52.204Z] Engine: [2022-05-17T11:25:52.204Z] Version: 20.10.14 [2022-05-17T11:25:52.204Z] API version: 1.41 (minimum version 1.12) [2022-05-17T11:25:52.204Z] Go version: go1.16.15 [2022-05-17T11:25:52.204Z] Git commit: 87a90dc [2022-05-17T11:25:52.204Z] Built: Thu Mar 24 01:45:39 2022 [2022-05-17T11:25:52.204Z] OS/Arch: linux/arm64 [2022-05-17T11:25:52.204Z] Experimental: true [2022-05-17T11:25:52.204Z] containerd: [2022-05-17T11:25:52.204Z] Version: 1.5.11 [2022-05-17T11:25:52.204Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:25:52.204Z] runc: [2022-05-17T11:25:52.204Z] Version: 1.0.3 [2022-05-17T11:25:52.204Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-17T11:25:52.204Z] docker-init: [2022-05-17T11:25:52.204Z] Version: 0.19.0 [2022-05-17T11:25:52.204Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-17T11:25:52.524Z] + docker info [2022-05-17T11:25:57.573Z] Client: [2022-05-17T11:25:57.573Z] Context: default [2022-05-17T11:25:57.573Z] Debug Mode: false [2022-05-17T11:25:57.573Z] Plugins: [2022-05-17T11:25:57.573Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-17T11:25:57.573Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-17T11:25:57.573Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-17T11:25:57.573Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-17T11:25:57.573Z] [2022-05-17T11:25:57.573Z] Server: [2022-05-17T11:25:57.573Z] Containers: 0 [2022-05-17T11:25:57.573Z] Running: 0 [2022-05-17T11:25:57.573Z] Paused: 0 [2022-05-17T11:25:57.573Z] Stopped: 0 [2022-05-17T11:25:57.573Z] Images: 0 [2022-05-17T11:25:57.573Z] Server Version: 20.10.14 [2022-05-17T11:25:57.573Z] Storage Driver: overlay2 [2022-05-17T11:25:57.573Z] Backing Filesystem: extfs [2022-05-17T11:25:57.573Z] Supports d_type: true [2022-05-17T11:25:57.573Z] Native Overlay Diff: true [2022-05-17T11:25:57.573Z] userxattr: false [2022-05-17T11:25:57.573Z] Logging Driver: json-file [2022-05-17T11:25:57.573Z] Cgroup Driver: cgroupfs [2022-05-17T11:25:57.573Z] Cgroup Version: 1 [2022-05-17T11:25:57.573Z] Plugins: [2022-05-17T11:25:57.573Z] Volume: local [2022-05-17T11:25:57.573Z] Network: bridge host ipvlan macvlan null overlay [2022-05-17T11:25:57.573Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-17T11:25:57.573Z] Swarm: inactive [2022-05-17T11:25:57.573Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-17T11:25:57.573Z] Default Runtime: runc [2022-05-17T11:25:57.573Z] Init Binary: docker-init [2022-05-17T11:25:57.573Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:25:57.573Z] runc version: v1.0.3-0-gf46b6ba [2022-05-17T11:25:57.573Z] init version: de40ad0 [2022-05-17T11:25:57.573Z] Security Options: [2022-05-17T11:25:57.573Z] apparmor [2022-05-17T11:25:57.573Z] seccomp [2022-05-17T11:25:57.573Z] Profile: default [2022-05-17T11:25:57.573Z] Kernel Version: 5.4.0-1071-aws [2022-05-17T11:25:57.573Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-17T11:25:57.573Z] OSType: linux [2022-05-17T11:25:57.573Z] Architecture: x86_64 [2022-05-17T11:25:57.573Z] CPUs: 2 [2022-05-17T11:25:57.573Z] Total Memory: 7.483GiB [2022-05-17T11:25:57.573Z] Name: ip-10-100-102-235 [2022-05-17T11:25:57.573Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-17T11:25:57.573Z] Docker Root Dir: /var/lib/docker [2022-05-17T11:25:57.573Z] Debug Mode: false [2022-05-17T11:25:57.573Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:25:57.573Z] Labels: [2022-05-17T11:25:57.573Z] Experimental: true [2022-05-17T11:25:57.573Z] Insecure Registries: [2022-05-17T11:25:57.573Z] 127.0.0.0/8 [2022-05-17T11:25:57.573Z] Live Restore Enabled: true [2022-05-17T11:25:57.573Z] [2022-05-17T11:25:57.573Z] WARNING: No swap limit support [Pipeline] sh [2022-05-17T11:25:57.856Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:25:57.856Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:25:57.856Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43322/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-17T11:25:57.856Z] + bash /home/ubuntu/workspace/moby_PR-43322/check-config.sh [2022-05-17T11:25:57.856Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-17T11:25:57.856Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-17T11:25:57.856Z] [2022-05-17T11:25:57.856Z] Generally Necessary: [2022-05-17T11:25:57.856Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-17T11:25:57.856Z] - apparmor: enabled and tools installed [2022-05-17T11:25:58.111Z] Client: [2022-05-17T11:25:58.111Z] Context: default [2022-05-17T11:25:58.111Z] Debug Mode: false [2022-05-17T11:25:58.111Z] Plugins: [2022-05-17T11:25:58.111Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-17T11:25:58.111Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-17T11:25:58.111Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-17T11:25:58.111Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-17T11:25:58.111Z] [2022-05-17T11:25:58.111Z] Server: [2022-05-17T11:25:58.111Z] Containers: 0 [2022-05-17T11:25:58.111Z] Running: 0 [2022-05-17T11:25:58.111Z] Paused: 0 [2022-05-17T11:25:58.112Z] Stopped: 0 [2022-05-17T11:25:58.112Z] Images: 0 [2022-05-17T11:25:58.112Z] Server Version: 20.10.14 [2022-05-17T11:25:58.112Z] Storage Driver: overlay2 [2022-05-17T11:25:58.112Z] Backing Filesystem: extfs [2022-05-17T11:25:58.112Z] Supports d_type: true [2022-05-17T11:25:58.112Z] Native Overlay Diff: true [2022-05-17T11:25:58.112Z] userxattr: false [2022-05-17T11:25:58.112Z] Logging Driver: json-file [2022-05-17T11:25:58.112Z] Cgroup Driver: cgroupfs [2022-05-17T11:25:58.112Z] Cgroup Version: 1 [2022-05-17T11:25:58.112Z] Plugins: [2022-05-17T11:25:58.112Z] Volume: local [2022-05-17T11:25:58.112Z] Network: bridge host ipvlan macvlan null overlay [2022-05-17T11:25:58.112Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-17T11:25:58.112Z] Swarm: inactive [2022-05-17T11:25:58.112Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-05-17T11:25:58.112Z] Default Runtime: runc [2022-05-17T11:25:58.112Z] Init Binary: docker-init [2022-05-17T11:25:58.112Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:25:58.112Z] runc version: v1.0.3-0-gf46b6ba [2022-05-17T11:25:58.112Z] init version: de40ad0 [2022-05-17T11:25:58.112Z] Security Options: [2022-05-17T11:25:58.112Z] apparmor [2022-05-17T11:25:58.112Z] seccomp [2022-05-17T11:25:58.112Z] Profile: default [2022-05-17T11:25:58.112Z] Kernel Version: 5.4.0-1071-aws [2022-05-17T11:25:58.112Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-17T11:25:58.112Z] OSType: linux [2022-05-17T11:25:58.112Z] Architecture: x86_64 [2022-05-17T11:25:58.112Z] CPUs: 2 [2022-05-17T11:25:58.112Z] Total Memory: 7.565GiB [2022-05-17T11:25:58.112Z] Name: ip-10-100-68-9 [2022-05-17T11:25:58.112Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-17T11:25:58.112Z] Docker Root Dir: /var/lib/docker [2022-05-17T11:25:58.112Z] Debug Mode: false [2022-05-17T11:25:58.112Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:25:58.112Z] Labels: [2022-05-17T11:25:58.112Z] Experimental: true [2022-05-17T11:25:58.112Z] Insecure Registries: [2022-05-17T11:25:58.112Z] 127.0.0.0/8 [2022-05-17T11:25:58.112Z] Live Restore Enabled: true [2022-05-17T11:25:58.112Z] [2022-05-17T11:25:58.112Z] WARNING: No swap limit support [2022-05-17T11:25:58.116Z] - CONFIG_NAMESPACES: enabled [2022-05-17T11:25:58.116Z] - CONFIG_NET_NS: enabled [2022-05-17T11:25:58.116Z] - CONFIG_PID_NS: enabled [2022-05-17T11:25:58.116Z] - CONFIG_IPC_NS: enabled [2022-05-17T11:25:58.116Z] - CONFIG_UTS_NS: enabled [2022-05-17T11:25:58.116Z] - CONFIG_CGROUPS: enabled [2022-05-17T11:25:58.116Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-17T11:25:58.116Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-17T11:25:58.116Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-17T11:25:58.116Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-17T11:25:58.116Z] - CONFIG_CPUSETS: enabled [2022-05-17T11:25:58.116Z] - CONFIG_MEMCG: enabled [2022-05-17T11:25:58.116Z] - CONFIG_KEYS: enabled [2022-05-17T11:25:58.116Z] - CONFIG_VETH: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-17T11:25:58.116Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-17T11:25:58.116Z] - CONFIG_CGROUP_BPF: enabled [2022-05-17T11:25:58.116Z] [2022-05-17T11:25:58.116Z] Optional Features: [2022-05-17T11:25:58.116Z] - CONFIG_USER_NS: enabled [2022-05-17T11:25:58.116Z] - CONFIG_SECCOMP: enabled [2022-05-17T11:25:58.116Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-17T11:25:58.116Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-17T11:25:58.116Z] - CONFIG_MEMCG_SWAP: enabled [Pipeline] sh [2022-05-17T11:25:58.392Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-17T11:25:58.392Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-17T11:25:58.392Z] - CONFIG_BLK_CGROUP: enabled [2022-05-17T11:25:58.392Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-17T11:25:58.392Z] - CONFIG_CGROUP_PERF: enabled [2022-05-17T11:25:58.392Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-17T11:25:58.392Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-17T11:25:58.392Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-17T11:25:58.392Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-17T11:25:58.392Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-17T11:25:58.392Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-17T11:25:58.392Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-17T11:25:58.392Z] - CONFIG_IP_VS: enabled (as module) [2022-05-17T11:25:58.392Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-17T11:25:58.392Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-17T11:25:58.392Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-17T11:25:58.392Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-17T11:25:58.392Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-17T11:25:58.392Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-17T11:25:58.392Z] - CONFIG_EXT4_FS: enabled [2022-05-17T11:25:58.392Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-17T11:25:58.392Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-17T11:25:58.392Z] - Network Drivers: [2022-05-17T11:25:58.392Z] - "overlay": [2022-05-17T11:25:58.392Z] - CONFIG_VXLAN: enabled (as module) [2022-05-17T11:25:58.392Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-17T11:25:58.392Z] Optional (for encrypted networks): [2022-05-17T11:25:58.392Z] - CONFIG_CRYPTO: enabled [2022-05-17T11:25:58.392Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-17T11:25:58.392Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-17T11:25:58.392Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-17T11:25:58.392Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-17T11:25:58.392Z] - CONFIG_XFRM: enabled [2022-05-17T11:25:58.392Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-17T11:25:58.392Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-17T11:25:58.392Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-17T11:25:58.392Z] - "ipvlan": [2022-05-17T11:25:58.392Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-17T11:25:58.392Z] - "macvlan": [2022-05-17T11:25:58.392Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-17T11:25:58.392Z] - CONFIG_DUMMY: enabled (as module) [2022-05-17T11:25:58.392Z] - "ftp,tftp client in container": [2022-05-17T11:25:58.431Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:25:58.431Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:25:58.431Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43322/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-17T11:25:58.431Z] + bash /home/ubuntu/workspace/moby_PR-43322/check-config.sh [2022-05-17T11:25:58.431Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-17T11:25:58.431Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-17T11:25:58.431Z] [2022-05-17T11:25:58.431Z] Generally Necessary: [2022-05-17T11:25:58.431Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-17T11:25:58.431Z] - apparmor: enabled and tools installed [2022-05-17T11:25:58.431Z] - CONFIG_NAMESPACES: enabled [2022-05-17T11:25:58.431Z] - CONFIG_NET_NS: enabled [2022-05-17T11:25:58.431Z] - CONFIG_PID_NS: enabled [2022-05-17T11:25:58.431Z] - CONFIG_IPC_NS: enabled [2022-05-17T11:25:58.431Z] - CONFIG_UTS_NS: enabled [2022-05-17T11:25:58.431Z] - CONFIG_CGROUPS: enabled [2022-05-17T11:25:58.431Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-17T11:25:58.431Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-17T11:25:58.431Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-17T11:25:58.431Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-17T11:25:58.431Z] - CONFIG_CPUSETS: enabled [2022-05-17T11:25:58.431Z] - CONFIG_MEMCG: enabled [2022-05-17T11:25:58.431Z] - CONFIG_KEYS: enabled [2022-05-17T11:25:58.431Z] - CONFIG_VETH: enabled (as module) [2022-05-17T11:25:58.431Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-17T11:25:58.431Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-17T11:25:58.431Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-17T11:25:58.431Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-17T11:25:58.431Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-17T11:25:58.431Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-17T11:25:58.431Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-17T11:25:58.665Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-17T11:25:58.665Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-17T11:25:58.665Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-17T11:25:58.665Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-17T11:25:58.665Z] - Storage Drivers: [2022-05-17T11:25:58.665Z] - "aufs": [2022-05-17T11:25:58.665Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-17T11:25:58.665Z] - "btrfs": [2022-05-17T11:25:58.665Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-17T11:25:58.665Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-17T11:25:58.665Z] - "devicemapper": [2022-05-17T11:25:58.665Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-17T11:25:58.665Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-17T11:25:58.665Z] - "overlay": [2022-05-17T11:25:58.665Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-17T11:25:58.665Z] - "zfs": [2022-05-17T11:25:58.665Z] - /dev/zfs: present [2022-05-17T11:25:58.665Z] - zfs command: missing [2022-05-17T11:25:58.665Z] - zpool command: missing [2022-05-17T11:25:58.665Z] [2022-05-17T11:25:58.665Z] Limits: [2022-05-17T11:25:58.665Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-17T11:25:58.665Z] [2022-05-17T11:25:58.665Z] + true [Pipeline] } [Pipeline] // stage [2022-05-17T11:25:58.689Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-17T11:25:58.689Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-17T11:25:58.689Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-17T11:25:58.689Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-17T11:25:58.689Z] - CONFIG_CGROUP_BPF: enabled [2022-05-17T11:25:58.689Z] [2022-05-17T11:25:58.689Z] Optional Features: [2022-05-17T11:25:58.689Z] - CONFIG_USER_NS: enabled [2022-05-17T11:25:58.689Z] - CONFIG_SECCOMP: enabled [2022-05-17T11:25:58.689Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-17T11:25:58.689Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-17T11:25:58.689Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-17T11:25:58.689Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-17T11:25:58.689Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-17T11:25:58.689Z] - CONFIG_BLK_CGROUP: enabled [2022-05-17T11:25:58.689Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-17T11:25:58.689Z] - CONFIG_CGROUP_PERF: enabled [2022-05-17T11:25:58.689Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-17T11:25:58.689Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-17T11:25:58.689Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-17T11:25:58.689Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-17T11:25:58.689Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-17T11:25:58.689Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-17T11:25:58.689Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-17T11:25:58.689Z] - CONFIG_IP_VS: enabled (as module) [2022-05-17T11:25:58.689Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-17T11:25:58.689Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-17T11:25:58.689Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-17T11:25:58.689Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-17T11:25:58.689Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-17T11:25:58.689Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-17T11:25:58.689Z] - CONFIG_EXT4_FS: enabled [2022-05-17T11:25:58.690Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-17T11:25:58.690Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-17T11:25:58.690Z] - Network Drivers: [2022-05-17T11:25:58.690Z] - "overlay": [2022-05-17T11:25:58.690Z] - CONFIG_VXLAN: enabled (as module) [2022-05-17T11:25:58.690Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-17T11:25:58.690Z] Optional (for encrypted networks): [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-17T11:25:58.946Z] - CONFIG_CRYPTO: enabled [2022-05-17T11:25:58.946Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-17T11:25:58.946Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-17T11:25:58.946Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-17T11:25:58.946Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-17T11:25:58.946Z] - CONFIG_XFRM: enabled [2022-05-17T11:25:58.946Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-17T11:25:58.946Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-17T11:25:58.946Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-17T11:25:58.946Z] - "ipvlan": [2022-05-17T11:25:58.946Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-17T11:25:58.946Z] - "macvlan": [2022-05-17T11:25:58.946Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-17T11:25:58.946Z] - CONFIG_DUMMY: enabled (as module) [2022-05-17T11:25:58.946Z] - "ftp,tftp client in container": [2022-05-17T11:25:58.946Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-17T11:25:58.946Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-17T11:25:58.946Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-17T11:25:58.946Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-17T11:25:58.946Z] - Storage Drivers: [2022-05-17T11:25:58.946Z] - "aufs": [2022-05-17T11:25:58.946Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-17T11:25:58.946Z] - "btrfs": [2022-05-17T11:25:58.946Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-17T11:25:58.946Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-17T11:25:58.946Z] - "devicemapper": [2022-05-17T11:25:58.946Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-17T11:25:58.946Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-17T11:25:58.946Z] - "overlay": [2022-05-17T11:25:58.946Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-17T11:25:58.946Z] - "zfs": [2022-05-17T11:25:58.946Z] - /dev/zfs: present [2022-05-17T11:25:58.946Z] - zfs command: missing [2022-05-17T11:25:58.946Z] - zpool command: missing [2022-05-17T11:25:58.946Z] [2022-05-17T11:25:58.946Z] Limits: [2022-05-17T11:25:58.946Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-17T11:25:58.946Z] [2022-05-17T11:25:58.946Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-17T11:25:59.005Z] + sudo modprobe ip_vs [2022-05-17T11:25:59.006Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9ea3c5a1769b09f5b6ff15f63f647f6564a892ab . [2022-05-17T11:25:59.285Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9ea3c5a1769b09f5b6ff15f63f647f6564a892ab . [2022-05-17T11:25:59.546Z] #2 [internal] load .dockerignore [2022-05-17T11:25:59.546Z] #2 sha256:febcc76968c768ba94f7c214452d9c5132df8ddb10762afabf95b521d05a9b2f [2022-05-17T11:25:59.546Z] #2 transferring context: [2022-05-17T11:25:59.546Z] #2 transferring context: 145B done [2022-05-17T11:25:59.546Z] #2 DONE 0.0s [2022-05-17T11:25:59.546Z] [2022-05-17T11:25:59.546Z] #1 [internal] load build definition from Dockerfile [2022-05-17T11:25:59.546Z] #1 sha256:a438fdf805a745cf25f298b253595fe762186f0b448a674f3b9fa43114ef615c [2022-05-17T11:25:59.546Z] #1 transferring dockerfile: 17.93kB done [2022-05-17T11:25:59.546Z] #1 DONE 0.1s [2022-05-17T11:25:59.546Z] [2022-05-17T11:25:59.546Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-17T11:25:59.546Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-17T11:25:59.582Z] #1 [internal] load build definition from Dockerfile [2022-05-17T11:25:59.582Z] #1 sha256:22adb52d2601e826a0f3babf61c21fa17c9236d1aabdf006175e42233f94fc1b [2022-05-17T11:25:59.582Z] #1 transferring dockerfile: 17.93kB 0.0s done [2022-05-17T11:25:59.582Z] #1 DONE 0.1s [2022-05-17T11:25:59.582Z] [2022-05-17T11:25:59.582Z] #2 [internal] load .dockerignore [2022-05-17T11:25:59.582Z] #2 sha256:72a78c13dfb510bfa351a3307358af481e6e87171ade59626205c34b02692eab [2022-05-17T11:25:59.582Z] #2 transferring context: 145B done [2022-05-17T11:25:59.582Z] #2 DONE 0.1s [2022-05-17T11:25:59.582Z] [2022-05-17T11:25:59.582Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-17T11:25:59.582Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-17T11:26:00.110Z] #3 DONE 0.5s [2022-05-17T11:26:00.110Z] [2022-05-17T11:26:00.110Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-17T11:26:00.110Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-17T11:26:00.110Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-17T11:26:00.149Z] #3 DONE 0.4s [2022-05-17T11:26:00.149Z] [2022-05-17T11:26:00.149Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-17T11:26:00.149Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-17T11:26:00.149Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-17T11:26:00.149Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-17T11:26:00.149Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-17T11:26:00.149Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-17T11:26:00.149Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-05-17T11:26:00.149Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.44MB / 9.67MB 0.2s [2022-05-17T11:26:00.366Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-17T11:26:00.366Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-17T11:26:00.366Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-17T11:26:00.366Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-17T11:26:00.366Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-05-17T11:26:00.408Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-05-17T11:26:00.408Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-17T11:26:00.623Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-17T11:26:00.977Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-05-17T11:26:01.192Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-05-17T11:26:01.192Z] #4 DONE 0.9s [2022-05-17T11:26:01.236Z] #4 DONE 1.0s [2022-05-17T11:26:01.236Z] [2022-05-17T11:26:01.236Z] #6 [internal] load build definition from Dockerfile [2022-05-17T11:26:01.236Z] #6 sha256:94214b27eea9ad0b4fa8fd041f1c3596a1eea75a3ebb5ee47e5c144a82a5ddc7 [2022-05-17T11:26:01.236Z] #6 DONE 0.0s [2022-05-17T11:26:01.236Z] [2022-05-17T11:26:01.236Z] #5 [internal] load .dockerignore [2022-05-17T11:26:01.236Z] #5 sha256:881acf28a0faab8978feb6031bc9fcd1f0578eadab1686f4c8412be69a7771d1 [2022-05-17T11:26:01.236Z] #5 DONE 0.0s [2022-05-17T11:26:01.236Z] [2022-05-17T11:26:01.236Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:01.236Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-17T11:26:01.450Z] [2022-05-17T11:26:01.450Z] #6 [internal] load build definition from Dockerfile [2022-05-17T11:26:01.450Z] #6 sha256:de473034f6ee881a7c271e1a3fafa0d390609f5f63d6ab80621d7b2c6489f070 [2022-05-17T11:26:01.450Z] #6 DONE 0.0s [2022-05-17T11:26:01.450Z] [2022-05-17T11:26:01.450Z] #5 [internal] load .dockerignore [2022-05-17T11:26:01.450Z] #5 sha256:254921836f5930fe2878bb87d7c6619b2edf3d58577be6fa1d468c2f69254ad0 [2022-05-17T11:26:01.450Z] #5 DONE 0.0s [2022-05-17T11:26:01.450Z] [2022-05-17T11:26:01.451Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:01.451Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-17T11:26:02.177Z] #10 ... [2022-05-17T11:26:02.177Z] [2022-05-17T11:26:02.177Z] #7 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-17T11:26:02.177Z] #7 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-17T11:26:02.177Z] #7 DONE 0.8s [2022-05-17T11:26:02.177Z] [2022-05-17T11:26:02.177Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:02.177Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-17T11:26:02.436Z] #9 DONE 1.0s [2022-05-17T11:26:02.436Z] [2022-05-17T11:26:02.436Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:02.436Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-17T11:26:02.436Z] #10 DONE 1.0s [2022-05-17T11:26:02.436Z] [2022-05-17T11:26:02.436Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-17T11:26:02.436Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-17T11:26:02.436Z] #8 DONE 1.0s [2022-05-17T11:26:02.828Z] #10 DONE 1.3s [2022-05-17T11:26:02.828Z] [2022-05-17T11:26:02.828Z] #7 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-17T11:26:02.828Z] #7 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-17T11:26:02.828Z] #7 DONE 1.3s [2022-05-17T11:26:02.828Z] [2022-05-17T11:26:02.828Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:02.828Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-17T11:26:02.828Z] #9 DONE 1.3s [2022-05-17T11:26:02.828Z] [2022-05-17T11:26:02.828Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-17T11:26:02.828Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-17T11:26:02.828Z] #8 DONE 1.3s [2022-05-17T11:26:03.759Z] [2022-05-17T11:26:03.759Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:03.760Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-17T11:26:03.760Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:03.760Z] #71 DONE 0.1s [2022-05-17T11:26:03.760Z] [2022-05-17T11:26:03.760Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:03.760Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-17T11:26:03.760Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-17T11:26:03.760Z] #73 DONE 0.1s [2022-05-17T11:26:03.760Z] [2022-05-17T11:26:03.760Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:03.760Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:03.760Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 0.0s done [2022-05-17T11:26:03.760Z] #28 sha256:da1a55850480753941bb8aff55935742562aca344adac8544799e6551b4fe802 529B / 529B done [2022-05-17T11:26:03.760Z] #28 sha256:c4905f2a4f97c2c59ee2b37ed16b02a184e0f1f3a378072b6ffa9e94bcb9e431 1.46kB / 1.46kB done [2022-05-17T11:26:03.760Z] #28 sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 1.85kB / 1.85kB done [2022-05-17T11:26:03.760Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 2.10MB / 54.95MB 0.2s [2022-05-17T11:26:03.815Z] [2022-05-17T11:26:03.815Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:03.815Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:03.815Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:03.815Z] #28 ... [2022-05-17T11:26:03.815Z] [2022-05-17T11:26:03.815Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:03.815Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-17T11:26:03.815Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-05-17T11:26:03.815Z] #73 DONE 0.2s [2022-05-17T11:26:03.815Z] [2022-05-17T11:26:03.815Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:03.815Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:03.815Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 0.1s done [2022-05-17T11:26:03.815Z] #28 sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 1.85kB / 1.85kB done [2022-05-17T11:26:03.815Z] #28 sha256:da1a55850480753941bb8aff55935742562aca344adac8544799e6551b4fe802 529B / 529B done [2022-05-17T11:26:03.816Z] #28 sha256:c4905f2a4f97c2c59ee2b37ed16b02a184e0f1f3a378072b6ffa9e94bcb9e431 1.46kB / 1.46kB done [2022-05-17T11:26:04.022Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 10.49MB / 54.95MB 0.3s [2022-05-17T11:26:04.022Z] #28 ... [2022-05-17T11:26:04.022Z] [2022-05-17T11:26:04.022Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-17T11:26:04.022Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-17T11:26:04.022Z] #49 DONE 0.0s [2022-05-17T11:26:04.022Z] [2022-05-17T11:26:04.022Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:04.022Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:04.022Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 18.26MB / 54.95MB 0.4s [2022-05-17T11:26:04.076Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 5.24MB / 54.95MB 0.2s [2022-05-17T11:26:04.076Z] #28 ... [2022-05-17T11:26:04.076Z] [2022-05-17T11:26:04.076Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-17T11:26:04.076Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-17T11:26:04.076Z] #49 DONE 0.0s [2022-05-17T11:26:04.076Z] [2022-05-17T11:26:04.076Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:04.076Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:04.076Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 22.11MB / 54.95MB 0.4s [2022-05-17T11:26:04.279Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 28.31MB / 54.95MB 0.5s [2022-05-17T11:26:04.279Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 36.70MB / 54.95MB 0.8s [2022-05-17T11:26:04.341Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 38.80MB / 54.95MB 0.6s [2022-05-17T11:26:04.541Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 39.85MB / 54.95MB 0.8s [2022-05-17T11:26:04.542Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 46.33MB / 54.95MB 1.0s [2022-05-17T11:26:04.601Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 46.14MB / 54.95MB 0.9s [2022-05-17T11:26:04.806Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 49.28MB / 54.95MB 1.3s [2022-05-17T11:26:05.067Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 53.48MB / 54.95MB 1.4s [2022-05-17T11:26:05.168Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 52.43MB / 54.95MB 1.3s [2022-05-17T11:26:05.634Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.9s done [2022-05-17T11:26:05.744Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.9s done [2022-05-17T11:26:06.201Z] #28 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 [2022-05-17T11:26:06.313Z] #28 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 [2022-05-17T11:26:07.317Z] Client: [2022-05-17T11:26:07.317Z] Context: default [2022-05-17T11:26:07.317Z] Debug Mode: false [2022-05-17T11:26:07.317Z] Plugins: [2022-05-17T11:26:07.317Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-17T11:26:07.317Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-17T11:26:07.317Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-17T11:26:07.317Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-17T11:26:07.317Z] [2022-05-17T11:26:07.317Z] Server: [2022-05-17T11:26:07.317Z] Containers: 0 [2022-05-17T11:26:07.317Z] Running: 0 [2022-05-17T11:26:07.317Z] Paused: 0 [2022-05-17T11:26:07.317Z] Stopped: 0 [2022-05-17T11:26:07.317Z] Images: 0 [2022-05-17T11:26:07.317Z] Server Version: 20.10.14 [2022-05-17T11:26:07.317Z] Storage Driver: overlay2 [2022-05-17T11:26:07.317Z] Backing Filesystem: extfs [2022-05-17T11:26:07.317Z] Supports d_type: true [2022-05-17T11:26:07.317Z] Native Overlay Diff: true [2022-05-17T11:26:07.317Z] userxattr: false [2022-05-17T11:26:07.317Z] Logging Driver: json-file [2022-05-17T11:26:07.317Z] Cgroup Driver: systemd [2022-05-17T11:26:07.317Z] Cgroup Version: 2 [2022-05-17T11:26:07.317Z] Plugins: [2022-05-17T11:26:07.317Z] Volume: local [2022-05-17T11:26:07.317Z] Network: bridge host ipvlan macvlan null overlay [2022-05-17T11:26:07.317Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-17T11:26:07.317Z] Swarm: inactive [2022-05-17T11:26:07.317Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-17T11:26:07.317Z] Default Runtime: runc [2022-05-17T11:26:07.317Z] Init Binary: docker-init [2022-05-17T11:26:07.317Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:26:07.317Z] runc version: v1.0.3-0-gf46b6ba [2022-05-17T11:26:07.317Z] init version: de40ad0 [2022-05-17T11:26:07.317Z] Security Options: [2022-05-17T11:26:07.317Z] apparmor [2022-05-17T11:26:07.317Z] seccomp [2022-05-17T11:26:07.317Z] Profile: default [2022-05-17T11:26:07.317Z] cgroupns [2022-05-17T11:26:07.317Z] Kernel Version: 5.13.0-1021-aws [2022-05-17T11:26:07.317Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-17T11:26:07.317Z] OSType: linux [2022-05-17T11:26:07.317Z] Architecture: x86_64 [2022-05-17T11:26:07.317Z] CPUs: 2 [2022-05-17T11:26:07.317Z] Total Memory: 7.559GiB [2022-05-17T11:26:07.317Z] Name: ip-10-100-79-36 [2022-05-17T11:26:07.317Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-05-17T11:26:07.317Z] Docker Root Dir: /var/lib/docker [2022-05-17T11:26:07.317Z] Debug Mode: false [2022-05-17T11:26:07.317Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:26:07.317Z] Labels: [2022-05-17T11:26:07.317Z] Experimental: true [2022-05-17T11:26:07.317Z] Insecure Registries: [2022-05-17T11:26:07.317Z] 127.0.0.0/8 [2022-05-17T11:26:07.317Z] Live Restore Enabled: true [2022-05-17T11:26:07.317Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-17T11:26:07.433Z] Client: [2022-05-17T11:26:07.433Z] Context: default [2022-05-17T11:26:07.433Z] Debug Mode: false [2022-05-17T11:26:07.433Z] Plugins: [2022-05-17T11:26:07.433Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-17T11:26:07.433Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-17T11:26:07.433Z] [2022-05-17T11:26:07.433Z] Server: [2022-05-17T11:26:07.433Z] Containers: 0 [2022-05-17T11:26:07.433Z] Running: 0 [2022-05-17T11:26:07.433Z] Paused: 0 [2022-05-17T11:26:07.433Z] Stopped: 0 [2022-05-17T11:26:07.433Z] Images: 0 [2022-05-17T11:26:07.433Z] Server Version: 20.10.14 [2022-05-17T11:26:07.433Z] Storage Driver: overlay2 [2022-05-17T11:26:07.433Z] Backing Filesystem: extfs [2022-05-17T11:26:07.433Z] Supports d_type: true [2022-05-17T11:26:07.433Z] Native Overlay Diff: true [2022-05-17T11:26:07.433Z] userxattr: false [2022-05-17T11:26:07.433Z] Logging Driver: json-file [2022-05-17T11:26:07.433Z] Cgroup Driver: cgroupfs [2022-05-17T11:26:07.433Z] Cgroup Version: 1 [2022-05-17T11:26:07.433Z] Plugins: [2022-05-17T11:26:07.433Z] Volume: local [2022-05-17T11:26:07.433Z] Network: bridge host ipvlan macvlan null overlay [2022-05-17T11:26:07.433Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-17T11:26:07.433Z] Swarm: inactive [2022-05-17T11:26:07.433Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-17T11:26:07.433Z] Default Runtime: runc [2022-05-17T11:26:07.433Z] Init Binary: docker-init [2022-05-17T11:26:07.433Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-17T11:26:07.433Z] runc version: v1.0.3-0-gf46b6ba [2022-05-17T11:26:07.433Z] init version: de40ad0 [2022-05-17T11:26:07.433Z] Security Options: [2022-05-17T11:26:07.433Z] apparmor [2022-05-17T11:26:07.433Z] seccomp [2022-05-17T11:26:07.433Z] Profile: default [2022-05-17T11:26:07.433Z] Kernel Version: 5.13.0-1021-aws [2022-05-17T11:26:07.433Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-17T11:26:07.433Z] OSType: linux [2022-05-17T11:26:07.433Z] Architecture: aarch64 [2022-05-17T11:26:07.433Z] CPUs: 2 [2022-05-17T11:26:07.433Z] Total Memory: 7.562GiB [2022-05-17T11:26:07.433Z] Name: ip-10-100-47-98 [2022-05-17T11:26:07.433Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-05-17T11:26:07.433Z] Docker Root Dir: /var/lib/docker [2022-05-17T11:26:07.433Z] Debug Mode: false [2022-05-17T11:26:07.433Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:26:07.433Z] Labels: [2022-05-17T11:26:07.433Z] Experimental: true [2022-05-17T11:26:07.433Z] Insecure Registries: [2022-05-17T11:26:07.433Z] 127.0.0.0/8 [2022-05-17T11:26:07.433Z] Live Restore Enabled: true [2022-05-17T11:26:07.433Z] [Pipeline] sh [2022-05-17T11:26:07.592Z] 97f65a0ec59e: Download complete [2022-05-17T11:26:07.678Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:3ee8bf191ed50305f1d38839ad6629185240762d . [2022-05-17T11:26:07.775Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:26:07.775Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:26:07.775Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43322/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-17T11:26:07.775Z] + bash /home/ubuntu/workspace/moby_PR-43322/check-config.sh [2022-05-17T11:26:07.775Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-17T11:26:07.775Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-05-17T11:26:07.776Z] [2022-05-17T11:26:07.776Z] Generally Necessary: [2022-05-17T11:26:07.776Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-17T11:26:07.776Z] - apparmor: enabled and tools installed [2022-05-17T11:26:07.776Z] - CONFIG_NAMESPACES: enabled [2022-05-17T11:26:07.776Z] - CONFIG_NET_NS: enabled [2022-05-17T11:26:07.776Z] - CONFIG_PID_NS: enabled [2022-05-17T11:26:07.776Z] - CONFIG_IPC_NS: enabled [2022-05-17T11:26:07.776Z] - CONFIG_UTS_NS: enabled [2022-05-17T11:26:07.776Z] - CONFIG_CGROUPS: enabled [2022-05-17T11:26:07.776Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-17T11:26:07.776Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-17T11:26:07.776Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-17T11:26:07.776Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-17T11:26:07.776Z] - CONFIG_CPUSETS: enabled [2022-05-17T11:26:07.776Z] - CONFIG_MEMCG: enabled [2022-05-17T11:26:07.776Z] - CONFIG_KEYS: enabled [2022-05-17T11:26:07.776Z] - CONFIG_VETH: enabled (as module) [2022-05-17T11:26:07.776Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-17T11:26:07.776Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-17T11:26:07.776Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-17T11:26:07.776Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-17T11:26:07.776Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-17T11:26:07.776Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-17T11:26:07.776Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-17T11:26:07.935Z] #2 [internal] load .dockerignore [2022-05-17T11:26:07.935Z] #2 sha256:d139b22d3212e492204ebfa7ba88efb4e058e848cf7bf743d9d57b2375e36ff0 [2022-05-17T11:26:07.935Z] #2 transferring context: 145B done [2022-05-17T11:26:07.935Z] #2 DONE 0.1s [2022-05-17T11:26:07.935Z] [2022-05-17T11:26:07.935Z] #1 [internal] load build definition from Dockerfile [2022-05-17T11:26:07.935Z] #1 sha256:9751f7ab73dd1ab70c6fc808f5459ff03dbc5f599126a13f6054d842c237d4db [2022-05-17T11:26:07.935Z] #1 transferring dockerfile: 17.93kB 0.0s done [2022-05-17T11:26:07.935Z] #1 DONE 0.2s [2022-05-17T11:26:07.935Z] [2022-05-17T11:26:07.935Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-17T11:26:07.935Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-17T11:26:08.037Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-17T11:26:08.037Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-17T11:26:08.037Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-17T11:26:08.037Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-17T11:26:08.037Z] - CONFIG_CGROUP_BPF: enabled [2022-05-17T11:26:08.037Z] [2022-05-17T11:26:08.037Z] Optional Features: [2022-05-17T11:26:08.037Z] - CONFIG_USER_NS: enabled [2022-05-17T11:26:08.037Z] - CONFIG_SECCOMP: enabled [2022-05-17T11:26:08.037Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-17T11:26:08.037Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-17T11:26:08.037Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-17T11:26:08.037Z] (cgroup swap accounting is currently enabled) [2022-05-17T11:26:08.037Z] - CONFIG_BLK_CGROUP: enabled [2022-05-17T11:26:08.037Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-17T11:26:08.037Z] - CONFIG_CGROUP_PERF: enabled [2022-05-17T11:26:08.037Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-17T11:26:08.037Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-17T11:26:08.037Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-17T11:26:08.037Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-17T11:26:08.037Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-17T11:26:08.037Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-17T11:26:08.037Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-17T11:26:08.037Z] - CONFIG_IP_VS: enabled (as module) [2022-05-17T11:26:08.037Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-17T11:26:08.037Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-17T11:26:08.037Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-17T11:26:08.037Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-17T11:26:08.037Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-17T11:26:08.037Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-17T11:26:08.037Z] - CONFIG_EXT4_FS: enabled [2022-05-17T11:26:08.037Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-17T11:26:08.037Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-17T11:26:08.037Z] - Network Drivers: [2022-05-17T11:26:08.037Z] - "overlay": [2022-05-17T11:26:08.037Z] - CONFIG_VXLAN: enabled (as module) [2022-05-17T11:26:08.037Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-17T11:26:08.037Z] Optional (for encrypted networks): [2022-05-17T11:26:08.298Z] - CONFIG_CRYPTO: enabled [2022-05-17T11:26:08.298Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-17T11:26:08.298Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-17T11:26:08.298Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-17T11:26:08.298Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-17T11:26:08.298Z] - CONFIG_XFRM: enabled [2022-05-17T11:26:08.298Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-17T11:26:08.298Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-17T11:26:08.298Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-17T11:26:08.298Z] - "ipvlan": [2022-05-17T11:26:08.298Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-17T11:26:08.298Z] - "macvlan": [2022-05-17T11:26:08.298Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-17T11:26:08.298Z] - CONFIG_DUMMY: enabled (as module) [2022-05-17T11:26:08.298Z] - "ftp,tftp client in container": [2022-05-17T11:26:08.298Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-17T11:26:08.298Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-17T11:26:08.298Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-17T11:26:08.298Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-17T11:26:08.298Z] - Storage Drivers: [2022-05-17T11:26:08.298Z] - "aufs": [2022-05-17T11:26:08.298Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-17T11:26:08.298Z] - "btrfs": [2022-05-17T11:26:08.298Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-17T11:26:08.298Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-17T11:26:08.298Z] - "devicemapper": [2022-05-17T11:26:08.298Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-17T11:26:08.298Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-17T11:26:08.298Z] - "overlay": [2022-05-17T11:26:08.298Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-17T11:26:08.298Z] - "zfs": [2022-05-17T11:26:08.298Z] - /dev/zfs: present [2022-05-17T11:26:08.298Z] - zfs command: missing [2022-05-17T11:26:08.298Z] - zpool command: missing [2022-05-17T11:26:08.298Z] [2022-05-17T11:26:08.298Z] Limits: [2022-05-17T11:26:08.298Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-17T11:26:08.298Z] [2022-05-17T11:26:08.298Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-17T11:26:08.498Z] #3 DONE 0.4s [2022-05-17T11:26:08.498Z] [2022-05-17T11:26:08.498Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-17T11:26:08.498Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-17T11:26:08.498Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-17T11:26:08.498Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-17T11:26:08.498Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-05-17T11:26:08.498Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-17T11:26:08.498Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-17T11:26:08.498Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-17T11:26:08.634Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:038b8f883b0a0802d173c63a3e0343d1ff23cd5e . [2022-05-17T11:26:08.755Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-05-17T11:26:08.755Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-17T11:26:08.894Z] #1 [internal] load build definition from Dockerfile [2022-05-17T11:26:08.895Z] #1 sha256:4a09f2e9f96c416c3f924dace40c12c30104203be2990e02399623e3057c42db [2022-05-17T11:26:08.895Z] #1 transferring dockerfile: 17.93kB done [2022-05-17T11:26:08.895Z] #1 DONE 0.1s [2022-05-17T11:26:08.895Z] [2022-05-17T11:26:08.895Z] #2 [internal] load .dockerignore [2022-05-17T11:26:08.895Z] #2 sha256:7c1d8545acaf2ea380524b957ce97d376d7f311dfdb731caff4f6b964e6fa23b [2022-05-17T11:26:08.895Z] #2 transferring context: 145B done [2022-05-17T11:26:08.895Z] #2 DONE 0.1s [2022-05-17T11:26:08.895Z] [2022-05-17T11:26:08.895Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-17T11:26:08.895Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-05-17T11:26:09.012Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-05-17T11:26:09.012Z] #4 DONE 0.6s [2022-05-17T11:26:09.269Z] [2022-05-17T11:26:09.269Z] #5 [internal] load build definition from Dockerfile [2022-05-17T11:26:09.269Z] #5 sha256:89c14aee6804c9eaa55e0f7c2343385c99ce2634478499f8b764f88c75d61e00 [2022-05-17T11:26:09.269Z] #5 DONE 0.0s [2022-05-17T11:26:09.269Z] [2022-05-17T11:26:09.269Z] #6 [internal] load .dockerignore [2022-05-17T11:26:09.269Z] #6 sha256:ac2c8778523960847a3d2ca468aadef8b603ddf2511355e2f2585e9b1e621f64 [2022-05-17T11:26:09.269Z] #6 DONE 0.0s [2022-05-17T11:26:09.269Z] [2022-05-17T11:26:09.269Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-17T11:26:09.269Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-17T11:26:09.466Z] #3 DONE 0.4s [2022-05-17T11:26:09.466Z] [2022-05-17T11:26:09.466Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-17T11:26:09.466Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-05-17T11:26:09.466Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-17T11:26:09.466Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-17T11:26:09.466Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-05-17T11:26:09.466Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-05-17T11:26:09.466Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 4.19MB / 9.06MB 0.2s [2022-05-17T11:26:09.476Z] #28 ... [2022-05-17T11:26:09.476Z] [2022-05-17T11:26:09.476Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:09.476Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:09.476Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 0.1s done [2022-05-17T11:26:09.476Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-17T11:26:09.476Z] #11 sha256:a9d1f28367890615df70c45ba54ea69a8e95e202517e7114942c2f0449ce1de9 1.80kB / 1.80kB done [2022-05-17T11:26:09.476Z] #11 sha256:7d1902a99d63c7f43a7549a661ce718b563707c0faad5862444423759935f2d6 7.10kB / 7.10kB done [2022-05-17T11:26:09.476Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.5s done [2022-05-17T11:26:09.476Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 5.16MB / 5.16MB 1.0s done [2022-05-17T11:26:09.476Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 10.88MB / 10.88MB 1.6s done [2022-05-17T11:26:09.476Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 54.58MB / 54.58MB 3.5s done [2022-05-17T11:26:09.476Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 85.85MB / 85.85MB 5.6s done [2022-05-17T11:26:09.476Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 114.29MB / 141.73MB 5.6s [2022-05-17T11:26:09.476Z] #11 sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 156B / 156B 3.8s done [2022-05-17T11:26:09.614Z] #28 ... [2022-05-17T11:26:09.614Z] [2022-05-17T11:26:09.614Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:09.614Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-17T11:26:09.614Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-05-17T11:26:09.614Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-17T11:26:09.614Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-17T11:26:09.614Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-17T11:26:09.614Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-05-17T11:26:09.614Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.5s done [2022-05-17T11:26:09.614Z] #71 DONE 6.0s [2022-05-17T11:26:09.614Z] [2022-05-17T11:26:09.614Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:09.614Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:09.614Z] #28 ... [2022-05-17T11:26:09.614Z] [2022-05-17T11:26:09.614Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:09.614Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:09.614Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 0.2s done [2022-05-17T11:26:09.614Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-17T11:26:09.614Z] #11 sha256:a9d1f28367890615df70c45ba54ea69a8e95e202517e7114942c2f0449ce1de9 1.80kB / 1.80kB done [2022-05-17T11:26:09.614Z] #11 sha256:7d1902a99d63c7f43a7549a661ce718b563707c0faad5862444423759935f2d6 7.10kB / 7.10kB done [2022-05-17T11:26:09.614Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.8s done [2022-05-17T11:26:09.614Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 5.16MB / 5.16MB 1.1s done [2022-05-17T11:26:09.614Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 10.88MB / 10.88MB 1.9s done [2022-05-17T11:26:09.614Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 54.58MB / 54.58MB 3.4s done [2022-05-17T11:26:09.614Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 84.93MB / 85.85MB 5.8s [2022-05-17T11:26:09.614Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 91.23MB / 141.73MB 5.8s [2022-05-17T11:26:09.614Z] #11 sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 156B / 156B 3.7s done [2022-05-17T11:26:09.727Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.3s [2022-05-17T11:26:09.736Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 121.63MB / 141.73MB 5.7s [2022-05-17T11:26:09.736Z] #11 ... [2022-05-17T11:26:09.736Z] [2022-05-17T11:26:09.736Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:09.736Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-17T11:26:09.736Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-17T11:26:09.736Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-17T11:26:09.736Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-17T11:26:09.736Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2022-05-17T11:26:09.736Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.1s done [2022-05-17T11:26:09.736Z] #71 DONE 6.2s [2022-05-17T11:26:09.736Z] [2022-05-17T11:26:09.736Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:09.736Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:09.736Z] #11 ... [2022-05-17T11:26:09.736Z] [2022-05-17T11:26:09.736Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:09.736Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:09.877Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 102.76MB / 141.73MB 6.0s [2022-05-17T11:26:09.988Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.6s done [2022-05-17T11:26:09.988Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-05-17T11:26:10.141Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 110.10MB / 141.73MB 6.1s [2022-05-17T11:26:10.141Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 124.78MB / 141.73MB 6.3s [2022-05-17T11:26:10.197Z] #10 ... [2022-05-17T11:26:10.197Z] [2022-05-17T11:26:10.197Z] #8 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-17T11:26:10.197Z] #8 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-17T11:26:10.197Z] #8 DONE 1.1s [2022-05-17T11:26:10.249Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-05-17T11:26:10.249Z] #4 DONE 1.0s [2022-05-17T11:26:10.401Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 138.41MB / 141.73MB 6.6s [2022-05-17T11:26:10.456Z] [2022-05-17T11:26:10.456Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-17T11:26:10.456Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-17T11:26:10.456Z] #10 DONE 1.1s [2022-05-17T11:26:10.456Z] [2022-05-17T11:26:10.456Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:10.456Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-17T11:26:10.456Z] #7 DONE 1.2s [2022-05-17T11:26:10.456Z] [2022-05-17T11:26:10.456Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:10.456Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-17T11:26:10.456Z] #9 DONE 1.2s [2022-05-17T11:26:10.510Z] [2022-05-17T11:26:10.510Z] #6 [internal] load .dockerignore [2022-05-17T11:26:10.510Z] #6 sha256:6fc7633b001bd7b4d66465b2de7e9abdef007ad8655134ef933f2f3900675905 [2022-05-17T11:26:10.510Z] #6 DONE 0.0s [2022-05-17T11:26:10.510Z] [2022-05-17T11:26:10.510Z] #5 [internal] load build definition from Dockerfile [2022-05-17T11:26:10.510Z] #5 sha256:fee52dbe70cf3c54f364c3d2265f94e225359f85c57f7cd150b63dde629c5870 [2022-05-17T11:26:10.510Z] #5 DONE 0.0s [2022-05-17T11:26:10.510Z] [2022-05-17T11:26:10.510Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:10.510Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-17T11:26:10.659Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 85.85MB / 85.85MB 6.6s done [2022-05-17T11:26:10.742Z] [2022-05-17T11:26:10.742Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:10.742Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-17T11:26:10.742Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-17T11:26:10.742Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-17T11:26:10.742Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-17T11:26:10.742Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-17T11:26:11.016Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.2s [2022-05-17T11:26:11.016Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.19MB / 9.86MB 0.3s [2022-05-17T11:26:11.165Z] #28 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 5.1s [2022-05-17T11:26:11.305Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s [2022-05-17T11:26:11.305Z] #71 ... [2022-05-17T11:26:11.305Z] [2022-05-17T11:26:11.305Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-17T11:26:11.305Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-17T11:26:11.305Z] #49 DONE 0.7s [2022-05-17T11:26:11.305Z] [2022-05-17T11:26:11.305Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:11.305Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-17T11:26:11.563Z] #71 ... [2022-05-17T11:26:11.563Z] [2022-05-17T11:26:11.563Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-17T11:26:11.563Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-17T11:26:11.563Z] #49 DONE 0.0s [2022-05-17T11:26:11.563Z] [2022-05-17T11:26:11.563Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:11.563Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-17T11:26:11.820Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done [2022-05-17T11:26:11.820Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-05-17T11:26:12.036Z] #11 ... [2022-05-17T11:26:12.036Z] [2022-05-17T11:26:12.036Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:12.036Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-17T11:26:12.036Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-17T11:26:12.036Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-17T11:26:12.036Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-17T11:26:12.036Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2022-05-17T11:26:12.036Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.5s done [2022-05-17T11:26:12.036Z] #73 DONE 8.5s [2022-05-17T11:26:12.036Z] [2022-05-17T11:26:12.036Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:12.036Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:12.036Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 8.0s done [2022-05-17T11:26:12.036Z] #11 ... [2022-05-17T11:26:12.036Z] [2022-05-17T11:26:12.036Z] #24 [internal] load build context [2022-05-17T11:26:12.036Z] #24 sha256:b41d7dcfcce97f53bbd22513a3705b44a813f29be451e5255de86d731e3ca7a0 [2022-05-17T11:26:12.036Z] #24 transferring context: 61.19MB 7.6s done [2022-05-17T11:26:12.296Z] #24 DONE 8.7s [2022-05-17T11:26:12.296Z] [2022-05-17T11:26:12.296Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:12.296Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:12.296Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 5.9s [2022-05-17T11:26:12.535Z] #28 ... [2022-05-17T11:26:12.535Z] [2022-05-17T11:26:12.535Z] #24 [internal] load build context [2022-05-17T11:26:12.535Z] #24 sha256:735f9755a29c2721d2bb9020152773dcfb56d4bbf6a42c65d4aa3ee381c10892 [2022-05-17T11:26:12.535Z] #24 transferring context: 61.19MB 8.0s done [2022-05-17T11:26:12.535Z] #24 DONE 9.2s [2022-05-17T11:26:12.792Z] [2022-05-17T11:26:12.792Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:12.792Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-17T11:26:12.792Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-17T11:26:12.792Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-17T11:26:12.792Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-17T11:26:12.792Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2022-05-17T11:26:12.792Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.6s done [2022-05-17T11:26:12.792Z] #73 DONE 9.0s [2022-05-17T11:26:12.792Z] [2022-05-17T11:26:12.792Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:12.792Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:13.060Z] #10 ... [2022-05-17T11:26:13.060Z] [2022-05-17T11:26:13.060Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:13.060Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-17T11:26:13.060Z] #8 DONE 2.5s [2022-05-17T11:26:13.060Z] [2022-05-17T11:26:13.060Z] #7 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-17T11:26:13.060Z] #7 sha256:e691baf9396323b72b84b107c0a92b7fed5ca921dac8752ea8836d3780215aee [2022-05-17T11:26:13.060Z] #7 DONE 2.6s [2022-05-17T11:26:13.321Z] [2022-05-17T11:26:13.321Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-17T11:26:13.321Z] #9 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-05-17T11:26:13.321Z] #9 DONE 2.8s [2022-05-17T11:26:13.321Z] [2022-05-17T11:26:13.321Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-17T11:26:13.321Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-17T11:26:13.321Z] #10 DONE 2.8s [2022-05-17T11:26:14.729Z] #28 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 8.3s done [2022-05-17T11:26:14.729Z] #28 DONE 11.0s [2022-05-17T11:26:14.729Z] [2022-05-17T11:26:14.729Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-17T11:26:14.729Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-17T11:26:15.120Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.5s done [2022-05-17T11:26:15.379Z] #71 DONE 4.6s [2022-05-17T11:26:15.379Z] [2022-05-17T11:26:15.379Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:15.379Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:15.379Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 0.1s done [2022-05-17T11:26:15.379Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-17T11:26:15.379Z] #11 sha256:a9d1f28367890615df70c45ba54ea69a8e95e202517e7114942c2f0449ce1de9 1.80kB / 1.80kB done [2022-05-17T11:26:15.379Z] #11 sha256:7d1902a99d63c7f43a7549a661ce718b563707c0faad5862444423759935f2d6 7.10kB / 7.10kB done [2022-05-17T11:26:15.379Z] #11 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 1.9s done [2022-05-17T11:26:15.379Z] #11 sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 5.16MB / 5.16MB 0.9s done [2022-05-17T11:26:15.379Z] #11 sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 10.88MB / 10.88MB 1.3s done [2022-05-17T11:26:15.379Z] #11 sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 54.58MB / 54.58MB 2.9s done [2022-05-17T11:26:15.379Z] #11 sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 85.85MB / 85.85MB 3.9s done [2022-05-17T11:26:15.379Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 109.05MB / 141.73MB 4.2s [2022-05-17T11:26:15.379Z] #11 sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 156B / 156B 3.2s done [2022-05-17T11:26:15.592Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b [2022-05-17T11:26:15.592Z] #11 ... [2022-05-17T11:26:15.592Z] [2022-05-17T11:26:15.592Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:15.592Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:15.592Z] #28 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 7.4s done [2022-05-17T11:26:15.592Z] #28 DONE 11.8s [2022-05-17T11:26:15.592Z] [2022-05-17T11:26:15.592Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:15.592Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:15.640Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 122.68MB / 141.73MB 4.3s [2022-05-17T11:26:15.662Z] #72 DONE 1.2s [2022-05-17T11:26:15.662Z] [2022-05-17T11:26:15.662Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-17T11:26:15.662Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-17T11:26:15.851Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.6s done [2022-05-17T11:26:15.899Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 134.22MB / 141.73MB 4.5s [2022-05-17T11:26:15.899Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 4.7s [2022-05-17T11:26:16.110Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a [2022-05-17T11:26:16.110Z] #11 ... [2022-05-17T11:26:16.110Z] [2022-05-17T11:26:16.110Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-17T11:26:16.110Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-17T11:26:16.110Z] #72 DONE 0.1s [2022-05-17T11:26:16.157Z] #11 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 2.4s [2022-05-17T11:26:16.226Z] #74 DONE 0.7s [2022-05-17T11:26:16.227Z] [2022-05-17T11:26:16.227Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:16.227Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:16.227Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 8.3s done [2022-05-17T11:26:16.227Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.7s done [2022-05-17T11:26:16.227Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 0.7s [2022-05-17T11:26:16.371Z] [2022-05-17T11:26:16.371Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:16.371Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:16.371Z] #11 ... [2022-05-17T11:26:16.371Z] [2022-05-17T11:26:16.371Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-17T11:26:16.371Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-17T11:26:16.371Z] #74 DONE 0.3s [2022-05-17T11:26:16.371Z] [2022-05-17T11:26:16.371Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:16.371Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:16.621Z] [2022-05-17T11:26:16.621Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:16.621Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-17T11:26:16.621Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-17T11:26:16.621Z] #73 DONE 0.0s [2022-05-17T11:26:16.621Z] [2022-05-17T11:26:16.621Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:16.621Z] #28 sha256:8d721f2d561506b5b3aa93cdfc09b616a14735d8d7174bbcb349ccd3ac21ebaa [2022-05-17T11:26:16.622Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:16.622Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 0.1s done [2022-05-17T11:26:16.622Z] #28 sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 1.85kB / 1.85kB done [2022-05-17T11:26:16.622Z] #28 sha256:d82f21a36060a22a29de96ba9e9d1cafe24552133860eb8df2f7579887d3c72d 529B / 529B done [2022-05-17T11:26:16.622Z] #28 sha256:5c17865bcd0fdb66492247197c8dd1a638fb5f96b7bfa880a0f23e53e2980601 1.48kB / 1.48kB done [2022-05-17T11:26:16.791Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 1.0s done [2022-05-17T11:26:16.883Z] #28 ... [2022-05-17T11:26:16.883Z] [2022-05-17T11:26:16.883Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-17T11:26:16.883Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-17T11:26:16.883Z] #49 DONE 0.0s [2022-05-17T11:26:16.883Z] [2022-05-17T11:26:16.883Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:16.883Z] #28 sha256:8d721f2d561506b5b3aa93cdfc09b616a14735d8d7174bbcb349ccd3ac21ebaa [2022-05-17T11:26:16.883Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 3.15MB / 53.63MB 0.1s [2022-05-17T11:26:17.050Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 0.1s [2022-05-17T11:26:17.145Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 6.29MB / 53.63MB 0.3s [2022-05-17T11:26:17.145Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 12.37MB / 53.63MB 0.5s [2022-05-17T11:26:17.307Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 1.2s done [2022-05-17T11:26:17.565Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 0.1s [2022-05-17T11:26:18.111Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 18.87MB / 53.63MB 1.5s [2022-05-17T11:26:18.373Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 23.07MB / 53.63MB 1.6s [2022-05-17T11:26:18.373Z] #28 ... [2022-05-17T11:26:18.373Z] [2022-05-17T11:26:18.373Z] #24 [internal] load build context [2022-05-17T11:26:18.373Z] #24 sha256:33f5da192745874466a62a95f7d180f4e77a81ff083f2ba4e3f5efe9fa5b1a4d [2022-05-17T11:26:18.373Z] #24 transferring context: 61.19MB 2.1s done [2022-05-17T11:26:18.373Z] #24 DONE 2.3s [2022-05-17T11:26:18.373Z] [2022-05-17T11:26:18.373Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:18.373Z] #28 sha256:8d721f2d561506b5b3aa93cdfc09b616a14735d8d7174bbcb349ccd3ac21ebaa [2022-05-17T11:26:18.373Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 26.21MB / 53.63MB 1.7s [2022-05-17T11:26:18.636Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 38.80MB / 53.63MB 1.9s [2022-05-17T11:26:18.682Z] #11 ... [2022-05-17T11:26:18.682Z] [2022-05-17T11:26:18.682Z] #24 [internal] load build context [2022-05-17T11:26:18.682Z] #24 sha256:efd5ba7c9c7edc4d45778ea31aa34dd7cf17959e0e9bc02a3f7bdeab3e6f4217 [2022-05-17T11:26:18.682Z] #24 transferring context: 61.18MB 5.8s done [2022-05-17T11:26:18.682Z] #24 DONE 7.6s [2022-05-17T11:26:18.682Z] [2022-05-17T11:26:18.682Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:18.682Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-17T11:26:18.682Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-17T11:26:18.682Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-17T11:26:18.682Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-17T11:26:18.682Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2022-05-17T11:26:18.682Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done [2022-05-17T11:26:18.682Z] #73 DONE 7.5s [2022-05-17T11:26:18.682Z] [2022-05-17T11:26:18.682Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:18.682Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:18.682Z] #11 sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 141.73MB / 141.73MB 6.9s done [2022-05-17T11:26:18.682Z] #11 ... [2022-05-17T11:26:18.682Z] [2022-05-17T11:26:18.682Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:18.682Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:18.682Z] #28 resolve docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 0.1s done [2022-05-17T11:26:18.682Z] #28 sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 1.85kB / 1.85kB done [2022-05-17T11:26:18.682Z] #28 sha256:da1a55850480753941bb8aff55935742562aca344adac8544799e6551b4fe802 529B / 529B done [2022-05-17T11:26:18.682Z] #28 sha256:c4905f2a4f97c2c59ee2b37ed16b02a184e0f1f3a378072b6ffa9e94bcb9e431 1.46kB / 1.46kB done [2022-05-17T11:26:18.682Z] #28 sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 54.95MB / 54.95MB 2.2s done [2022-05-17T11:26:18.682Z] #28 extracting sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402 4.8s done [2022-05-17T11:26:18.682Z] #28 ... [2022-05-17T11:26:18.682Z] [2022-05-17T11:26:18.682Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:18.682Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:18.682Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.1s [2022-05-17T11:26:18.897Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 49.28MB / 53.63MB 2.2s [2022-05-17T11:26:18.897Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 53.48MB / 53.63MB 2.3s [2022-05-17T11:26:18.940Z] #11 ... [2022-05-17T11:26:18.940Z] [2022-05-17T11:26:18.940Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:18.940Z] #28 sha256:7c4be5aae40e15ff58ab956b21209722acec95128fd98f7d1ee6ae271b42511e [2022-05-17T11:26:18.940Z] #28 DONE 8.2s [2022-05-17T11:26:18.940Z] [2022-05-17T11:26:18.940Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-17T11:26:18.940Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-17T11:26:18.940Z] #72 DONE 0.5s [2022-05-17T11:26:18.940Z] [2022-05-17T11:26:18.940Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:18.940Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:19.197Z] #11 extracting sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b 0.4s done [2022-05-17T11:26:19.454Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 0.1s [2022-05-17T11:26:20.016Z] #11 ... [2022-05-17T11:26:20.016Z] [2022-05-17T11:26:20.016Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-17T11:26:20.016Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-17T11:26:20.016Z] #74 DONE 0.8s [2022-05-17T11:26:20.016Z] [2022-05-17T11:26:20.016Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:20.016Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:20.016Z] #11 extracting sha256:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a 0.4s done [2022-05-17T11:26:20.016Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b [2022-05-17T11:26:20.285Z] #28 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 53.63MB / 53.63MB 3.3s done [2022-05-17T11:26:20.546Z] #28 extracting sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 0.3s [2022-05-17T11:26:22.379Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 5.3s [2022-05-17T11:26:22.461Z] #28 extracting sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 2.2s done [2022-05-17T11:26:22.836Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 5.1s [2022-05-17T11:26:23.308Z] #11 ... [2022-05-17T11:26:23.308Z] [2022-05-17T11:26:23.308Z] #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-17T11:26:23.308Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-17T11:26:23.308Z] #29 2.480 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:23.308Z] #29 2.480 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:23.308Z] #29 2.488 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:23.308Z] #29 2.649 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:26:23.308Z] #29 2.895 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:23.308Z] #29 3.290 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:26:23.308Z] #29 4.702 Fetched 8530 kB in 2s (3432 kB/s) [2022-05-17T11:26:23.308Z] #29 4.702 Reading package lists... [2022-05-17T11:26:23.308Z] #29 5.593 Reading package lists... [2022-05-17T11:26:23.308Z] #29 6.457 Building dependency tree... [2022-05-17T11:26:23.308Z] #29 6.830 The following additional packages will be installed: [2022-05-17T11:26:23.308Z] #29 6.831 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-17T11:26:23.308Z] #29 6.835 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-17T11:26:23.308Z] #29 6.835 Recommended packages: [2022-05-17T11:26:23.308Z] #29 6.835 libldap-common publicsuffix libsasl2-modules [2022-05-17T11:26:23.308Z] #29 7.023 The following NEW packages will be installed: [2022-05-17T11:26:23.308Z] #29 7.023 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-17T11:26:23.308Z] #29 7.023 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-17T11:26:23.308Z] #29 7.023 libssh2-1 openssl [2022-05-17T11:26:23.308Z] #29 7.303 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:26:23.308Z] #29 7.303 Need to get 3040 kB of archives. [2022-05-17T11:26:23.308Z] #29 7.303 After this operation, 6651 kB of additional disk space will be used. [2022-05-17T11:26:23.308Z] #29 7.303 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-17T11:26:23.308Z] #29 7.315 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-17T11:26:23.308Z] #29 7.325 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-17T11:26:23.308Z] #29 7.325 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-17T11:26:23.308Z] #29 7.325 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-17T11:26:23.308Z] #29 7.325 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-17T11:26:23.308Z] #29 7.341 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-17T11:26:23.308Z] #29 7.341 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-17T11:26:23.308Z] #29 7.341 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-17T11:26:23.308Z] #29 7.341 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-17T11:26:23.308Z] #29 7.341 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-17T11:26:23.308Z] #29 7.341 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-17T11:26:23.308Z] #29 7.347 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-17T11:26:23.308Z] #29 7.347 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-17T11:26:23.308Z] #29 7.354 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-17T11:26:23.308Z] #29 7.565 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:26:23.308Z] #29 7.600 Fetched 3040 kB in 0s (9460 kB/s) [2022-05-17T11:26:23.308Z] #29 7.628 Selecting previously unselected package openssl. [2022-05-17T11:26:23.308Z] #29 7.628 (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-17T11:26:23.308Z] #29 7.637 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 7.642 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-17T11:26:23.308Z] #29 7.832 Selecting previously unselected package ca-certificates. [2022-05-17T11:26:23.308Z] #29 7.832 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-17T11:26:23.308Z] #29 7.845 Unpacking ca-certificates (20210119) ... [2022-05-17T11:26:23.308Z] #29 7.934 Selecting previously unselected package libbrotli1:amd64. [2022-05-17T11:26:23.308Z] #29 7.934 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 7.941 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-17T11:26:23.308Z] #29 8.033 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-17T11:26:23.308Z] #29 8.033 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.044 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:23.308Z] #29 8.092 Selecting previously unselected package libsasl2-2:amd64. [2022-05-17T11:26:23.308Z] #29 8.092 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.098 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:23.308Z] #29 8.149 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-17T11:26:23.308Z] #29 8.149 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.154 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-17T11:26:23.308Z] #29 8.224 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-17T11:26:23.308Z] #29 8.224 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.229 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-17T11:26:23.308Z] #29 8.286 Selecting previously unselected package libpsl5:amd64. [2022-05-17T11:26:23.308Z] #29 8.286 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.290 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-17T11:26:23.308Z] #29 8.349 Selecting previously unselected package librtmp1:amd64. [2022-05-17T11:26:23.308Z] #29 8.349 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.354 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-17T11:26:23.308Z] #29 8.425 Selecting previously unselected package libssh2-1:amd64. [2022-05-17T11:26:23.308Z] #29 8.425 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.425 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-17T11:26:23.308Z] #29 8.493 Selecting previously unselected package libcurl4:amd64. [2022-05-17T11:26:23.308Z] #29 8.493 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.493 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:23.308Z] #29 8.562 Selecting previously unselected package curl. [2022-05-17T11:26:23.308Z] #29 8.563 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.571 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:23.308Z] #29 8.689 Selecting previously unselected package libonig5:amd64. [2022-05-17T11:26:23.308Z] #29 8.691 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.703 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:26:23.308Z] #29 8.785 Selecting previously unselected package libjq1:amd64. [2022-05-17T11:26:23.308Z] #29 8.785 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-17T11:26:23.308Z] #29 8.790 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:26:23.308Z] #29 ... [2022-05-17T11:26:23.308Z] [2022-05-17T11:26:23.308Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:23.308Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:24.379Z] #28 ... [2022-05-17T11:26:24.379Z] [2022-05-17T11:26:24.379Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:24.379Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-17T11:26:24.379Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 0.0s done [2022-05-17T11:26:24.379Z] #11 sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 1.86kB / 1.86kB done [2022-05-17T11:26:24.379Z] #11 sha256:7d4474ec6c97f575d4c83e58b27b8379afb26acdecfa98f18be85225058ca98b 1.80kB / 1.80kB done [2022-05-17T11:26:24.379Z] #11 sha256:2c818329d3a1d3c691e7ad7720577fbce28fa7c47a02db296672d1684358a959 7.12kB / 7.12kB done [2022-05-17T11:26:24.379Z] #11 sha256:3a36574378e6cece2dd3a839e1c0220eaccc4063b61d7481d1a19d3990c1f2c2 53.63MB / 53.63MB 3.7s done [2022-05-17T11:26:24.379Z] #11 sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 4.94MB / 4.94MB 0.7s done [2022-05-17T11:26:24.379Z] #11 sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 10.66MB / 10.66MB 1.6s done [2022-05-17T11:26:24.379Z] #11 sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 54.67MB / 54.67MB 4.7s done [2022-05-17T11:26:24.379Z] #11 sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 81.07MB / 81.07MB 7.4s done [2022-05-17T11:26:24.379Z] #11 sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 108.86MB / 108.86MB 7.7s [2022-05-17T11:26:24.379Z] #11 sha256:fdcf0c9162039d8f9f073991c3f17b0bd401d5c6bf2cba3bd2e70e55fc617971 126B / 126B 4.8s done [2022-05-17T11:26:24.379Z] #11 extracting sha256:a61d3345afba43846f3e638752cce2f0d1d47b21cc667ba08b00db10767a4702 0.3s done [2022-05-17T11:26:24.379Z] #11 extracting sha256:3e267d6aa58f93a513352a3b46c7addbf9335d7d43bfa4f1df4026d21785181c 0.2s done [2022-05-17T11:26:25.204Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 8.3s done [2022-05-17T11:26:25.271Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 4.9s done [2022-05-17T11:26:25.271Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 [2022-05-17T11:26:25.325Z] #11 extracting sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf [2022-05-17T11:26:25.373Z] #11 extracting sha256:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b 7.7s done [2022-05-17T11:26:25.373Z] #11 ... [2022-05-17T11:26:25.373Z] [2022-05-17T11:26:25.373Z] #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-17T11:26:25.373Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-17T11:26:25.373Z] #29 1.921 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:25.373Z] #29 1.929 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:25.373Z] #29 1.929 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:25.373Z] #29 2.144 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:25.373Z] #29 2.455 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:26:25.373Z] #29 3.051 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:26:25.373Z] #29 4.077 Fetched 8530 kB in 2s (3503 kB/s) [2022-05-17T11:26:25.373Z] #29 4.077 Reading package lists... [2022-05-17T11:26:25.373Z] #29 4.939 Reading package lists... [2022-05-17T11:26:25.373Z] #29 5.755 Building dependency tree... [2022-05-17T11:26:25.373Z] #29 6.119 The following additional packages will be installed: [2022-05-17T11:26:25.373Z] #29 6.120 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-17T11:26:25.373Z] #29 6.120 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-17T11:26:25.373Z] #29 6.121 Recommended packages: [2022-05-17T11:26:25.373Z] #29 6.121 libldap-common publicsuffix libsasl2-modules [2022-05-17T11:26:25.373Z] #29 6.307 The following NEW packages will be installed: [2022-05-17T11:26:25.373Z] #29 6.307 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-17T11:26:25.373Z] #29 6.307 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-17T11:26:25.373Z] #29 6.307 libssh2-1 openssl [2022-05-17T11:26:25.373Z] #29 6.576 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:26:25.373Z] #29 6.576 Need to get 3040 kB of archives. [2022-05-17T11:26:25.373Z] #29 6.576 After this operation, 6651 kB of additional disk space will be used. [2022-05-17T11:26:25.373Z] #29 6.576 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-17T11:26:25.373Z] #29 6.598 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-17T11:26:25.373Z] #29 6.598 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-17T11:26:25.373Z] #29 6.598 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-17T11:26:25.373Z] #29 6.598 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-17T11:26:25.373Z] #29 6.600 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-17T11:26:25.373Z] #29 6.607 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-17T11:26:25.373Z] #29 6.607 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-17T11:26:25.373Z] #29 6.607 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-17T11:26:25.373Z] #29 6.607 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-17T11:26:25.373Z] #29 6.607 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-17T11:26:25.373Z] #29 6.618 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-17T11:26:25.373Z] #29 6.618 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-17T11:26:25.373Z] #29 6.618 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-17T11:26:25.373Z] #29 6.630 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-17T11:26:25.373Z] #29 6.830 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:26:25.373Z] #29 6.880 Fetched 3040 kB in 0s (9849 kB/s) [2022-05-17T11:26:25.373Z] #29 6.906 Selecting previously unselected package openssl. [2022-05-17T11:26:25.374Z] #29 6.906 (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-17T11:26:25.374Z] #29 6.906 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 6.909 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-17T11:26:25.374Z] #29 7.070 Selecting previously unselected package ca-certificates. [2022-05-17T11:26:25.374Z] #29 7.070 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-17T11:26:25.374Z] #29 7.079 Unpacking ca-certificates (20210119) ... [2022-05-17T11:26:25.374Z] #29 7.169 Selecting previously unselected package libbrotli1:amd64. [2022-05-17T11:26:25.374Z] #29 7.169 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.177 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-17T11:26:25.374Z] #29 7.263 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-17T11:26:25.374Z] #29 7.263 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.266 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:25.374Z] #29 7.326 Selecting previously unselected package libsasl2-2:amd64. [2022-05-17T11:26:25.374Z] #29 7.326 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.331 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:25.374Z] #29 7.395 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-17T11:26:25.374Z] #29 7.395 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.399 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-17T11:26:25.374Z] #29 7.489 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-17T11:26:25.374Z] #29 7.489 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.493 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-17T11:26:25.374Z] #29 7.549 Selecting previously unselected package libpsl5:amd64. [2022-05-17T11:26:25.374Z] #29 7.549 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.553 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-17T11:26:25.374Z] #29 7.606 Selecting previously unselected package librtmp1:amd64. [2022-05-17T11:26:25.374Z] #29 7.606 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.609 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-17T11:26:25.374Z] #29 7.663 Selecting previously unselected package libssh2-1:amd64. [2022-05-17T11:26:25.374Z] #29 7.663 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.675 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-17T11:26:25.374Z] #29 7.739 Selecting previously unselected package libcurl4:amd64. [2022-05-17T11:26:25.374Z] #29 7.739 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.755 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:25.374Z] #29 7.825 Selecting previously unselected package curl. [2022-05-17T11:26:25.374Z] #29 7.825 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.831 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:25.374Z] #29 7.911 Selecting previously unselected package libonig5:amd64. [2022-05-17T11:26:25.374Z] #29 7.911 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 7.926 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:26:25.374Z] #29 7.999 Selecting previously unselected package libjq1:amd64. [2022-05-17T11:26:25.374Z] #29 7.999 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 8.001 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:26:25.374Z] #29 8.059 Selecting previously unselected package jq. [2022-05-17T11:26:25.374Z] #29 8.059 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-17T11:26:25.374Z] #29 8.063 Unpacking jq (1.6-2.1) ... [2022-05-17T11:26:25.374Z] #29 8.123 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-17T11:26:25.374Z] #29 8.150 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-17T11:26:25.374Z] #29 8.150 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-17T11:26:25.374Z] #29 8.158 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:25.374Z] #29 8.167 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-17T11:26:25.374Z] #29 8.182 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:25.374Z] #29 8.194 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-17T11:26:25.374Z] #29 8.206 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-17T11:26:25.374Z] #29 8.222 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:26:25.374Z] #29 8.236 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:26:25.374Z] #29 8.250 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-17T11:26:25.374Z] #29 8.283 Setting up ca-certificates (20210119) ... [2022-05-17T11:26:25.374Z] #29 8.995 Updating certificates in /etc/ssl/certs... [2022-05-17T11:26:25.635Z] #29 ... [2022-05-17T11:26:25.635Z] [2022-05-17T11:26:25.635Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:25.635Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:25.635Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 [2022-05-17T11:26:25.769Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 [2022-05-17T11:26:25.896Z] #11 ... [2022-05-17T11:26:25.896Z] [2022-05-17T11:26:25.896Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6137c67e2009e881526386c42ba99b3657e4f92f546814a33d35b14e60579777 [2022-05-17T11:26:25.896Z] #28 sha256:8d721f2d561506b5b3aa93cdfc09b616a14735d8d7174bbcb349ccd3ac21ebaa [2022-05-17T11:26:25.896Z] #28 DONE 9.6s [2022-05-17T11:26:25.896Z] [2022-05-17T11:26:25.896Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:25.896Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-17T11:26:25.896Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-05-17T11:26:25.896Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-17T11:26:25.896Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-17T11:26:25.896Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-17T11:26:25.896Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.2s done [2022-05-17T11:26:25.896Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.6s done [2022-05-17T11:26:25.896Z] #71 DONE 9.8s [2022-05-17T11:26:25.896Z] [2022-05-17T11:26:25.896Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:25.896Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-17T11:26:25.896Z] #11 ... [2022-05-17T11:26:25.896Z] [2022-05-17T11:26:25.896Z] #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-17T11:26:25.896Z] #29 sha256:d7d60c790e56dec5401acf917bfe11cff6c2e03c9742add06751d9192c5ba7e4 [2022-05-17T11:26:26.157Z] #29 ... [2022-05-17T11:26:26.157Z] [2022-05-17T11:26:26.157Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-17T11:26:26.157Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-17T11:26:26.157Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-17T11:26:26.157Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-17T11:26:26.157Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-17T11:26:26.157Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.4s done [2022-05-17T11:26:26.157Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.6s done [2022-05-17T11:26:26.157Z] #73 DONE 9.8s [2022-05-17T11:26:26.157Z] [2022-05-17T11:26:26.157Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:26.157Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-17T11:26:27.550Z] #11 ... [2022-05-17T11:26:27.550Z] [2022-05-17T11:26:27.550Z] #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-17T11:26:27.550Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-17T11:26:27.550Z] #29 10.36 129 added, 0 removed; done. [2022-05-17T11:26:27.550Z] #29 10.39 Setting up jq (1.6-2.1) ... [2022-05-17T11:26:27.550Z] #29 10.40 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:27.550Z] #29 10.41 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:27.550Z] #29 10.43 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:26:27.550Z] #29 10.45 Processing triggers for ca-certificates (20210119) ... [2022-05-17T11:26:27.550Z] #29 10.45 Updating certificates in /etc/ssl/certs... [2022-05-17T11:26:27.550Z] #29 11.32 0 added, 0 removed; done. [2022-05-17T11:26:27.550Z] #29 11.32 Running hooks in /etc/ca-certificates/update.d... [2022-05-17T11:26:27.550Z] #29 11.32 done. [2022-05-17T11:26:27.550Z] #29 DONE 12.0s [2022-05-17T11:26:27.550Z] [2022-05-17T11:26:27.550Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-17T11:26:27.550Z] #30 sha256:b797ce5801ad734276246b39fa081f4f2120c790c4c0652fdd6a364c9ccc3d28 [2022-05-17T11:26:27.550Z] #30 DONE 0.1s [2022-05-17T11:26:27.550Z] [2022-05-17T11:26:27.550Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:27.550Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:28.070Z] #11 extracting sha256:f647907d26b879e0d43f6f4f0807f01e4dbdc034edcecbc988f6033cf401becf 2.4s done [2022-05-17T11:26:28.295Z] #11 ... [2022-05-17T11:26:28.295Z] [2022-05-17T11:26:28.295Z] #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-17T11:26:28.295Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-17T11:26:28.295Z] #29 8.879 Selecting previously unselected package jq. [2022-05-17T11:26:28.295Z] #29 8.879 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-17T11:26:28.295Z] #29 8.893 Unpacking jq (1.6-2.1) ... [2022-05-17T11:26:28.295Z] #29 8.953 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-17T11:26:28.295Z] #29 8.987 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-17T11:26:28.295Z] #29 8.998 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-17T11:26:28.295Z] #29 9.018 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:28.295Z] #29 9.055 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-17T11:26:28.295Z] #29 9.083 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:28.295Z] #29 9.094 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-17T11:26:28.295Z] #29 9.112 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-17T11:26:28.295Z] #29 9.143 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:26:28.295Z] #29 9.155 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:26:28.295Z] #29 9.166 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-17T11:26:28.295Z] #29 9.182 Setting up ca-certificates (20210119) ... [2022-05-17T11:26:28.295Z] #29 9.906 Updating certificates in /etc/ssl/certs... [2022-05-17T11:26:28.295Z] #29 10.99 129 added, 0 removed; done. [2022-05-17T11:26:28.295Z] #29 11.03 Setting up jq (1.6-2.1) ... [2022-05-17T11:26:28.295Z] #29 11.04 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:28.295Z] #29 11.05 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:28.295Z] #29 11.06 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:26:28.295Z] #29 11.09 Processing triggers for ca-certificates (20210119) ... [2022-05-17T11:26:28.295Z] #29 11.10 Updating certificates in /etc/ssl/certs... [2022-05-17T11:26:28.295Z] #29 11.99 0 added, 0 removed; done. [2022-05-17T11:26:28.295Z] #29 11.99 Running hooks in /etc/ca-certificates/update.d... [2022-05-17T11:26:28.295Z] #29 11.99 done. [2022-05-17T11:26:28.295Z] #29 DONE 13.7s [2022-05-17T11:26:28.295Z] [2022-05-17T11:26:28.295Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:28.295Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:28.295Z] #11 ... [2022-05-17T11:26:28.295Z] [2022-05-17T11:26:28.295Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-17T11:26:28.295Z] #30 sha256:78577df7f000b6024312a656d597e068edd07ab234056427caee39386c64fdb1 [2022-05-17T11:26:28.331Z] #11 extracting sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 [2022-05-17T11:26:28.861Z] #30 DONE 0.6s [2022-05-17T11:26:28.861Z] [2022-05-17T11:26:28.861Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:28.861Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:29.454Z] #11 ... [2022-05-17T11:26:29.454Z] [2022-05-17T11:26:29.454Z] #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-17T11:26:29.454Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-17T11:26:29.454Z] #29 0.870 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:29.454Z] #29 0.876 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:29.454Z] #29 0.876 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:29.454Z] #29 1.032 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:26:29.454Z] #29 1.247 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:29.454Z] #29 1.461 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:26:29.454Z] #29 2.995 Fetched 8530 kB in 2s (3589 kB/s) [2022-05-17T11:26:29.454Z] #29 2.995 Reading package lists... [2022-05-17T11:26:29.454Z] #29 3.809 Reading package lists... [2022-05-17T11:26:29.454Z] #29 4.593 Building dependency tree... [2022-05-17T11:26:29.454Z] #29 4.946 The following additional packages will be installed: [2022-05-17T11:26:29.454Z] #29 4.946 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-17T11:26:29.454Z] #29 4.947 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-17T11:26:29.454Z] #29 4.948 Recommended packages: [2022-05-17T11:26:29.454Z] #29 4.948 libldap-common publicsuffix libsasl2-modules [2022-05-17T11:26:29.454Z] #29 5.121 The following NEW packages will be installed: [2022-05-17T11:26:29.454Z] #29 5.122 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-17T11:26:29.454Z] #29 5.122 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-17T11:26:29.454Z] #29 5.123 libssh2-1 openssl [2022-05-17T11:26:29.454Z] #29 5.396 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:26:29.454Z] #29 5.396 Need to get 3040 kB of archives. [2022-05-17T11:26:29.454Z] #29 5.396 After this operation, 6651 kB of additional disk space will be used. [2022-05-17T11:26:29.454Z] #29 5.396 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-05-17T11:26:29.454Z] #29 5.408 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-17T11:26:29.454Z] #29 5.408 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-17T11:26:29.454Z] #29 5.410 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-17T11:26:29.454Z] #29 5.412 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-17T11:26:29.454Z] #29 5.414 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-05-17T11:26:29.454Z] #29 5.418 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-17T11:26:29.454Z] #29 5.443 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-17T11:26:29.454Z] #29 5.443 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-17T11:26:29.454Z] #29 5.443 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-17T11:26:29.454Z] #29 5.443 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-17T11:26:29.454Z] #29 5.443 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-17T11:26:29.454Z] #29 5.443 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-17T11:26:29.454Z] #29 5.443 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-17T11:26:29.454Z] #29 5.443 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-17T11:26:29.454Z] #29 5.592 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:26:29.454Z] #29 5.626 Fetched 3040 kB in 0s (9746 kB/s) [2022-05-17T11:26:29.454Z] #29 5.655 Selecting previously unselected package openssl. [2022-05-17T11:26:29.454Z] #29 5.655 (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-17T11:26:29.454Z] #29 5.655 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 5.660 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 5.935 Selecting previously unselected package ca-certificates. [2022-05-17T11:26:29.454Z] #29 5.935 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-17T11:26:29.454Z] #29 5.940 Unpacking ca-certificates (20210119) ... [2022-05-17T11:26:29.454Z] #29 6.038 Selecting previously unselected package libbrotli1:amd64. [2022-05-17T11:26:29.454Z] #29 6.038 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.059 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-17T11:26:29.454Z] #29 6.128 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-17T11:26:29.454Z] #29 6.128 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.134 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 6.185 Selecting previously unselected package libsasl2-2:amd64. [2022-05-17T11:26:29.454Z] #29 6.187 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.192 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 6.240 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-17T11:26:29.454Z] #29 6.242 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.246 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-17T11:26:29.454Z] #29 6.306 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-17T11:26:29.454Z] #29 6.306 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.311 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-17T11:26:29.454Z] #29 6.352 Selecting previously unselected package libpsl5:amd64. [2022-05-17T11:26:29.454Z] #29 6.353 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.358 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-17T11:26:29.454Z] #29 6.395 Selecting previously unselected package librtmp1:amd64. [2022-05-17T11:26:29.454Z] #29 6.395 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.399 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-17T11:26:29.454Z] #29 6.445 Selecting previously unselected package libssh2-1:amd64. [2022-05-17T11:26:29.454Z] #29 6.446 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.449 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-17T11:26:29.454Z] #29 6.508 Selecting previously unselected package libcurl4:amd64. [2022-05-17T11:26:29.454Z] #29 6.508 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.514 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 6.585 Selecting previously unselected package curl. [2022-05-17T11:26:29.454Z] #29 6.586 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.592 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 6.668 Selecting previously unselected package libonig5:amd64. [2022-05-17T11:26:29.454Z] #29 6.668 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.673 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:26:29.454Z] #29 6.745 Selecting previously unselected package libjq1:amd64. [2022-05-17T11:26:29.454Z] #29 6.745 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.749 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:26:29.454Z] #29 6.818 Selecting previously unselected package jq. [2022-05-17T11:26:29.454Z] #29 6.818 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-17T11:26:29.454Z] #29 6.818 Unpacking jq (1.6-2.1) ... [2022-05-17T11:26:29.454Z] #29 6.874 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-17T11:26:29.454Z] #29 6.901 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-17T11:26:29.454Z] #29 6.916 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-17T11:26:29.454Z] #29 6.930 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 6.944 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-17T11:26:29.454Z] #29 6.958 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 6.970 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-17T11:26:29.454Z] #29 6.981 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 7.011 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:26:29.454Z] #29 7.030 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:26:29.454Z] #29 7.061 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-05-17T11:26:29.454Z] #29 7.085 Setting up ca-certificates (20210119) ... [2022-05-17T11:26:29.454Z] #29 7.720 Updating certificates in /etc/ssl/certs... [2022-05-17T11:26:29.454Z] #29 8.438 129 added, 0 removed; done. [2022-05-17T11:26:29.454Z] #29 8.467 Setting up jq (1.6-2.1) ... [2022-05-17T11:26:29.454Z] #29 8.477 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 8.487 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:29.454Z] #29 8.497 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:26:29.454Z] #29 8.518 Processing triggers for ca-certificates (20210119) ... [2022-05-17T11:26:29.454Z] #29 8.525 Updating certificates in /etc/ssl/certs... [2022-05-17T11:26:29.454Z] #29 9.113 0 added, 0 removed; done. [2022-05-17T11:26:29.454Z] #29 9.113 Running hooks in /etc/ca-certificates/update.d... [2022-05-17T11:26:29.454Z] #29 9.115 done. [2022-05-17T11:26:29.454Z] #29 ... [2022-05-17T11:26:29.454Z] [2022-05-17T11:26:29.454Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:29.454Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:29.454Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 4.1s done [2022-05-17T11:26:29.454Z] #11 ... [2022-05-17T11:26:29.454Z] [2022-05-17T11:26:29.454Z] #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-17T11:26:29.454Z] #29 sha256:87b36cc280fe638d7ef5f20bb22729024d374f203f2bcca845213957d578aa99 [2022-05-17T11:26:29.454Z] #29 DONE 10.7s [2022-05-17T11:26:29.454Z] [2022-05-17T11:26:29.454Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:29.454Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:29.454Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af [2022-05-17T11:26:30.018Z] #11 ... [2022-05-17T11:26:30.018Z] [2022-05-17T11:26:30.018Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-17T11:26:30.018Z] #30 sha256:313e50c8e708b676bf956ac9b8405a90256fd82ecbb954551782d07eea445d9b [2022-05-17T11:26:30.018Z] #30 DONE 0.5s [2022-05-17T11:26:30.274Z] [2022-05-17T11:26:30.274Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:30.274Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:30.754Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 5.1s [2022-05-17T11:26:30.838Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 5.0s [2022-05-17T11:26:31.809Z] #11 extracting sha256:c64921c44c8b8e3bbab616d9ea7740c81562749239ad36db6017db3decdc6ec3 3.2s done [2022-05-17T11:26:32.132Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 6.4s done [2022-05-17T11:26:32.385Z] #11 extracting sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d [2022-05-17T11:26:32.389Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 0.1s [2022-05-17T11:26:33.375Z] #11 extracting sha256:10f766b17f5384d63134264ec3a98043d9c8e94795eb1462133ceb2985648921 7.6s done [2022-05-17T11:26:33.375Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af [2022-05-17T11:26:34.443Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 5.0s [2022-05-17T11:26:36.589Z] #11 ... [2022-05-17T11:26:36.589Z] [2022-05-17T11:26:36.589Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-17T11:26:36.589Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-05-17T11:26:37.161Z] #72 DONE 1.3s [2022-05-17T11:26:37.161Z] [2022-05-17T11:26:37.161Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-17T11:26:37.161Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-05-17T11:26:37.486Z] #74 ... [2022-05-17T11:26:37.486Z] [2022-05-17T11:26:37.486Z] #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-17T11:26:37.486Z] #29 sha256:d7d60c790e56dec5401acf917bfe11cff6c2e03c9742add06751d9192c5ba7e4 [2022-05-17T11:26:37.486Z] #29 1.399 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:37.486Z] #29 1.399 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:37.486Z] #29 1.441 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:37.486Z] #29 1.571 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-17T11:26:37.486Z] #29 1.714 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-17T11:26:37.486Z] #29 2.059 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-17T11:26:37.486Z] #29 3.010 Fetched 8417 kB in 2s (4477 kB/s) [2022-05-17T11:26:37.486Z] #29 3.010 Reading package lists... [2022-05-17T11:26:37.486Z] #29 3.572 Reading package lists... [2022-05-17T11:26:37.486Z] #29 4.135 Building dependency tree... [2022-05-17T11:26:37.486Z] #29 4.499 The following additional packages will be installed: [2022-05-17T11:26:37.486Z] #29 4.499 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-17T11:26:37.486Z] #29 4.500 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-17T11:26:37.486Z] #29 4.503 Recommended packages: [2022-05-17T11:26:37.486Z] #29 4.503 libldap-common publicsuffix libsasl2-modules [2022-05-17T11:26:37.486Z] #29 4.631 The following NEW packages will be installed: [2022-05-17T11:26:37.486Z] #29 4.631 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-17T11:26:37.486Z] #29 4.631 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-17T11:26:37.486Z] #29 4.632 libssh2-1 openssl [2022-05-17T11:26:37.486Z] #29 4.972 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:26:37.486Z] #29 4.972 Need to get 2934 kB of archives. [2022-05-17T11:26:37.486Z] #29 4.972 After this operation, 6476 kB of additional disk space will be used. [2022-05-17T11:26:37.487Z] #29 4.972 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u1 [830 kB] [2022-05-17T11:26:37.487Z] #29 4.984 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-05-17T11:26:37.487Z] #29 4.988 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-05-17T11:26:37.487Z] #29 4.988 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-17T11:26:37.487Z] #29 4.993 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-05-17T11:26:37.487Z] #29 4.993 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-05-17T11:26:37.487Z] #29 4.993 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-05-17T11:26:37.487Z] #29 4.993 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-05-17T11:26:37.487Z] #29 4.994 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-05-17T11:26:37.487Z] #29 5.054 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-05-17T11:26:37.487Z] #29 5.055 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-05-17T11:26:37.487Z] #29 5.061 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-05-17T11:26:37.487Z] #29 5.061 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-05-17T11:26:37.487Z] #29 5.073 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-05-17T11:26:37.487Z] #29 5.075 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-05-17T11:26:37.487Z] #29 5.440 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:26:37.487Z] #29 5.487 Fetched 2934 kB in 0s (6709 kB/s) [2022-05-17T11:26:37.487Z] #29 5.682 Selecting previously unselected package openssl. [2022-05-17T11:26:37.487Z] #29 5.682 (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-17T11:26:37.487Z] #29 5.682 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 5.698 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-05-17T11:26:37.487Z] #29 6.328 Selecting previously unselected package ca-certificates. [2022-05-17T11:26:37.487Z] #29 6.328 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-17T11:26:37.487Z] #29 6.334 Unpacking ca-certificates (20210119) ... [2022-05-17T11:26:37.487Z] #29 6.824 Selecting previously unselected package libbrotli1:arm64. [2022-05-17T11:26:37.487Z] #29 6.824 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 7.060 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-05-17T11:26:37.487Z] #29 7.445 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-05-17T11:26:37.487Z] #29 7.445 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 7.514 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:37.487Z] #29 7.938 Selecting previously unselected package libsasl2-2:arm64. [2022-05-17T11:26:37.487Z] #29 7.938 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 8.031 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:37.487Z] #29 8.787 Selecting previously unselected package libldap-2.4-2:arm64. [2022-05-17T11:26:37.487Z] #29 8.787 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 8.807 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-05-17T11:26:37.487Z] #29 9.309 Selecting previously unselected package libnghttp2-14:arm64. [2022-05-17T11:26:37.487Z] #29 9.309 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 9.459 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-05-17T11:26:37.487Z] #29 10.06 Selecting previously unselected package libpsl5:arm64. [2022-05-17T11:26:37.487Z] #29 10.06 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 10.06 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-05-17T11:26:37.487Z] #29 10.11 Selecting previously unselected package librtmp1:arm64. [2022-05-17T11:26:37.487Z] #29 10.11 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 10.12 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-17T11:26:37.487Z] #29 10.20 Selecting previously unselected package libssh2-1:arm64. [2022-05-17T11:26:37.487Z] #29 10.20 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 10.28 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-05-17T11:26:37.487Z] #29 10.92 Selecting previously unselected package libcurl4:arm64. [2022-05-17T11:26:37.487Z] #29 10.92 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 10.98 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:37.487Z] #29 11.19 Selecting previously unselected package curl. [2022-05-17T11:26:37.487Z] #29 11.19 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 11.21 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:37.487Z] #29 11.31 Selecting previously unselected package libonig5:arm64. [2022-05-17T11:26:37.487Z] #29 11.31 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 11.31 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-05-17T11:26:37.487Z] #29 11.60 Selecting previously unselected package libjq1:arm64. [2022-05-17T11:26:37.487Z] #29 11.60 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-05-17T11:26:37.487Z] #29 11.69 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-05-17T11:26:37.487Z] #29 ... [2022-05-17T11:26:37.487Z] [2022-05-17T11:26:37.487Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:37.487Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-17T11:26:37.487Z] #11 extracting sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 5.2s [2022-05-17T11:26:37.581Z] #11 ... [2022-05-17T11:26:37.581Z] [2022-05-17T11:26:37.581Z] #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-17T11:26:37.581Z] #31 sha256:8039dd409c5163c709e7c7b7063a3716919bb3c8f365cd5d3d57444d667adc18 [2022-05-17T11:26:37.581Z] #31 2.179 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-17T11:26:37.581Z] #31 2.503 [2022-05-17T11:26:37.581Z] #31 2.724 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:37.581Z] #31 3.046 [2022-05-17T11:26:37.581Z] #31 4.115 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-17T11:26:37.581Z] #31 4.485 [2022-05-17T11:26:37.581Z] #31 4.706 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:37.581Z] #31 4.979 [2022-05-17T11:26:37.581Z] #31 5.961 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-17T11:26:37.581Z] #31 6.360 [2022-05-17T11:26:37.581Z] #31 6.582 #=#=# ##### 7.3% ########################################### 60.1% ######################################################################## 100.0% [2022-05-17T11:26:37.581Z] #31 7.215 [2022-05-17T11:26:37.581Z] #31 8.360 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-17T11:26:37.581Z] #31 8.611 [2022-05-17T11:26:37.581Z] #31 8.839 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:37.581Z] #31 9.232 [2022-05-17T11:26:37.581Z] #31 9.990 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-17T11:26:37.581Z] #31 ... [2022-05-17T11:26:37.581Z] [2022-05-17T11:26:37.581Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:37.582Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:37.645Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 5.2s [2022-05-17T11:26:37.768Z] #11 extracting sha256:4d35a8839961a2084ed852b5cf2acb4eb26fa23a8f5eaa1d3d926b7a5239799d 5.7s done [2022-05-17T11:26:38.382Z] #11 extracting sha256:fdcf0c9162039d8f9f073991c3f17b0bd401d5c6bf2cba3bd2e70e55fc617971 done [2022-05-17T11:26:38.517Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 5.2s [2022-05-17T11:26:38.616Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 8.3s done [2022-05-17T11:26:38.616Z] #11 extracting sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 done [2022-05-17T11:26:38.616Z] #11 DONE 27.7s [2022-05-17T11:26:38.616Z] [2022-05-17T11:26:38.616Z] #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-17T11:26:38.616Z] #31 sha256:2059d592e27c08ad039093b0a455e96da9191ed3cc325ee76423b4c7199e332a [2022-05-17T11:26:38.616Z] #31 1.567 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-17T11:26:38.616Z] #31 1.825 [2022-05-17T11:26:38.616Z] #31 2.038 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:38.616Z] #31 2.300 [2022-05-17T11:26:38.616Z] #31 3.145 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-17T11:26:38.616Z] #31 3.414 [2022-05-17T11:26:38.616Z] #31 3.628 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:38.616Z] #31 3.907 [2022-05-17T11:26:38.616Z] #31 4.787 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-17T11:26:38.616Z] #31 5.071 [2022-05-17T11:26:38.616Z] #31 5.295 #=#=# 0.0% ######################################## 56.0% ################################################################### 93.5% ######################################################################## 100.0% [2022-05-17T11:26:38.616Z] #31 5.829 [2022-05-17T11:26:38.616Z] #31 6.760 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-17T11:26:38.616Z] #31 7.031 [2022-05-17T11:26:38.616Z] #31 7.249 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:38.616Z] #31 7.500 [2022-05-17T11:26:38.616Z] #31 8.167 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-17T11:26:38.616Z] #31 8.409 [2022-05-17T11:26:38.616Z] #31 ... [2022-05-17T11:26:38.616Z] [2022-05-17T11:26:38.616Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-17T11:26:38.616Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-17T11:26:38.683Z] #11 ... [2022-05-17T11:26:38.683Z] [2022-05-17T11:26:38.683Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-17T11:26:38.683Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-05-17T11:26:38.683Z] #74 DONE 1.4s [2022-05-17T11:26:38.683Z] [2022-05-17T11:26:38.683Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:38.683Z] #11 sha256:c17823beee4315a8cee5c0954598d192d8ecaf1cf55395a82db4f9737d54f5fd [2022-05-17T11:26:38.683Z] #11 DONE 22.6s [2022-05-17T11:26:38.683Z] [2022-05-17T11:26:38.683Z] #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-17T11:26:38.683Z] #29 sha256:d7d60c790e56dec5401acf917bfe11cff6c2e03c9742add06751d9192c5ba7e4 [2022-05-17T11:26:38.683Z] #29 12.24 Selecting previously unselected package jq. [2022-05-17T11:26:38.683Z] #29 12.24 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-05-17T11:26:38.683Z] #29 12.39 Unpacking jq (1.6-2.1) ... [2022-05-17T11:26:38.683Z] #29 12.62 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-05-17T11:26:38.683Z] #29 12.65 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-05-17T11:26:38.683Z] #29 12.68 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-05-17T11:26:38.683Z] #29 12.68 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:38.683Z] #29 12.70 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-17T11:26:38.683Z] #29 12.72 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-17T11:26:38.683Z] #29 12.72 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-05-17T11:26:38.683Z] #29 12.74 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-05-17T11:26:38.683Z] #29 12.77 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-05-17T11:26:38.683Z] #29 12.78 Setting up libjq1:arm64 (1.6-2.1) ... [2022-05-17T11:26:38.683Z] #29 12.79 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-05-17T11:26:38.683Z] #29 12.80 Setting up ca-certificates (20210119) ... [2022-05-17T11:26:39.012Z] #11 ... [2022-05-17T11:26:39.012Z] [2022-05-17T11:26:39.013Z] #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-17T11:26:39.013Z] #31 sha256:b13fe03e3dd8f187e642962202d04e56f4aae1a663f15cc954998d8c2e1ea733 [2022-05-17T11:26:39.013Z] #31 2.080 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-17T11:26:39.013Z] #31 2.415 [2022-05-17T11:26:39.013Z] #31 2.643 #=#=# ###################################### 53.6% ######################################################################## 100.0% [2022-05-17T11:26:39.013Z] #31 3.016 [2022-05-17T11:26:39.013Z] #31 4.000 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-17T11:26:39.013Z] #31 4.325 [2022-05-17T11:26:39.013Z] #31 4.563 #=#=# ############################################ 61.9% ######################################################################## 100.0% [2022-05-17T11:26:39.013Z] #31 4.899 [2022-05-17T11:26:39.013Z] #31 5.941 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-17T11:26:39.013Z] #31 6.311 [2022-05-17T11:26:39.013Z] #31 6.528 #=#=# ############ 17.0% ######################################### 58.3% ################################################################ 90.0% ######################################################################## 100.0% [2022-05-17T11:26:39.013Z] #31 7.104 [2022-05-17T11:26:39.013Z] #31 8.059 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-17T11:26:39.013Z] #31 8.362 [2022-05-17T11:26:39.013Z] #31 8.588 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:39.013Z] #31 8.906 [2022-05-17T11:26:39.013Z] #31 9.656 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-17T11:26:39.013Z] #31 10.08 [2022-05-17T11:26:39.013Z] #31 ... [2022-05-17T11:26:39.013Z] [2022-05-17T11:26:39.013Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:39.013Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:39.272Z] #29 ... [2022-05-17T11:26:39.272Z] [2022-05-17T11:26:39.273Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-17T11:26:39.273Z] #12 sha256:c0bb29d9b3462febc988bbcbbd2458012374fee38992a4a82f9e1a19150f6ff9 [2022-05-17T11:26:39.273Z] #12 DONE 0.5s [2022-05-17T11:26:39.534Z] [2022-05-17T11:26:39.534Z] #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-17T11:26:39.534Z] #13 sha256:f8174d9f7fa48fc49299d67fdc13a640baaeb11c0e9d1d6f196645fd87485deb [2022-05-17T11:26:39.894Z] #11 ... [2022-05-17T11:26:39.894Z] [2022-05-17T11:26:39.894Z] #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-17T11:26:39.894Z] #31 sha256:8039dd409c5163c709e7c7b7063a3716919bb3c8f365cd5d3d57444d667adc18 [2022-05-17T11:26:39.894Z] #31 10.31 [2022-05-17T11:26:39.894Z] #31 10.53 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:39.894Z] #31 10.84 [2022-05-17T11:26:39.894Z] #31 10.90 Download of images into '/build' complete. [2022-05-17T11:26:39.894Z] #31 10.90 Use something like the following to load the result into a Docker daemon: [2022-05-17T11:26:39.894Z] #31 10.90 tar -cC '/build' . | docker load [2022-05-17T11:26:39.894Z] #31 DONE 12.3s [2022-05-17T11:26:39.894Z] [2022-05-17T11:26:39.894Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:39.894Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:39.984Z] #12 DONE 1.5s [2022-05-17T11:26:39.984Z] [2022-05-17T11:26:39.984Z] #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-17T11:26:39.984Z] #31 sha256:2059d592e27c08ad039093b0a455e96da9191ed3cc325ee76423b4c7199e332a [2022-05-17T11:26:39.984Z] #31 8.629 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:39.984Z] #31 8.822 [2022-05-17T11:26:39.984Z] #31 8.862 Download of images into '/build' complete. [2022-05-17T11:26:39.984Z] #31 8.862 Use something like the following to load the result into a Docker daemon: [2022-05-17T11:26:39.984Z] #31 8.862 tar -cC '/build' . | docker load [2022-05-17T11:26:39.984Z] #31 DONE 9.8s [2022-05-17T11:26:39.984Z] [2022-05-17T11:26:39.984Z] #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-17T11:26:39.984Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-17T11:26:40.113Z] #13 DONE 0.6s [2022-05-17T11:26:40.113Z] [2022-05-17T11:26:40.113Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-17T11:26:40.113Z] #33 sha256:e6193f719e5c48cc1d1c6abc7a33d617864720822502462db55bab606afdef98 [2022-05-17T11:26:40.113Z] #33 DONE 0.1s [2022-05-17T11:26:40.113Z] [2022-05-17T11:26:40.113Z] #38 [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-17T11:26:40.113Z] #38 sha256:0f2d46394127e6f4f819a3b9c5aac2f26a64b2dcd4e56b64057e76d18f8893c8 [2022-05-17T11:26:40.113Z] #38 ... [2022-05-17T11:26:40.113Z] [2022-05-17T11:26:40.113Z] #50 [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-17T11:26:40.113Z] #50 sha256:460930cc7c0779da8266c4012b9c715b8eccb654fe742b92a6092516e5832e7d [2022-05-17T11:26:40.113Z] #50 DONE 0.2s [2022-05-17T11:26:40.113Z] [2022-05-17T11:26:40.113Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-17T11:26:40.113Z] #25 sha256:1c43e7cadb8b406df0dd23650ca39f95b471501eb4dda5585e7b2e749484167b [2022-05-17T11:26:40.113Z] #25 DONE 0.3s [2022-05-17T11:26:40.113Z] [2022-05-17T11:26:40.113Z] #51 [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-17T11:26:40.113Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-17T11:26:40.376Z] #51 ... [2022-05-17T11:26:40.376Z] [2022-05-17T11:26:40.376Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-17T11:26:40.376Z] #46 sha256:35e4b51c0602ec7817a4044cf39d53405f4c82eede6b08b129ed08bde0def469 [2022-05-17T11:26:40.376Z] #46 DONE 0.4s [2022-05-17T11:26:40.376Z] [2022-05-17T11:26:40.376Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-17T11:26:40.376Z] #66 sha256:191e68cc06c3179a5d2b2b629b6247ef86bc0255fe129e42b3a0a976dcfdfc95 [2022-05-17T11:26:40.376Z] #66 DONE 0.4s [2022-05-17T11:26:40.376Z] [2022-05-17T11:26:40.376Z] #67 [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-17T11:26:40.376Z] #67 sha256:136d6c0772c1823b58d6d4029f1380f142e7d98d04690b2d1e2952eb2ed1af77 [2022-05-17T11:26:40.553Z] #13 DONE 0.6s [2022-05-17T11:26:40.553Z] [2022-05-17T11:26:40.553Z] #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-17T11:26:40.553Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:26:40.816Z] #14 ... [2022-05-17T11:26:40.816Z] [2022-05-17T11:26:40.816Z] #50 [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-17T11:26:40.816Z] #50 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-17T11:26:40.816Z] #50 DONE 0.2s [2022-05-17T11:26:40.816Z] [2022-05-17T11:26:40.816Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-17T11:26:40.816Z] #33 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-17T11:26:40.816Z] #33 DONE 0.2s [2022-05-17T11:26:40.816Z] [2022-05-17T11:26:40.816Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-17T11:26:40.816Z] #46 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-17T11:26:40.816Z] #46 DONE 0.2s [2022-05-17T11:26:40.816Z] [2022-05-17T11:26:40.816Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-17T11:26:40.816Z] #66 sha256:e6331990b06d760a5850b301d84294370bc99fd5c5c50956d531cc2f4acbdb60 [2022-05-17T11:26:40.816Z] #66 DONE 0.3s [2022-05-17T11:26:40.816Z] [2022-05-17T11:26:40.816Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-17T11:26:40.816Z] #25 sha256:da97c3f84d3138bf8793bae345843d89a48e033be6740449779d2c6fdb1b961b [2022-05-17T11:26:40.816Z] #25 DONE 0.3s [2022-05-17T11:26:40.816Z] [2022-05-17T11:26:40.816Z] #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-17T11:26:40.816Z] #26 sha256:c03602f924fe16c3cd9ac82c82163fca94778591f494ba1eb4df1de2a65e80c8 [2022-05-17T11:26:42.296Z] #67 ... [2022-05-17T11:26:42.296Z] [2022-05-17T11:26:42.296Z] #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-17T11:26:42.296Z] #29 sha256:d7d60c790e56dec5401acf917bfe11cff6c2e03c9742add06751d9192c5ba7e4 [2022-05-17T11:26:42.296Z] #29 13.70 Updating certificates in /etc/ssl/certs... [2022-05-17T11:26:42.296Z] #29 14.80 129 added, 0 removed; done. [2022-05-17T11:26:42.296Z] #29 14.90 Setting up jq (1.6-2.1) ... [2022-05-17T11:26:42.296Z] #29 14.91 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:42.296Z] #29 14.92 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-17T11:26:42.296Z] #29 14.95 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:26:42.296Z] #29 14.97 Processing triggers for ca-certificates (20210119) ... [2022-05-17T11:26:42.296Z] #29 14.98 Updating certificates in /etc/ssl/certs... [2022-05-17T11:26:42.296Z] #29 16.09 0 added, 0 removed; done. [2022-05-17T11:26:42.296Z] #29 16.09 Running hooks in /etc/ca-certificates/update.d... [2022-05-17T11:26:42.296Z] #29 16.09 done. [2022-05-17T11:26:42.296Z] #29 DONE 16.3s [2022-05-17T11:26:42.296Z] [2022-05-17T11:26:42.296Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-17T11:26:42.296Z] #30 sha256:a7e3858c897294357c576737492d80f83c2a27a005dd199e3985a8475565fa5e [2022-05-17T11:26:42.296Z] #30 DONE 0.1s [2022-05-17T11:26:42.296Z] [2022-05-17T11:26:42.296Z] #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-17T11:26:42.296Z] #31 sha256:589c7c6a58dc1a11217dd7daa59f2d698b09c861c3cd8c8b000a4935e7b6e772 [2022-05-17T11:26:43.184Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 10.2s [2022-05-17T11:26:43.184Z] #11 ... [2022-05-17T11:26:43.184Z] [2022-05-17T11:26:43.184Z] #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-17T11:26:43.184Z] #31 sha256:b13fe03e3dd8f187e642962202d04e56f4aae1a663f15cc954998d8c2e1ea733 [2022-05-17T11:26:43.184Z] #31 10.30 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:43.184Z] #31 10.56 [2022-05-17T11:26:43.184Z] #31 10.61 Download of images into '/build' complete. [2022-05-17T11:26:43.184Z] #31 10.61 Use something like the following to load the result into a Docker daemon: [2022-05-17T11:26:43.184Z] #31 10.61 tar -cC '/build' . | docker load [2022-05-17T11:26:43.184Z] #31 DONE 14.0s [2022-05-17T11:26:43.184Z] [2022-05-17T11:26:43.184Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:a966d36a1bdf8769ebfd18eaf1b2cdfc86dfda1a2c61791ccd36ed8237e43a69 [2022-05-17T11:26:43.184Z] #11 sha256:7df3a1c8e8568958516166eeafce9654eaa9d0594d4f96f498d28228ba93e58d [2022-05-17T11:26:44.086Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 10.3s [2022-05-17T11:26:45.703Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 12.8s done [2022-05-17T11:26:45.703Z] #11 extracting sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 done [2022-05-17T11:26:45.960Z] #11 DONE 42.3s [2022-05-17T11:26:45.960Z] [2022-05-17T11:26:45.960Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-17T11:26:45.960Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-17T11:26:45.989Z] #11 extracting sha256:21e7497335c1360d6ed9fbe8a27c64abd3a481f4ccc311067ec1c3d7705bb6af 12.5s done [2022-05-17T11:26:46.069Z] #26 4.569 + RM_GOPATH=0 [2022-05-17T11:26:46.069Z] #26 4.569 + TMP_GOPATH= [2022-05-17T11:26:46.069Z] #26 4.569 + : /build [2022-05-17T11:26:46.069Z] #26 4.569 + '[' -z '' ']' [2022-05-17T11:26:46.069Z] #26 4.569 ++ mktemp -d [2022-05-17T11:26:46.069Z] #26 4.569 + export GOPATH=/tmp/tmp.oobgrN0yPO [2022-05-17T11:26:46.069Z] #26 4.569 + GOPATH=/tmp/tmp.oobgrN0yPO [2022-05-17T11:26:46.069Z] #26 4.569 + RM_GOPATH=1 [2022-05-17T11:26:46.069Z] #26 4.569 + case "$(go env GOARCH)" in [2022-05-17T11:26:46.069Z] #26 4.569 ++ go env GOARCH [2022-05-17T11:26:46.069Z] #26 4.603 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:46.069Z] #26 4.603 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:46.069Z] #26 4.603 ++ dirname /install.sh [2022-05-17T11:26:46.069Z] #26 4.603 + dir=/ [2022-05-17T11:26:46.069Z] #26 4.603 + bin=dockercli [2022-05-17T11:26:46.069Z] #26 4.603 + shift [2022-05-17T11:26:46.069Z] #26 4.603 + '[' '!' -f //dockercli.installer ']' [2022-05-17T11:26:46.069Z] #26 4.603 + . //dockercli.installer [2022-05-17T11:26:46.069Z] #26 4.603 ++ : stable [2022-05-17T11:26:46.069Z] #26 4.603 ++ : 17.06.2-ce [2022-05-17T11:26:46.069Z] #26 4.603 + install_dockercli [2022-05-17T11:26:46.069Z] #26 4.603 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-17T11:26:46.069Z] #26 4.603 ++ uname -m [2022-05-17T11:26:46.069Z] #26 4.603 + arch=x86_64 [2022-05-17T11:26:46.069Z] #26 4.603 + '[' x86_64 '!=' x86_64 ']' [2022-05-17T11:26:46.069Z] #26 4.603 + url=https://download.docker.com/linux/static [2022-05-17T11:26:46.069Z] #26 4.603 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-17T11:26:46.069Z] #26 4.604 Install docker/cli version 17.06.2-ce from stable [2022-05-17T11:26:46.069Z] #26 4.639 + tar -xz docker/docker [2022-05-17T11:26:46.248Z] #11 extracting sha256:1e452e64228de9a5b7a3c92a199940ee0822ac729805e29e8b15897287aa0470 done [2022-05-17T11:26:46.326Z] #26 ... [2022-05-17T11:26:46.326Z] [2022-05-17T11:26:46.326Z] #53 [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-17T11:26:46.326Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:26:46.326Z] #53 3.408 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-17T11:26:46.326Z] #53 4.183 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-17T11:26:46.326Z] #53 4.183 go: downloading github.com/fatih/color v1.10.0 [2022-05-17T11:26:46.326Z] #53 4.238 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-17T11:26:46.326Z] #53 4.277 go: downloading github.com/pkg/errors v0.9.1 [2022-05-17T11:26:46.326Z] #53 4.492 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-17T11:26:46.326Z] #53 4.493 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-17T11:26:46.326Z] #53 4.547 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-17T11:26:46.326Z] #53 4.618 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-17T11:26:46.326Z] #53 4.634 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-17T11:26:46.326Z] #53 4.699 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-17T11:26:46.326Z] #53 4.851 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-17T11:26:46.326Z] #53 4.937 go: downloading golang.org/x/tools v0.1.0 [2022-05-17T11:26:46.507Z] #11 DONE 42.8s [2022-05-17T11:26:46.508Z] [2022-05-17T11:26:46.508Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-17T11:26:46.508Z] #12 sha256:117596d16f6a2b9872fcbca80537859f91bd1d83b86fec9b8b3d2954f8da827a [2022-05-17T11:26:46.521Z] #12 DONE 0.7s [2022-05-17T11:26:46.778Z] [2022-05-17T11:26:46.778Z] #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-17T11:26:46.778Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-17T11:26:47.590Z] #31 ... [2022-05-17T11:26:47.590Z] [2022-05-17T11:26:47.590Z] #67 [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-17T11:26:47.590Z] #67 sha256:136d6c0772c1823b58d6d4029f1380f142e7d98d04690b2d1e2952eb2ed1af77 [2022-05-17T11:26:47.590Z] #67 4.073 + RM_GOPATH=0 [2022-05-17T11:26:47.590Z] #67 4.073 + TMP_GOPATH= [2022-05-17T11:26:47.590Z] #67 4.073 + : /build [2022-05-17T11:26:47.590Z] #67 4.073 + '[' -z '' ']' [2022-05-17T11:26:47.590Z] #67 4.079 ++ mktemp -d [2022-05-17T11:26:47.590Z] #67 4.079 + export GOPATH=/tmp/tmp.cqDlgK6Ggu [2022-05-17T11:26:47.590Z] #67 4.079 + GOPATH=/tmp/tmp.cqDlgK6Ggu [2022-05-17T11:26:47.590Z] #67 4.079 + RM_GOPATH=1 [2022-05-17T11:26:47.590Z] #67 4.079 + case "$(go env GOARCH)" in [2022-05-17T11:26:47.590Z] #67 4.083 ++ go env GOARCH [2022-05-17T11:26:47.590Z] #67 4.179 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:47.590Z] #67 4.181 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:47.590Z] #67 4.182 ++ dirname /install.sh [2022-05-17T11:26:47.590Z] #67 4.185 + dir=/ [2022-05-17T11:26:47.590Z] #67 4.186 + bin=rootlesskit [2022-05-17T11:26:47.590Z] #67 4.195 + shift [2022-05-17T11:26:47.590Z] #67 4.200 + '[' '!' -f //rootlesskit.installer ']' [2022-05-17T11:26:47.590Z] #67 4.204 + . //rootlesskit.installer [2022-05-17T11:26:47.590Z] #67 4.205 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:47.590Z] #67 4.206 + install_rootlesskit [2022-05-17T11:26:47.590Z] #67 4.214 + case "$1" in [2022-05-17T11:26:47.590Z] #67 4.216 + export CGO_ENABLED=0 [2022-05-17T11:26:47.590Z] #67 4.216 + CGO_ENABLED=0 [2022-05-17T11:26:47.590Z] #67 4.216 + _install_rootlesskit [2022-05-17T11:26:47.590Z] #67 4.235 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-17T11:26:47.590Z] #67 4.240 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:47.590Z] #67 4.240 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-17T11:26:47.590Z] #67 4.243 + GOBIN=/build [2022-05-17T11:26:47.590Z] #67 4.243 + GO111MODULE=on [2022-05-17T11:26:47.590Z] #67 4.243 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:47.591Z] #67 4.800 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-17T11:26:47.591Z] #67 7.156 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-17T11:26:47.591Z] #67 7.179 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-17T11:26:47.851Z] #67 7.594 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-17T11:26:48.143Z] #13 DONE 1.5s [2022-05-17T11:26:48.143Z] [2022-05-17T11:26:48.143Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-17T11:26:48.143Z] #66 sha256:6dd73add2be3600b8ea3683723d9a2b13d8b9d798fdb490e20dd061fbe66c044 [2022-05-17T11:26:48.400Z] #66 ... [2022-05-17T11:26:48.400Z] [2022-05-17T11:26:48.400Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-17T11:26:48.400Z] #46 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-17T11:26:48.400Z] #46 DONE 0.2s [2022-05-17T11:26:48.400Z] [2022-05-17T11:26:48.400Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-17T11:26:48.400Z] #25 sha256:42f12ce62eadfcf9c6a70096962997912665603c9677c48d3e6c5d6773a3ab81 [2022-05-17T11:26:48.400Z] #25 DONE 0.3s [2022-05-17T11:26:48.400Z] [2022-05-17T11:26:48.400Z] #50 [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-17T11:26:48.400Z] #50 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-17T11:26:48.400Z] #50 DONE 0.3s [2022-05-17T11:26:48.400Z] [2022-05-17T11:26:48.400Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-17T11:26:48.400Z] #66 sha256:6dd73add2be3600b8ea3683723d9a2b13d8b9d798fdb490e20dd061fbe66c044 [2022-05-17T11:26:48.400Z] #66 DONE 0.3s [2022-05-17T11:26:48.400Z] [2022-05-17T11:26:48.400Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-17T11:26:48.400Z] #33 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-17T11:26:48.400Z] #33 DONE 0.3s [2022-05-17T11:26:48.400Z] [2022-05-17T11:26:48.400Z] #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-17T11:26:48.400Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:26:49.042Z] #12 DONE 2.0s [2022-05-17T11:26:49.043Z] [2022-05-17T11:26:49.043Z] #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-17T11:26:49.043Z] #13 sha256:4348a12012be920f4ec7d32125e42d660e742d7d03a0fd6b9eca1fd0ea894918 [2022-05-17T11:26:49.615Z] #13 DONE 1.0s [2022-05-17T11:26:49.615Z] [2022-05-17T11:26:49.615Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-17T11:26:49.615Z] #25 sha256:48e090307ae36892594e6edb5f270d0e7104c05a44fe92590940935245b607d3 [2022-05-17T11:26:49.615Z] #25 ... [2022-05-17T11:26:49.615Z] [2022-05-17T11:26:49.615Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-17T11:26:49.615Z] #33 sha256:13bbbf3faff18723d09a20753ca4c0d8c0ef84f05bf2eaee8859a47cbac48283 [2022-05-17T11:26:49.615Z] #33 DONE 0.2s [2022-05-17T11:26:49.615Z] [2022-05-17T11:26:49.615Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-17T11:26:49.615Z] #46 sha256:205206618d4a474f9923652b99989d5716de3944ac6d6bda09aaf1d46f6d4970 [2022-05-17T11:26:49.615Z] #46 DONE 0.2s [2022-05-17T11:26:49.768Z] #67 ... [2022-05-17T11:26:49.768Z] [2022-05-17T11:26:49.768Z] #40 [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-17T11:26:49.768Z] #40 sha256:7b30a2714620fa7e240d23d5cd79a699ccb090e1d0c8d746686b88d721d328e5 [2022-05-17T11:26:49.768Z] #40 4.543 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-17T11:26:49.768Z] #40 5.518 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-17T11:26:49.768Z] #40 6.470 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-17T11:26:49.768Z] #40 6.718 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-17T11:26:49.768Z] #40 6.773 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-17T11:26:49.768Z] #40 9.357 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-17T11:26:49.768Z] #40 9.460 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:26:49.874Z] [2022-05-17T11:26:49.874Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-17T11:26:49.874Z] #66 sha256:bbd13d74c9cbd7e53f16f0525169496b3dd03d263d39c12728554e86ac3b868c [2022-05-17T11:26:49.874Z] #66 DONE 0.3s [2022-05-17T11:26:49.874Z] [2022-05-17T11:26:49.874Z] #50 [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-17T11:26:49.874Z] #50 sha256:9c3b208b65a8b8fa54d9d809817a461609014ba0ebc6cb06346f719cbbe6d55b [2022-05-17T11:26:49.874Z] #50 DONE 0.3s [2022-05-17T11:26:49.874Z] [2022-05-17T11:26:49.874Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-17T11:26:49.874Z] #25 sha256:48e090307ae36892594e6edb5f270d0e7104c05a44fe92590940935245b607d3 [2022-05-17T11:26:49.874Z] #25 DONE 0.3s [2022-05-17T11:26:49.874Z] [2022-05-17T11:26:49.874Z] #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-17T11:26:49.874Z] #26 sha256:1260e8b4de375e100ed09e65d5c056831bee17fd3729659a82cdf2ac6199fc11 [2022-05-17T11:26:50.030Z] #40 ... [2022-05-17T11:26:50.030Z] [2022-05-17T11:26:50.030Z] #42 [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-17T11:26:50.030Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-17T11:26:50.030Z] #42 4.588 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:50.030Z] #42 4.605 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:50.030Z] #42 4.607 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:50.030Z] #42 5.331 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-17T11:26:50.030Z] #42 7.364 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-17T11:26:50.030Z] #42 9.938 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-17T11:26:50.030Z] #42 ... [2022-05-17T11:26:50.030Z] [2022-05-17T11:26:50.030Z] #62 [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-17T11:26:50.030Z] #62 sha256:01abd27d0e3628417a5d68af6b3c69f6ed863a1dbee23e93216f48ae70a78673 [2022-05-17T11:26:50.030Z] #62 4.260 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:50.030Z] #62 4.337 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:50.030Z] #62 4.337 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:50.030Z] #62 5.226 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-17T11:26:50.030Z] #62 7.226 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-17T11:26:50.030Z] #62 9.717 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-17T11:26:50.291Z] #62 ... [2022-05-17T11:26:50.291Z] [2022-05-17T11:26:50.291Z] #57 [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-17T11:26:50.291Z] #57 sha256:401c0122933c017a61a97555462d320a2445f9c0d027720a10a599dc935e4cc4 [2022-05-17T11:26:50.291Z] #57 4.937 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-17T11:26:50.291Z] #57 6.179 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-17T11:26:50.291Z] #57 6.181 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-17T11:26:50.291Z] #57 6.224 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-17T11:26:50.291Z] #57 7.614 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-17T11:26:50.500Z] #53 ... [2022-05-17T11:26:50.500Z] [2022-05-17T11:26:50.500Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:26:50.500Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:26:50.500Z] #36 4.083 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-17T11:26:50.553Z] #57 ... [2022-05-17T11:26:50.553Z] [2022-05-17T11:26:50.553Z] #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-17T11:26:50.553Z] #26 sha256:52391597b0a18571e1654aa6fb1e3d19176a443822c2fdaf71fc680b2fe7426e [2022-05-17T11:26:50.553Z] #26 4.122 + RM_GOPATH=0 [2022-05-17T11:26:50.553Z] #26 4.122 + TMP_GOPATH= [2022-05-17T11:26:50.553Z] #26 4.122 + : /build [2022-05-17T11:26:50.553Z] #26 4.122 + '[' -z '' ']' [2022-05-17T11:26:50.553Z] #26 4.122 ++ mktemp -d [2022-05-17T11:26:50.553Z] #26 4.124 + export GOPATH=/tmp/tmp.3cgXHSsWn2 [2022-05-17T11:26:50.553Z] #26 4.124 + GOPATH=/tmp/tmp.3cgXHSsWn2 [2022-05-17T11:26:50.553Z] #26 4.124 + RM_GOPATH=1 [2022-05-17T11:26:50.553Z] #26 4.124 + case "$(go env GOARCH)" in [2022-05-17T11:26:50.553Z] #26 4.142 ++ go env GOARCH [2022-05-17T11:26:50.553Z] #26 4.157 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:50.553Z] #26 4.157 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:50.553Z] #26 4.157 ++ dirname /install.sh [2022-05-17T11:26:50.553Z] #26 4.170 Install docker/cli version 17.06.2-ce from stable [2022-05-17T11:26:50.553Z] #26 4.170 + dir=/ [2022-05-17T11:26:50.553Z] #26 4.170 + bin=dockercli [2022-05-17T11:26:50.553Z] #26 4.170 + shift [2022-05-17T11:26:50.553Z] #26 4.170 + '[' '!' -f //dockercli.installer ']' [2022-05-17T11:26:50.553Z] #26 4.170 + . //dockercli.installer [2022-05-17T11:26:50.553Z] #26 4.170 ++ : stable [2022-05-17T11:26:50.553Z] #26 4.170 ++ : 17.06.2-ce [2022-05-17T11:26:50.553Z] #26 4.170 + install_dockercli [2022-05-17T11:26:50.553Z] #26 4.170 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-17T11:26:50.553Z] #26 4.170 ++ uname -m [2022-05-17T11:26:50.553Z] #26 4.170 + arch=aarch64 [2022-05-17T11:26:50.553Z] #26 4.170 + '[' aarch64 '!=' x86_64 ']' [2022-05-17T11:26:50.553Z] #26 4.170 + '[' aarch64 '!=' s390x ']' [2022-05-17T11:26:50.553Z] #26 4.170 + '[' aarch64 '!=' armhf ']' [2022-05-17T11:26:50.553Z] #26 4.170 + build_dockercli [2022-05-17T11:26:50.553Z] #26 4.170 + git clone https://github.com/docker/docker-ce /tmp/tmp.3cgXHSsWn2/tmp/docker-ce [2022-05-17T11:26:50.553Z] #26 4.175 Cloning into '/tmp/tmp.3cgXHSsWn2/tmp/docker-ce'... [2022-05-17T11:26:50.553Z] #26 ... [2022-05-17T11:26:50.553Z] [2022-05-17T11:26:50.553Z] #53 [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-17T11:26:50.553Z] #53 sha256:9c273d3996b34d71fe6b78c250b2f5e18f56a35b7161b89f974801da62b108af [2022-05-17T11:26:50.553Z] #53 4.875 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-17T11:26:50.553Z] #53 6.762 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-17T11:26:50.553Z] #53 6.844 go: downloading github.com/fatih/color v1.10.0 [2022-05-17T11:26:50.553Z] #53 6.891 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-17T11:26:50.553Z] #53 6.943 go: downloading github.com/pkg/errors v0.9.1 [2022-05-17T11:26:50.553Z] #53 7.257 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-17T11:26:50.553Z] #53 7.265 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-17T11:26:50.553Z] #53 7.497 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-17T11:26:50.553Z] #53 7.545 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-17T11:26:50.553Z] #53 7.613 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-17T11:26:50.553Z] #53 7.681 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-17T11:26:50.553Z] #53 7.790 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-17T11:26:50.553Z] #53 8.015 go: downloading golang.org/x/tools v0.1.0 [2022-05-17T11:26:50.757Z] #36 ... [2022-05-17T11:26:50.758Z] [2022-05-17T11:26:50.758Z] #62 [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-17T11:26:50.758Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:26:50.758Z] #62 5.268 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:50.758Z] #62 5.295 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:50.758Z] #62 5.298 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:50.758Z] #62 6.286 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:50.758Z] #62 8.605 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:26:50.758Z] #62 ... [2022-05-17T11:26:50.758Z] [2022-05-17T11:26:50.758Z] #55 [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-17T11:26:50.758Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:26:50.758Z] #55 5.779 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-17T11:26:50.814Z] #53 ... [2022-05-17T11:26:50.814Z] [2022-05-17T11:26:50.814Z] #55 [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-17T11:26:50.814Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-17T11:26:50.814Z] #55 4.698 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-17T11:26:50.815Z] #55 ... [2022-05-17T11:26:50.815Z] [2022-05-17T11:26:50.815Z] #47 [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-17T11:26:50.815Z] #47 sha256:ea17d344860653ef009fc9b2ee95cb00a783e40062f95f368cce8498b9bf8e73 [2022-05-17T11:26:50.815Z] #47 3.983 + git clone https://github.com/docker/distribution.git . [2022-05-17T11:26:50.815Z] #47 3.986 Cloning into '.'... [2022-05-17T11:26:51.015Z] #55 ... [2022-05-17T11:26:51.015Z] [2022-05-17T11:26:51.015Z] #38 [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-17T11:26:51.015Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-17T11:26:51.015Z] #38 3.499 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-17T11:26:51.015Z] #38 ... [2022-05-17T11:26:51.015Z] [2022-05-17T11:26:51.015Z] #67 [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-17T11:26:51.015Z] #67 sha256:ea4878bab258ffa059dd99f1869d38f6dd30235b1f3ce65db7f10da222ec8873 [2022-05-17T11:26:51.015Z] #67 4.841 + RM_GOPATH=0 [2022-05-17T11:26:51.015Z] #67 4.841 + TMP_GOPATH= [2022-05-17T11:26:51.015Z] #67 4.841 + : /build [2022-05-17T11:26:51.015Z] #67 4.841 + '[' -z '' ']' [2022-05-17T11:26:51.015Z] #67 4.841 ++ mktemp -d [2022-05-17T11:26:51.015Z] #67 4.841 + export GOPATH=/tmp/tmp.vU9wJwRoW4 [2022-05-17T11:26:51.015Z] #67 4.849 + GOPATH=/tmp/tmp.vU9wJwRoW4 [2022-05-17T11:26:51.015Z] #67 4.849 + RM_GOPATH=1 [2022-05-17T11:26:51.015Z] #67 4.849 + case "$(go env GOARCH)" in [2022-05-17T11:26:51.015Z] #67 4.849 ++ go env GOARCH [2022-05-17T11:26:51.015Z] #67 4.876 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:51.015Z] #67 4.881 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:51.015Z] #67 4.881 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:51.015Z] #67 4.881 ++ dirname /install.sh [2022-05-17T11:26:51.015Z] #67 4.881 + dir=/ [2022-05-17T11:26:51.015Z] #67 4.881 + bin=rootlesskit [2022-05-17T11:26:51.015Z] #67 4.881 + shift [2022-05-17T11:26:51.015Z] #67 4.881 + '[' '!' -f //rootlesskit.installer ']' [2022-05-17T11:26:51.015Z] #67 4.881 + . //rootlesskit.installer [2022-05-17T11:26:51.015Z] #67 4.881 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:51.015Z] #67 4.881 + install_rootlesskit [2022-05-17T11:26:51.015Z] #67 4.881 + case "$1" in [2022-05-17T11:26:51.015Z] #67 4.881 + export CGO_ENABLED=0 [2022-05-17T11:26:51.015Z] #67 4.881 + CGO_ENABLED=0 [2022-05-17T11:26:51.015Z] #67 4.881 + _install_rootlesskit [2022-05-17T11:26:51.015Z] #67 4.881 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-17T11:26:51.015Z] #67 4.881 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-17T11:26:51.015Z] #67 4.881 + GOBIN=/build [2022-05-17T11:26:51.015Z] #67 4.881 + GO111MODULE=on [2022-05-17T11:26:51.015Z] #67 4.881 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:51.015Z] #67 5.479 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-17T11:26:51.015Z] #67 8.119 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-17T11:26:51.015Z] #67 8.127 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-17T11:26:51.015Z] #67 8.956 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-17T11:26:51.076Z] #47 ... [2022-05-17T11:26:51.076Z] [2022-05-17T11:26:51.076Z] #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-17T11:26:51.076Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:26:51.076Z] #14 3.187 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:51.076Z] #14 3.205 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:51.076Z] #14 3.205 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:51.076Z] #14 3.460 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-17T11:26:51.076Z] #14 3.848 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-17T11:26:51.076Z] #14 5.661 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-17T11:26:51.076Z] #14 10.47 Fetched 8417 kB in 8s (1122 kB/s) [2022-05-17T11:26:51.076Z] #14 10.47 Reading package lists... [2022-05-17T11:26:51.076Z] #14 ... [2022-05-17T11:26:51.076Z] [2022-05-17T11:26:51.076Z] #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-17T11:26:51.076Z] #34 sha256:7a88afd923b19d050d9dd0e227619d715a737b594582b3ac5f00c781d01ccb0f [2022-05-17T11:26:51.076Z] #34 3.767 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-17T11:26:51.076Z] #34 3.775 Cloning into '.'... [2022-05-17T11:26:51.272Z] #67 ... [2022-05-17T11:26:51.273Z] [2022-05-17T11:26:51.273Z] #42 [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-17T11:26:51.273Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:26:51.273Z] #42 6.107 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:51.273Z] #42 6.119 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:51.273Z] #42 6.129 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:51.273Z] #42 7.188 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:51.273Z] #42 9.527 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:26:51.338Z] #34 ... [2022-05-17T11:26:51.338Z] [2022-05-17T11:26:51.338Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:26:51.338Z] #36 sha256:6b2313603dfe49978567da61e390dda24037664d5523a7909bc7a7339587e0ce [2022-05-17T11:26:51.338Z] #36 4.574 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-17T11:26:51.338Z] #36 ... [2022-05-17T11:26:51.338Z] [2022-05-17T11:26:51.338Z] #67 [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-17T11:26:51.338Z] #67 sha256:136d6c0772c1823b58d6d4029f1380f142e7d98d04690b2d1e2952eb2ed1af77 [2022-05-17T11:26:51.338Z] #67 9.970 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-17T11:26:51.338Z] #67 10.46 go: downloading github.com/google/uuid v1.3.0 [2022-05-17T11:26:51.338Z] #67 10.48 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-17T11:26:51.338Z] #67 10.54 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-17T11:26:51.338Z] #67 10.84 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-17T11:26:51.338Z] #67 11.10 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-17T11:26:51.529Z] #42 ... [2022-05-17T11:26:51.530Z] [2022-05-17T11:26:51.530Z] #51 [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-17T11:26:51.530Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:26:51.530Z] #51 3.892 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:51.530Z] #51 3.918 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:51.530Z] #51 3.918 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:51.530Z] #51 4.401 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-17T11:26:51.530Z] #51 4.543 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:51.530Z] #51 6.444 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:26:51.530Z] #51 8.786 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:26:51.530Z] #51 ... [2022-05-17T11:26:51.530Z] [2022-05-17T11:26:51.530Z] #57 [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-17T11:26:51.530Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-17T11:26:51.530Z] #57 3.333 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-17T11:26:51.530Z] #57 4.085 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-17T11:26:51.530Z] #57 4.085 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-17T11:26:51.530Z] #57 4.105 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-17T11:26:51.530Z] #57 5.312 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-17T11:26:51.600Z] #67 11.28 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-17T11:26:51.787Z] #57 ... [2022-05-17T11:26:51.787Z] [2022-05-17T11:26:51.787Z] #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-17T11:26:51.787Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:26:51.787Z] #34 4.189 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-17T11:26:51.787Z] #34 4.189 Cloning into '.'... [2022-05-17T11:26:51.787Z] #34 ... [2022-05-17T11:26:51.787Z] [2022-05-17T11:26:51.787Z] #47 [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-17T11:26:51.787Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:26:51.787Z] #47 5.104 + git clone https://github.com/docker/distribution.git . [2022-05-17T11:26:51.787Z] #47 5.104 Cloning into '.'... [2022-05-17T11:26:52.044Z] #47 ... [2022-05-17T11:26:52.044Z] [2022-05-17T11:26:52.044Z] #40 [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-17T11:26:52.044Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-17T11:26:52.044Z] #40 4.118 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-17T11:26:52.044Z] #40 4.773 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-17T11:26:52.044Z] #40 6.047 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-17T11:26:52.044Z] #40 6.597 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-17T11:26:52.044Z] #40 6.626 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-17T11:26:52.044Z] #40 10.21 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-17T11:26:52.044Z] #40 10.37 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:26:52.044Z] #40 ... [2022-05-17T11:26:52.044Z] [2022-05-17T11:26:52.044Z] #51 [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-17T11:26:52.044Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:26:52.044Z] #51 11.25 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-17T11:26:52.171Z] #67 11.81 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-17T11:26:52.171Z] #67 11.98 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-17T11:26:52.434Z] #67 12.11 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-17T11:26:53.821Z] #67 ... [2022-05-17T11:26:53.821Z] [2022-05-17T11:26:53.821Z] #38 [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-17T11:26:53.821Z] #38 sha256:0f2d46394127e6f4f819a3b9c5aac2f26a64b2dcd4e56b64057e76d18f8893c8 [2022-05-17T11:26:53.821Z] #38 3.664 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-17T11:26:53.821Z] #38 13.73 tomll can be used in two ways: [2022-05-17T11:26:53.821Z] #38 13.73 Writing to STDIN and reading from STDOUT: [2022-05-17T11:26:53.821Z] #38 13.73 cat file.toml | tomll > file.toml [2022-05-17T11:26:53.821Z] #38 13.73 [2022-05-17T11:26:53.821Z] #38 13.73 Reading and updating a list of files: [2022-05-17T11:26:53.821Z] #38 13.73 tomll a.toml b.toml c.toml [2022-05-17T11:26:53.821Z] #38 13.73 [2022-05-17T11:26:53.821Z] #38 13.73 When given a list of files, tomll will modify all files in place without asking. [2022-05-17T11:26:53.821Z] #38 ... [2022-05-17T11:26:53.821Z] [2022-05-17T11:26:53.821Z] #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-17T11:26:53.821Z] #31 sha256:589c7c6a58dc1a11217dd7daa59f2d698b09c861c3cd8c8b000a4935e7b6e772 [2022-05-17T11:26:53.821Z] #31 7.327 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-17T11:26:53.821Z] #31 9.018 [2022-05-17T11:26:53.821Z] #31 9.343 #=#=# ######################################################################## 100.0% [2022-05-17T11:26:53.821Z] #31 10.73 [2022-05-17T11:26:53.941Z] #51 ... [2022-05-17T11:26:53.941Z] [2022-05-17T11:26:53.941Z] #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-17T11:26:53.941Z] #26 sha256:c03602f924fe16c3cd9ac82c82163fca94778591f494ba1eb4df1de2a65e80c8 [2022-05-17T11:26:53.941Z] #26 12.28 + mkdir -p /build [2022-05-17T11:26:53.941Z] #26 12.29 + mv docker/docker /build/ [2022-05-17T11:26:53.941Z] #26 12.30 + rmdir docker [2022-05-17T11:26:53.941Z] #26 DONE 13.2s [2022-05-17T11:26:54.198Z] [2022-05-17T11:26:54.198Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:26:54.198Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:26:54.198Z] #36 13.30 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-17T11:26:54.198Z] #36 13.30 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-17T11:26:54.455Z] #36 13.76 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-17T11:26:54.711Z] #36 14.18 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-17T11:26:54.948Z] #34 ... [2022-05-17T11:26:54.948Z] [2022-05-17T11:26:54.948Z] #42 [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-17T11:26:54.948Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:26:54.948Z] #42 4.565 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:54.948Z] #42 4.579 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:54.948Z] #42 4.579 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:54.948Z] #42 4.831 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:54.948Z] #42 5.180 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:26:54.948Z] #42 5.551 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:26:54.969Z] #36 14.42 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-17T11:26:55.205Z] #42 ... [2022-05-17T11:26:55.205Z] [2022-05-17T11:26:55.205Z] #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-17T11:26:55.205Z] #26 sha256:93d68804adb9e3848b292b15b295b547730ff050ddd19ce692822eea54bc3383 [2022-05-17T11:26:55.205Z] #26 6.525 + RM_GOPATH=0 [2022-05-17T11:26:55.205Z] #26 6.525 + TMP_GOPATH= [2022-05-17T11:26:55.205Z] #26 6.525 + : /build [2022-05-17T11:26:55.205Z] #26 6.525 + '[' -z '' ']' [2022-05-17T11:26:55.205Z] #26 6.525 ++ mktemp -d [2022-05-17T11:26:55.205Z] #26 6.580 + export GOPATH=/tmp/tmp.rAEQrFUVVb [2022-05-17T11:26:55.205Z] #26 6.580 + GOPATH=/tmp/tmp.rAEQrFUVVb [2022-05-17T11:26:55.205Z] #26 6.580 + RM_GOPATH=1 [2022-05-17T11:26:55.205Z] #26 6.580 + case "$(go env GOARCH)" in [2022-05-17T11:26:55.205Z] #26 6.580 ++ go env GOARCH [2022-05-17T11:26:55.205Z] #26 6.621 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:55.205Z] #26 6.621 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:55.205Z] #26 6.621 ++ dirname /install.sh [2022-05-17T11:26:55.205Z] #26 6.621 + dir=/ [2022-05-17T11:26:55.205Z] #26 6.621 + bin=dockercli [2022-05-17T11:26:55.205Z] #26 6.621 + shift [2022-05-17T11:26:55.205Z] #26 6.621 + '[' '!' -f //dockercli.installer ']' [2022-05-17T11:26:55.205Z] #26 6.621 + . //dockercli.installer [2022-05-17T11:26:55.205Z] #26 6.621 ++ : stable [2022-05-17T11:26:55.205Z] #26 6.621 ++ : 17.06.2-ce [2022-05-17T11:26:55.205Z] #26 6.621 + install_dockercli [2022-05-17T11:26:55.205Z] #26 6.621 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-17T11:26:55.205Z] #26 6.621 ++ uname -m [2022-05-17T11:26:55.205Z] #26 6.635 + arch=x86_64 [2022-05-17T11:26:55.205Z] #26 6.635 + '[' x86_64 '!=' x86_64 ']' [2022-05-17T11:26:55.205Z] #26 6.635 + url=https://download.docker.com/linux/static [2022-05-17T11:26:55.205Z] #26 6.635 + tar -xz docker/docker [2022-05-17T11:26:55.205Z] #26 6.635 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-17T11:26:55.205Z] #26 6.635 Install docker/cli version 17.06.2-ce from stable [2022-05-17T11:26:55.207Z] #31 ... [2022-05-17T11:26:55.207Z] [2022-05-17T11:26:55.207Z] #51 [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-17T11:26:55.207Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-17T11:26:55.207Z] #51 4.793 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:55.207Z] #51 4.832 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:55.207Z] #51 4.845 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:55.207Z] #51 5.498 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-17T11:26:55.207Z] #51 5.861 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-17T11:26:55.207Z] #51 8.513 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-17T11:26:55.207Z] #51 11.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-17T11:26:55.207Z] #51 13.77 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-17T11:26:55.207Z] #51 ... [2022-05-17T11:26:55.207Z] [2022-05-17T11:26:55.207Z] #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-17T11:26:55.207Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:26:55.207Z] #14 10.47 Reading package lists... [2022-05-17T11:26:55.227Z] #36 14.79 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-17T11:26:55.227Z] #36 14.79 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-17T11:26:55.227Z] #36 14.84 go: downloading github.com/peterh/liner v1.2.2 [2022-05-17T11:26:55.227Z] #36 ... [2022-05-17T11:26:55.227Z] [2022-05-17T11:26:55.227Z] #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-17T11:26:55.227Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:26:55.227Z] #14 4.734 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:55.227Z] #14 4.734 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:55.227Z] #14 4.734 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:55.227Z] #14 5.493 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:55.227Z] #14 7.666 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:26:55.227Z] #14 10.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:26:55.244Z] #26 ... [2022-05-17T11:26:55.244Z] [2022-05-17T11:26:55.244Z] #62 [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-17T11:26:55.244Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:26:55.244Z] #62 4.357 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:55.244Z] #62 4.367 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:55.244Z] #62 4.367 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:55.244Z] #62 4.566 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:55.244Z] #62 4.961 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:26:55.244Z] #62 5.554 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:26:55.462Z] #26 ... [2022-05-17T11:26:55.462Z] [2022-05-17T11:26:55.462Z] #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-17T11:26:55.462Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:26:55.462Z] #34 6.895 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-17T11:26:55.462Z] #34 6.895 Cloning into '.'... [2022-05-17T11:26:55.484Z] #14 ... [2022-05-17T11:26:55.484Z] [2022-05-17T11:26:55.484Z] #67 [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-17T11:26:55.484Z] #67 sha256:ea4878bab258ffa059dd99f1869d38f6dd30235b1f3ce65db7f10da222ec8873 [2022-05-17T11:26:55.484Z] #67 11.96 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-17T11:26:55.484Z] #67 13.14 go: downloading github.com/google/uuid v1.3.0 [2022-05-17T11:26:55.484Z] #67 13.35 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-17T11:26:55.484Z] #67 13.92 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-17T11:26:55.484Z] #67 14.29 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-17T11:26:55.484Z] #67 14.52 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-17T11:26:55.484Z] #67 14.65 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-17T11:26:56.052Z] #67 15.07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-17T11:26:56.188Z] #62 6.703 Fetched 8530 kB in 3s (3264 kB/s) [2022-05-17T11:26:56.291Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|name|deps|types_sizes) took 2m48.64484525s [2022-05-17T11:26:56.291Z] 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-17T11:26:56.291Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 485.36935ms [2022-05-17T11:26:56.309Z] #67 15.35 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-17T11:26:56.309Z] #67 15.35 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-17T11:26:56.309Z] #67 ... [2022-05-17T11:26:56.309Z] [2022-05-17T11:26:56.309Z] #38 [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-17T11:26:56.309Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-17T11:26:56.309Z] #38 15.44 tomll can be used in two ways: [2022-05-17T11:26:56.309Z] #38 15.44 Writing to STDIN and reading from STDOUT: [2022-05-17T11:26:56.309Z] #38 15.44 cat file.toml | tomll > file.toml [2022-05-17T11:26:56.309Z] #38 15.44 [2022-05-17T11:26:56.309Z] #38 15.44 Reading and updating a list of files: [2022-05-17T11:26:56.309Z] #38 15.44 tomll a.toml b.toml c.toml [2022-05-17T11:26:56.309Z] #38 15.44 [2022-05-17T11:26:56.309Z] #38 15.44 When given a list of files, tomll will modify all files in place without asking. [2022-05-17T11:26:56.309Z] #38 DONE 15.8s [2022-05-17T11:26:56.446Z] #62 6.703 Reading package lists... [2022-05-17T11:26:56.446Z] #62 ... [2022-05-17T11:26:56.446Z] [2022-05-17T11:26:56.446Z] #67 [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-17T11:26:56.446Z] #67 sha256:ccf7310886d96c1e1c65e3cd6564e6f47028ffd218e86e36f42fd9a220547112 [2022-05-17T11:26:56.446Z] #67 6.595 + RM_GOPATH=0 [2022-05-17T11:26:56.446Z] #67 6.595 + TMP_GOPATH= [2022-05-17T11:26:56.446Z] #67 6.595 + : /build [2022-05-17T11:26:56.446Z] #67 6.595 + '[' -z '' ']' [2022-05-17T11:26:56.446Z] #67 6.597 ++ mktemp -d [2022-05-17T11:26:56.446Z] #67 6.606 + export GOPATH=/tmp/tmp.txaXyCtAap [2022-05-17T11:26:56.446Z] #67 6.606 + GOPATH=/tmp/tmp.txaXyCtAap [2022-05-17T11:26:56.446Z] #67 6.606 + RM_GOPATH=1 [2022-05-17T11:26:56.446Z] #67 6.606 + case "$(go env GOARCH)" in [2022-05-17T11:26:56.446Z] #67 6.606 ++ go env GOARCH [2022-05-17T11:26:56.446Z] #67 6.618 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:56.446Z] #67 6.618 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:56.446Z] #67 6.618 ++ dirname /install.sh [2022-05-17T11:26:56.446Z] #67 6.618 + dir=/ [2022-05-17T11:26:56.446Z] #67 6.618 + bin=rootlesskit [2022-05-17T11:26:56.446Z] #67 6.618 + shift [2022-05-17T11:26:56.446Z] #67 6.618 + '[' '!' -f //rootlesskit.installer ']' [2022-05-17T11:26:56.446Z] #67 6.618 + . //rootlesskit.installer [2022-05-17T11:26:56.446Z] #67 6.618 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:56.446Z] #67 6.618 + install_rootlesskit [2022-05-17T11:26:56.446Z] #67 6.618 + case "$1" in [2022-05-17T11:26:56.446Z] #67 6.618 + export CGO_ENABLED=0 [2022-05-17T11:26:56.446Z] #67 6.618 + CGO_ENABLED=0 [2022-05-17T11:26:56.446Z] #67 6.618 + _install_rootlesskit [2022-05-17T11:26:56.446Z] #67 6.618 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:56.446Z] #67 6.618 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-17T11:26:56.446Z] #67 6.623 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-17T11:26:56.446Z] #67 6.623 + GOBIN=/build [2022-05-17T11:26:56.446Z] #67 6.623 + GO111MODULE=on [2022-05-17T11:26:56.446Z] #67 6.623 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:56.566Z] [2022-05-17T11:26:56.566Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:26:56.566Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:26:56.566Z] #36 15.11 go: downloading github.com/google/go-dap v0.6.0 [2022-05-17T11:26:56.566Z] #36 15.43 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-17T11:26:56.566Z] #36 15.84 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-17T11:26:56.867Z] #14 15.46 Reading package lists... [2022-05-17T11:26:56.867Z] #14 ... [2022-05-17T11:26:56.867Z] [2022-05-17T11:26:56.867Z] #38 [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-17T11:26:56.867Z] #38 sha256:0f2d46394127e6f4f819a3b9c5aac2f26a64b2dcd4e56b64057e76d18f8893c8 [2022-05-17T11:26:56.867Z] #38 DONE 16.9s [2022-05-17T11:26:56.867Z] [2022-05-17T11:26:56.867Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:26:56.867Z] #36 sha256:6b2313603dfe49978567da61e390dda24037664d5523a7909bc7a7339587e0ce [2022-05-17T11:26:56.867Z] #36 12.08 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-17T11:26:56.867Z] #36 12.09 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-17T11:26:56.867Z] #36 12.55 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-17T11:26:56.867Z] #36 12.73 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-17T11:26:56.867Z] #36 12.89 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-17T11:26:56.867Z] #36 13.17 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-17T11:26:56.867Z] #36 13.34 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-17T11:26:56.867Z] #36 13.38 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-17T11:26:56.867Z] #36 13.39 go: downloading github.com/peterh/liner v1.2.2 [2022-05-17T11:26:56.867Z] #36 13.56 go: downloading github.com/google/go-dap v0.6.0 [2022-05-17T11:26:56.867Z] #36 13.83 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-17T11:26:56.867Z] #36 14.00 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-17T11:26:56.867Z] #36 14.41 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-17T11:26:56.867Z] #36 14.72 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-17T11:26:56.867Z] #36 14.81 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-17T11:26:56.867Z] #36 15.63 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-17T11:26:57.012Z] #67 7.049 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-17T11:26:57.130Z] #36 16.59 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-17T11:26:57.388Z] #36 16.75 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-17T11:26:57.388Z] #36 16.81 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-17T11:26:57.578Z] #67 ... [2022-05-17T11:26:57.578Z] [2022-05-17T11:26:57.578Z] #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-17T11:26:57.578Z] #26 sha256:1260e8b4de375e100ed09e65d5c056831bee17fd3729659a82cdf2ac6199fc11 [2022-05-17T11:26:57.578Z] #26 7.678 + RM_GOPATH=0 [2022-05-17T11:26:57.578Z] #26 7.678 + TMP_GOPATH= [2022-05-17T11:26:57.578Z] #26 7.678 + : /build [2022-05-17T11:26:57.578Z] #26 7.678 + '[' -z '' ']' [2022-05-17T11:26:57.578Z] #26 7.678 ++ mktemp -d [2022-05-17T11:26:57.578Z] #26 7.707 + export GOPATH=/tmp/tmp.zdOP397FJq [2022-05-17T11:26:57.578Z] #26 7.707 + GOPATH=/tmp/tmp.zdOP397FJq [2022-05-17T11:26:57.578Z] #26 7.707 + RM_GOPATH=1 [2022-05-17T11:26:57.578Z] #26 7.707 + case "$(go env GOARCH)" in [2022-05-17T11:26:57.578Z] #26 7.712 ++ go env GOARCH [2022-05-17T11:26:57.578Z] #26 7.782 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:57.836Z] #26 7.783 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:57.836Z] #26 7.796 ++ dirname /install.sh [2022-05-17T11:26:57.836Z] #26 7.799 + dir=/ [2022-05-17T11:26:57.836Z] #26 7.799 + bin=dockercli [2022-05-17T11:26:57.836Z] #26 7.800 + shift [2022-05-17T11:26:57.836Z] #26 7.800 + '[' '!' -f //dockercli.installer ']' [2022-05-17T11:26:57.836Z] #26 7.800 + . //dockercli.installer [2022-05-17T11:26:57.836Z] #26 7.800 ++ : stable [2022-05-17T11:26:57.836Z] #26 7.801 ++ : 17.06.2-ce [2022-05-17T11:26:57.836Z] #26 7.801 + install_dockercli [2022-05-17T11:26:57.836Z] #26 7.801 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-17T11:26:57.836Z] #26 7.802 Install docker/cli version 17.06.2-ce from stable [2022-05-17T11:26:57.836Z] #26 7.802 ++ uname -m [2022-05-17T11:26:57.836Z] #26 7.806 + arch=x86_64 [2022-05-17T11:26:57.836Z] #26 7.807 + '[' x86_64 '!=' x86_64 ']' [2022-05-17T11:26:57.836Z] #26 7.807 + url=https://download.docker.com/linux/static [2022-05-17T11:26:57.836Z] #26 7.807 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-17T11:26:57.836Z] #26 7.812 + tar -xz docker/docker [2022-05-17T11:26:58.254Z] #36 ... [2022-05-17T11:26:58.254Z] [2022-05-17T11:26:58.254Z] #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-17T11:26:58.254Z] #31 sha256:589c7c6a58dc1a11217dd7daa59f2d698b09c861c3cd8c8b000a4935e7b6e772 [2022-05-17T11:26:58.254Z] #31 16.05 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-17T11:26:58.744Z] #34 ... [2022-05-17T11:26:58.744Z] [2022-05-17T11:26:58.744Z] #62 [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-17T11:26:58.744Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:26:58.744Z] #62 7.273 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:58.744Z] #62 7.312 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:58.744Z] #62 7.318 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:58.744Z] #62 8.532 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:58.744Z] #62 ... [2022-05-17T11:26:58.744Z] [2022-05-17T11:26:58.744Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:26:58.744Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:26:58.744Z] #36 7.935 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-17T11:26:58.744Z] #36 ... [2022-05-17T11:26:58.744Z] [2022-05-17T11:26:58.744Z] #57 [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-17T11:26:58.744Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-17T11:26:58.744Z] #57 6.876 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-17T11:26:58.744Z] #57 8.404 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-17T11:26:58.744Z] #57 8.420 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-17T11:26:58.744Z] #57 8.461 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-17T11:26:58.744Z] #57 ... [2022-05-17T11:26:58.744Z] [2022-05-17T11:26:58.744Z] #51 [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-17T11:26:58.744Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:26:58.744Z] #51 7.385 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:58.744Z] #51 7.588 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:58.744Z] #51 7.588 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:58.744Z] #51 8.314 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-17T11:26:58.744Z] #51 9.987 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:58.744Z] #51 ... [2022-05-17T11:26:58.744Z] [2022-05-17T11:26:58.744Z] #53 [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-17T11:26:58.744Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:26:58.744Z] #53 8.035 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-17T11:26:58.744Z] #53 10.57 go: downloading github.com/fatih/color v1.10.0 [2022-05-17T11:26:58.744Z] #53 10.58 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-17T11:26:58.744Z] #53 ... [2022-05-17T11:26:58.744Z] [2022-05-17T11:26:58.744Z] #55 [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-17T11:26:58.744Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:26:58.744Z] #55 5.927 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-17T11:26:59.001Z] #55 ... [2022-05-17T11:26:59.001Z] [2022-05-17T11:26:59.001Z] #67 [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-17T11:26:59.001Z] #67 sha256:4ab6a37039cbaae5978ed0b05e612c2da0abb613b46c95edf15b43b76f9e4729 [2022-05-17T11:26:59.001Z] #67 6.864 + RM_GOPATH=0 [2022-05-17T11:26:59.001Z] #67 6.864 + TMP_GOPATH= [2022-05-17T11:26:59.001Z] #67 6.864 + : /build [2022-05-17T11:26:59.001Z] #67 6.864 + '[' -z '' ']' [2022-05-17T11:26:59.001Z] #67 6.864 ++ mktemp -d [2022-05-17T11:26:59.001Z] #67 6.867 + export GOPATH=/tmp/tmp.VW6FSzRYWE [2022-05-17T11:26:59.001Z] #67 6.867 + GOPATH=/tmp/tmp.VW6FSzRYWE [2022-05-17T11:26:59.001Z] #67 6.867 + RM_GOPATH=1 [2022-05-17T11:26:59.001Z] #67 6.867 + case "$(go env GOARCH)" in [2022-05-17T11:26:59.001Z] #67 6.882 ++ go env GOARCH [2022-05-17T11:26:59.001Z] #67 6.889 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:59.001Z] #67 6.889 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:26:59.001Z] #67 6.889 ++ dirname /install.sh [2022-05-17T11:26:59.001Z] #67 6.889 + dir=/ [2022-05-17T11:26:59.001Z] #67 6.889 + bin=rootlesskit [2022-05-17T11:26:59.001Z] #67 6.889 + shift [2022-05-17T11:26:59.001Z] #67 6.889 + '[' '!' -f //rootlesskit.installer ']' [2022-05-17T11:26:59.001Z] #67 6.889 + . //rootlesskit.installer [2022-05-17T11:26:59.001Z] #67 6.889 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:59.001Z] #67 6.889 + install_rootlesskit [2022-05-17T11:26:59.001Z] #67 6.891 + case "$1" in [2022-05-17T11:26:59.001Z] #67 6.891 + export CGO_ENABLED=0 [2022-05-17T11:26:59.001Z] #67 6.891 + CGO_ENABLED=0 [2022-05-17T11:26:59.001Z] #67 6.891 + _install_rootlesskit [2022-05-17T11:26:59.001Z] #67 6.891 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-17T11:26:59.001Z] #67 6.892 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:59.001Z] #67 6.892 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-17T11:26:59.001Z] #67 6.892 + GOBIN=/build [2022-05-17T11:26:59.001Z] #67 6.892 + GO111MODULE=on [2022-05-17T11:26:59.001Z] #67 6.892 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:26:59.001Z] #67 7.584 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-17T11:26:59.001Z] #67 ... [2022-05-17T11:26:59.001Z] [2022-05-17T11:26:59.001Z] #38 [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-17T11:26:59.001Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-17T11:26:59.001Z] #38 6.002 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-17T11:26:59.258Z] #38 ... [2022-05-17T11:26:59.258Z] [2022-05-17T11:26:59.258Z] #47 [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-17T11:26:59.258Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:26:59.258Z] #47 5.626 + git clone https://github.com/docker/distribution.git . [2022-05-17T11:26:59.258Z] #47 5.626 Cloning into '.'... [2022-05-17T11:26:59.279Z] #36 18.60 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-17T11:26:59.279Z] #36 18.76 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-17T11:26:59.517Z] #47 ... [2022-05-17T11:26:59.517Z] [2022-05-17T11:26:59.517Z] #40 [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-17T11:26:59.517Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-17T11:26:59.517Z] #40 6.162 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-17T11:26:59.517Z] #40 7.381 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-17T11:26:59.517Z] #40 9.686 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-17T11:26:59.517Z] #40 10.48 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-17T11:26:59.517Z] #40 10.59 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-17T11:26:59.517Z] #40 ... [2022-05-17T11:26:59.517Z] [2022-05-17T11:26:59.517Z] #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-17T11:26:59.517Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:26:59.517Z] #14 7.249 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:26:59.517Z] #14 7.344 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:26:59.517Z] #14 7.344 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:26:59.517Z] #14 8.868 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:26:59.744Z] #26 ... [2022-05-17T11:26:59.744Z] [2022-05-17T11:26:59.744Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:26:59.744Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:26:59.744Z] #36 8.807 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-17T11:26:59.744Z] #36 ... [2022-05-17T11:26:59.744Z] [2022-05-17T11:26:59.744Z] #57 [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-17T11:26:59.744Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-17T11:26:59.744Z] #57 6.979 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-17T11:26:59.744Z] #57 8.240 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-17T11:26:59.744Z] #57 8.247 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-17T11:26:59.744Z] #57 8.430 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-17T11:26:59.773Z] #14 ... [2022-05-17T11:26:59.773Z] [2022-05-17T11:26:59.773Z] #57 [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-17T11:26:59.773Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-17T11:26:59.773Z] #57 11.56 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-17T11:27:00.010Z] #57 ... [2022-05-17T11:27:00.010Z] [2022-05-17T11:27:00.010Z] #42 [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-17T11:27:00.010Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:00.010Z] #42 8.535 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:27:00.010Z] #42 8.582 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:27:00.010Z] #42 8.589 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:27:00.010Z] #42 10.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:27:00.010Z] #42 ... [2022-05-17T11:27:00.010Z] [2022-05-17T11:27:00.010Z] #53 [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-17T11:27:00.010Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:27:00.010Z] #53 8.244 go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-17T11:27:00.180Z] #31 17.48 [2022-05-17T11:27:00.180Z] #31 17.76 #=#=# 0.8% ######################################################################## 100.0% [2022-05-17T11:27:00.209Z] #36 19.68 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-17T11:27:00.270Z] #53 ... [2022-05-17T11:27:00.270Z] [2022-05-17T11:27:00.270Z] #51 [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-17T11:27:00.270Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:00.270Z] #51 8.327 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:27:00.270Z] #51 8.366 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:27:00.270Z] #51 8.366 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:27:00.270Z] #51 9.043 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-17T11:27:00.270Z] #51 10.03 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:27:00.270Z] #51 ... [2022-05-17T11:27:00.270Z] [2022-05-17T11:27:00.270Z] #55 [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-17T11:27:00.270Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:00.270Z] #55 8.535 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-17T11:27:00.531Z] #55 ... [2022-05-17T11:27:00.531Z] [2022-05-17T11:27:00.531Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-17T11:27:00.531Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:00.531Z] #14 8.103 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:27:00.531Z] #14 8.151 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:27:00.531Z] #14 8.158 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:27:00.531Z] #14 9.530 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:27:00.531Z] #14 ... [2022-05-17T11:27:00.531Z] [2022-05-17T11:27:00.531Z] #47 [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-17T11:27:00.531Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:27:00.531Z] #47 6.184 + git clone https://github.com/docker/distribution.git . [2022-05-17T11:27:00.531Z] #47 6.184 Cloning into '.'... [2022-05-17T11:27:00.790Z] #47 ... [2022-05-17T11:27:00.790Z] [2022-05-17T11:27:00.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-17T11:27:00.790Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:27:00.790Z] #34 7.769 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-17T11:27:00.790Z] #34 7.771 Cloning into '.'... [2022-05-17T11:27:01.051Z] #34 ... [2022-05-17T11:27:01.051Z] [2022-05-17T11:27:01.051Z] #40 [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-17T11:27:01.051Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-17T11:27:01.051Z] #40 8.261 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-17T11:27:01.051Z] #40 9.115 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-17T11:27:01.051Z] #40 11.22 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-17T11:27:01.051Z] #40 ... [2022-05-17T11:27:01.051Z] [2022-05-17T11:27:01.051Z] #38 [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-17T11:27:01.051Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-17T11:27:01.051Z] #38 8.513 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-17T11:27:01.310Z] #38 ... [2022-05-17T11:27:01.310Z] [2022-05-17T11:27:01.310Z] #53 [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-17T11:27:01.310Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:27:01.310Z] #53 10.90 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-17T11:27:01.310Z] #53 10.92 go: downloading github.com/fatih/color v1.10.0 [2022-05-17T11:27:01.310Z] #53 11.08 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-17T11:27:01.310Z] #53 11.16 go: downloading github.com/pkg/errors v0.9.1 [2022-05-17T11:27:01.310Z] #53 11.48 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-17T11:27:01.310Z] #53 11.51 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-17T11:27:01.310Z] #53 11.56 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-17T11:27:01.310Z] #53 11.61 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-17T11:27:01.567Z] #31 19.28 [2022-05-17T11:27:01.570Z] #53 12.02 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-17T11:27:01.584Z] #36 ... [2022-05-17T11:27:01.584Z] [2022-05-17T11:27:01.584Z] #53 [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-17T11:27:01.584Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:27:01.584Z] #53 11.02 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-17T11:27:01.584Z] #53 11.08 go: downloading golang.org/x/mod v0.3.0 [2022-05-17T11:27:01.829Z] #53 12.23 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-17T11:27:01.829Z] #53 12.37 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-17T11:27:01.841Z] #53 ... [2022-05-17T11:27:01.841Z] [2022-05-17T11:27:01.841Z] #62 [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-17T11:27:01.841Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:01.841Z] #62 11.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:27:01.841Z] #62 19.91 Fetched 8530 kB in 15s (570 kB/s) [2022-05-17T11:27:01.841Z] #62 19.91 Reading package lists... [2022-05-17T11:27:01.841Z] #62 ... [2022-05-17T11:27:01.841Z] [2022-05-17T11:27:01.841Z] #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-17T11:27:01.841Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:01.841Z] #14 19.15 Fetched 8530 kB in 15s (584 kB/s) [2022-05-17T11:27:02.139Z] #31 ... [2022-05-17T11:27:02.139Z] [2022-05-17T11:27:02.139Z] #53 [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-17T11:27:02.139Z] #53 sha256:9c273d3996b34d71fe6b78c250b2f5e18f56a35b7161b89f974801da62b108af [2022-05-17T11:27:02.139Z] #53 12.36 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-17T11:27:02.139Z] #53 12.48 go: downloading golang.org/x/mod v0.3.0 [2022-05-17T11:27:02.397Z] #53 12.81 go: downloading golang.org/x/tools v0.1.0 [2022-05-17T11:27:02.400Z] #53 ... [2022-05-17T11:27:02.400Z] [2022-05-17T11:27:02.400Z] #47 [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-17T11:27:02.400Z] #47 sha256:ea17d344860653ef009fc9b2ee95cb00a783e40062f95f368cce8498b9bf8e73 [2022-05-17T11:27:02.400Z] #47 20.84 Updating files: 81% (1781/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-05-17T11:27:02.400Z] #47 21.19 + git checkout -q v2.3.0 [2022-05-17T11:27:02.775Z] #14 19.15 Reading package lists... [2022-05-17T11:27:02.775Z] #14 ... [2022-05-17T11:27:02.775Z] [2022-05-17T11:27:02.775Z] #42 [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-17T11:27:02.775Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:02.775Z] #42 12.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:27:02.775Z] #42 20.05 Fetched 8530 kB in 14s (600 kB/s) [2022-05-17T11:27:02.775Z] #42 20.05 Reading package lists... [2022-05-17T11:27:02.775Z] #42 ... [2022-05-17T11:27:02.775Z] [2022-05-17T11:27:02.775Z] #51 [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-17T11:27:02.775Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:02.775Z] #51 18.54 Fetched 8534 kB in 15s (570 kB/s) [2022-05-17T11:27:02.972Z] #47 22.72 + 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-17T11:27:03.915Z] #47 ... [2022-05-17T11:27:03.915Z] [2022-05-17T11:27:03.915Z] #67 [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-17T11:27:03.915Z] #67 sha256:136d6c0772c1823b58d6d4029f1380f142e7d98d04690b2d1e2952eb2ed1af77 [2022-05-17T11:27:03.915Z] #67 13.62 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:27:04.176Z] #67 ... [2022-05-17T11:27:04.176Z] [2022-05-17T11:27:04.176Z] #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-17T11:27:04.176Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:27:04.176Z] #14 15.46 Reading package lists... [2022-05-17T11:27:04.176Z] #14 21.07 Building dependency tree... [2022-05-17T11:27:04.437Z] #14 ... [2022-05-17T11:27:04.437Z] [2022-05-17T11:27:04.437Z] #62 [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-17T11:27:04.437Z] #62 sha256:01abd27d0e3628417a5d68af6b3c69f6ed863a1dbee23e93216f48ae70a78673 [2022-05-17T11:27:04.437Z] #62 14.54 Fetched 8417 kB in 11s (795 kB/s) [2022-05-17T11:27:04.437Z] #62 14.54 Reading package lists... [2022-05-17T11:27:04.437Z] #62 19.88 Reading package lists... [2022-05-17T11:27:04.711Z] #62 24.28 Building dependency tree... [2022-05-17T11:27:04.711Z] #62 ... [2022-05-17T11:27:04.711Z] [2022-05-17T11:27:04.711Z] #42 [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-17T11:27:04.711Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-17T11:27:04.711Z] #42 15.01 Fetched 8417 kB in 11s (785 kB/s) [2022-05-17T11:27:04.711Z] #42 15.01 Reading package lists... [2022-05-17T11:27:04.711Z] #42 20.25 Reading package lists... [2022-05-17T11:27:05.048Z] #57 ... [2022-05-17T11:27:05.048Z] [2022-05-17T11:27:05.048Z] #53 [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-17T11:27:05.048Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:27:05.048Z] #53 11.09 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-17T11:27:05.048Z] #53 11.12 go: downloading github.com/pkg/errors v0.9.1 [2022-05-17T11:27:05.048Z] #53 12.33 go: downloading golang.org/x/tools v0.1.0 [2022-05-17T11:27:05.048Z] #53 12.34 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-17T11:27:05.048Z] #53 12.72 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-17T11:27:05.048Z] #53 12.74 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-17T11:27:05.048Z] #53 12.86 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-17T11:27:05.282Z] #42 24.82 Building dependency tree... [2022-05-17T11:27:05.282Z] #42 ... [2022-05-17T11:27:05.282Z] [2022-05-17T11:27:05.282Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-17T11:27:05.282Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:27:05.282Z] #14 25.14 The following additional packages will be installed: [2022-05-17T11:27:05.282Z] #14 25.16 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-17T11:27:05.282Z] #14 25.16 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-17T11:27:05.282Z] #14 25.16 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-17T11:27:05.282Z] #14 25.16 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-17T11:27:05.282Z] #14 25.16 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-17T11:27:05.282Z] #14 25.16 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-17T11:27:05.282Z] #14 25.17 mingw-w64-common mingw-w64-x86-64-dev [2022-05-17T11:27:05.282Z] #14 25.20 Suggested packages: [2022-05-17T11:27:05.282Z] #14 25.21 gcc-10-locales seccomp wine64 [2022-05-17T11:27:05.301Z] #51 18.54 Reading package lists... [2022-05-17T11:27:05.301Z] #51 ... [2022-05-17T11:27:05.301Z] [2022-05-17T11:27:05.301Z] #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-17T11:27:05.301Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:05.301Z] #14 19.15 Reading package lists... [2022-05-17T11:27:06.222Z] #14 26.34 The following NEW packages will be installed: [2022-05-17T11:27:06.222Z] #14 26.36 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-17T11:27:06.222Z] #14 26.36 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-17T11:27:06.222Z] #14 26.36 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-17T11:27:06.222Z] #14 26.36 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-17T11:27:06.223Z] #14 26.36 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-17T11:27:06.223Z] #14 26.36 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-17T11:27:06.223Z] #14 26.36 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-17T11:27:06.223Z] #14 26.36 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-17T11:27:06.223Z] #14 26.37 mingw-w64-x86-64-dev [2022-05-17T11:27:06.483Z] #14 26.76 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:06.483Z] #14 26.76 Need to get 108 MB of archives. [2022-05-17T11:27:06.483Z] #14 26.76 After this operation, 620 MB of additional disk space will be used. [2022-05-17T11:27:06.483Z] #14 26.76 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-17T11:27:06.483Z] #14 ... [2022-05-17T11:27:06.483Z] [2022-05-17T11:27:06.483Z] #51 [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-17T11:27:06.483Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-17T11:27:06.483Z] #51 16.46 Fetched 8421 kB in 12s (701 kB/s) [2022-05-17T11:27:06.483Z] #51 16.46 Reading package lists... [2022-05-17T11:27:06.483Z] #51 21.75 Reading package lists... [2022-05-17T11:27:06.743Z] #51 26.16 Building dependency tree... [2022-05-17T11:27:06.743Z] #51 ... [2022-05-17T11:27:06.743Z] [2022-05-17T11:27:06.743Z] #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-17T11:27:06.743Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:27:06.743Z] #14 26.84 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-17T11:27:07.004Z] #14 26.93 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-17T11:27:07.004Z] #14 26.95 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-17T11:27:07.004Z] #14 27.00 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-17T11:27:07.004Z] #14 27.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-17T11:27:07.265Z] #14 27.24 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-17T11:27:07.265Z] #14 27.39 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-17T11:27:07.265Z] #14 27.39 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-17T11:27:07.822Z] #14 24.72 Reading package lists... [2022-05-17T11:27:07.822Z] #14 ... [2022-05-17T11:27:07.822Z] [2022-05-17T11:27:07.822Z] #67 [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-17T11:27:07.822Z] #67 sha256:ea4878bab258ffa059dd99f1869d38f6dd30235b1f3ce65db7f10da222ec8873 [2022-05-17T11:27:07.822Z] #67 16.97 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:27:07.838Z] #14 27.97 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-17T11:27:08.080Z] #67 ... [2022-05-17T11:27:08.080Z] [2022-05-17T11:27:08.080Z] #47 [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-17T11:27:08.080Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:27:08.080Z] #47 26.13 Updating files: 74% (1613/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-05-17T11:27:08.080Z] #47 26.74 + git checkout -q v2.3.0 [2022-05-17T11:27:08.333Z] #53 19.59 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-17T11:27:08.333Z] #53 19.95 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-17T11:27:08.589Z] #53 20.51 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-17T11:27:09.234Z] #14 29.51 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-17T11:27:09.980Z] #47 28.88 + 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-17T11:27:10.179Z] #14 30.09 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-17T11:27:10.485Z] #53 ... [2022-05-17T11:27:10.485Z] [2022-05-17T11:27:10.485Z] #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-17T11:27:10.485Z] #26 sha256:93d68804adb9e3848b292b15b295b547730ff050ddd19ce692822eea54bc3383 [2022-05-17T11:27:10.485Z] #26 21.86 + mkdir -p /build [2022-05-17T11:27:10.485Z] #26 21.88 + mv docker/docker /build/ [2022-05-17T11:27:10.485Z] #26 21.90 + rmdir docker [2022-05-17T11:27:10.742Z] #26 ... [2022-05-17T11:27:10.742Z] [2022-05-17T11:27:10.742Z] #67 [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-17T11:27:10.742Z] #67 sha256:4ab6a37039cbaae5978ed0b05e612c2da0abb613b46c95edf15b43b76f9e4729 [2022-05-17T11:27:10.742Z] #67 12.20 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-17T11:27:10.742Z] #67 12.26 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-17T11:27:10.742Z] #67 13.46 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-17T11:27:10.742Z] #67 18.78 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-17T11:27:10.742Z] #67 20.08 go: downloading github.com/google/uuid v1.3.0 [2022-05-17T11:27:10.742Z] #67 20.35 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-17T11:27:10.742Z] #67 21.46 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-17T11:27:10.742Z] #67 21.68 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-17T11:27:10.742Z] #67 22.09 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-17T11:27:10.742Z] #67 ... [2022-05-17T11:27:10.742Z] [2022-05-17T11:27:10.742Z] #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-17T11:27:10.742Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:10.742Z] #14 12.63 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:27:10.742Z] #14 16.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:27:10.750Z] #14 30.78 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-17T11:27:10.999Z] #14 ... [2022-05-17T11:27:10.999Z] [2022-05-17T11:27:10.999Z] #62 [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-17T11:27:10.999Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:10.999Z] #62 12.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:27:10.999Z] #62 16.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:27:10.999Z] #62 ... [2022-05-17T11:27:10.999Z] [2022-05-17T11:27:10.999Z] #67 [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-17T11:27:10.999Z] #67 sha256:4ab6a37039cbaae5978ed0b05e612c2da0abb613b46c95edf15b43b76f9e4729 [2022-05-17T11:27:10.999Z] #67 22.45 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-17T11:27:11.563Z] #67 22.86 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-17T11:27:11.563Z] #67 23.12 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-17T11:27:11.563Z] #67 ... [2022-05-17T11:27:11.563Z] [2022-05-17T11:27:11.563Z] #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-17T11:27:11.563Z] #26 sha256:93d68804adb9e3848b292b15b295b547730ff050ddd19ce692822eea54bc3383 [2022-05-17T11:27:11.563Z] #26 DONE 23.2s [2022-05-17T11:27:11.563Z] [2022-05-17T11:27:11.563Z] #67 [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-17T11:27:11.563Z] #67 sha256:4ab6a37039cbaae5978ed0b05e612c2da0abb613b46c95edf15b43b76f9e4729 [2022-05-17T11:27:11.563Z] #67 23.26 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-17T11:27:12.125Z] #67 ... [2022-05-17T11:27:12.125Z] [2022-05-17T11:27:12.125Z] #51 [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-17T11:27:12.125Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:12.125Z] #51 13.52 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:27:12.125Z] #51 17.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:27:12.125Z] #51 21.83 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-17T11:27:12.125Z] #51 ... [2022-05-17T11:27:12.125Z] [2022-05-17T11:27:12.125Z] #53 [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-17T11:27:12.125Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:27:12.125Z] #53 24.00 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-17T11:27:12.125Z] #53 24.05 go: downloading golang.org/x/mod v0.3.0 [2022-05-17T11:27:12.141Z] #14 ... [2022-05-17T11:27:12.141Z] [2022-05-17T11:27:12.141Z] #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-17T11:27:12.141Z] #31 sha256:589c7c6a58dc1a11217dd7daa59f2d698b09c861c3cd8c8b000a4935e7b6e772 [2022-05-17T11:27:12.141Z] #31 24.26 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-17T11:27:12.141Z] #31 25.76 [2022-05-17T11:27:12.141Z] #31 26.15 #=#=# 0.0% ##### 7.5% ################ 22.3% ############################ 40.1% ########################################## 59.4% ########################################################### 82.4% ######################################################################## 100.0% [2022-05-17T11:27:12.141Z] #31 28.13 [2022-05-17T11:27:12.377Z] #53 ... [2022-05-17T11:27:12.377Z] [2022-05-17T11:27:12.377Z] #57 [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-17T11:27:12.377Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-17T11:27:12.377Z] #57 11.59 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-17T11:27:12.377Z] #57 ... [2022-05-17T11:27:12.377Z] [2022-05-17T11:27:12.377Z] #40 [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-17T11:27:12.377Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-17T11:27:12.377Z] #40 11.61 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-17T11:27:12.377Z] #40 11.76 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-17T11:27:12.377Z] #40 17.92 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-17T11:27:12.377Z] #40 18.11 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:27:12.377Z] #40 ... [2022-05-17T11:27:12.377Z] [2022-05-17T11:27:12.377Z] #67 [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-17T11:27:12.377Z] #67 sha256:ccf7310886d96c1e1c65e3cd6564e6f47028ffd218e86e36f42fd9a220547112 [2022-05-17T11:27:12.377Z] #67 11.59 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-17T11:27:12.377Z] #67 11.59 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-17T11:27:12.377Z] #67 12.78 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-17T11:27:12.377Z] #67 18.22 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-17T11:27:12.377Z] #67 19.75 go: downloading github.com/google/uuid v1.3.0 [2022-05-17T11:27:12.377Z] #67 19.91 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-17T11:27:12.377Z] #67 19.95 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-17T11:27:12.377Z] #67 20.19 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-17T11:27:12.377Z] #67 20.44 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-17T11:27:12.377Z] #67 20.95 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-17T11:27:12.377Z] #67 21.70 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-17T11:27:12.377Z] #67 ... [2022-05-17T11:27:12.377Z] [2022-05-17T11:27:12.377Z] #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-17T11:27:12.377Z] #26 sha256:1260e8b4de375e100ed09e65d5c056831bee17fd3729659a82cdf2ac6199fc11 [2022-05-17T11:27:12.377Z] #26 21.69 + mkdir -p /build [2022-05-17T11:27:12.377Z] #26 21.71 + mv docker/docker /build/ [2022-05-17T11:27:12.377Z] #26 21.72 + rmdir docker [2022-05-17T11:27:12.377Z] #26 ... [2022-05-17T11:27:12.377Z] [2022-05-17T11:27:12.377Z] #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-17T11:27:12.377Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:12.378Z] #14 12.70 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:27:12.378Z] #14 16.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:27:12.378Z] #14 ... [2022-05-17T11:27:12.378Z] [2022-05-17T11:27:12.378Z] #53 [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-17T11:27:12.378Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:27:12.378Z] #53 22.38 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-17T11:27:12.378Z] #53 22.43 go: downloading golang.org/x/mod v0.3.0 [2022-05-17T11:27:12.637Z] #53 ... [2022-05-17T11:27:12.637Z] [2022-05-17T11:27:12.637Z] #62 [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-17T11:27:12.637Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:12.637Z] #62 6.703 Reading package lists... [2022-05-17T11:27:12.637Z] #62 13.52 Reading package lists... [2022-05-17T11:27:12.896Z] #62 22.98 Building dependency tree... [2022-05-17T11:27:12.896Z] #62 ... [2022-05-17T11:27:12.896Z] [2022-05-17T11:27:12.897Z] #67 [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-17T11:27:12.897Z] #67 sha256:ccf7310886d96c1e1c65e3cd6564e6f47028ffd218e86e36f42fd9a220547112 [2022-05-17T11:27:12.897Z] #67 22.05 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-17T11:27:12.897Z] #67 22.29 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-17T11:27:13.496Z] #53 ... [2022-05-17T11:27:13.496Z] [2022-05-17T11:27:13.496Z] #40 [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-17T11:27:13.496Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-17T11:27:13.496Z] #40 15.13 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-17T11:27:13.496Z] #40 15.52 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:27:13.496Z] #40 ... [2022-05-17T11:27:13.496Z] [2022-05-17T11:27:13.496Z] #38 [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-17T11:27:13.496Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-17T11:27:13.496Z] #38 25.07 tomll can be used in two ways: [2022-05-17T11:27:13.496Z] #38 25.07 Writing to STDIN and reading from STDOUT: [2022-05-17T11:27:13.496Z] #38 25.07 cat file.toml | tomll > file.toml [2022-05-17T11:27:13.496Z] #38 25.07 [2022-05-17T11:27:13.496Z] #38 25.07 Reading and updating a list of files: [2022-05-17T11:27:13.496Z] #38 25.07 tomll a.toml b.toml c.toml [2022-05-17T11:27:13.496Z] #38 25.07 [2022-05-17T11:27:13.496Z] #38 25.07 When given a list of files, tomll will modify all files in place without asking. [2022-05-17T11:27:13.753Z] #38 ... [2022-05-17T11:27:13.753Z] [2022-05-17T11:27:13.753Z] #42 [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-17T11:27:13.753Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:13.753Z] #42 15.42 Fetched 8530 kB in 11s (772 kB/s) [2022-05-17T11:27:13.753Z] #42 15.42 Reading package lists... [2022-05-17T11:27:13.753Z] #42 25.05 Reading package lists... [2022-05-17T11:27:13.753Z] #42 ... [2022-05-17T11:27:13.753Z] [2022-05-17T11:27:13.753Z] #38 [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-17T11:27:13.753Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-17T11:27:13.753Z] #38 DONE 25.6s [2022-05-17T11:27:13.753Z] [2022-05-17T11:27:13.753Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:27:13.753Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:27:13.753Z] #36 23.75 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-17T11:27:13.753Z] #36 23.75 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-17T11:27:13.753Z] #36 24.84 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-17T11:27:13.753Z] #36 25.24 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-17T11:27:13.753Z] #36 25.45 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-17T11:27:13.836Z] #67 ... [2022-05-17T11:27:13.836Z] [2022-05-17T11:27:13.836Z] #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-17T11:27:13.836Z] #26 sha256:1260e8b4de375e100ed09e65d5c056831bee17fd3729659a82cdf2ac6199fc11 [2022-05-17T11:27:13.836Z] #26 DONE 23.8s [2022-05-17T11:27:13.836Z] [2022-05-17T11:27:13.836Z] #51 [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-17T11:27:13.836Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:13.836Z] #51 13.87 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:27:13.836Z] #51 17.69 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:27:13.836Z] #51 21.13 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-17T11:27:14.096Z] #51 ... [2022-05-17T11:27:14.096Z] [2022-05-17T11:27:14.096Z] #42 [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-17T11:27:14.096Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:14.096Z] #42 14.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:27:14.096Z] #42 17.85 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:27:14.154Z] #47 ... [2022-05-17T11:27:14.154Z] [2022-05-17T11:27:14.154Z] #55 [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-17T11:27:14.154Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:14.154Z] #55 30.48 go: downloading github.com/fatih/color v1.13.0 [2022-05-17T11:27:14.154Z] #55 30.51 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-17T11:27:14.154Z] #55 30.57 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-17T11:27:14.154Z] #55 30.66 go: downloading github.com/spf13/viper v1.10.1 [2022-05-17T11:27:14.154Z] #55 30.85 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-17T11:27:14.154Z] #55 31.06 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-17T11:27:14.154Z] #55 31.08 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-17T11:27:14.154Z] #55 31.09 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-17T11:27:14.154Z] #55 31.15 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-17T11:27:14.154Z] #55 32.44 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-17T11:27:14.154Z] #55 32.48 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-17T11:27:14.183Z] #31 31.38 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-17T11:27:14.183Z] #31 ... [2022-05-17T11:27:14.183Z] [2022-05-17T11:27:14.183Z] #40 [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-17T11:27:14.183Z] #40 sha256:7b30a2714620fa7e240d23d5cd79a699ccb090e1d0c8d746686b88d721d328e5 [2022-05-17T11:27:14.183Z] #40 34.38 NAME: [2022-05-17T11:27:14.183Z] #40 34.38 go-winres - A tool for embedding resources in Windows executables [2022-05-17T11:27:14.183Z] #40 34.38 [2022-05-17T11:27:14.183Z] #40 34.38 USAGE: [2022-05-17T11:27:14.183Z] #40 34.38 go-winres [global options] command [command options] [arguments...] [2022-05-17T11:27:14.183Z] #40 34.38 [2022-05-17T11:27:14.183Z] #40 34.38 COMMANDS: [2022-05-17T11:27:14.183Z] #40 34.38 init Create an initial ./winres/winres.json [2022-05-17T11:27:14.183Z] #40 34.38 make Make syso files for the "go build" command [2022-05-17T11:27:14.183Z] #40 34.38 simply Make syso files for the "go build" command (simplified) [2022-05-17T11:27:14.183Z] #40 34.38 extract Extract all resources from an executable [2022-05-17T11:27:14.183Z] #40 34.38 patch Replace resources in an executable file (exe, dll) [2022-05-17T11:27:14.183Z] #40 34.38 help, h Shows a list of commands or help for one command [2022-05-17T11:27:14.183Z] #40 34.38 [2022-05-17T11:27:14.183Z] #40 34.38 GLOBAL OPTIONS: [2022-05-17T11:27:14.183Z] #40 34.38 --help, -h show help (default: false) [2022-05-17T11:27:14.317Z] #36 26.02 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-17T11:27:14.574Z] #36 26.36 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-17T11:27:14.574Z] #36 26.49 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-17T11:27:14.574Z] #36 26.53 go: downloading github.com/peterh/liner v1.2.2 [2022-05-17T11:27:14.722Z] #55 ... [2022-05-17T11:27:14.722Z] [2022-05-17T11:27:14.722Z] #57 [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-17T11:27:14.722Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-17T11:27:14.722Z] #57 34.03 v3.0.2 [2022-05-17T11:27:14.722Z] #57 DONE 34.2s [2022-05-17T11:27:14.978Z] [2022-05-17T11:27:14.978Z] #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-17T11:27:14.978Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:14.978Z] #14 24.72 Reading package lists... [2022-05-17T11:27:14.978Z] #14 30.73 Building dependency tree... [2022-05-17T11:27:14.978Z] #14 33.84 The following additional packages will be installed: [2022-05-17T11:27:14.978Z] #14 33.85 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-17T11:27:14.978Z] #14 33.85 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-17T11:27:14.978Z] #14 33.85 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-17T11:27:14.978Z] #14 33.85 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-17T11:27:14.978Z] #14 33.85 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-17T11:27:14.978Z] #14 33.86 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-17T11:27:14.978Z] #14 33.86 mingw-w64-common mingw-w64-x86-64-dev [2022-05-17T11:27:14.978Z] #14 33.87 Suggested packages: [2022-05-17T11:27:14.979Z] #14 33.89 gcc-10-locales seccomp wine64 [2022-05-17T11:27:15.033Z] #42 ... [2022-05-17T11:27:15.033Z] [2022-05-17T11:27:15.033Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:27:15.033Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:27:15.033Z] #36 25.39 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-17T11:27:15.033Z] #36 25.41 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-17T11:27:15.137Z] #36 26.79 go: downloading github.com/google/go-dap v0.6.0 [2022-05-17T11:27:15.138Z] #40 DONE 35.2s [2022-05-17T11:27:15.138Z] [2022-05-17T11:27:15.138Z] #57 [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-17T11:27:15.138Z] #57 sha256:401c0122933c017a61a97555462d320a2445f9c0d027720a10a599dc935e4cc4 [2022-05-17T11:27:15.138Z] #57 31.08 v3.0.2 [2022-05-17T11:27:15.138Z] #57 DONE 35.2s [2022-05-17T11:27:15.138Z] [2022-05-17T11:27:15.138Z] #62 [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-17T11:27:15.138Z] #62 sha256:01abd27d0e3628417a5d68af6b3c69f6ed863a1dbee23e93216f48ae70a78673 [2022-05-17T11:27:15.138Z] #62 24.28 Building dependency tree... [2022-05-17T11:27:15.138Z] #62 28.17 The following additional packages will be installed: [2022-05-17T11:27:15.138Z] #62 28.18 libbtrfs0 [2022-05-17T11:27:15.138Z] #62 28.43 The following NEW packages will be installed: [2022-05-17T11:27:15.138Z] #62 28.46 libbtrfs-dev libbtrfs0 [2022-05-17T11:27:15.138Z] #62 28.92 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:15.138Z] #62 28.92 Need to get 454 kB of archives. [2022-05-17T11:27:15.138Z] #62 28.92 After this operation, 1275 kB of additional disk space will be used. [2022-05-17T11:27:15.138Z] #62 28.92 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-05-17T11:27:15.138Z] #62 28.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-05-17T11:27:15.138Z] #62 30.27 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:15.138Z] #62 30.51 Fetched 454 kB in 0s (1415 kB/s) [2022-05-17T11:27:15.138Z] #62 30.79 Selecting previously unselected package libbtrfs0:arm64. [2022-05-17T11:27:15.139Z] #62 30.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-05-17T11:27:15.139Z] #62 30.86 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-05-17T11:27:15.139Z] #62 30.88 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-05-17T11:27:15.139Z] #62 31.94 Selecting previously unselected package libbtrfs-dev:arm64. [2022-05-17T11:27:15.139Z] #62 31.94 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-05-17T11:27:15.139Z] #62 32.47 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-17T11:27:15.139Z] #62 33.33 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-05-17T11:27:15.139Z] #62 34.33 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-17T11:27:15.139Z] #62 34.40 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:27:15.139Z] #62 DONE 35.2s [2022-05-17T11:27:15.139Z] [2022-05-17T11:27:15.139Z] #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-17T11:27:15.139Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:27:15.139Z] #14 33.25 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-17T11:27:15.139Z] #14 34.35 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-17T11:27:15.139Z] #14 34.36 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-05-17T11:27:15.139Z] #14 34.36 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-05-17T11:27:15.139Z] #14 34.37 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-05-17T11:27:15.139Z] #14 34.38 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-05-17T11:27:15.139Z] #14 34.40 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-17T11:27:15.139Z] #14 34.40 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-05-17T11:27:15.139Z] #14 34.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-05-17T11:27:15.139Z] #14 34.43 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-05-17T11:27:15.139Z] #14 34.48 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-05-17T11:27:15.139Z] #14 34.49 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-05-17T11:27:15.139Z] #14 34.51 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-05-17T11:27:15.139Z] #14 34.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-05-17T11:27:15.139Z] #14 34.57 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-17T11:27:15.139Z] #14 34.57 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-17T11:27:15.139Z] #14 34.57 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-05-17T11:27:15.234Z] #14 ... [2022-05-17T11:27:15.234Z] [2022-05-17T11:27:15.235Z] #51 [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-17T11:27:15.235Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:15.235Z] #51 24.42 Reading package lists... [2022-05-17T11:27:15.235Z] #51 29.92 Building dependency tree... [2022-05-17T11:27:15.235Z] #51 33.27 The following additional packages will be installed: [2022-05-17T11:27:15.235Z] #51 33.29 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-17T11:27:15.235Z] #51 33.29 python3-protobuf python3-six [2022-05-17T11:27:15.235Z] #51 33.30 Suggested packages: [2022-05-17T11:27:15.235Z] #51 33.31 python3-setuptools [2022-05-17T11:27:15.235Z] #51 33.31 Recommended packages: [2022-05-17T11:27:15.235Z] #51 33.31 iproute2 | iproute [2022-05-17T11:27:15.235Z] #51 34.06 The following NEW packages will be installed: [2022-05-17T11:27:15.235Z] #51 34.06 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-17T11:27:15.235Z] #51 34.08 python3-protobuf python3-six [2022-05-17T11:27:15.235Z] #51 34.59 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:15.235Z] #51 34.59 Need to get 2314 kB of archives. [2022-05-17T11:27:15.235Z] #51 34.59 After this operation, 11.1 MB of additional disk space will be used. [2022-05-17T11:27:15.235Z] #51 34.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-17T11:27:15.235Z] #51 34.61 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-17T11:27:15.235Z] #51 34.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-17T11:27:15.235Z] #51 34.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-17T11:27:15.235Z] #51 34.66 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-17T11:27:15.394Z] #36 27.30 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-17T11:27:15.490Z] #51 34.68 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-17T11:27:15.490Z] #51 34.68 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-17T11:27:15.711Z] #14 ... [2022-05-17T11:27:15.711Z] [2022-05-17T11:27:15.711Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-17T11:27:15.711Z] #63 sha256:995da0b7157bd38cf1da9d1e3edcd017722517e50844425dcf7867c727639a44 [2022-05-17T11:27:15.711Z] #63 DONE 0.5s [2022-05-17T11:27:15.711Z] [2022-05-17T11:27:15.711Z] #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-17T11:27:15.711Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:27:15.711Z] #14 35.66 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:15.747Z] #51 ... [2022-05-17T11:27:15.747Z] [2022-05-17T11:27:15.747Z] #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-17T11:27:15.747Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:15.747Z] #14 35.29 The following NEW packages will be installed: [2022-05-17T11:27:15.965Z] #36 27.83 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-17T11:27:15.972Z] #36 26.25 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-17T11:27:15.972Z] #36 26.52 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-17T11:27:15.972Z] #36 26.61 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-17T11:27:15.972Z] #14 36.09 Fetched 108 MB in 8s (13.3 MB/s) [2022-05-17T11:27:15.972Z] #14 36.24 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-17T11:27:15.972Z] #14 36.24 (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% [2022-05-17T11:27:15.972Z] #14 ... [2022-05-17T11:27:15.972Z] [2022-05-17T11:27:15.972Z] #42 [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-17T11:27:15.972Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-17T11:27:15.972Z] #42 24.82 Building dependency tree... [2022-05-17T11:27:15.972Z] #42 28.61 The following additional packages will be installed: [2022-05-17T11:27:15.972Z] #42 28.62 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-17T11:27:15.972Z] #42 28.63 Suggested packages: [2022-05-17T11:27:15.972Z] #42 28.64 cmake-doc ninja-build lrzip [2022-05-17T11:27:15.972Z] #42 28.64 Recommended packages: [2022-05-17T11:27:15.972Z] #42 28.64 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-17T11:27:15.972Z] #42 29.25 The following NEW packages will be installed: [2022-05-17T11:27:15.972Z] #42 29.25 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-17T11:27:15.972Z] #42 29.25 vim-common xxd [2022-05-17T11:27:15.972Z] #42 29.71 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:15.972Z] #42 29.71 Need to get 15.6 MB of archives. [2022-05-17T11:27:15.972Z] #42 29.71 After this operation, 67.4 MB of additional disk space will be used. [2022-05-17T11:27:15.972Z] #42 29.71 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-17T11:27:15.972Z] #42 29.71 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-17T11:27:15.972Z] #42 29.72 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-17T11:27:15.972Z] #42 29.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-05-17T11:27:15.972Z] #42 30.34 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-17T11:27:15.972Z] #42 30.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-05-17T11:27:15.972Z] #42 30.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-05-17T11:27:15.972Z] #42 30.37 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-05-17T11:27:15.972Z] #42 30.38 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-05-17T11:27:15.972Z] #42 30.39 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-05-17T11:27:15.972Z] #42 32.55 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:15.972Z] #42 33.37 Fetched 15.6 MB in 1s (11.0 MB/s) [2022-05-17T11:27:15.972Z] #42 34.33 Selecting previously unselected package xxd. [2022-05-17T11:27:15.972Z] #42 34.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 ... 15700 files and directories currently installed.) [2022-05-17T11:27:15.972Z] #42 34.41 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-17T11:27:15.972Z] #42 34.48 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:15.972Z] #42 34.86 Selecting previously unselected package vim-common. [2022-05-17T11:27:15.972Z] #42 34.87 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:27:15.972Z] #42 34.90 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:15.972Z] #42 35.31 Selecting previously unselected package cmake-data. [2022-05-17T11:27:15.972Z] #42 35.31 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-17T11:27:15.972Z] #42 35.31 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-17T11:27:16.004Z] #14 35.31 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-17T11:27:16.004Z] #14 35.31 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-17T11:27:16.004Z] #14 35.31 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-17T11:27:16.004Z] #14 35.31 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-17T11:27:16.004Z] #14 35.31 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-17T11:27:16.004Z] #14 35.31 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-17T11:27:16.004Z] #14 35.31 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-17T11:27:16.004Z] #14 35.32 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-17T11:27:16.004Z] #14 35.32 mingw-w64-x86-64-dev [2022-05-17T11:27:16.233Z] #42 ... [2022-05-17T11:27:16.234Z] [2022-05-17T11:27:16.234Z] #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-17T11:27:16.234Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:27:16.234Z] #14 36.24 (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-17T11:27:16.234Z] #14 36.41 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-05-17T11:27:16.234Z] #14 36.45 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-17T11:27:16.261Z] #14 ... [2022-05-17T11:27:16.261Z] [2022-05-17T11:27:16.261Z] #62 [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-17T11:27:16.261Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:16.261Z] #62 19.91 Reading package lists... [2022-05-17T11:27:16.261Z] #62 25.89 Reading package lists... [2022-05-17T11:27:16.261Z] #62 31.80 Building dependency tree... [2022-05-17T11:27:16.261Z] #62 35.21 The following additional packages will be installed: [2022-05-17T11:27:16.261Z] #62 35.21 libbtrfs0 [2022-05-17T11:27:16.261Z] #62 35.41 The following NEW packages will be installed: [2022-05-17T11:27:16.261Z] #62 35.42 libbtrfs-dev libbtrfs0 [2022-05-17T11:27:16.261Z] #62 ... [2022-05-17T11:27:16.261Z] [2022-05-17T11:27:16.261Z] #42 [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-17T11:27:16.261Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:16.261Z] #42 20.05 Reading package lists... [2022-05-17T11:27:16.261Z] #42 26.02 Reading package lists... [2022-05-17T11:27:16.261Z] #42 31.70 Building dependency tree... [2022-05-17T11:27:16.261Z] #42 34.93 The following additional packages will be installed: [2022-05-17T11:27:16.261Z] #42 34.93 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-17T11:27:16.261Z] #42 34.93 Suggested packages: [2022-05-17T11:27:16.261Z] #42 34.93 cmake-doc ninja-build lrzip [2022-05-17T11:27:16.261Z] #42 34.93 Recommended packages: [2022-05-17T11:27:16.261Z] #42 34.93 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-17T11:27:16.261Z] #42 35.78 The following NEW packages will be installed: [2022-05-17T11:27:16.518Z] #42 35.84 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-17T11:27:16.518Z] #42 35.84 vim-common xxd [2022-05-17T11:27:16.518Z] #42 ... [2022-05-17T11:27:16.518Z] [2022-05-17T11:27:16.518Z] #55 [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-17T11:27:16.518Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:16.518Z] #55 35.48 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-17T11:27:16.518Z] #55 35.48 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-17T11:27:16.518Z] #55 35.60 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-17T11:27:16.519Z] #55 35.67 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-17T11:27:16.519Z] #55 35.72 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-17T11:27:16.519Z] #55 35.78 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-17T11:27:16.519Z] #55 35.90 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-17T11:27:16.519Z] #55 35.90 go: downloading github.com/spf13/afero v1.6.0 [2022-05-17T11:27:16.519Z] #55 35.95 go: downloading github.com/spf13/cast v1.4.1 [2022-05-17T11:27:16.519Z] #55 36.00 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-17T11:27:16.519Z] #55 36.03 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-17T11:27:16.519Z] #55 36.07 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-17T11:27:16.775Z] #55 36.27 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-17T11:27:16.775Z] #55 36.28 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-17T11:27:16.775Z] #55 36.30 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-17T11:27:16.897Z] #36 28.63 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-17T11:27:16.897Z] #36 28.83 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-17T11:27:16.910Z] #36 27.10 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-17T11:27:16.910Z] #36 27.35 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-17T11:27:16.910Z] #36 27.46 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-17T11:27:17.032Z] #55 36.34 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-17T11:27:17.032Z] #55 36.36 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-17T11:27:17.032Z] #55 36.38 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-17T11:27:17.032Z] #55 36.42 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-17T11:27:17.032Z] #55 36.46 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-17T11:27:17.032Z] #55 36.50 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-17T11:27:17.155Z] #36 29.02 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-17T11:27:17.169Z] #36 27.52 go: downloading github.com/peterh/liner v1.2.2 [2022-05-17T11:27:17.412Z] #36 ... [2022-05-17T11:27:17.412Z] [2022-05-17T11:27:17.412Z] #62 [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-17T11:27:17.412Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:17.412Z] #62 29.36 Fetched 8530 kB in 22s (381 kB/s) [2022-05-17T11:27:17.429Z] #36 27.84 go: downloading github.com/google/go-dap v0.6.0 [2022-05-17T11:27:17.622Z] #14 ... [2022-05-17T11:27:17.622Z] [2022-05-17T11:27:17.622Z] #51 [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-17T11:27:17.622Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-17T11:27:17.622Z] #51 26.16 Building dependency tree... [2022-05-17T11:27:17.622Z] #51 29.40 The following additional packages will be installed: [2022-05-17T11:27:17.622Z] #51 29.41 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-17T11:27:17.622Z] #51 29.41 python3-protobuf python3-six [2022-05-17T11:27:17.622Z] #51 29.43 Suggested packages: [2022-05-17T11:27:17.622Z] #51 29.44 python3-setuptools [2022-05-17T11:27:17.622Z] #51 29.44 Recommended packages: [2022-05-17T11:27:17.622Z] #51 29.44 iproute2 | iproute [2022-05-17T11:27:17.622Z] #51 30.06 The following NEW packages will be installed: [2022-05-17T11:27:17.622Z] #51 30.10 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-17T11:27:17.622Z] #51 30.11 python3-protobuf python3-six [2022-05-17T11:27:17.622Z] #51 30.59 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:17.622Z] #51 30.59 Need to get 2136 kB of archives. [2022-05-17T11:27:17.622Z] #51 30.59 After this operation, 10.8 MB of additional disk space will be used. [2022-05-17T11:27:17.622Z] #51 30.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-05-17T11:27:17.622Z] #51 30.61 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-17T11:27:17.622Z] #51 30.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-17T11:27:17.622Z] #51 30.61 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-05-17T11:27:17.622Z] #51 30.62 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-17T11:27:17.622Z] #51 30.64 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-17T11:27:17.622Z] #51 30.64 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-17T11:27:17.622Z] #51 32.83 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [630 kB] [2022-05-17T11:27:17.622Z] #51 34.62 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:17.622Z] #51 34.92 Fetched 2136 kB in 3s (656 kB/s) [2022-05-17T11:27:17.622Z] #51 35.04 Selecting previously unselected package libprotobuf23:arm64. [2022-05-17T11:27:17.622Z] #51 35.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-17T11:27:17.622Z] #51 35.13 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-05-17T11:27:17.622Z] #51 35.17 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-05-17T11:27:17.622Z] #51 36.57 Selecting previously unselected package python3-pkg-resources. [2022-05-17T11:27:17.622Z] #51 36.57 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-17T11:27:17.622Z] #51 36.60 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:27:17.622Z] #51 37.00 Selecting previously unselected package python3-six. [2022-05-17T11:27:17.622Z] #51 37.00 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-17T11:27:17.622Z] #51 37.03 Unpacking python3-six (1.16.0-2) ... [2022-05-17T11:27:17.622Z] #51 37.26 Selecting previously unselected package python3-protobuf. [2022-05-17T11:27:17.622Z] #51 37.29 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-05-17T11:27:17.622Z] #51 37.32 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-17T11:27:17.622Z] #51 ... [2022-05-17T11:27:17.622Z] [2022-05-17T11:27:17.622Z] #55 [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-17T11:27:17.622Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-17T11:27:17.622Z] #55 28.18 go: downloading github.com/fatih/color v1.13.0 [2022-05-17T11:27:17.622Z] #55 28.19 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-17T11:27:17.622Z] #55 28.24 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-17T11:27:17.622Z] #55 28.35 go: downloading github.com/spf13/viper v1.10.1 [2022-05-17T11:27:17.622Z] #55 28.62 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-17T11:27:17.622Z] #55 29.05 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-17T11:27:17.622Z] #55 29.12 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-17T11:27:17.622Z] #55 30.12 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-17T11:27:17.622Z] #55 30.43 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-17T11:27:17.622Z] #55 35.00 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-17T11:27:17.622Z] #55 35.00 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-17T11:27:17.622Z] #55 35.04 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-17T11:27:17.622Z] #55 35.10 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-17T11:27:17.622Z] #55 35.11 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-17T11:27:17.622Z] #55 35.16 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-17T11:27:17.622Z] #55 35.24 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-17T11:27:17.622Z] #55 35.45 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-17T11:27:17.622Z] #55 35.52 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-17T11:27:17.622Z] #55 35.52 go: downloading github.com/spf13/afero v1.6.0 [2022-05-17T11:27:17.622Z] #55 35.55 go: downloading github.com/spf13/cast v1.4.1 [2022-05-17T11:27:17.622Z] #55 35.75 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-17T11:27:17.622Z] #55 35.75 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-17T11:27:17.622Z] #55 35.76 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-17T11:27:17.622Z] #55 35.96 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-17T11:27:17.622Z] #55 35.96 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-17T11:27:17.622Z] #55 36.02 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-17T11:27:17.622Z] #55 36.02 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-17T11:27:17.622Z] #55 36.13 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-17T11:27:17.622Z] #55 36.14 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-17T11:27:17.622Z] #55 36.14 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-17T11:27:17.622Z] #55 36.20 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-17T11:27:17.622Z] #55 36.20 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-17T11:27:17.622Z] #55 36.29 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-17T11:27:17.622Z] #55 36.32 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-17T11:27:17.622Z] #55 36.34 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-17T11:27:17.622Z] #55 36.39 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-17T11:27:17.622Z] #55 36.43 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-17T11:27:17.622Z] #55 37.12 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-17T11:27:17.622Z] #55 37.19 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-17T11:27:17.622Z] #55 37.24 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-17T11:27:17.622Z] #55 37.26 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-17T11:27:17.622Z] #55 37.34 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-17T11:27:17.622Z] #55 37.50 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-17T11:27:17.622Z] #55 37.59 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-17T11:27:17.622Z] #55 37.61 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-17T11:27:17.622Z] #55 37.72 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-17T11:27:17.622Z] #55 37.72 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-17T11:27:17.622Z] #55 37.80 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-17T11:27:17.622Z] #55 37.81 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-17T11:27:17.884Z] #55 37.87 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-17T11:27:17.884Z] #55 37.87 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-17T11:27:17.884Z] #55 37.89 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-17T11:27:17.884Z] #55 37.90 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-17T11:27:17.884Z] #55 37.91 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-17T11:27:17.884Z] #55 37.95 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-17T11:27:17.884Z] #55 37.98 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-17T11:27:17.884Z] #55 38.01 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-17T11:27:17.962Z] #55 37.20 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-17T11:27:17.962Z] #55 37.43 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-17T11:27:17.962Z] #55 37.47 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-17T11:27:17.998Z] #36 28.49 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-17T11:27:18.146Z] #55 38.22 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-17T11:27:18.147Z] #55 38.28 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-17T11:27:18.147Z] #55 ... [2022-05-17T11:27:18.147Z] [2022-05-17T11:27:18.147Z] #51 [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-17T11:27:18.147Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-17T11:27:18.147Z] #51 37.98 Selecting previously unselected package libnet1:arm64. [2022-05-17T11:27:18.147Z] #51 37.99 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-05-17T11:27:18.147Z] #51 37.99 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:27:18.147Z] #51 38.10 Selecting previously unselected package libnl-3-200:arm64. [2022-05-17T11:27:18.147Z] #51 38.10 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-05-17T11:27:18.147Z] #51 38.13 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-17T11:27:18.218Z] #55 37.58 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-17T11:27:18.218Z] #55 37.66 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-17T11:27:18.218Z] #55 37.70 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-17T11:27:18.408Z] #51 38.27 Selecting previously unselected package libprotobuf-c1:arm64. [2022-05-17T11:27:18.408Z] #51 38.27 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-05-17T11:27:18.408Z] #51 38.28 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-17T11:27:18.571Z] #36 29.04 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-17T11:27:18.672Z] #51 38.43 Selecting previously unselected package criu. [2022-05-17T11:27:18.672Z] #51 38.43 Preparing to unpack .../7-criu_3.17-1_arm64.deb ... [2022-05-17T11:27:18.672Z] #51 38.44 Unpacking criu (3.17-1) ... [2022-05-17T11:27:19.148Z] #55 38.49 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-17T11:27:19.148Z] #55 38.60 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-17T11:27:19.148Z] #55 38.65 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-17T11:27:19.148Z] #55 38.67 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-17T11:27:19.148Z] #55 38.70 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-17T11:27:19.148Z] #55 38.72 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-17T11:27:19.245Z] #51 39.17 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:27:19.405Z] #55 38.79 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-17T11:27:19.405Z] #55 38.84 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-17T11:27:19.405Z] #55 38.89 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-17T11:27:19.405Z] #55 38.94 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-17T11:27:19.663Z] #55 ... [2022-05-17T11:27:19.663Z] [2022-05-17T11:27:19.663Z] #62 [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-17T11:27:19.663Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:19.663Z] #62 35.84 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:19.663Z] #62 35.84 Need to get 460 kB of archives. [2022-05-17T11:27:19.663Z] #62 35.84 After this operation, 1237 kB of additional disk space will be used. [2022-05-17T11:27:19.663Z] #62 35.84 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-17T11:27:19.663Z] #62 35.84 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-17T11:27:19.663Z] #62 36.87 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:19.663Z] #62 37.21 Fetched 460 kB in 0s (1346 kB/s) [2022-05-17T11:27:19.663Z] #62 37.31 Selecting previously unselected package libbtrfs0:amd64. [2022-05-17T11:27:19.663Z] #62 37.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-17T11:27:19.663Z] #62 37.41 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-17T11:27:19.663Z] #62 37.43 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:27:19.663Z] #62 37.66 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-17T11:27:19.663Z] #62 37.66 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-17T11:27:19.663Z] #62 37.66 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:27:19.663Z] #62 38.10 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:27:19.663Z] #62 38.22 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:27:19.663Z] #62 38.27 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:27:19.663Z] #62 DONE 38.9s [2022-05-17T11:27:19.663Z] [2022-05-17T11:27:19.663Z] #55 [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-17T11:27:19.663Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:19.663Z] #55 39.06 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-17T11:27:19.663Z] #55 39.18 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-17T11:27:19.663Z] #55 39.22 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-17T11:27:19.663Z] #55 39.24 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-17T11:27:19.663Z] #55 39.29 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-17T11:27:19.920Z] #55 39.32 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-17T11:27:19.920Z] #55 39.37 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-17T11:27:19.920Z] #55 ... [2022-05-17T11:27:19.920Z] [2022-05-17T11:27:19.920Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-17T11:27:19.920Z] #63 sha256:a817b17a2ddad0eb9c700859822520884ff10083f818de0a27e74ff9c0d7e03b [2022-05-17T11:27:19.920Z] #63 DONE 0.5s [2022-05-17T11:27:19.920Z] [2022-05-17T11:27:19.920Z] #55 [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-17T11:27:19.920Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:19.920Z] #55 39.42 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-17T11:27:19.920Z] #55 39.54 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-17T11:27:19.956Z] #36 30.21 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-17T11:27:19.956Z] #36 30.54 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-17T11:27:20.178Z] #55 39.80 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-17T11:27:20.221Z] #36 30.69 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-17T11:27:20.437Z] #55 ... [2022-05-17T11:27:20.437Z] [2022-05-17T11:27:20.437Z] #40 [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-17T11:27:20.437Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-17T11:27:20.437Z] #40 39.67 NAME: [2022-05-17T11:27:20.437Z] #40 39.67 go-winres - A tool for embedding resources in Windows executables [2022-05-17T11:27:20.437Z] #40 39.67 [2022-05-17T11:27:20.437Z] #40 39.67 USAGE: [2022-05-17T11:27:20.437Z] #40 39.69 go-winres [global options] command [command options] [arguments...] [2022-05-17T11:27:20.437Z] #40 39.69 [2022-05-17T11:27:20.437Z] #40 39.69 COMMANDS: [2022-05-17T11:27:20.437Z] #40 39.69 init Create an initial ./winres/winres.json [2022-05-17T11:27:20.437Z] #40 39.69 make Make syso files for the "go build" command [2022-05-17T11:27:20.437Z] #40 39.69 simply Make syso files for the "go build" command (simplified) [2022-05-17T11:27:20.437Z] #40 39.69 extract Extract all resources from an executable [2022-05-17T11:27:20.437Z] #40 39.69 patch Replace resources in an executable file (exe, dll) [2022-05-17T11:27:20.437Z] #40 39.69 help, h Shows a list of commands or help for one command [2022-05-17T11:27:20.437Z] #40 39.69 [2022-05-17T11:27:20.437Z] #40 39.69 GLOBAL OPTIONS: [2022-05-17T11:27:20.437Z] #40 39.69 --help, -h show help (default: false) [2022-05-17T11:27:20.437Z] #40 DONE 40.1s [2022-05-17T11:27:20.437Z] [2022-05-17T11:27:20.437Z] #55 [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-17T11:27:20.437Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:20.437Z] #55 39.94 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-17T11:27:20.437Z] #55 40.00 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-17T11:27:20.437Z] #55 40.00 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-17T11:27:20.480Z] #36 ... [2022-05-17T11:27:20.480Z] [2022-05-17T11:27:20.480Z] #38 [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-17T11:27:20.480Z] #38 sha256:ae7bed019bb497077c7cdbdc7340eefa54526eeb9cd33f3e4ff19c12132b415c [2022-05-17T11:27:20.480Z] #38 30.45 tomll can be used in two ways: [2022-05-17T11:27:20.480Z] #38 30.45 Writing to STDIN and reading from STDOUT: [2022-05-17T11:27:20.480Z] #38 30.45 cat file.toml | tomll > file.toml [2022-05-17T11:27:20.480Z] #38 30.45 [2022-05-17T11:27:20.480Z] #38 30.45 Reading and updating a list of files: [2022-05-17T11:27:20.480Z] #38 30.45 tomll a.toml b.toml c.toml [2022-05-17T11:27:20.480Z] #38 30.45 [2022-05-17T11:27:20.480Z] #38 30.45 When given a list of files, tomll will modify all files in place without asking. [2022-05-17T11:27:20.480Z] #38 DONE 30.9s [2022-05-17T11:27:20.480Z] [2022-05-17T11:27:20.480Z] #42 [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-17T11:27:20.480Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:20.480Z] #42 30.72 Fetched 8530 kB in 22s (380 kB/s) [2022-05-17T11:27:20.694Z] #55 40.11 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-17T11:27:20.694Z] #55 40.19 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-17T11:27:20.694Z] #55 40.24 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-17T11:27:20.951Z] #55 40.33 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-17T11:27:20.951Z] #55 40.35 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-17T11:27:20.951Z] #55 40.36 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-17T11:27:20.951Z] #55 40.44 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-17T11:27:20.951Z] #55 40.44 go: downloading github.com/julz/importas v0.1.0 [2022-05-17T11:27:20.951Z] #55 40.49 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-17T11:27:20.951Z] #55 40.49 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-17T11:27:20.951Z] #55 40.53 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-17T11:27:20.951Z] #55 40.58 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-17T11:27:20.951Z] #55 40.58 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-17T11:27:21.168Z] #51 40.76 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-05-17T11:27:21.168Z] #51 40.79 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:27:21.168Z] #51 40.81 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-17T11:27:21.168Z] #51 40.82 Setting up python3-six (1.16.0-2) ... [2022-05-17T11:27:21.208Z] #55 40.59 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-17T11:27:21.208Z] #55 40.64 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-17T11:27:21.208Z] #55 40.72 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-17T11:27:21.208Z] #55 40.80 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-17T11:27:21.208Z] #55 40.85 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-17T11:27:21.465Z] #55 40.85 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-17T11:27:21.465Z] #55 40.85 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-17T11:27:22.029Z] #55 41.41 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-17T11:27:22.029Z] #55 41.41 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-17T11:27:22.029Z] #55 41.47 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-17T11:27:22.029Z] #55 41.56 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-17T11:27:22.029Z] #55 41.56 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-17T11:27:22.029Z] #55 41.57 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-17T11:27:22.029Z] #55 41.60 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-17T11:27:22.029Z] #55 41.65 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-17T11:27:22.147Z] #51 41.89 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-17T11:27:22.147Z] #51 41.94 Setting up python3-protobuf (3.12.4-1) ... [2022-05-17T11:27:22.286Z] #55 41.65 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-17T11:27:22.543Z] #55 41.95 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-17T11:27:22.543Z] #55 41.95 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-17T11:27:22.543Z] #55 41.95 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-17T11:27:22.543Z] #55 41.99 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-17T11:27:22.543Z] #55 42.04 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-17T11:27:22.543Z] #55 42.04 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-17T11:27:22.543Z] #55 42.08 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-17T11:27:22.756Z] #62 29.36 Reading package lists... [2022-05-17T11:27:22.756Z] #62 ... [2022-05-17T11:27:22.756Z] [2022-05-17T11:27:22.756Z] #42 [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-17T11:27:22.756Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:22.756Z] #42 25.05 Reading package lists... [2022-05-17T11:27:22.800Z] #55 42.12 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-17T11:27:22.800Z] #55 42.16 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-17T11:27:22.800Z] #55 42.23 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-17T11:27:23.057Z] #55 42.31 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-17T11:27:23.057Z] #55 42.37 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-17T11:27:23.057Z] #55 42.50 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-17T11:27:23.057Z] #55 42.54 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-17T11:27:23.057Z] #55 42.58 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-17T11:27:23.057Z] #55 42.58 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-17T11:27:23.057Z] #55 42.60 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-17T11:27:23.314Z] #55 42.75 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-17T11:27:23.314Z] #55 42.85 go: downloading honnef.co/go/tools v0.2.2 [2022-05-17T11:27:23.568Z] #51 ... [2022-05-17T11:27:23.568Z] [2022-05-17T11:27:23.568Z] #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-17T11:27:23.568Z] #34 sha256:7a88afd923b19d050d9dd0e227619d715a737b594582b3ac5f00c781d01ccb0f [2022-05-17T11:27:23.568Z] #34 33.56 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-17T11:27:23.568Z] #34 33.76 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-17T11:27:23.829Z] #34 ... [2022-05-17T11:27:23.829Z] [2022-05-17T11:27:23.829Z] #55 [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-17T11:27:23.829Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-17T11:27:23.829Z] #55 38.30 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-17T11:27:23.829Z] #55 38.30 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-17T11:27:23.829Z] #55 38.36 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-17T11:27:23.829Z] #55 38.39 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-17T11:27:23.829Z] #55 38.41 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-17T11:27:23.829Z] #55 38.45 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-17T11:27:23.829Z] #55 38.47 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-17T11:27:23.829Z] #55 38.50 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-17T11:27:23.829Z] #55 38.53 go: downloading github.com/julz/importas v0.1.0 [2022-05-17T11:27:23.829Z] #55 38.57 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-17T11:27:23.829Z] #55 38.58 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-17T11:27:23.829Z] #55 38.68 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-17T11:27:23.829Z] #55 38.74 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-17T11:27:23.829Z] #55 38.75 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-17T11:27:23.829Z] #55 38.78 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-17T11:27:23.829Z] #55 38.84 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-17T11:27:23.829Z] #55 38.84 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-17T11:27:23.829Z] #55 38.89 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-17T11:27:23.829Z] #55 38.90 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-17T11:27:23.829Z] #55 38.93 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-17T11:27:23.829Z] #55 38.95 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-17T11:27:23.829Z] #55 39.36 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-17T11:27:23.829Z] #55 39.39 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-17T11:27:23.829Z] #55 39.39 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-17T11:27:23.829Z] #55 39.43 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-17T11:27:23.829Z] #55 39.51 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-17T11:27:23.829Z] #55 39.56 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-17T11:27:23.829Z] #55 39.61 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-17T11:27:23.829Z] #55 39.63 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-17T11:27:23.829Z] #55 39.66 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-17T11:27:23.829Z] #55 39.80 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-17T11:27:23.829Z] #55 39.83 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-17T11:27:23.829Z] #55 39.83 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-17T11:27:23.829Z] #55 39.85 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-17T11:27:23.829Z] #55 39.87 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-17T11:27:23.829Z] #55 39.91 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-17T11:27:23.829Z] #55 40.01 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-17T11:27:23.829Z] #55 40.10 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-17T11:27:23.829Z] #55 40.10 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-17T11:27:23.829Z] #55 40.12 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-17T11:27:23.829Z] #55 40.15 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-17T11:27:23.829Z] #55 40.20 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-17T11:27:23.829Z] #55 40.31 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-17T11:27:23.829Z] #55 40.33 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-17T11:27:23.829Z] #55 40.34 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-17T11:27:23.829Z] #55 40.37 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-17T11:27:23.829Z] #55 40.40 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-17T11:27:23.829Z] #55 40.73 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-17T11:27:23.829Z] #55 40.78 go: downloading honnef.co/go/tools v0.2.2 [2022-05-17T11:27:23.829Z] #55 41.88 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-17T11:27:23.830Z] #55 41.89 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-17T11:27:23.830Z] #55 41.95 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-17T11:27:23.830Z] #55 41.96 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-17T11:27:23.830Z] #55 43.19 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-17T11:27:23.830Z] #55 43.19 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-17T11:27:23.830Z] #55 43.24 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-17T11:27:23.830Z] #55 43.32 go: downloading golang.org/x/text v0.3.7 [2022-05-17T11:27:24.013Z] Running on azwin-2-2df1c0 in d:\jenkins\workspace\moby_PR-43322 [Pipeline] { [Pipeline] ws [2022-05-17T11:27:24.027Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-17T11:27:24.645Z] #42 34.28 Building dependency tree... [2022-05-17T11:27:24.645Z] #42 ... [2022-05-17T11:27:24.645Z] [2022-05-17T11:27:24.645Z] #67 [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-17T11:27:24.645Z] #67 sha256:4ab6a37039cbaae5978ed0b05e612c2da0abb613b46c95edf15b43b76f9e4729 [2022-05-17T11:27:24.645Z] #67 26.29 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:27:24.684Z] #55 44.24 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-17T11:27:24.684Z] #55 44.30 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-17T11:27:24.902Z] #67 ... [2022-05-17T11:27:24.902Z] [2022-05-17T11:27:24.902Z] #42 [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-17T11:27:24.902Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:24.902Z] #42 34.28 Building dependency tree... [2022-05-17T11:27:24.954Z] #55 44.35 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-17T11:27:25.212Z] #55 44.48 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-17T11:27:25.212Z] #55 44.48 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-17T11:27:25.212Z] #55 44.48 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-17T11:27:25.212Z] #55 44.61 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-17T11:27:25.218Z] #55 ... [2022-05-17T11:27:25.218Z] [2022-05-17T11:27:25.218Z] #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-17T11:27:25.218Z] #31 sha256:589c7c6a58dc1a11217dd7daa59f2d698b09c861c3cd8c8b000a4935e7b6e772 [2022-05-17T11:27:25.218Z] #31 32.59 [2022-05-17T11:27:25.218Z] #31 32.95 #=#=# ################################## 48.2% ######################################################################## 100.0% [2022-05-17T11:27:25.218Z] #31 34.88 [2022-05-17T11:27:25.218Z] #31 37.11 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-17T11:27:25.218Z] #31 38.40 #=#=# [2022-05-17T11:27:25.218Z] #31 38.73 #=#=# ######################################################################## 100.0% [2022-05-17T11:27:25.218Z] #31 39.86 [2022-05-17T11:27:25.218Z] #31 40.27 Download of images into '/build' complete. [2022-05-17T11:27:25.218Z] #31 40.27 Use something like the following to load the result into a Docker daemon: [2022-05-17T11:27:25.218Z] #31 40.27 tar -cC '/build' . | docker load [2022-05-17T11:27:25.218Z] #31 DONE 42.9s [2022-05-17T11:27:25.218Z] [2022-05-17T11:27:25.218Z] #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-17T11:27:25.218Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:27:25.218Z] #14 39.28 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-17T11:27:25.218Z] #14 39.28 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-05-17T11:27:25.218Z] #14 39.30 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-17T11:27:25.218Z] #14 41.43 Selecting previously unselected package binutils-mingw-w64. [2022-05-17T11:27:25.218Z] #14 41.44 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-17T11:27:25.218Z] #14 41.47 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-17T11:27:25.218Z] #14 41.60 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-05-17T11:27:25.218Z] #14 41.60 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-05-17T11:27:25.218Z] #14 41.62 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-17T11:27:25.218Z] #14 41.84 Selecting previously unselected package dmsetup. [2022-05-17T11:27:25.218Z] #14 41.85 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-05-17T11:27:25.218Z] #14 41.86 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-17T11:27:25.218Z] #14 42.05 Selecting previously unselected package mingw-w64-common. [2022-05-17T11:27:25.218Z] #14 42.09 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-17T11:27:25.218Z] #14 42.10 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-17T11:27:25.468Z] #55 45.00 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-17T11:27:25.468Z] #55 45.00 go: downloading golang.org/x/text v0.3.7 [2022-05-17T11:27:25.480Z] #14 ... [2022-05-17T11:27:25.480Z] [2022-05-17T11:27:25.480Z] #51 [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-17T11:27:25.480Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-17T11:27:25.480Z] #51 45.32 Setting up criu (3.17-1) ... [2022-05-17T11:27:25.520Z] The recommended git tool is: git [2022-05-17T11:27:25.726Z] #55 ... [2022-05-17T11:27:25.726Z] [2022-05-17T11:27:25.726Z] #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-17T11:27:25.726Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:27:25.741Z] #51 ... [2022-05-17T11:27:25.741Z] [2022-05-17T11:27:25.741Z] #64 [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-17T11:27:25.741Z] #64 sha256:57a5b90a5c32dc8dfabbb91b4df42dbfd626bda0b27c408cce523b29a8cc60ec [2022-05-17T11:27:25.741Z] #64 1.605 + RM_GOPATH=0 [2022-05-17T11:27:25.741Z] #64 1.605 + TMP_GOPATH= [2022-05-17T11:27:25.741Z] #64 1.605 + : /build [2022-05-17T11:27:25.741Z] #64 1.605 + '[' -z '' ']' [2022-05-17T11:27:25.741Z] #64 1.605 ++ mktemp -d [2022-05-17T11:27:25.741Z] #64 1.611 + export GOPATH=/tmp/tmp.7FVuJgEhe2 [2022-05-17T11:27:25.741Z] #64 1.611 + GOPATH=/tmp/tmp.7FVuJgEhe2 [2022-05-17T11:27:25.741Z] #64 1.611 + RM_GOPATH=1 [2022-05-17T11:27:25.741Z] #64 1.611 + case "$(go env GOARCH)" in [2022-05-17T11:27:25.741Z] #64 1.622 ++ go env GOARCH [2022-05-17T11:27:25.741Z] #64 1.711 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:25.741Z] #64 1.711 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:25.741Z] #64 1.711 ++ dirname /install.sh [2022-05-17T11:27:25.741Z] #64 1.735 Install containerd version v1.6.4 [2022-05-17T11:27:25.741Z] #64 1.735 + dir=/ [2022-05-17T11:27:25.741Z] #64 1.735 + bin=containerd [2022-05-17T11:27:25.741Z] #64 1.735 + shift [2022-05-17T11:27:25.741Z] #64 1.735 + '[' '!' -f //containerd.installer ']' [2022-05-17T11:27:25.741Z] #64 1.735 + . //containerd.installer [2022-05-17T11:27:25.741Z] #64 1.735 ++ set -e [2022-05-17T11:27:25.741Z] #64 1.735 ++ : v1.6.4 [2022-05-17T11:27:25.741Z] #64 1.735 + install_containerd [2022-05-17T11:27:25.741Z] #64 1.735 + echo 'Install containerd version v1.6.4' [2022-05-17T11:27:25.741Z] #64 1.735 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7FVuJgEhe2/src/github.com/containerd/containerd [2022-05-17T11:27:25.741Z] #64 1.780 Cloning into '/tmp/tmp.7FVuJgEhe2/src/github.com/containerd/containerd'... [2022-05-17T11:27:25.741Z] #64 ... [2022-05-17T11:27:25.741Z] [2022-05-17T11:27:25.741Z] #42 [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-17T11:27:25.741Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-17T11:27:25.741Z] #42 39.77 Selecting previously unselected package libicu67:arm64. [2022-05-17T11:27:25.741Z] #42 39.78 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-05-17T11:27:25.741Z] #42 39.79 Unpacking libicu67:arm64 (67.1-7) ... [2022-05-17T11:27:25.741Z] #42 45.42 Selecting previously unselected package libxml2:arm64. [2022-05-17T11:27:25.742Z] #42 45.42 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ... [2022-05-17T11:27:25.742Z] #42 45.45 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-17T11:27:25.754Z] #42 30.72 Reading package lists... [2022-05-17T11:27:25.754Z] #42 ... [2022-05-17T11:27:25.754Z] [2022-05-17T11:27:25.754Z] #47 [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-17T11:27:25.754Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:27:25.755Z] #47 34.93 Updating files: 45% (984/2177) Updating files: 46% (1002/2177) Updating files: 47% (1024/2177) Updating files: 48% (1045/2177) Updating files: 49% (1067/2177) Updating files: 50% (1089/2177) Updating files: 51% (1111/2177) Updating files: 52% (1133/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) [2022-05-17T11:27:25.755Z] #47 ... [2022-05-17T11:27:25.755Z] [2022-05-17T11:27:25.755Z] #62 [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-17T11:27:25.755Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:25.755Z] #62 22.98 Building dependency tree... [2022-05-17T11:27:25.755Z] #62 30.00 The following additional packages will be installed: [2022-05-17T11:27:25.755Z] #62 30.03 libbtrfs0 [2022-05-17T11:27:25.755Z] #62 30.31 The following NEW packages will be installed: [2022-05-17T11:27:25.755Z] #62 30.36 libbtrfs-dev libbtrfs0 [2022-05-17T11:27:25.755Z] #62 30.86 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:25.755Z] #62 30.86 Need to get 460 kB of archives. [2022-05-17T11:27:25.755Z] #62 30.86 After this operation, 1237 kB of additional disk space will be used. [2022-05-17T11:27:25.755Z] #62 30.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-17T11:27:25.755Z] #62 30.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-17T11:27:25.755Z] #62 33.21 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:25.755Z] #62 33.61 Fetched 460 kB in 0s (1201 kB/s) [2022-05-17T11:27:25.755Z] #62 33.82 Selecting previously unselected package libbtrfs0:amd64. [2022-05-17T11:27:25.755Z] #62 33.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-17T11:27:25.755Z] #62 33.98 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-17T11:27:25.755Z] #62 34.02 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:27:25.755Z] #62 34.48 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-17T11:27:25.755Z] #62 34.50 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-17T11:27:25.755Z] #62 34.51 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:27:25.755Z] #62 35.22 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:27:25.755Z] #62 35.24 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:27:25.755Z] #62 35.26 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:27:25.755Z] #62 ... [2022-05-17T11:27:25.755Z] [2022-05-17T11:27:25.755Z] #47 [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-17T11:27:25.755Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:27:25.982Z] #34 44.93 Updating files: 90% (1372/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-17T11:27:25.983Z] #34 45.34 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-17T11:27:26.003Z] #42 46.02 Selecting previously unselected package libarchive13:arm64. [2022-05-17T11:27:26.003Z] #42 46.02 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-05-17T11:27:26.003Z] #42 46.03 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-05-17T11:27:26.003Z] #42 46.30 Selecting previously unselected package libjsoncpp24:arm64. [2022-05-17T11:27:26.014Z] #47 34.93 Updating files: 45% (984/2177) Updating files: 46% (1002/2177) Updating files: 47% (1024/2177) Updating files: 48% (1045/2177) Updating files: 49% (1067/2177) Updating files: 50% (1089/2177) Updating files: 51% (1111/2177) Updating files: 52% (1133/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 78% (1715/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) [2022-05-17T11:27:26.014Z] #47 ... [2022-05-17T11:27:26.014Z] [2022-05-17T11:27:26.014Z] #67 [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-17T11:27:26.014Z] #67 sha256:ccf7310886d96c1e1c65e3cd6564e6f47028ffd218e86e36f42fd9a220547112 [2022-05-17T11:27:26.014Z] #67 26.07 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:27:26.014Z] #67 ... [2022-05-17T11:27:26.014Z] [2022-05-17T11:27:26.014Z] #62 [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-17T11:27:26.014Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:26.014Z] #62 DONE 36.6s [2022-05-17T11:27:26.014Z] [2022-05-17T11:27:26.014Z] #47 [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-17T11:27:26.014Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:27:26.239Z] #34 ... [2022-05-17T11:27:26.239Z] [2022-05-17T11:27:26.239Z] #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-17T11:27:26.239Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:26.239Z] #14 35.78 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:26.239Z] #14 35.78 Need to get 115 MB of archives. [2022-05-17T11:27:26.239Z] #14 35.78 After this operation, 645 MB of additional disk space will be used. [2022-05-17T11:27:26.239Z] #14 35.78 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-17T11:27:26.239Z] #14 35.87 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-17T11:27:26.239Z] #14 36.00 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-17T11:27:26.239Z] #14 36.02 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-17T11:27:26.239Z] #14 36.03 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-17T11:27:26.239Z] #14 36.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-17T11:27:26.239Z] #14 36.31 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-17T11:27:26.239Z] #14 36.53 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-17T11:27:26.239Z] #14 36.54 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-17T11:27:26.239Z] #14 37.31 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-17T11:27:26.239Z] #14 38.99 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-17T11:27:26.239Z] #14 39.67 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-17T11:27:26.239Z] #14 40.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-17T11:27:26.239Z] #14 41.49 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-17T11:27:26.240Z] #14 41.96 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-05-17T11:27:26.240Z] #14 41.97 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-17T11:27:26.240Z] #14 41.97 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-17T11:27:26.240Z] #14 41.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-17T11:27:26.240Z] #14 41.99 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-17T11:27:26.240Z] #14 41.99 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-05-17T11:27:26.240Z] #14 42.00 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-17T11:27:26.240Z] #14 42.00 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-17T11:27:26.240Z] #14 42.04 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-17T11:27:26.240Z] #14 42.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-17T11:27:26.240Z] #14 42.04 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-17T11:27:26.240Z] #14 42.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-17T11:27:26.240Z] #14 42.09 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-17T11:27:26.240Z] #14 42.12 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-05-17T11:27:26.240Z] #14 42.12 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-17T11:27:26.240Z] #14 42.16 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-17T11:27:26.240Z] #14 43.21 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:26.240Z] #14 43.35 Fetched 115 MB in 7s (17.1 MB/s) [2022-05-17T11:27:26.240Z] #14 43.49 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-17T11:27:26.240Z] #14 43.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-17T11:27:26.240Z] #14 43.53 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-17T11:27:26.240Z] #14 43.53 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-17T11:27:26.240Z] #14 45.81 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-17T11:27:26.240Z] #14 45.81 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-17T11:27:26.240Z] #14 45.81 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-17T11:27:26.265Z] #42 46.30 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-05-17T11:27:26.265Z] #42 46.31 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-05-17T11:27:26.265Z] #42 46.44 Selecting previously unselected package librhash0:arm64. [2022-05-17T11:27:26.273Z] #47 34.93 Updating files: 45% (984/2177) Updating files: 46% (1002/2177) Updating files: 47% (1024/2177) Updating files: 48% (1045/2177) Updating files: 49% (1067/2177) Updating files: 50% (1089/2177) Updating files: 51% (1111/2177) Updating files: 52% (1133/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 78% (1715/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) #47 ... [2022-05-17T11:27:26.273Z] [2022-05-17T11:27:26.273Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-17T11:27:26.273Z] #63 sha256:5b4382d5e69f4585fc70f519caaf12a7d3d473a94958af1087371fce80b8166c [2022-05-17T11:27:26.273Z] #63 DONE 0.2s [2022-05-17T11:27:26.273Z] [2022-05-17T11:27:26.273Z] #47 [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-17T11:27:26.273Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:27:26.273Z] #47 34.93 Updating files: 45% (984/2177) Updating files: 46% (1002/2177) Updating files: 47% (1024/2177) Updating files: 48% (1045/2177) Updating files: 49% (1067/2177) Updating files: 50% (1089/2177) Updating files: 51% (1111/2177) Updating files: 52% (1133/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 78% (1715/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-05-17T11:27:26.528Z] #42 46.44 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-05-17T11:27:26.528Z] #42 46.45 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-05-17T11:27:26.528Z] #42 46.60 Selecting previously unselected package libuv1:arm64. [2022-05-17T11:27:26.528Z] #42 46.62 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-05-17T11:27:26.528Z] #42 46.62 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-05-17T11:27:26.533Z] #47 36.65 + git checkout -q v2.3.0 [2022-05-17T11:27:26.571Z] #14 ... [2022-05-17T11:27:26.571Z] [2022-05-17T11:27:26.571Z] #51 [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-17T11:27:26.571Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:26.571Z] #51 37.06 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-17T11:27:26.571Z] #51 38.48 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:26.571Z] #51 38.78 Fetched 2314 kB in 3s (723 kB/s) [2022-05-17T11:27:26.571Z] #51 38.88 Selecting previously unselected package libprotobuf23:amd64. [2022-05-17T11:27:26.571Z] #51 38.88 (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-17T11:27:26.571Z] #51 38.97 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-17T11:27:26.571Z] #51 39.03 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-17T11:27:26.571Z] #51 39.80 Selecting previously unselected package python3-pkg-resources. [2022-05-17T11:27:26.571Z] #51 39.80 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-17T11:27:26.571Z] #51 39.80 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:27:26.571Z] #51 40.07 Selecting previously unselected package python3-six. [2022-05-17T11:27:26.571Z] #51 40.07 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-17T11:27:26.571Z] #51 40.10 Unpacking python3-six (1.16.0-2) ... [2022-05-17T11:27:26.571Z] #51 40.19 Selecting previously unselected package python3-protobuf. [2022-05-17T11:27:26.571Z] #51 40.19 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-17T11:27:26.571Z] #51 40.25 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-17T11:27:26.571Z] #51 40.78 Selecting previously unselected package libnet1:amd64. [2022-05-17T11:27:26.571Z] #51 40.78 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-17T11:27:26.571Z] #51 40.78 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:27:26.571Z] #51 40.92 Selecting previously unselected package libnl-3-200:amd64. [2022-05-17T11:27:26.571Z] #51 40.95 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-17T11:27:26.571Z] #51 40.95 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:27:26.571Z] #51 41.08 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-17T11:27:26.571Z] #51 41.08 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-17T11:27:26.571Z] #51 41.10 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:27:26.571Z] #51 41.20 Selecting previously unselected package criu. [2022-05-17T11:27:26.571Z] #51 41.20 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-17T11:27:26.571Z] #51 41.21 Unpacking criu (3.17-1) ... [2022-05-17T11:27:26.571Z] #51 42.00 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:27:26.571Z] #51 43.63 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-17T11:27:26.571Z] #51 43.63 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:27:26.571Z] #51 43.66 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:27:26.571Z] #51 43.68 Setting up python3-six (1.16.0-2) ... [2022-05-17T11:27:26.571Z] #51 44.79 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:27:26.571Z] #51 44.79 Setting up python3-protobuf (3.12.4-1) ... [2022-05-17T11:27:26.789Z] #42 46.77 Selecting previously unselected package cmake. [2022-05-17T11:27:26.789Z] #42 46.79 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-05-17T11:27:26.789Z] #42 46.79 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-17T11:27:26.839Z] #51 ... [2022-05-17T11:27:26.839Z] [2022-05-17T11:27:26.839Z] #42 [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-17T11:27:26.839Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:26.839Z] #42 36.23 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:26.839Z] #42 36.23 Need to get 17.7 MB of archives. [2022-05-17T11:27:26.839Z] #42 36.23 After this operation, 70.7 MB of additional disk space will be used. [2022-05-17T11:27:26.839Z] #42 36.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-17T11:27:26.839Z] #42 36.24 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-17T11:27:26.839Z] #42 36.24 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-17T11:27:26.839Z] #42 36.34 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-17T11:27:26.839Z] #42 36.76 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-17T11:27:26.839Z] #42 36.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-17T11:27:26.839Z] #42 36.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-17T11:27:26.839Z] #42 36.81 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-17T11:27:26.839Z] #42 36.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-17T11:27:26.839Z] #42 36.82 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-17T11:27:26.839Z] #42 38.15 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:26.839Z] #42 38.45 Fetched 17.7 MB in 1s (14.2 MB/s) [2022-05-17T11:27:26.839Z] #42 38.60 Selecting previously unselected package xxd. [2022-05-17T11:27:26.839Z] #42 38.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-17T11:27:26.839Z] #42 38.65 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-17T11:27:26.839Z] #42 38.67 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:26.839Z] #42 38.94 Selecting previously unselected package vim-common. [2022-05-17T11:27:26.839Z] #42 38.94 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:27:26.839Z] #42 38.97 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:26.839Z] #42 39.37 Selecting previously unselected package cmake-data. [2022-05-17T11:27:26.839Z] #42 39.37 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-17T11:27:26.839Z] #42 39.40 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-17T11:27:26.839Z] #42 42.88 Selecting previously unselected package libicu67:amd64. [2022-05-17T11:27:26.839Z] #42 42.91 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-17T11:27:26.839Z] #42 42.91 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-17T11:27:26.839Z] #42 ... [2022-05-17T11:27:26.839Z] [2022-05-17T11:27:26.839Z] #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-17T11:27:26.839Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:27:26.839Z] #34 46.19 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-17T11:27:27.050Z] #42 ... [2022-05-17T11:27:27.050Z] [2022-05-17T11:27:27.050Z] #51 [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-17T11:27:27.050Z] #51 sha256:ef6ac9d7240bf36f699b67185c35ddf409b8ef787eb890ebf1f4bc92ea5901df [2022-05-17T11:27:27.050Z] #51 47.06 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:27:27.422Z] #42 ... [2022-05-17T11:27:27.422Z] [2022-05-17T11:27:27.422Z] #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-17T11:27:27.422Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:27.422Z] #14 28.95 Fetched 8530 kB in 22s (388 kB/s) [2022-05-17T11:27:27.422Z] #14 28.95 Reading package lists... [2022-05-17T11:27:27.422Z] #14 38.10 Reading package lists... [2022-05-17T11:27:27.422Z] #14 ... [2022-05-17T11:27:27.422Z] [2022-05-17T11:27:27.422Z] #47 [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-17T11:27:27.422Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:27:27.422Z] #47 35.73 Updating files: 57% (1252/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-05-17T11:27:27.422Z] #47 37.22 + git checkout -q v2.3.0 [2022-05-17T11:27:28.171Z] Running on azwin-2-354e70 in d:\jenkins\workspace\moby_PR-43322 [Pipeline] { [Pipeline] ws [2022-05-17T11:27:28.184Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-05-17T11:27:28.436Z] #51 DONE 48.2s [2022-05-17T11:27:28.436Z] [2022-05-17T11:27:28.437Z] #55 [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-17T11:27:28.437Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-17T11:27:28.437Z] #55 47.58 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-17T11:27:28.437Z] #55 47.72 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-17T11:27:28.437Z] #55 47.83 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-17T11:27:28.437Z] #55 47.90 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-17T11:27:28.437Z] #55 47.91 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-17T11:27:28.437Z] #55 48.01 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-17T11:27:28.437Z] #55 48.03 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-17T11:27:28.437Z] #55 48.04 go: downloading golang.org/x/mod v0.5.1 [2022-05-17T11:27:28.437Z] #55 48.13 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-17T11:27:28.437Z] #55 48.19 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-17T11:27:28.437Z] #55 48.22 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-17T11:27:28.437Z] #55 48.25 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-17T11:27:28.437Z] #55 48.28 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-17T11:27:28.437Z] #55 48.33 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-17T11:27:28.697Z] #55 48.78 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-17T11:27:28.795Z] #47 40.23 + 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-17T11:27:28.958Z] #55 48.92 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-17T11:27:28.958Z] #55 49.02 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-17T11:27:28.970Z] The recommended git tool is: git [2022-05-17T11:27:29.069Z] #47 39.21 + 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-17T11:27:29.219Z] #55 49.40 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-17T11:27:29.219Z] #55 49.43 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-17T11:27:29.480Z] #55 49.54 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-17T11:27:29.480Z] #55 49.56 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-17T11:27:29.480Z] #55 49.58 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-17T11:27:29.480Z] #55 49.59 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-17T11:27:29.640Z] #47 ... [2022-05-17T11:27:29.640Z] [2022-05-17T11:27:29.640Z] #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-17T11:27:29.640Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:29.640Z] #14 30.08 Fetched 8530 kB in 22s (383 kB/s) [2022-05-17T11:27:29.640Z] #14 30.08 Reading package lists... [2022-05-17T11:27:29.742Z] #55 49.78 go: downloading github.com/prometheus/common v0.10.0 [2022-05-17T11:27:29.742Z] #55 49.91 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-17T11:27:29.742Z] #55 50.02 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-17T11:27:29.899Z] #14 40.31 Reading package lists... [2022-05-17T11:27:29.900Z] #14 ... [2022-05-17T11:27:29.900Z] [2022-05-17T11:27:29.900Z] #64 [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-17T11:27:29.900Z] #64 sha256:eac1ff1ebce34cb74543a0091987d6af0be03f16d434a111ff0fc27d6d7bb051 [2022-05-17T11:27:29.900Z] #64 1.190 + RM_GOPATH=0 [2022-05-17T11:27:29.900Z] #64 1.190 + TMP_GOPATH= [2022-05-17T11:27:29.900Z] #64 1.190 + : /build [2022-05-17T11:27:29.900Z] #64 1.190 + '[' -z '' ']' [2022-05-17T11:27:29.900Z] #64 1.190 ++ mktemp -d [2022-05-17T11:27:29.900Z] #64 1.191 + export GOPATH=/tmp/tmp.d5GvK4BoUC [2022-05-17T11:27:29.900Z] #64 1.192 + GOPATH=/tmp/tmp.d5GvK4BoUC [2022-05-17T11:27:29.900Z] #64 1.192 + RM_GOPATH=1 [2022-05-17T11:27:29.900Z] #64 1.192 + case "$(go env GOARCH)" in [2022-05-17T11:27:29.900Z] #64 1.192 ++ go env GOARCH [2022-05-17T11:27:29.900Z] #64 1.206 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:29.900Z] #64 1.206 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:29.900Z] #64 1.206 ++ dirname /install.sh [2022-05-17T11:27:29.900Z] #64 1.207 + dir=/ [2022-05-17T11:27:29.900Z] #64 1.207 + bin=containerd [2022-05-17T11:27:29.900Z] #64 1.208 + shift [2022-05-17T11:27:29.900Z] #64 1.208 + '[' '!' -f //containerd.installer ']' [2022-05-17T11:27:29.900Z] #64 1.208 + . //containerd.installer [2022-05-17T11:27:29.900Z] #64 1.208 ++ set -e [2022-05-17T11:27:29.900Z] #64 1.240 ++ : v1.6.4 [2022-05-17T11:27:29.900Z] #64 1.240 + install_containerd [2022-05-17T11:27:29.900Z] #64 1.241 + echo 'Install containerd version v1.6.4' [2022-05-17T11:27:29.900Z] #64 1.245 Install containerd version v1.6.4 [2022-05-17T11:27:29.900Z] #64 1.245 + git clone https://github.com/containerd/containerd.git /tmp/tmp.d5GvK4BoUC/src/github.com/containerd/containerd [2022-05-17T11:27:29.900Z] #64 1.248 Cloning into '/tmp/tmp.d5GvK4BoUC/src/github.com/containerd/containerd'... [2022-05-17T11:27:30.003Z] #55 50.09 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-17T11:27:30.154Z] #34 ... [2022-05-17T11:27:30.154Z] [2022-05-17T11:27:30.154Z] #64 [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-17T11:27:30.154Z] #64 sha256:d29f859927631f8d93178323ac151a4d6c33fb806e1a490f3e0b60510701df56 [2022-05-17T11:27:30.154Z] #64 7.262 + RM_GOPATH=0 [2022-05-17T11:27:30.154Z] #64 7.262 + TMP_GOPATH= [2022-05-17T11:27:30.154Z] #64 7.262 + : /build [2022-05-17T11:27:30.154Z] #64 7.262 + '[' -z '' ']' [2022-05-17T11:27:30.154Z] #64 7.262 ++ mktemp -d [2022-05-17T11:27:30.154Z] #64 7.262 + export GOPATH=/tmp/tmp.ANG9Vm8Aey [2022-05-17T11:27:30.154Z] #64 7.262 + GOPATH=/tmp/tmp.ANG9Vm8Aey [2022-05-17T11:27:30.154Z] #64 7.262 + RM_GOPATH=1 [2022-05-17T11:27:30.154Z] #64 7.262 + case "$(go env GOARCH)" in [2022-05-17T11:27:30.154Z] #64 7.263 ++ go env GOARCH [2022-05-17T11:27:30.154Z] #64 7.279 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:30.154Z] #64 7.279 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:30.154Z] #64 7.289 ++ dirname /install.sh [2022-05-17T11:27:30.154Z] #64 7.290 + dir=/ [2022-05-17T11:27:30.154Z] #64 7.291 + bin=containerd [2022-05-17T11:27:30.154Z] #64 7.291 + shift [2022-05-17T11:27:30.154Z] #64 7.291 + '[' '!' -f //containerd.installer ']' [2022-05-17T11:27:30.154Z] #64 7.299 + . //containerd.installer [2022-05-17T11:27:30.154Z] #64 7.318 ++ set -e [2022-05-17T11:27:30.154Z] #64 7.318 ++ : v1.6.4 [2022-05-17T11:27:30.154Z] #64 7.318 + install_containerd [2022-05-17T11:27:30.154Z] #64 7.319 + echo 'Install containerd version v1.6.4' [2022-05-17T11:27:30.154Z] #64 7.319 Install containerd version v1.6.4 [2022-05-17T11:27:30.154Z] #64 7.320 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ANG9Vm8Aey/src/github.com/containerd/containerd [2022-05-17T11:27:30.154Z] #64 7.322 Cloning into '/tmp/tmp.ANG9Vm8Aey/src/github.com/containerd/containerd'... [2022-05-17T11:27:30.154Z] #64 ... [2022-05-17T11:27:30.154Z] [2022-05-17T11:27:30.154Z] #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-17T11:27:30.154Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:30.154Z] #14 48.73 Selecting previously unselected package binutils-mingw-w64. [2022-05-17T11:27:30.154Z] #14 48.73 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-17T11:27:30.154Z] #14 48.73 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-17T11:27:30.154Z] #14 48.89 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-17T11:27:30.154Z] #14 48.89 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:27:30.154Z] #14 48.89 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:27:30.154Z] #14 49.31 Selecting previously unselected package dmsetup. [2022-05-17T11:27:30.154Z] #14 49.32 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:27:30.154Z] #14 49.34 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-17T11:27:30.154Z] #14 49.52 Selecting previously unselected package mingw-w64-common. [2022-05-17T11:27:30.154Z] #14 49.53 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-17T11:27:30.154Z] #14 49.54 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-17T11:27:30.692Z] #47 ... [2022-05-17T11:27:30.692Z] [2022-05-17T11:27:30.692Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:27:30.692Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:27:30.693Z] #36 32.17 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-17T11:27:30.693Z] #36 32.22 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-17T11:27:30.693Z] #36 ... [2022-05-17T11:27:30.693Z] [2022-05-17T11:27:30.693Z] #51 [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-17T11:27:30.693Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:30.693Z] #51 31.97 Fetched 8534 kB in 25s (344 kB/s) [2022-05-17T11:27:30.693Z] #51 31.97 Reading package lists... [2022-05-17T11:27:30.693Z] #51 41.16 Reading package lists... [2022-05-17T11:27:30.693Z] #51 ... [2022-05-17T11:27:30.693Z] [2022-05-17T11:27:30.693Z] #42 [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-17T11:27:30.693Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:30.693Z] #42 40.53 The following additional packages will be installed: [2022-05-17T11:27:30.693Z] #42 40.53 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-17T11:27:30.693Z] #42 40.55 Suggested packages: [2022-05-17T11:27:30.693Z] #42 40.55 cmake-doc ninja-build lrzip [2022-05-17T11:27:30.693Z] #42 40.55 Recommended packages: [2022-05-17T11:27:30.693Z] #42 40.55 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-17T11:27:30.693Z] #42 42.04 The following NEW packages will be installed: [2022-05-17T11:27:30.693Z] #42 42.06 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-17T11:27:30.693Z] #42 42.10 vim-common xxd [2022-05-17T11:27:30.949Z] #42 42.73 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:30.949Z] #42 42.73 Need to get 17.7 MB of archives. [2022-05-17T11:27:30.949Z] #42 42.73 After this operation, 70.7 MB of additional disk space will be used. [2022-05-17T11:27:30.949Z] #42 42.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-17T11:27:30.949Z] #42 42.76 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-17T11:27:30.949Z] #42 42.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-17T11:27:30.949Z] #42 42.96 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-17T11:27:30.956Z] #55 ... [2022-05-17T11:27:30.956Z] [2022-05-17T11:27:30.956Z] #42 [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-17T11:27:30.956Z] #42 sha256:581a71b3316d514c558708f660a6c18fecfe076e009b32a1acc9d60fbd4c89b6 [2022-05-17T11:27:30.956Z] #42 49.94 Setting up libicu67:arm64 (67.1-7) ... [2022-05-17T11:27:30.956Z] #42 49.97 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:30.956Z] #42 49.98 Setting up libuv1:arm64 (1.40.0-2) ... [2022-05-17T11:27:30.956Z] #42 50.00 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:30.956Z] #42 50.04 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-05-17T11:27:30.956Z] #42 50.05 Setting up librhash0:arm64 (1.4.1-2) ... [2022-05-17T11:27:30.956Z] #42 50.07 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-17T11:27:30.956Z] #42 50.10 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-17T11:27:30.956Z] #42 50.12 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-05-17T11:27:30.956Z] #42 50.13 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-17T11:27:30.956Z] #42 50.14 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:27:30.956Z] #42 DONE 50.8s [2022-05-17T11:27:30.956Z] [2022-05-17T11:27:30.956Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-17T11:27:30.956Z] #43 sha256:b5fbb42526b697290cbb01cca480508de98ac265f90f25e4217941d2f541ec69 [2022-05-17T11:27:31.217Z] #43 DONE 0.5s [2022-05-17T11:27:31.217Z] [2022-05-17T11:27:31.217Z] #55 [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-17T11:27:31.217Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-17T11:27:31.217Z] #55 51.18 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-17T11:27:32.315Z] #42 43.93 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-17T11:27:32.315Z] #42 43.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-17T11:27:32.315Z] #42 44.02 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-17T11:27:32.315Z] #42 44.02 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-17T11:27:32.315Z] #42 44.04 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-17T11:27:32.315Z] #42 44.05 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-17T11:27:32.676Z] #14 ... [2022-05-17T11:27:32.676Z] [2022-05-17T11:27:32.676Z] #51 [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-17T11:27:32.676Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:32.676Z] #51 49.05 Setting up criu (3.17-1) ... [2022-05-17T11:27:32.676Z] #51 51.12 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:27:32.676Z] #51 DONE 51.6s [2022-05-17T11:27:32.676Z] [2022-05-17T11:27:32.676Z] #42 [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-17T11:27:32.676Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:32.676Z] #42 49.94 Selecting previously unselected package libxml2:amd64. [2022-05-17T11:27:32.676Z] #42 49.94 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-17T11:27:32.676Z] #42 49.95 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-17T11:27:32.676Z] #42 50.49 Selecting previously unselected package libarchive13:amd64. [2022-05-17T11:27:32.676Z] #42 50.50 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-17T11:27:32.676Z] #42 50.51 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-17T11:27:32.676Z] #42 50.84 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-17T11:27:32.676Z] #42 50.85 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-17T11:27:32.676Z] #42 50.85 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-17T11:27:32.676Z] #42 51.00 Selecting previously unselected package librhash0:amd64. [2022-05-17T11:27:32.676Z] #42 51.03 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-17T11:27:32.676Z] #42 51.03 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-17T11:27:32.676Z] #42 51.19 Selecting previously unselected package libuv1:amd64. [2022-05-17T11:27:32.676Z] #42 51.21 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-17T11:27:32.676Z] #42 51.23 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-17T11:27:32.676Z] #42 51.38 Selecting previously unselected package cmake. [2022-05-17T11:27:32.676Z] #42 51.38 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-17T11:27:32.676Z] #42 51.43 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-17T11:27:33.191Z] #64 ... [2022-05-17T11:27:33.191Z] [2022-05-17T11:27:33.191Z] #51 [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-17T11:27:33.191Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:33.191Z] #51 32.87 Fetched 8534 kB in 25s (344 kB/s) [2022-05-17T11:27:33.191Z] #51 32.87 Reading package lists... [2022-05-17T11:27:33.191Z] #51 41.96 Reading package lists... [2022-05-17T11:27:33.191Z] #51 ... [2022-05-17T11:27:33.191Z] [2022-05-17T11:27:33.191Z] #42 [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-17T11:27:33.191Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:33.191Z] #42 30.72 Reading package lists... [2022-05-17T11:27:33.191Z] #42 40.35 Reading package lists... [2022-05-17T11:27:33.191Z] #42 ... [2022-05-17T11:27:33.191Z] [2022-05-17T11:27:33.191Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:27:33.191Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:27:33.191Z] #36 33.49 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-17T11:27:33.191Z] #36 33.60 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-17T11:27:33.772Z] #55 ... [2022-05-17T11:27:33.772Z] [2022-05-17T11:27:33.772Z] #53 [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-17T11:27:33.772Z] #53 sha256:9c273d3996b34d71fe6b78c250b2f5e18f56a35b7161b89f974801da62b108af [2022-05-17T11:27:33.772Z] #53 52.74 gotestsum version dev [2022-05-17T11:27:33.772Z] #53 DONE 54.0s [2022-05-17T11:27:34.034Z] [2022-05-17T11:27:34.034Z] #44 [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-17T11:27:34.034Z] #44 sha256:26301f7f4dd5353499d117ab369b096f3d7a598265d49814b5d89d4eaa531e14 [2022-05-17T11:27:34.034Z] #44 0.571 + RM_GOPATH=0 [2022-05-17T11:27:34.034Z] #44 0.571 + TMP_GOPATH= [2022-05-17T11:27:34.034Z] #44 0.572 + : /build [2022-05-17T11:27:34.034Z] #44 0.572 + '[' -z '' ']' [2022-05-17T11:27:34.034Z] #44 0.573 ++ mktemp -d [2022-05-17T11:27:34.034Z] #44 0.577 + export GOPATH=/tmp/tmp.5ltSDbk61m [2022-05-17T11:27:34.034Z] #44 0.577 + GOPATH=/tmp/tmp.5ltSDbk61m [2022-05-17T11:27:34.034Z] #44 0.577 + RM_GOPATH=1 [2022-05-17T11:27:34.034Z] #44 0.577 + case "$(go env GOARCH)" in [2022-05-17T11:27:34.034Z] #44 0.578 ++ go env GOARCH [2022-05-17T11:27:34.034Z] #44 0.611 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:34.034Z] #44 0.615 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:34.034Z] #44 0.616 ++ dirname /install.sh [2022-05-17T11:27:34.034Z] #44 0.617 + dir=/ [2022-05-17T11:27:34.034Z] #44 0.617 + bin=tini [2022-05-17T11:27:34.034Z] #44 0.618 + shift [2022-05-17T11:27:34.034Z] #44 0.618 + '[' '!' -f //tini.installer ']' [2022-05-17T11:27:34.034Z] #44 0.618 + . //tini.installer [2022-05-17T11:27:34.034Z] #44 0.619 ++ : v0.19.0 [2022-05-17T11:27:34.034Z] #44 0.619 + install_tini [2022-05-17T11:27:34.034Z] #44 0.620 + echo 'Install tini version v0.19.0' [2022-05-17T11:27:34.034Z] #44 0.620 Install tini version v0.19.0 [2022-05-17T11:27:34.034Z] #44 0.620 + git clone https://github.com/krallin/tini.git /tmp/tmp.5ltSDbk61m/tini [2022-05-17T11:27:34.034Z] #44 0.623 Cloning into '/tmp/tmp.5ltSDbk61m/tini'... [2022-05-17T11:27:34.034Z] #44 1.300 + cd /tmp/tmp.5ltSDbk61m/tini [2022-05-17T11:27:34.034Z] #44 1.303 + git checkout -q v0.19.0 [2022-05-17T11:27:34.034Z] #44 1.334 + cmake . [2022-05-17T11:27:34.034Z] #44 1.755 -- The C compiler identification is GNU 10.2.1 [2022-05-17T11:27:34.034Z] #44 1.818 -- Detecting C compiler ABI info [2022-05-17T11:27:34.034Z] #44 2.343 -- Detecting C compiler ABI info - done [2022-05-17T11:27:34.034Z] #44 2.418 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-17T11:27:34.034Z] #44 2.432 -- Detecting C compile features [2022-05-17T11:27:34.034Z] #44 2.432 -- Detecting C compile features - done [2022-05-17T11:27:34.034Z] #44 2.481 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-17T11:27:34.034Z] #44 2.747 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-17T11:27:34.034Z] #44 2.887 -- Configuring done [2022-05-17T11:27:34.034Z] #44 2.954 -- Generating done [2022-05-17T11:27:34.034Z] #44 2.954 -- Build files have been written to: /tmp/tmp.5ltSDbk61m/tini [2022-05-17T11:27:34.296Z] #44 3.039 + make tini-static [2022-05-17T11:27:34.835Z] #42 46.51 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:34.940Z] #44 3.721 Scanning dependencies of target tini-static [2022-05-17T11:27:35.091Z] #42 46.83 Fetched 17.7 MB in 2s (7515 kB/s) [2022-05-17T11:27:35.091Z] #42 46.95 Selecting previously unselected package xxd. [2022-05-17T11:27:35.202Z] #44 3.955 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-17T11:27:35.348Z] #42 46.95 (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-17T11:27:35.348Z] #42 47.17 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-17T11:27:35.348Z] #42 47.19 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:35.604Z] #42 47.48 Selecting previously unselected package vim-common. [2022-05-17T11:27:35.604Z] #42 47.48 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:27:35.604Z] #42 47.53 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:35.604Z] #42 ... [2022-05-17T11:27:35.604Z] [2022-05-17T11:27:35.604Z] #55 [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-17T11:27:35.604Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:35.604Z] #55 47.58 go: downloading github.com/fatih/color v1.13.0 [2022-05-17T11:27:35.604Z] #55 47.58 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-17T11:27:35.862Z] #55 47.77 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-17T11:27:35.862Z] #55 ... [2022-05-17T11:27:35.862Z] [2022-05-17T11:27:35.862Z] #62 [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-17T11:27:35.862Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:35.862Z] #62 29.36 Reading package lists... [2022-05-17T11:27:35.862Z] #62 38.13 Reading package lists... [2022-05-17T11:27:35.962Z] #42 55.43 Setting up libicu67:amd64 (67.1-7) ... [2022-05-17T11:27:35.962Z] #42 55.47 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:35.962Z] #42 55.49 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-17T11:27:35.962Z] #42 55.49 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:35.962Z] #42 55.52 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-17T11:27:35.962Z] #42 55.53 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-17T11:27:35.962Z] #42 55.54 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-17T11:27:36.124Z] #62 46.64 Building dependency tree... [2022-05-17T11:27:36.124Z] #62 ... [2022-05-17T11:27:36.124Z] [2022-05-17T11:27:36.124Z] #42 [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-17T11:27:36.124Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:36.124Z] #42 47.95 Selecting previously unselected package cmake-data. [2022-05-17T11:27:36.124Z] #42 47.96 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-17T11:27:36.124Z] #42 47.97 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-17T11:27:36.155Z] #44 5.062 [100%] Linking C executable tini-static [2022-05-17T11:27:36.219Z] #42 55.56 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-17T11:27:36.219Z] #42 55.63 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-17T11:27:36.219Z] #42 55.66 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-17T11:27:36.219Z] #42 55.68 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:27:36.729Z] #44 5.577 [100%] Built target tini-static [2022-05-17T11:27:36.729Z] #44 5.662 + mkdir -p /build [2022-05-17T11:27:36.991Z] #44 5.667 + cp tini-static /build/docker-init [2022-05-17T11:27:37.168Z] #42 DONE 56.5s [2022-05-17T11:27:37.168Z] [2022-05-17T11:27:37.168Z] #55 [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-17T11:27:37.168Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:37.168Z] #55 50.96 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-17T11:27:37.168Z] #55 51.04 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-17T11:27:37.168Z] #55 51.04 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-17T11:27:37.168Z] #55 51.11 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-17T11:27:37.168Z] #55 51.19 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-17T11:27:37.168Z] #55 51.21 go: downloading golang.org/x/mod v0.5.1 [2022-05-17T11:27:37.168Z] #55 51.26 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-17T11:27:37.168Z] #55 51.35 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-17T11:27:37.168Z] #55 51.39 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-17T11:27:37.168Z] #55 51.56 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-17T11:27:37.168Z] #55 51.58 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-17T11:27:37.168Z] #55 51.60 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-17T11:27:37.168Z] #55 52.10 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-17T11:27:37.168Z] #55 52.26 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-17T11:27:37.168Z] #55 52.64 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-17T11:27:37.168Z] #55 52.72 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-17T11:27:37.168Z] #55 52.75 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-17T11:27:37.168Z] #55 52.92 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-17T11:27:37.168Z] #55 52.94 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-17T11:27:37.168Z] #55 52.98 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-17T11:27:37.168Z] #55 53.02 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-17T11:27:37.168Z] #55 53.19 go: downloading github.com/prometheus/common v0.10.0 [2022-05-17T11:27:37.168Z] #55 53.40 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-17T11:27:37.168Z] #55 53.54 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-17T11:27:37.168Z] #55 53.63 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-17T11:27:37.168Z] #55 55.26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-17T11:27:37.741Z] #55 ... [2022-05-17T11:27:37.741Z] [2022-05-17T11:27:37.741Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-17T11:27:37.741Z] #43 sha256:01010c9bca2bdcf9485af6550084abc46e7e8bcae10b6bc5d11ac8945e316d1d [2022-05-17T11:27:37.741Z] #43 DONE 0.4s [2022-05-17T11:27:37.741Z] [2022-05-17T11:27:37.741Z] #44 [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-17T11:27:37.742Z] #44 sha256:746caf44295d10eb21300b237d9bea1a245c5239efb1cab6708107338e6b8288 [2022-05-17T11:27:37.933Z] #44 DONE 6.7s [2022-05-17T11:27:37.934Z] [2022-05-17T11:27:37.934Z] #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-17T11:27:37.934Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:27:37.934Z] #14 48.08 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-17T11:27:37.934Z] #14 48.09 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-17T11:27:37.934Z] #14 48.10 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-17T11:27:37.934Z] #14 54.36 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-17T11:27:37.934Z] #14 54.41 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-05-17T11:27:37.934Z] #14 54.42 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-17T11:27:37.934Z] #14 54.82 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-17T11:27:37.934Z] #14 54.86 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-05-17T11:27:37.934Z] #14 54.88 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-17T11:27:38.475Z] #36 ... [2022-05-17T11:27:38.475Z] [2022-05-17T11:27:38.475Z] #42 [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-17T11:27:38.475Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:38.475Z] #42 40.35 Reading package lists... [2022-05-17T11:27:40.261Z] #44 ... [2022-05-17T11:27:40.261Z] [2022-05-17T11:27:40.261Z] #53 [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-17T11:27:40.261Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:27:40.261Z] #53 58.81 gotestsum version dev [2022-05-17T11:27:40.261Z] #53 DONE 59.3s [2022-05-17T11:27:40.261Z] [2022-05-17T11:27:40.261Z] #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-17T11:27:40.261Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:40.261Z] #14 54.62 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-17T11:27:40.261Z] #14 54.62 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-17T11:27:40.261Z] #14 54.62 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-17T11:27:40.382Z] #42 48.75 Building dependency tree... [2022-05-17T11:27:40.825Z] #14 60.30 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-17T11:27:40.825Z] #14 60.31 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:27:40.825Z] #14 60.31 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-17T11:27:41.081Z] #14 60.46 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-17T11:27:41.081Z] #14 60.47 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:27:41.081Z] #14 60.47 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-17T11:27:41.235Z] #14 60.98 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-17T11:27:41.235Z] #14 60.98 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-05-17T11:27:41.235Z] #14 60.99 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:27:41.657Z] #14 ... [2022-05-17T11:27:41.657Z] [2022-05-17T11:27:41.657Z] #44 [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-17T11:27:41.657Z] #44 sha256:746caf44295d10eb21300b237d9bea1a245c5239efb1cab6708107338e6b8288 [2022-05-17T11:27:41.657Z] #44 3.942 + RM_GOPATH=0 [2022-05-17T11:27:41.657Z] #44 3.942 + TMP_GOPATH= [2022-05-17T11:27:41.657Z] #44 3.942 + : /build [2022-05-17T11:27:41.657Z] #44 3.942 + '[' -z '' ']' [2022-05-17T11:27:41.657Z] #44 3.942 ++ mktemp -d [2022-05-17T11:27:41.657Z] #44 3.942 + export GOPATH=/tmp/tmp.VN1kaVBPQR [2022-05-17T11:27:41.657Z] #44 3.942 + GOPATH=/tmp/tmp.VN1kaVBPQR [2022-05-17T11:27:41.657Z] #44 3.942 + RM_GOPATH=1 [2022-05-17T11:27:41.657Z] #44 3.942 + case "$(go env GOARCH)" in [2022-05-17T11:27:41.657Z] #44 3.942 ++ go env GOARCH [2022-05-17T11:27:41.657Z] #44 3.961 Install tini version v0.19.0 [2022-05-17T11:27:41.657Z] #44 3.961 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:41.657Z] #44 3.961 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:41.657Z] #44 3.961 ++ dirname /install.sh [2022-05-17T11:27:41.657Z] #44 3.961 + dir=/ [2022-05-17T11:27:41.657Z] #44 3.961 + bin=tini [2022-05-17T11:27:41.657Z] #44 3.961 + shift [2022-05-17T11:27:41.657Z] #44 3.961 + '[' '!' -f //tini.installer ']' [2022-05-17T11:27:41.657Z] #44 3.961 + . //tini.installer [2022-05-17T11:27:41.657Z] #44 3.961 ++ : v0.19.0 [2022-05-17T11:27:41.657Z] #44 3.961 + install_tini [2022-05-17T11:27:41.657Z] #44 3.961 + echo 'Install tini version v0.19.0' [2022-05-17T11:27:41.657Z] #44 3.961 + git clone https://github.com/krallin/tini.git /tmp/tmp.VN1kaVBPQR/tini [2022-05-17T11:27:41.657Z] #44 3.991 Cloning into '/tmp/tmp.VN1kaVBPQR/tini'... [2022-05-17T11:27:42.219Z] #44 4.762 + cd /tmp/tmp.VN1kaVBPQR/tini [2022-05-17T11:27:42.219Z] #44 4.762 + git checkout -q v0.19.0 [2022-05-17T11:27:42.475Z] #44 4.781 + cmake . [2022-05-17T11:27:42.669Z] #42 ... [2022-05-17T11:27:42.669Z] [2022-05-17T11:27:42.669Z] #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-17T11:27:42.669Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:42.669Z] #14 38.10 Reading package lists... [2022-05-17T11:27:42.669Z] #14 46.68 Building dependency tree... [2022-05-17T11:27:42.669Z] #14 52.77 The following additional packages will be installed: [2022-05-17T11:27:42.669Z] #14 52.77 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-17T11:27:42.669Z] #14 52.77 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-17T11:27:42.669Z] #14 52.77 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-17T11:27:42.669Z] #14 52.83 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-17T11:27:42.669Z] #14 52.84 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-17T11:27:42.669Z] #14 52.86 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-17T11:27:42.669Z] #14 52.86 mingw-w64-common mingw-w64-x86-64-dev [2022-05-17T11:27:42.669Z] #14 52.87 Suggested packages: [2022-05-17T11:27:42.669Z] #14 52.87 gcc-10-locales seccomp wine64 [2022-05-17T11:27:42.669Z] #14 ... [2022-05-17T11:27:42.669Z] [2022-05-17T11:27:42.669Z] #42 [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-17T11:27:42.669Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:42.669Z] #42 53.61 Selecting previously unselected package libicu67:amd64. [2022-05-17T11:27:42.669Z] #42 53.65 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-17T11:27:42.669Z] #42 53.72 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-17T11:27:42.731Z] #44 5.250 -- The C compiler identification is GNU 10.2.1 [2022-05-17T11:27:42.731Z] #44 5.352 -- Detecting C compiler ABI info [2022-05-17T11:27:43.294Z] #44 5.919 -- Detecting C compiler ABI info - done [2022-05-17T11:27:43.550Z] #44 6.041 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-17T11:27:43.550Z] #44 6.041 -- Detecting C compile features [2022-05-17T11:27:43.550Z] #44 6.041 -- Detecting C compile features - done [2022-05-17T11:27:43.550Z] #44 6.158 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-17T11:27:43.678Z] #42 ... [2022-05-17T11:27:43.678Z] [2022-05-17T11:27:43.678Z] #55 [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-17T11:27:43.678Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:43.678Z] #55 50.56 go: downloading github.com/fatih/color v1.13.0 [2022-05-17T11:27:43.678Z] #55 50.56 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-17T11:27:43.678Z] #55 50.67 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-17T11:27:43.678Z] #55 50.91 go: downloading github.com/spf13/viper v1.10.1 [2022-05-17T11:27:43.678Z] #55 51.25 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-17T11:27:43.678Z] #55 51.94 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-17T11:27:43.678Z] #55 51.95 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-17T11:27:43.678Z] #55 54.21 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-17T11:27:43.678Z] #55 54.26 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-17T11:27:43.807Z] #44 6.233 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-17T11:27:43.939Z] #55 54.44 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-17T11:27:44.064Z] #44 6.317 -- Configuring done [2022-05-17T11:27:44.064Z] #44 6.317 -- Generating done [2022-05-17T11:27:44.064Z] #44 6.317 -- Build files have been written to: /tmp/tmp.VN1kaVBPQR/tini [2022-05-17T11:27:44.064Z] #44 6.357 + make tini-static [2022-05-17T11:27:44.335Z] #44 6.610 Scanning dependencies of target tini-static [2022-05-17T11:27:44.335Z] #44 6.750 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-17T11:27:45.702Z] #44 8.067 [100%] Linking C executable tini-static [2022-05-17T11:27:45.955Z] #42 ... [2022-05-17T11:27:45.955Z] [2022-05-17T11:27:45.955Z] #62 [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-17T11:27:45.955Z] #62 sha256:0f0442301bab59ba86b1a6fc026564903c6dd8e61a9a05e8e8c1ef7f4e5ed147 [2022-05-17T11:27:45.955Z] #62 46.64 Building dependency tree... [2022-05-17T11:27:45.955Z] #62 52.07 The following additional packages will be installed: [2022-05-17T11:27:45.955Z] #62 52.07 libbtrfs0 [2022-05-17T11:27:45.955Z] #62 52.19 The following NEW packages will be installed: [2022-05-17T11:27:45.955Z] #62 52.21 libbtrfs-dev libbtrfs0 [2022-05-17T11:27:45.955Z] #62 52.62 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:45.955Z] #62 52.62 Need to get 460 kB of archives. [2022-05-17T11:27:45.955Z] #62 52.62 After this operation, 1237 kB of additional disk space will be used. [2022-05-17T11:27:45.955Z] #62 52.62 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-17T11:27:45.955Z] #62 52.63 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-17T11:27:45.955Z] #62 54.32 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:45.955Z] #62 54.80 Fetched 460 kB in 0s (1481 kB/s) [2022-05-17T11:27:45.955Z] #62 54.95 Selecting previously unselected package libbtrfs0:amd64. [2022-05-17T11:27:45.955Z] #62 54.95 (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-17T11:27:45.955Z] #62 55.11 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-17T11:27:45.955Z] #62 55.16 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:27:45.955Z] #62 55.81 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-17T11:27:45.955Z] #62 55.83 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-17T11:27:45.955Z] #62 55.84 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:27:45.955Z] #62 56.53 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:27:45.956Z] #62 56.55 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:27:45.956Z] #62 56.56 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:27:45.956Z] #62 DONE 57.8s [2022-05-17T11:27:45.956Z] [2022-05-17T11:27:45.956Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-17T11:27:45.956Z] #63 sha256:b49f77225016c7003858dbab1e8b32709a46f63e591f78582e961de66afb44f6 [2022-05-17T11:27:45.956Z] #63 DONE 0.1s [2022-05-17T11:27:45.956Z] [2022-05-17T11:27:45.956Z] #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-17T11:27:45.956Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:45.956Z] #14 54.48 The following NEW packages will be installed: [2022-05-17T11:27:45.956Z] #14 54.48 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-17T11:27:45.956Z] #14 54.48 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-17T11:27:45.956Z] #14 54.48 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-17T11:27:45.956Z] #14 54.48 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-17T11:27:45.956Z] #14 54.48 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-17T11:27:45.956Z] #14 54.48 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-17T11:27:45.956Z] #14 54.48 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-17T11:27:45.956Z] #14 54.48 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-17T11:27:45.956Z] #14 54.48 mingw-w64-x86-64-dev [2022-05-17T11:27:45.956Z] #14 54.98 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:45.956Z] #14 54.98 Need to get 115 MB of archives. [2022-05-17T11:27:45.956Z] #14 54.98 After this operation, 645 MB of additional disk space will be used. [2022-05-17T11:27:45.956Z] #14 54.98 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-17T11:27:45.956Z] #14 55.26 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-17T11:27:45.956Z] #14 55.48 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-17T11:27:45.956Z] #14 55.62 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-17T11:27:45.956Z] #14 55.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-17T11:27:45.956Z] #14 55.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-17T11:27:45.956Z] #14 56.31 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-17T11:27:45.956Z] #14 56.77 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-17T11:27:45.956Z] #14 56.78 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-17T11:27:46.213Z] #14 57.92 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-17T11:27:46.213Z] #14 ... [2022-05-17T11:27:46.213Z] [2022-05-17T11:27:46.213Z] #55 [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-17T11:27:46.213Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:46.213Z] #55 47.92 go: downloading github.com/spf13/viper v1.10.1 [2022-05-17T11:27:46.213Z] #55 48.28 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-17T11:27:46.213Z] #55 48.32 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-17T11:27:46.213Z] #55 48.79 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-17T11:27:46.213Z] #55 50.69 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-17T11:27:46.213Z] #55 50.83 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-17T11:27:46.213Z] #55 55.84 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-17T11:27:46.213Z] #55 55.85 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-17T11:27:46.213Z] #55 55.86 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-17T11:27:46.213Z] #55 56.24 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-17T11:27:46.213Z] #55 56.37 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-17T11:27:46.213Z] #55 56.40 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-17T11:27:46.213Z] #55 56.55 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-17T11:27:46.213Z] #55 56.61 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-17T11:27:46.213Z] #55 56.85 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-17T11:27:46.213Z] #55 56.86 go: downloading github.com/spf13/afero v1.6.0 [2022-05-17T11:27:46.213Z] #55 57.02 go: downloading github.com/spf13/cast v1.4.1 [2022-05-17T11:27:46.213Z] #55 57.04 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-17T11:27:46.213Z] #55 57.27 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-17T11:27:46.213Z] #55 57.28 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-17T11:27:46.213Z] #55 57.33 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-17T11:27:46.213Z] #55 57.44 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-17T11:27:46.213Z] #55 57.71 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-17T11:27:46.213Z] #55 57.77 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-17T11:27:46.213Z] #55 57.86 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-17T11:27:46.213Z] #55 57.86 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-17T11:27:46.213Z] #55 57.90 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-17T11:27:46.213Z] #55 57.90 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-17T11:27:46.213Z] #55 57.94 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-17T11:27:46.213Z] #55 58.08 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-17T11:27:46.213Z] #55 58.15 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-17T11:27:46.213Z] #55 ... [2022-05-17T11:27:46.213Z] [2022-05-17T11:27:46.213Z] #64 [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-17T11:27:46.213Z] #64 sha256:cfc3060c160ba0e8565325ad383f29855d3b1536b37e175be9bf77babcda76d6 [2022-05-17T11:27:46.265Z] #44 8.796 [100%] Built target tini-static [2022-05-17T11:27:46.476Z] #55 ... [2022-05-17T11:27:46.476Z] [2022-05-17T11:27:46.476Z] #42 [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-17T11:27:46.476Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:46.476Z] #42 54.52 The following additional packages will be installed: [2022-05-17T11:27:46.476Z] #42 54.54 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-17T11:27:46.476Z] #42 54.55 Suggested packages: [2022-05-17T11:27:46.476Z] #42 54.58 cmake-doc ninja-build lrzip [2022-05-17T11:27:46.476Z] #42 54.58 Recommended packages: [2022-05-17T11:27:46.476Z] #42 54.58 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-17T11:27:46.476Z] #42 55.90 The following NEW packages will be installed: [2022-05-17T11:27:46.476Z] #42 55.91 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-17T11:27:46.476Z] #42 55.91 vim-common xxd [2022-05-17T11:27:46.476Z] #42 56.41 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:46.476Z] #42 56.41 Need to get 17.7 MB of archives. [2022-05-17T11:27:46.476Z] #42 56.41 After this operation, 70.7 MB of additional disk space will be used. [2022-05-17T11:27:46.476Z] #42 56.41 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-17T11:27:46.476Z] #42 56.42 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-17T11:27:46.476Z] #42 56.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-17T11:27:46.476Z] #42 56.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-17T11:27:46.521Z] #44 8.852 + mkdir -p /build [2022-05-17T11:27:46.521Z] #44 8.852 + cp tini-static /build/docker-init [2022-05-17T11:27:46.521Z] #44 DONE 9.1s [2022-05-17T11:27:46.521Z] [2022-05-17T11:27:46.521Z] #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-17T11:27:46.521Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:27:46.780Z] #64 ... [2022-05-17T11:27:46.780Z] [2022-05-17T11:27:46.780Z] #57 [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-17T11:27:46.780Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-17T11:27:46.780Z] #57 58.45 v3.0.2 [2022-05-17T11:27:46.780Z] #57 DONE 58.6s [2022-05-17T11:27:47.039Z] [2022-05-17T11:27:47.039Z] #55 [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-17T11:27:47.039Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:47.039Z] #55 58.45 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-17T11:27:47.039Z] #55 58.53 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-17T11:27:47.039Z] #55 58.60 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-17T11:27:47.039Z] #55 58.88 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-17T11:27:47.046Z] #42 57.43 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-17T11:27:47.046Z] #42 57.46 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-17T11:27:47.046Z] #42 57.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-17T11:27:47.046Z] #42 57.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-17T11:27:47.046Z] #42 57.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-17T11:27:47.046Z] #42 57.54 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-17T11:27:47.298Z] #55 59.12 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-17T11:27:47.298Z] #55 59.16 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-17T11:27:47.298Z] #55 59.29 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-17T11:27:47.555Z] #55 59.43 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-17T11:27:47.555Z] #55 59.57 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-17T11:27:47.813Z] #55 59.63 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-17T11:27:47.813Z] #55 59.68 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-17T11:27:47.813Z] #55 59.74 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-17T11:27:47.813Z] #55 59.80 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-17T11:27:47.983Z] #42 ... [2022-05-17T11:27:47.983Z] [2022-05-17T11:27:47.983Z] #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-17T11:27:47.983Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:47.983Z] #14 40.31 Reading package lists... [2022-05-17T11:27:47.983Z] #14 48.83 Building dependency tree... [2022-05-17T11:27:47.983Z] #14 54.37 The following additional packages will be installed: [2022-05-17T11:27:47.983Z] #14 54.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-17T11:27:47.983Z] #14 54.37 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-17T11:27:47.983Z] #14 54.37 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-17T11:27:47.983Z] #14 54.37 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-17T11:27:47.983Z] #14 54.37 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-17T11:27:47.983Z] #14 54.37 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-17T11:27:47.983Z] #14 54.37 mingw-w64-common mingw-w64-x86-64-dev [2022-05-17T11:27:47.983Z] #14 54.38 Suggested packages: [2022-05-17T11:27:47.983Z] #14 54.38 gcc-10-locales seccomp wine64 [2022-05-17T11:27:47.983Z] #14 56.76 The following NEW packages will be installed: [2022-05-17T11:27:47.983Z] #14 56.76 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-17T11:27:47.983Z] #14 56.76 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-17T11:27:47.983Z] #14 56.76 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-17T11:27:47.983Z] #14 56.76 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-17T11:27:47.983Z] #14 56.76 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-17T11:27:47.983Z] #14 56.76 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-17T11:27:47.983Z] #14 56.76 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-17T11:27:47.983Z] #14 56.76 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-17T11:27:47.983Z] #14 56.79 mingw-w64-x86-64-dev [2022-05-17T11:27:47.983Z] #14 57.43 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:47.983Z] #14 57.43 Need to get 115 MB of archives. [2022-05-17T11:27:47.983Z] #14 57.43 After this operation, 645 MB of additional disk space will be used. [2022-05-17T11:27:47.983Z] #14 57.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-05-17T11:27:47.983Z] #14 57.65 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-17T11:27:47.983Z] #14 57.91 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-17T11:27:47.983Z] #14 57.93 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-17T11:27:47.983Z] #14 57.94 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-17T11:27:47.983Z] #14 57.96 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-17T11:27:47.983Z] #14 58.47 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-17T11:27:48.070Z] #55 59.94 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-17T11:27:48.071Z] #55 59.94 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-17T11:27:48.071Z] #55 ... [2022-05-17T11:27:48.071Z] [2022-05-17T11:27:48.071Z] #51 [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-17T11:27:48.071Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:48.071Z] #51 41.16 Reading package lists... [2022-05-17T11:27:48.071Z] #51 49.83 Building dependency tree... [2022-05-17T11:27:48.071Z] #51 55.25 The following additional packages will be installed: [2022-05-17T11:27:48.071Z] #51 55.27 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-17T11:27:48.071Z] #51 55.28 python3-protobuf python3-six [2022-05-17T11:27:48.071Z] #51 55.29 Suggested packages: [2022-05-17T11:27:48.071Z] #51 55.31 python3-setuptools [2022-05-17T11:27:48.071Z] #51 55.31 Recommended packages: [2022-05-17T11:27:48.071Z] #51 55.31 iproute2 | iproute [2022-05-17T11:27:48.071Z] #51 56.41 The following NEW packages will be installed: [2022-05-17T11:27:48.071Z] #51 56.41 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-17T11:27:48.071Z] #51 56.42 python3-protobuf python3-six [2022-05-17T11:27:48.071Z] #51 57.10 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:48.071Z] #51 57.10 Need to get 2314 kB of archives. [2022-05-17T11:27:48.071Z] #51 57.10 After this operation, 11.1 MB of additional disk space will be used. [2022-05-17T11:27:48.071Z] #51 57.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-17T11:27:48.071Z] #51 57.19 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-17T11:27:48.071Z] #51 57.22 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-17T11:27:48.071Z] #51 57.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-17T11:27:48.071Z] #51 57.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-17T11:27:48.071Z] #51 57.34 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-17T11:27:48.071Z] #51 57.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-17T11:27:48.071Z] #51 ... [2022-05-17T11:27:48.071Z] [2022-05-17T11:27:48.071Z] #55 [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-17T11:27:48.071Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:48.071Z] #55 60.03 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-17T11:27:48.071Z] #55 60.08 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-17T11:27:48.242Z] #14 ... [2022-05-17T11:27:48.242Z] [2022-05-17T11:27:48.242Z] #51 [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-17T11:27:48.242Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:48.242Z] #51 41.96 Reading package lists... [2022-05-17T11:27:48.242Z] #51 50.14 Building dependency tree... [2022-05-17T11:27:48.242Z] #51 55.83 The following additional packages will be installed: [2022-05-17T11:27:48.242Z] #51 55.84 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-17T11:27:48.242Z] #51 55.84 python3-protobuf python3-six [2022-05-17T11:27:48.242Z] #51 55.85 Suggested packages: [2022-05-17T11:27:48.242Z] #51 55.86 python3-setuptools [2022-05-17T11:27:48.242Z] #51 55.86 Recommended packages: [2022-05-17T11:27:48.242Z] #51 55.86 iproute2 | iproute [2022-05-17T11:27:48.242Z] #51 56.79 The following NEW packages will be installed: [2022-05-17T11:27:48.242Z] #51 56.82 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-17T11:27:48.242Z] #51 56.84 python3-protobuf python3-six [2022-05-17T11:27:48.242Z] #51 57.43 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:27:48.242Z] #51 57.43 Need to get 2314 kB of archives. [2022-05-17T11:27:48.242Z] #51 57.43 After this operation, 11.1 MB of additional disk space will be used. [2022-05-17T11:27:48.242Z] #51 57.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-17T11:27:48.242Z] #51 57.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-17T11:27:48.242Z] #51 57.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-17T11:27:48.242Z] #51 57.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-17T11:27:48.242Z] #51 57.66 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-17T11:27:48.242Z] #51 57.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-05-17T11:27:48.242Z] #51 57.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-17T11:27:48.337Z] #55 60.10 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-17T11:27:48.337Z] #55 60.21 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-17T11:27:48.412Z] #34 ... [2022-05-17T11:27:48.412Z] [2022-05-17T11:27:48.412Z] #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-17T11:27:48.412Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:48.412Z] #14 67.44 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-17T11:27:48.412Z] #14 67.46 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:27:48.412Z] #14 67.48 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:27:48.502Z] #51 ... [2022-05-17T11:27:48.502Z] [2022-05-17T11:27:48.502Z] #55 [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-17T11:27:48.502Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:48.502Z] #55 58.91 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-17T11:27:48.502Z] #55 58.93 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-17T11:27:48.593Z] #55 60.43 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-17T11:27:48.593Z] #55 60.47 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-17T11:27:48.593Z] #55 60.50 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-17T11:27:48.761Z] #55 59.09 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-17T11:27:48.761Z] #55 59.30 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-17T11:27:48.761Z] #55 59.34 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-17T11:27:48.866Z] #55 60.66 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-17T11:27:49.087Z] #55 59.47 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-17T11:27:49.087Z] #55 59.61 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-17T11:27:49.098Z] 97f65a0ec59e: Pull complete [2022-05-17T11:27:49.122Z] #55 60.95 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-17T11:27:49.346Z] #55 59.62 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-17T11:27:49.346Z] #55 59.67 go: downloading github.com/spf13/afero v1.6.0 [2022-05-17T11:27:49.346Z] #55 59.82 go: downloading github.com/spf13/cast v1.4.1 [2022-05-17T11:27:49.346Z] #55 59.84 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-17T11:27:49.346Z] #55 59.85 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-17T11:27:49.346Z] #55 59.87 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-17T11:27:49.378Z] #55 61.10 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-17T11:27:49.378Z] #55 61.12 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-17T11:27:49.378Z] #55 61.17 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-17T11:27:49.378Z] #55 61.30 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-17T11:27:49.605Z] #55 60.03 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-17T11:27:49.605Z] #55 60.03 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-17T11:27:49.605Z] #55 60.14 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-17T11:27:49.635Z] #55 61.34 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-17T11:27:49.635Z] #55 61.44 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-17T11:27:49.635Z] #55 61.53 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-17T11:27:49.864Z] #55 60.14 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-17T11:27:49.864Z] #55 60.16 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-17T11:27:49.864Z] #55 60.16 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-17T11:27:49.864Z] #55 60.17 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-17T11:27:49.864Z] #55 60.17 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-17T11:27:49.864Z] #55 60.19 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-17T11:27:49.864Z] #55 60.35 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-17T11:27:49.895Z] #55 61.59 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-17T11:27:49.895Z] #55 61.62 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-17T11:27:49.895Z] #55 61.66 go: downloading github.com/julz/importas v0.1.0 [2022-05-17T11:27:49.895Z] #55 61.67 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-17T11:27:49.895Z] #55 61.72 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-17T11:27:49.895Z] #55 ... [2022-05-17T11:27:49.895Z] [2022-05-17T11:27:49.895Z] #40 [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-17T11:27:49.895Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-17T11:27:49.895Z] #40 61.52 NAME: [2022-05-17T11:27:49.895Z] #40 61.53 go-winres - A tool for embedding resources in Windows executables [2022-05-17T11:27:49.895Z] #40 61.53 [2022-05-17T11:27:49.895Z] #40 61.53 USAGE: [2022-05-17T11:27:49.895Z] #40 61.53 go-winres [global options] command [command options] [arguments...] [2022-05-17T11:27:49.895Z] #40 61.53 [2022-05-17T11:27:49.895Z] #40 61.53 COMMANDS: [2022-05-17T11:27:49.895Z] #40 61.53 init Create an initial ./winres/winres.json [2022-05-17T11:27:49.895Z] #40 61.53 make Make syso files for the "go build" command [2022-05-17T11:27:49.895Z] #40 61.53 simply Make syso files for the "go build" command (simplified) [2022-05-17T11:27:49.895Z] #40 61.53 extract Extract all resources from an executable [2022-05-17T11:27:49.895Z] #40 61.53 patch Replace resources in an executable file (exe, dll) [2022-05-17T11:27:49.895Z] #40 61.53 help, h Shows a list of commands or help for one command [2022-05-17T11:27:49.895Z] #40 61.53 [2022-05-17T11:27:49.895Z] #40 61.53 GLOBAL OPTIONS: [2022-05-17T11:27:49.895Z] #40 61.53 --help, -h show help (default: false) [2022-05-17T11:27:49.895Z] #40 DONE 61.7s [2022-05-17T11:27:49.895Z] [2022-05-17T11:27:49.895Z] #55 [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-17T11:27:49.895Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:49.895Z] #55 61.80 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-17T11:27:49.895Z] #55 61.85 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-17T11:27:50.153Z] #55 61.93 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-17T11:27:50.154Z] #55 61.98 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-17T11:27:50.154Z] #55 61.99 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-17T11:27:50.154Z] #55 62.03 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-17T11:27:50.154Z] #55 62.08 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-17T11:27:50.416Z] #55 62.31 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-17T11:27:50.416Z] #55 62.35 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-17T11:27:50.434Z] #55 ... [2022-05-17T11:27:50.434Z] [2022-05-17T11:27:50.434Z] #57 [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-17T11:27:50.434Z] #57 sha256:05b451803d0e878724252e3bcc7478d20bebad3dbc9fdb0d3f630b629e0e4d15 [2022-05-17T11:27:50.434Z] #57 59.14 v3.0.2 [2022-05-17T11:27:50.434Z] #57 DONE 60.9s [2022-05-17T11:27:50.434Z] [2022-05-17T11:27:50.434Z] #42 [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-17T11:27:50.434Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:50.434Z] #42 59.95 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:50.434Z] #42 60.53 Fetched 17.7 MB in 2s (8573 kB/s) [2022-05-17T11:27:50.434Z] #42 60.78 Selecting previously unselected package xxd. [2022-05-17T11:27:50.434Z] #42 60.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-17T11:27:50.434Z] #42 60.86 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-17T11:27:50.434Z] #42 60.87 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:50.595Z] using credential docker-jenkins-github-credentials [2022-05-17T11:27:50.673Z] #55 62.40 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-17T11:27:50.674Z] Cloning the remote Git repository [2022-05-17T11:27:50.674Z] Cloning with configured refspecs honoured and without tags [2022-05-17T11:27:50.693Z] #42 61.22 Selecting previously unselected package vim-common. [2022-05-17T11:27:50.693Z] #42 61.23 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:27:50.693Z] #42 61.33 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:27:51.235Z] #14 70.56 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-17T11:27:51.235Z] #14 70.56 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-05-17T11:27:51.235Z] #14 70.56 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:27:51.496Z] #14 ... [2022-05-17T11:27:51.496Z] [2022-05-17T11:27:51.496Z] #64 [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-17T11:27:51.496Z] #64 sha256:57a5b90a5c32dc8dfabbb91b4df42dbfd626bda0b27c408cce523b29a8cc60ec [2022-05-17T11:27:50.872Z] Cloning repository https://github.com/moby/moby.git [2022-05-17T11:27:51.278Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-17T11:27:51.603Z] #55 63.32 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-17T11:27:51.603Z] #55 63.34 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-17T11:27:51.603Z] #55 63.36 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-17T11:27:51.603Z] #55 63.43 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-17T11:27:51.603Z] #55 63.49 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-17T11:27:51.635Z] #42 62.09 Selecting previously unselected package cmake-data. [2022-05-17T11:27:51.635Z] #42 62.09 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-17T11:27:51.635Z] #42 62.11 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-17T11:27:51.860Z] #55 63.58 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-17T11:27:51.860Z] #55 63.64 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-17T11:27:51.860Z] #55 63.73 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-17T11:27:51.860Z] #55 63.74 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-17T11:27:52.423Z] #55 64.19 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-17T11:27:52.423Z] #55 64.26 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-17T11:27:52.423Z] #55 64.26 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-17T11:27:52.423Z] #55 64.29 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-17T11:27:52.423Z] #55 64.30 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-17T11:27:52.423Z] #55 64.41 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-17T11:27:52.539Z] #64 35.97 Updating files: 60% (2883/4768) Updating files: 61% (2909/4768) Updating files: 62% (2957/4768) Updating files: 63% (3004/4768) Updating files: 64% (3052/4768) Updating files: 65% (3100/4768) Updating files: 66% (3147/4768) Updating files: 67% (3195/4768) Updating files: 68% (3243/4768) Updating files: 69% (3290/4768) Updating files: 70% (3338/4768) Updating files: 71% (3386/4768) Updating files: 72% (3433/4768) Updating files: 73% (3481/4768) Updating files: 74% (3529/4768) Updating files: 75% (3576/4768) Updating files: 76% (3624/4768) Updating files: 77% (3672/4768) Updating files: 78% (3720/4768) Updating files: 79% (3767/4768) Updating files: 80% (3815/4768) Updating files: 81% (3863/4768) Updating files: 82% (3910/4768) Updating files: 83% (3958/4768) Updating files: 84% (4006/4768) Updating files: 85% (4053/4768) Updating files: 86% (4101/4768) Updating files: 87% (4149/4768) Updating files: 88% (4196/4768) Updating files: 89% (4244/4768) Updating files: 90% (4292/4768) Updating files: 91% (4339/4768) Updating files: 92% (4387/4768) Updating files: 93% (4435/4768) Updating files: 94% (4482/4768) Updating files: 95% (4530/4768) Updating files: 96% (4578/4768) Updating files: 97% (4625/4768) Updating files: 98% (4673/4768) Updating files: 99% (4721/4768) Updating files: 100% (4768/4768) Updating files: 100% (4768/4768), done. [2022-05-17T11:27:52.539Z] #64 36.87 + cd /tmp/tmp.7FVuJgEhe2/src/github.com/containerd/containerd [2022-05-17T11:27:52.539Z] #64 36.88 + git checkout -q v1.6.4 [2022-05-17T11:27:52.680Z] #55 64.48 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-17T11:27:52.680Z] #55 64.51 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-17T11:27:52.680Z] #55 64.53 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-17T11:27:52.680Z] #55 64.60 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-17T11:27:52.943Z] #55 64.69 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-17T11:27:52.944Z] #55 64.83 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-17T11:27:53.118Z] #42 ... [2022-05-17T11:27:53.118Z] [2022-05-17T11:27:53.118Z] #40 [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-17T11:27:53.118Z] #40 sha256:37d08abbef240dae45f3f4b200665c464b1ec144f90a704a4db6e84ebd20377e [2022-05-17T11:27:53.118Z] #40 63.07 NAME: [2022-05-17T11:27:53.118Z] #40 63.07 go-winres - A tool for embedding resources in Windows executables [2022-05-17T11:27:53.118Z] #40 63.07 [2022-05-17T11:27:53.118Z] #40 63.07 USAGE: [2022-05-17T11:27:53.118Z] #40 63.07 go-winres [global options] command [command options] [arguments...] [2022-05-17T11:27:53.118Z] #40 63.07 [2022-05-17T11:27:53.118Z] #40 63.07 COMMANDS: [2022-05-17T11:27:53.118Z] #40 63.07 init Create an initial ./winres/winres.json [2022-05-17T11:27:53.118Z] #40 63.07 make Make syso files for the "go build" command [2022-05-17T11:27:53.118Z] #40 63.07 simply Make syso files for the "go build" command (simplified) [2022-05-17T11:27:53.118Z] #40 63.07 extract Extract all resources from an executable [2022-05-17T11:27:53.118Z] #40 63.07 patch Replace resources in an executable file (exe, dll) [2022-05-17T11:27:53.118Z] #40 63.07 help, h Shows a list of commands or help for one command [2022-05-17T11:27:53.118Z] #40 63.07 [2022-05-17T11:27:53.119Z] #40 63.07 GLOBAL OPTIONS: [2022-05-17T11:27:53.119Z] #40 63.07 --help, -h show help (default: false) [2022-05-17T11:27:53.119Z] #40 DONE 63.5s [2022-05-17T11:27:53.119Z] [2022-05-17T11:27:53.119Z] #55 [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-17T11:27:53.119Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:53.119Z] #55 60.98 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-17T11:27:53.119Z] #55 60.99 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-17T11:27:53.119Z] #55 61.23 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-17T11:27:53.119Z] #55 61.30 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-17T11:27:53.119Z] #55 62.73 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-17T11:27:53.119Z] #55 62.83 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-17T11:27:53.119Z] #55 62.90 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-17T11:27:53.119Z] #55 62.97 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-17T11:27:53.119Z] #55 63.03 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-17T11:27:53.119Z] #55 63.07 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-17T11:27:53.119Z] #55 63.14 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-17T11:27:53.119Z] #55 63.28 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-17T11:27:53.119Z] #55 63.39 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-17T11:27:53.119Z] #55 63.65 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-17T11:27:53.119Z] #55 63.75 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-17T11:27:53.202Z] #55 65.11 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-17T11:27:53.202Z] #55 65.14 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-17T11:27:53.202Z] #55 65.17 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-17T11:27:53.202Z] #55 65.21 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-17T11:27:53.431Z] #55 63.92 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-17T11:27:53.459Z] #55 65.28 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-17T11:27:52.189Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:27:52.189Z] > git --version # timeout=10 [2022-05-17T11:27:52.234Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-17T11:27:52.235Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:27:52.238Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:27:53.692Z] #55 64.22 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-17T11:27:53.717Z] #55 65.63 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-17T11:27:53.925Z] #64 37.99 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-17T11:27:53.925Z] #64 37.99 + BUILDTAGS='netgo osusergo static_build' [2022-05-17T11:27:53.925Z] #64 37.99 + export EXTRA_FLAGS=-buildmode=pie [2022-05-17T11:27:53.925Z] #64 37.99 + EXTRA_FLAGS=-buildmode=pie [2022-05-17T11:27:53.925Z] #64 37.99 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-17T11:27:53.925Z] #64 37.99 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-17T11:27:53.925Z] #64 37.99 + '[' '' = dynamic ']' [2022-05-17T11:27:53.925Z] #64 38.01 + make [2022-05-17T11:27:53.959Z] #55 64.43 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-17T11:27:53.974Z] #55 65.83 go: downloading honnef.co/go/tools v0.2.2 [2022-05-17T11:27:54.219Z] #55 64.59 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-17T11:27:54.219Z] #55 64.70 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-17T11:27:54.219Z] #55 64.80 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-17T11:27:54.219Z] #55 64.85 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-17T11:27:54.480Z] #55 64.98 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-17T11:27:54.560Z] using credential docker-jenkins-github-credentials [2022-05-17T11:27:54.639Z] Cloning the remote Git repository [2022-05-17T11:27:54.639Z] Cloning with configured refspecs honoured and without tags [2022-05-17T11:27:54.843Z] Cloning repository https://github.com/moby/moby.git [2022-05-17T11:27:55.309Z] #64 39.63 + bin/ctr [2022-05-17T11:27:55.416Z] #55 65.66 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-17T11:27:55.416Z] #55 65.88 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-17T11:27:55.416Z] #55 65.89 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-17T11:27:55.416Z] #55 65.91 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-17T11:27:55.416Z] #55 65.98 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-17T11:27:55.674Z] #55 66.10 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-17T11:27:55.674Z] #55 66.14 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-17T11:27:55.918Z] #55 67.69 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-17T11:27:55.918Z] #55 67.71 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-17T11:27:55.918Z] #55 67.80 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-17T11:27:55.932Z] #55 66.40 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-17T11:27:55.932Z] #55 66.41 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-17T11:27:55.932Z] #55 66.45 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-17T11:27:55.932Z] #55 66.46 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-17T11:27:55.932Z] #55 66.47 go: downloading github.com/julz/importas v0.1.0 [2022-05-17T11:27:55.932Z] #55 66.52 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-17T11:27:56.175Z] #55 67.86 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-17T11:27:56.192Z] #55 66.56 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-17T11:27:56.192Z] #55 66.61 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-17T11:27:56.192Z] #55 66.71 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-17T11:27:56.192Z] #55 66.76 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-17T11:27:56.192Z] #55 66.79 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-17T11:27:56.450Z] #55 66.86 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-17T11:27:56.450Z] #55 66.97 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-17T11:27:56.450Z] #55 67.01 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-17T11:27:56.450Z] #55 67.06 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-17T11:27:56.709Z] #55 67.10 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-17T11:27:56.709Z] #55 67.14 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-17T11:27:56.739Z] #55 ... [2022-05-17T11:27:56.739Z] [2022-05-17T11:27:56.739Z] #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-17T11:27:56.739Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:27:55.293Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-05-17T11:27:56.294Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:27:56.294Z] > git --version # timeout=10 [2022-05-17T11:27:56.354Z] > git --version # 'git version 2.24.1.windows.2' [2022-05-17T11:27:56.355Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:27:56.358Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:27:57.275Z] #55 ... [2022-05-17T11:27:57.275Z] [2022-05-17T11:27:57.275Z] #42 [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-17T11:27:57.275Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:27:57.275Z] #42 67.79 Selecting previously unselected package libicu67:amd64. [2022-05-17T11:27:57.275Z] #42 67.81 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-17T11:27:57.275Z] #42 67.82 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-17T11:27:57.511Z] #34 68.29 Updating files: 85% (1298/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-17T11:27:57.511Z] #34 69.13 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-17T11:27:58.074Z] #34 69.53 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-17T11:27:58.333Z] #34 ... [2022-05-17T11:27:58.333Z] [2022-05-17T11:27:58.333Z] #51 [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-17T11:27:58.333Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:58.333Z] #51 59.80 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-17T11:27:58.333Z] #51 61.94 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:58.333Z] #51 62.39 Fetched 2314 kB in 4s (650 kB/s) [2022-05-17T11:27:58.333Z] #51 62.52 Selecting previously unselected package libprotobuf23:amd64. [2022-05-17T11:27:58.333Z] #51 62.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-05-17T11:27:58.333Z] #51 62.72 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-17T11:27:58.333Z] #51 62.74 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-17T11:27:58.333Z] #51 64.03 Selecting previously unselected package python3-pkg-resources. [2022-05-17T11:27:58.333Z] #51 64.03 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-17T11:27:58.333Z] #51 64.07 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:27:58.333Z] #51 64.58 Selecting previously unselected package python3-six. [2022-05-17T11:27:58.333Z] #51 64.58 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-17T11:27:58.333Z] #51 64.60 Unpacking python3-six (1.16.0-2) ... [2022-05-17T11:27:58.333Z] #51 64.94 Selecting previously unselected package python3-protobuf. [2022-05-17T11:27:58.333Z] #51 64.96 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-17T11:27:58.333Z] #51 65.02 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-17T11:27:58.333Z] #51 65.92 Selecting previously unselected package libnet1:amd64. [2022-05-17T11:27:58.333Z] #51 65.93 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-17T11:27:58.333Z] #51 65.94 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:27:58.333Z] #51 66.22 Selecting previously unselected package libnl-3-200:amd64. [2022-05-17T11:27:58.333Z] #51 66.22 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-17T11:27:58.333Z] #51 66.22 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:27:58.333Z] #51 66.39 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-17T11:27:58.333Z] #51 66.41 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-17T11:27:58.333Z] #51 66.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:27:58.333Z] #51 66.63 Selecting previously unselected package criu. [2022-05-17T11:27:58.333Z] #51 66.64 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-17T11:27:58.333Z] #51 66.65 Unpacking criu (3.17-1) ... [2022-05-17T11:27:58.333Z] #51 68.07 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:27:58.333Z] #51 ... [2022-05-17T11:27:58.333Z] [2022-05-17T11:27:58.333Z] #64 [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-17T11:27:58.333Z] #64 sha256:cfc3060c160ba0e8565325ad383f29855d3b1536b37e175be9bf77babcda76d6 [2022-05-17T11:27:58.333Z] #64 2.230 + RM_GOPATH=0 [2022-05-17T11:27:58.333Z] #64 2.230 + TMP_GOPATH= [2022-05-17T11:27:58.333Z] #64 2.230 + : /build [2022-05-17T11:27:58.333Z] #64 2.230 + '[' -z '' ']' [2022-05-17T11:27:58.333Z] #64 2.230 ++ mktemp -d [2022-05-17T11:27:58.333Z] #64 2.230 + export GOPATH=/tmp/tmp.5Wu9P7vLk1 [2022-05-17T11:27:58.333Z] #64 2.230 + GOPATH=/tmp/tmp.5Wu9P7vLk1 [2022-05-17T11:27:58.333Z] #64 2.230 + RM_GOPATH=1 [2022-05-17T11:27:58.333Z] #64 2.230 + case "$(go env GOARCH)" in [2022-05-17T11:27:58.333Z] #64 2.230 ++ go env GOARCH [2022-05-17T11:27:58.333Z] #64 2.313 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:58.333Z] #64 2.313 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:27:58.333Z] #64 2.315 ++ dirname /install.sh [2022-05-17T11:27:58.333Z] #64 2.338 + dir=/ [2022-05-17T11:27:58.333Z] #64 2.338 + bin=containerd [2022-05-17T11:27:58.333Z] #64 2.338 + shift [2022-05-17T11:27:58.333Z] #64 2.338 + '[' '!' -f //containerd.installer ']' [2022-05-17T11:27:58.333Z] #64 2.338 + . //containerd.installer [2022-05-17T11:27:58.333Z] #64 2.338 ++ set -e [2022-05-17T11:27:58.333Z] #64 2.338 ++ : v1.6.4 [2022-05-17T11:27:58.333Z] #64 2.338 + install_containerd [2022-05-17T11:27:58.333Z] #64 2.338 + echo 'Install containerd version v1.6.4' [2022-05-17T11:27:58.333Z] #64 2.338 + git clone https://github.com/containerd/containerd.git /tmp/tmp.5Wu9P7vLk1/src/github.com/containerd/containerd [2022-05-17T11:27:58.333Z] #64 2.338 Install containerd version v1.6.4 [2022-05-17T11:27:58.333Z] #64 2.362 Cloning into '/tmp/tmp.5Wu9P7vLk1/src/github.com/containerd/containerd'... [2022-05-17T11:27:58.590Z] #64 ... [2022-05-17T11:27:58.590Z] [2022-05-17T11:27:58.590Z] #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-17T11:27:58.590Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:58.590Z] #14 60.33 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-17T11:27:58.590Z] #14 61.27 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-17T11:27:58.590Z] #14 62.21 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-17T11:27:58.590Z] #14 64.85 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-17T11:27:58.590Z] #14 65.61 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-17T11:27:58.590Z] #14 65.61 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-17T11:27:58.590Z] #14 65.63 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-17T11:27:58.590Z] #14 65.63 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-17T11:27:58.590Z] #14 65.64 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-17T11:27:58.590Z] #14 65.69 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-17T11:27:58.590Z] #14 65.69 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-17T11:27:58.590Z] #14 65.69 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-17T11:27:58.590Z] #14 65.70 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-17T11:27:58.590Z] #14 65.71 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-17T11:27:58.590Z] #14 65.71 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-17T11:27:58.590Z] #14 65.72 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-17T11:27:58.590Z] #14 65.74 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-17T11:27:58.590Z] #14 65.79 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-17T11:27:58.590Z] #14 65.80 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-17T11:27:58.590Z] #14 65.81 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-17T11:27:58.590Z] #14 67.21 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:58.590Z] #14 67.57 Fetched 115 MB in 11s (10.2 MB/s) [2022-05-17T11:27:58.590Z] #14 68.00 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-17T11:27:58.590Z] #14 68.00 (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-17T11:27:58.591Z] #14 68.07 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-17T11:27:58.591Z] #14 68.10 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-17T11:27:58.591Z] #14 ... [2022-05-17T11:27:58.591Z] [2022-05-17T11:27:58.591Z] #55 [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-17T11:27:58.591Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:58.591Z] #55 70.28 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-17T11:27:58.591Z] #55 70.36 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-17T11:27:58.591Z] #55 70.40 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-17T11:27:58.591Z] #55 70.52 go: downloading golang.org/x/text v0.3.7 [2022-05-17T11:27:58.650Z] #42 ... [2022-05-17T11:27:58.651Z] [2022-05-17T11:27:58.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-17T11:27:58.651Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:27:58.651Z] #14 58.79 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-17T11:27:58.651Z] #14 58.80 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-17T11:27:58.651Z] #14 59.80 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-17T11:27:58.651Z] #14 62.04 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-17T11:27:58.651Z] #14 63.11 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-17T11:27:58.651Z] #14 64.30 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-17T11:27:58.651Z] #14 66.73 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-17T11:27:58.651Z] #14 67.53 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-05-17T11:27:58.651Z] #14 67.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-17T11:27:58.651Z] #14 67.56 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-17T11:27:58.651Z] #14 67.56 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-17T11:27:58.651Z] #14 67.57 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-17T11:27:58.651Z] #14 67.65 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-17T11:27:58.651Z] #14 67.65 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-17T11:27:58.651Z] #14 67.65 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-17T11:27:58.651Z] #14 67.67 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-17T11:27:58.651Z] #14 67.68 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-17T11:27:58.651Z] #14 67.68 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-17T11:27:58.651Z] #14 67.69 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-17T11:27:58.651Z] #14 67.72 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-17T11:27:58.651Z] #14 67.72 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-17T11:27:58.651Z] #14 67.73 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-17T11:27:58.651Z] #14 67.73 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-17T11:27:58.651Z] #14 ... [2022-05-17T11:27:58.651Z] [2022-05-17T11:27:58.651Z] #55 [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-17T11:27:58.651Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:27:58.651Z] #55 67.87 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-17T11:27:58.651Z] #55 67.87 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-17T11:27:58.651Z] #55 67.94 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-17T11:27:58.651Z] #55 67.94 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-17T11:27:58.651Z] #55 68.04 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-17T11:27:58.651Z] #55 68.08 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-17T11:27:58.651Z] #55 68.16 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-17T11:27:58.651Z] #55 68.17 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-17T11:27:58.651Z] #55 68.32 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-17T11:27:58.651Z] #55 68.59 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-17T11:27:58.651Z] #55 68.62 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-17T11:27:58.651Z] #55 68.64 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-17T11:27:58.651Z] #55 68.66 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-17T11:27:58.651Z] #55 68.66 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-17T11:27:58.651Z] #55 68.72 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-17T11:27:58.651Z] #55 68.75 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-17T11:27:58.651Z] #55 68.92 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-17T11:27:58.651Z] #55 68.98 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-17T11:27:58.651Z] #55 69.00 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-17T11:27:58.651Z] #55 69.06 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-17T11:27:58.651Z] #55 69.11 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-17T11:27:58.909Z] #55 69.35 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-17T11:27:58.909Z] #55 69.39 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-17T11:27:58.909Z] #55 69.41 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-17T11:27:58.909Z] #55 69.45 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-17T11:27:58.909Z] #55 69.49 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-17T11:27:59.843Z] #55 70.14 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-17T11:27:59.844Z] #55 70.49 go: downloading honnef.co/go/tools v0.2.2 [2022-05-17T11:27:59.844Z] #55 ... [2022-05-17T11:27:59.844Z] [2022-05-17T11:27:59.844Z] #51 [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-17T11:27:59.844Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:27:59.844Z] #51 60.07 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-17T11:27:59.844Z] #51 62.23 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:27:59.844Z] #51 62.77 Fetched 2314 kB in 3s (663 kB/s) [2022-05-17T11:27:59.844Z] #51 63.15 Selecting previously unselected package libprotobuf23:amd64. [2022-05-17T11:27:59.844Z] #51 63.15 (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-17T11:27:59.844Z] #51 63.33 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-17T11:27:59.844Z] #51 63.33 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-17T11:27:59.844Z] #51 65.31 Selecting previously unselected package python3-pkg-resources. [2022-05-17T11:27:59.844Z] #51 65.31 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-17T11:27:59.844Z] #51 65.32 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:27:59.844Z] #51 65.63 Selecting previously unselected package python3-six. [2022-05-17T11:27:59.844Z] #51 65.63 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-17T11:27:59.844Z] #51 65.64 Unpacking python3-six (1.16.0-2) ... [2022-05-17T11:27:59.844Z] #51 65.98 Selecting previously unselected package python3-protobuf. [2022-05-17T11:27:59.844Z] #51 65.99 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-17T11:27:59.844Z] #51 66.00 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-17T11:27:59.844Z] #51 66.85 Selecting previously unselected package libnet1:amd64. [2022-05-17T11:27:59.844Z] #51 66.87 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-17T11:27:59.844Z] #51 66.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:27:59.844Z] #51 67.04 Selecting previously unselected package libnl-3-200:amd64. [2022-05-17T11:27:59.844Z] #51 67.07 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-17T11:27:59.844Z] #51 67.08 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:27:59.844Z] #51 67.32 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-17T11:27:59.844Z] #51 67.33 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-17T11:27:59.844Z] #51 67.38 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:27:59.844Z] #51 67.54 Selecting previously unselected package criu. [2022-05-17T11:27:59.844Z] #51 67.54 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-17T11:27:59.844Z] #51 67.55 Unpacking criu (3.17-1) ... [2022-05-17T11:27:59.844Z] #51 68.67 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:28:00.108Z] #51 ... [2022-05-17T11:28:00.108Z] [2022-05-17T11:28:00.108Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-17T11:28:00.108Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:00.108Z] #14 69.19 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:28:00.108Z] #14 69.73 Fetched 115 MB in 11s (10.6 MB/s) [2022-05-17T11:28:00.108Z] #14 70.02 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-17T11:28:00.108Z] #14 70.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-17T11:28:00.108Z] #14 70.12 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-17T11:28:00.108Z] #14 70.13 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-17T11:28:00.710Z] #14 79.47 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-17T11:28:00.710Z] #14 79.47 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:00.710Z] #14 79.48 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:28:03.437Z] #14 73.57 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-17T11:28:03.437Z] #14 73.60 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-17T11:28:03.437Z] #14 73.61 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-17T11:28:05.150Z] #55 ... [2022-05-17T11:28:05.150Z] [2022-05-17T11:28:05.150Z] #42 [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-17T11:28:05.150Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:28:05.150Z] #42 66.79 Selecting previously unselected package libxml2:amd64. [2022-05-17T11:28:05.150Z] #42 66.81 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-17T11:28:05.150Z] #42 66.83 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-17T11:28:05.150Z] #42 67.66 Selecting previously unselected package libarchive13:amd64. [2022-05-17T11:28:05.150Z] #42 67.67 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-17T11:28:05.150Z] #42 67.69 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-17T11:28:05.150Z] #42 68.17 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-17T11:28:05.150Z] #42 68.17 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-17T11:28:05.150Z] #42 68.19 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-17T11:28:05.150Z] #42 68.60 Selecting previously unselected package librhash0:amd64. [2022-05-17T11:28:05.150Z] #42 68.61 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-17T11:28:05.150Z] #42 68.61 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-17T11:28:05.150Z] #42 69.17 Selecting previously unselected package libuv1:amd64. [2022-05-17T11:28:05.150Z] #42 69.18 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-17T11:28:05.150Z] #42 69.24 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-17T11:28:05.150Z] #42 69.52 Selecting previously unselected package cmake. [2022-05-17T11:28:05.150Z] #42 69.52 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-17T11:28:05.150Z] #42 69.54 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-17T11:28:05.150Z] #42 ... [2022-05-17T11:28:05.150Z] [2022-05-17T11:28:05.150Z] #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-17T11:28:05.150Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:05.150Z] #14 72.05 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-17T11:28:05.150Z] #14 72.05 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-17T11:28:05.150Z] #14 72.07 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-17T11:28:05.150Z] #14 75.99 Selecting previously unselected package binutils-mingw-w64. [2022-05-17T11:28:05.150Z] #14 76.01 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-17T11:28:05.150Z] #14 76.05 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-17T11:28:05.150Z] #14 76.24 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-17T11:28:05.150Z] #14 76.25 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:28:05.150Z] #14 76.28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:28:05.150Z] #14 76.63 Selecting previously unselected package dmsetup. [2022-05-17T11:28:05.150Z] #14 76.63 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:28:05.150Z] #14 76.64 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-17T11:28:05.150Z] #14 76.81 Selecting previously unselected package mingw-w64-common. [2022-05-17T11:28:05.150Z] #14 76.81 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-17T11:28:05.150Z] #14 76.83 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-17T11:28:05.422Z] #64 ... [2022-05-17T11:28:05.422Z] [2022-05-17T11:28:05.423Z] #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-17T11:28:05.423Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:28:05.423Z] #14 75.19 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-17T11:28:05.423Z] #14 75.19 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-05-17T11:28:05.423Z] #14 75.21 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-17T11:28:05.423Z] #14 80.42 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-17T11:28:05.423Z] #14 80.42 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-05-17T11:28:05.423Z] #14 80.43 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:28:05.955Z] #14 85.20 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-17T11:28:05.955Z] #14 85.21 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:05.955Z] #14 85.21 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-17T11:28:05.955Z] #14 ... [2022-05-17T11:28:05.955Z] [2022-05-17T11:28:05.955Z] #64 [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-17T11:28:05.955Z] #64 sha256:d29f859927631f8d93178323ac151a4d6c33fb806e1a490f3e0b60510701df56 [2022-05-17T11:28:06.119Z] #14 ... [2022-05-17T11:28:06.119Z] [2022-05-17T11:28:06.119Z] #42 [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-17T11:28:06.119Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:28:06.119Z] #42 76.60 Setting up libicu67:amd64 (67.1-7) ... [2022-05-17T11:28:06.119Z] #42 76.64 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:28:06.119Z] #42 76.64 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-17T11:28:06.119Z] #42 76.68 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:28:06.119Z] #42 76.76 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-17T11:28:06.119Z] #42 76.79 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-17T11:28:06.119Z] #42 76.81 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-17T11:28:06.119Z] #42 76.86 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-17T11:28:06.119Z] #42 76.89 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-17T11:28:06.119Z] #42 76.94 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-17T11:28:06.119Z] #42 76.99 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:28:06.119Z] #42 DONE 78.1s [2022-05-17T11:28:06.119Z] [2022-05-17T11:28:06.119Z] #51 [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-17T11:28:06.119Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:28:06.119Z] #51 70.87 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-17T11:28:06.119Z] #51 70.91 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:28:06.119Z] #51 70.93 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:28:06.119Z] #51 70.97 Setting up python3-six (1.16.0-2) ... [2022-05-17T11:28:06.119Z] #51 72.78 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:28:06.119Z] #51 72.84 Setting up python3-protobuf (3.12.4-1) ... [2022-05-17T11:28:06.380Z] #51 ... [2022-05-17T11:28:06.380Z] [2022-05-17T11:28:06.380Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-17T11:28:06.380Z] #43 sha256:527a229b660152d94113a2d4233e19a1c57c7af25f3d56b2c2bfbc044b59f05c [2022-05-17T11:28:06.648Z] #43 DONE 0.2s [2022-05-17T11:28:06.648Z] [2022-05-17T11:28:06.648Z] #44 [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-17T11:28:06.648Z] #44 sha256:f3110b7f12f7165ba719041c8cacb67ffb1b827139f3de3c9e63c54ceed12483 [2022-05-17T11:28:07.234Z] #64 45.98 Updating files: 55% (2625/4768) Updating files: 56% (2671/4768) Updating files: 57% (2718/4768) Updating files: 58% (2766/4768) Updating files: 59% (2814/4768) Updating files: 60% (2861/4768) Updating files: 61% (2909/4768) Updating files: 62% (2957/4768) Updating files: 63% (3004/4768) Updating files: 64% (3052/4768) Updating files: 65% (3100/4768) Updating files: 66% (3147/4768) Updating files: 67% (3195/4768) Updating files: 68% (3243/4768) Updating files: 69% (3290/4768) Updating files: 70% (3338/4768) Updating files: 71% (3386/4768) Updating files: 72% (3433/4768) Updating files: 73% (3481/4768) Updating files: 74% (3529/4768) Updating files: 75% (3576/4768) Updating files: 76% (3624/4768) Updating files: 77% (3672/4768) Updating files: 78% (3720/4768) Updating files: 79% (3767/4768) Updating files: 80% (3815/4768) Updating files: 81% (3863/4768) Updating files: 82% (3910/4768) Updating files: 83% (3958/4768) Updating files: 84% (4006/4768) Updating files: 85% (4053/4768) Updating files: 86% (4101/4768) Updating files: 87% (4149/4768) Updating files: 88% (4196/4768) Updating files: 89% (4244/4768) Updating files: 90% (4292/4768) Updating files: 91% (4339/4768) Updating files: 92% (4387/4768) Updating files: 93% (4435/4768) Updating files: 94% (4482/4768) Updating files: 94% (4510/4768) Updating files: 95% (4530/4768) Updating files: 96% (4578/4768) Updating files: 97% (4625/4768) Updating files: 98% (4673/4768) Updating files: 99% (4721/4768) Updating files: 100% (4768/4768) Updating files: 100% (4768/4768), done. [2022-05-17T11:28:07.235Z] #64 47.18 + cd /tmp/tmp.ANG9Vm8Aey/src/github.com/containerd/containerd [2022-05-17T11:28:07.235Z] #64 47.19 + git checkout -q v1.6.4 [2022-05-17T11:28:07.625Z] #14 ... [2022-05-17T11:28:07.625Z] [2022-05-17T11:28:07.625Z] #42 [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-17T11:28:07.625Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:28:07.625Z] #42 77.93 Selecting previously unselected package libxml2:amd64. [2022-05-17T11:28:07.625Z] #42 77.94 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-05-17T11:28:07.625Z] #42 77.95 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-17T11:28:08.015Z] #44 1.377 + RM_GOPATH=0 [2022-05-17T11:28:08.015Z] #44 1.377 + TMP_GOPATH= [2022-05-17T11:28:08.015Z] #44 1.377 + : /build [2022-05-17T11:28:08.015Z] #44 1.377 + '[' -z '' ']' [2022-05-17T11:28:08.015Z] #44 1.377 ++ mktemp -d [2022-05-17T11:28:08.015Z] #44 1.378 + export GOPATH=/tmp/tmp.XwTGymr4D8 [2022-05-17T11:28:08.015Z] #44 1.378 + GOPATH=/tmp/tmp.XwTGymr4D8 [2022-05-17T11:28:08.015Z] #44 1.378 + RM_GOPATH=1 [2022-05-17T11:28:08.015Z] #44 1.378 + case "$(go env GOARCH)" in [2022-05-17T11:28:08.015Z] #44 1.378 ++ go env GOARCH [2022-05-17T11:28:08.015Z] #44 1.466 Install tini version v0.19.0 [2022-05-17T11:28:08.015Z] #44 1.467 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:28:08.015Z] #44 1.467 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:28:08.015Z] #44 1.467 ++ dirname /install.sh [2022-05-17T11:28:08.015Z] #44 1.467 + dir=/ [2022-05-17T11:28:08.015Z] #44 1.467 + bin=tini [2022-05-17T11:28:08.015Z] #44 1.467 + shift [2022-05-17T11:28:08.015Z] #44 1.467 + '[' '!' -f //tini.installer ']' [2022-05-17T11:28:08.015Z] #44 1.467 + . //tini.installer [2022-05-17T11:28:08.015Z] #44 1.467 ++ : v0.19.0 [2022-05-17T11:28:08.015Z] #44 1.467 + install_tini [2022-05-17T11:28:08.015Z] #44 1.467 + echo 'Install tini version v0.19.0' [2022-05-17T11:28:08.015Z] #44 1.467 + git clone https://github.com/krallin/tini.git /tmp/tmp.XwTGymr4D8/tini [2022-05-17T11:28:08.015Z] #44 1.486 Cloning into '/tmp/tmp.XwTGymr4D8/tini'... [2022-05-17T11:28:08.193Z] #42 78.61 Selecting previously unselected package libarchive13:amd64. [2022-05-17T11:28:08.193Z] #42 78.62 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-17T11:28:08.193Z] #42 78.62 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-17T11:28:08.600Z] #64 48.29 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-17T11:28:08.600Z] #64 48.29 + BUILDTAGS='netgo osusergo static_build' [2022-05-17T11:28:08.600Z] #64 48.29 + export EXTRA_FLAGS=-buildmode=pie [2022-05-17T11:28:08.600Z] #64 48.29 + EXTRA_FLAGS=-buildmode=pie [2022-05-17T11:28:08.600Z] #64 48.29 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-17T11:28:08.600Z] #64 48.29 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-17T11:28:08.600Z] #64 48.29 + '[' '' = dynamic ']' [2022-05-17T11:28:08.600Z] #64 48.29 + make [2022-05-17T11:28:09.129Z] #42 79.49 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-17T11:28:09.129Z] #42 79.49 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-17T11:28:09.129Z] #42 79.49 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-17T11:28:09.387Z] #44 2.799 + cd /tmp/tmp.XwTGymr4D8/tini [2022-05-17T11:28:09.387Z] #44 2.799 + git checkout -q v0.19.0 [2022-05-17T11:28:09.387Z] #44 2.823 + cmake . [2022-05-17T11:28:09.388Z] #42 79.81 Selecting previously unselected package librhash0:amd64. [2022-05-17T11:28:09.388Z] #42 79.81 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-17T11:28:09.388Z] #42 79.81 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-17T11:28:09.388Z] #42 ... [2022-05-17T11:28:09.388Z] [2022-05-17T11:28:09.388Z] #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-17T11:28:09.388Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:28:09.388Z] #34 69.62 Updating files: 84% (1287/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-17T11:28:09.388Z] #34 70.82 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-17T11:28:09.389Z] #34 71.18 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-17T11:28:09.647Z] #34 ... [2022-05-17T11:28:09.647Z] [2022-05-17T11:28:09.647Z] #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-17T11:28:09.647Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:09.647Z] #14 78.04 Selecting previously unselected package binutils-mingw-w64. [2022-05-17T11:28:09.647Z] #14 78.04 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-17T11:28:09.647Z] #14 78.05 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-17T11:28:09.647Z] #14 78.22 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-17T11:28:09.647Z] #14 78.23 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:28:09.647Z] #14 78.25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:28:09.647Z] #14 78.60 Selecting previously unselected package dmsetup. [2022-05-17T11:28:09.647Z] #14 78.61 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:28:09.647Z] #14 78.62 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-17T11:28:09.647Z] #14 78.84 Selecting previously unselected package mingw-w64-common. [2022-05-17T11:28:09.647Z] #14 78.85 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-17T11:28:09.647Z] #14 78.85 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-17T11:28:09.950Z] #44 3.606 -- The C compiler identification is GNU 10.2.1 [2022-05-17T11:28:09.969Z] #64 49.82 + bin/ctr [2022-05-17T11:28:10.092Z] Fetching without tags [2022-05-17T11:28:10.207Z] #44 3.725 -- Detecting C compiler ABI info [2022-05-17T11:28:10.712Z] #14 90.70 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-17T11:28:10.712Z] #14 90.70 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-05-17T11:28:10.712Z] #14 90.72 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:28:10.853Z] Merging remotes/origin/master commit eefbd9dcdedc90afb560f2fb682c155e428f7aa1 into PR head commit ea6760138c35c607a0b51ad041051374d8304e68 [2022-05-17T11:28:11.550Z] #14 ... [2022-05-17T11:28:11.550Z] [2022-05-17T11:28:11.550Z] #51 [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-17T11:28:11.550Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:28:11.550Z] #51 71.37 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-17T11:28:11.550Z] #51 71.41 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:28:11.550Z] #51 71.46 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:28:11.550Z] #51 71.49 Setting up python3-six (1.16.0-2) ... [2022-05-17T11:28:11.550Z] #51 73.16 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:28:11.550Z] #51 73.20 Setting up python3-protobuf (3.12.4-1) ... [2022-05-17T11:28:11.550Z] #51 79.01 Setting up criu (3.17-1) ... [2022-05-17T11:28:11.550Z] #51 ... [2022-05-17T11:28:11.550Z] [2022-05-17T11:28:11.550Z] #42 [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-17T11:28:11.550Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:28:11.550Z] #42 80.38 Selecting previously unselected package libuv1:amd64. [2022-05-17T11:28:11.550Z] #42 80.40 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-17T11:28:11.550Z] #42 80.43 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-17T11:28:11.550Z] #42 80.63 Selecting previously unselected package cmake. [2022-05-17T11:28:11.550Z] #42 80.63 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-17T11:28:11.550Z] #42 80.63 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-17T11:28:11.590Z] #44 4.869 -- Detecting C compiler ABI info - done [2022-05-17T11:28:11.590Z] #44 5.012 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-17T11:28:11.590Z] #44 5.013 -- Detecting C compile features [2022-05-17T11:28:11.590Z] #44 5.015 -- Detecting C compile features - done [2022-05-17T11:28:11.590Z] #44 5.072 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-17T11:28:11.590Z] #44 ... [2022-05-17T11:28:11.590Z] [2022-05-17T11:28:11.590Z] #51 [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-17T11:28:11.590Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:28:11.590Z] #51 79.39 Setting up criu (3.17-1) ... [2022-05-17T11:28:11.590Z] #51 82.58 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:28:11.590Z] #51 DONE 83.2s [2022-05-17T11:28:11.590Z] [2022-05-17T11:28:11.590Z] #55 [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-17T11:28:11.590Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:28:11.590Z] #55 79.11 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-17T11:28:11.590Z] #55 79.44 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-17T11:28:11.590Z] #55 79.61 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-17T11:28:11.591Z] #55 79.83 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-17T11:28:11.591Z] #55 79.84 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-17T11:28:11.591Z] #55 80.06 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-17T11:28:11.591Z] #55 80.15 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-17T11:28:11.591Z] #55 80.16 go: downloading golang.org/x/mod v0.5.1 [2022-05-17T11:28:11.591Z] #55 80.29 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-17T11:28:11.591Z] #55 80.41 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-17T11:28:11.591Z] #55 80.55 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-17T11:28:11.591Z] #55 80.72 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-17T11:28:11.591Z] #55 80.74 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-17T11:28:11.591Z] #55 80.84 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-17T11:28:11.591Z] #55 81.56 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-17T11:28:11.591Z] #55 81.67 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-17T11:28:11.591Z] #55 82.06 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-17T11:28:11.591Z] #55 82.29 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-17T11:28:11.591Z] #55 82.39 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-17T11:28:11.591Z] #55 82.46 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-17T11:28:11.591Z] #55 82.46 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-17T11:28:11.591Z] #55 82.48 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-17T11:28:11.591Z] #55 82.62 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-17T11:28:11.591Z] #55 82.85 go: downloading github.com/prometheus/common v0.10.0 [2022-05-17T11:28:11.591Z] #55 83.24 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-17T11:28:11.591Z] #55 83.28 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-17T11:28:11.591Z] #55 83.41 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-17T11:28:11.812Z] #42 ... [2022-05-17T11:28:11.812Z] [2022-05-17T11:28:11.812Z] #55 [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-17T11:28:11.812Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:28:11.812Z] #55 72.22 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-17T11:28:11.812Z] #55 72.23 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-17T11:28:11.812Z] #55 72.41 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-17T11:28:11.812Z] #55 72.48 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-17T11:28:11.812Z] #55 72.57 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-17T11:28:11.812Z] #55 72.59 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-17T11:28:11.812Z] #55 72.65 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-17T11:28:11.812Z] #55 72.78 go: downloading golang.org/x/text v0.3.7 [2022-05-17T11:28:11.812Z] #55 81.18 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-17T11:28:11.812Z] #55 81.19 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-17T11:28:11.812Z] #55 81.85 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-17T11:28:11.812Z] #55 81.96 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-17T11:28:11.812Z] #55 81.97 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-17T11:28:11.812Z] #55 82.14 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-17T11:28:11.812Z] #55 82.19 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-17T11:28:11.812Z] #55 82.21 go: downloading golang.org/x/mod v0.5.1 [2022-05-17T11:28:11.812Z] #55 82.26 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-17T11:28:12.072Z] #55 82.42 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-17T11:28:12.072Z] #55 ... [2022-05-17T11:28:12.072Z] [2022-05-17T11:28:12.072Z] #51 [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-17T11:28:12.072Z] #51 sha256:342483109da9e364b7fdcd69e8e1164284be91eccb939cddedcef7fc7f7424b9 [2022-05-17T11:28:12.072Z] #51 81.99 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:28:09.776Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:28:09.835Z] > git config --add remote.origin.fetch +refs/pull/43322/head:refs/remotes/origin/PR-43322 # timeout=10 [2022-05-17T11:28:09.884Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:28:10.006Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:28:10.131Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:28:10.131Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:28:10.133Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:28:10.966Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:28:11.014Z] > git checkout -f ea6760138c35c607a0b51ad041051374d8304e68 # timeout=10 [2022-05-17T11:28:13.258Z] #14 ... [2022-05-17T11:28:13.258Z] [2022-05-17T11:28:13.258Z] #67 [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-17T11:28:13.258Z] #67 sha256:136d6c0772c1823b58d6d4029f1380f142e7d98d04690b2d1e2952eb2ed1af77 [2022-05-17T11:28:13.258Z] #67 92.62 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-17T11:28:13.258Z] #67 92.62 + GOBIN=/build [2022-05-17T11:28:13.258Z] #67 92.62 + GO111MODULE=on [2022-05-17T11:28:13.258Z] #67 92.62 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:28:13.450Z] #51 DONE 83.3s [2022-05-17T11:28:13.450Z] [2022-05-17T11:28:13.450Z] #55 [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-17T11:28:13.450Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:28:13.450Z] #55 82.50 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-17T11:28:13.450Z] #55 82.64 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-17T11:28:13.450Z] #55 82.71 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-17T11:28:13.450Z] #55 82.84 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-17T11:28:13.450Z] #55 83.60 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-17T11:28:13.709Z] #55 84.01 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-17T11:28:13.709Z] #55 84.04 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-17T11:28:13.967Z] #55 84.34 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-17T11:28:13.967Z] #55 84.40 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-17T11:28:14.110Z] #55 ... [2022-05-17T11:28:14.110Z] [2022-05-17T11:28:14.110Z] #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-17T11:28:14.110Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:14.110Z] #14 85.60 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-17T11:28:14.110Z] #14 85.62 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-17T11:28:14.110Z] #14 85.62 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-17T11:28:14.228Z] #55 84.57 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-17T11:28:14.228Z] #55 84.57 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-17T11:28:14.228Z] #55 84.61 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-17T11:28:14.228Z] #55 84.64 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-17T11:28:14.803Z] #55 85.03 go: downloading github.com/prometheus/common v0.10.0 [2022-05-17T11:28:15.061Z] #55 85.31 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-17T11:28:15.061Z] #55 85.35 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-17T11:28:15.320Z] #55 85.61 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-17T11:28:14.441Z] > git remote # timeout=10 [2022-05-17T11:28:14.517Z] > git config --get remote.origin.url # timeout=10 [2022-05-17T11:28:14.586Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:28:14.588Z] > git merge eefbd9dcdedc90afb560f2fb682c155e428f7aa1 # timeout=10 [2022-05-17T11:28:15.725Z] Merge succeeded, producing 734cf61bb0ebc07d11795e551a0c758c59774a05 [2022-05-17T11:28:15.726Z] Checking out Revision 734cf61bb0ebc07d11795e551a0c758c59774a05 (PR-43322) [2022-05-17T11:28:16.636Z] #14 ... [2022-05-17T11:28:16.636Z] [2022-05-17T11:28:16.636Z] #44 [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-17T11:28:16.636Z] #44 sha256:f3110b7f12f7165ba719041c8cacb67ffb1b827139f3de3c9e63c54ceed12483 [2022-05-17T11:28:16.636Z] #44 5.420 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-17T11:28:16.636Z] #44 5.643 -- Configuring done [2022-05-17T11:28:16.636Z] #44 5.662 -- Generating done [2022-05-17T11:28:16.636Z] #44 5.684 -- Build files have been written to: /tmp/tmp.XwTGymr4D8/tini [2022-05-17T11:28:16.636Z] #44 5.730 + make tini-static [2022-05-17T11:28:16.636Z] #44 6.138 Scanning dependencies of target tini-static [2022-05-17T11:28:16.636Z] #44 6.325 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-17T11:28:16.636Z] #44 8.596 [100%] Linking C executable tini-static [2022-05-17T11:28:16.636Z] #44 9.593 [100%] Built target tini-static [2022-05-17T11:28:16.636Z] #44 9.721 + mkdir -p /build [2022-05-17T11:28:16.636Z] #44 9.740 + cp tini-static /build/docker-init [2022-05-17T11:28:16.636Z] #44 DONE 10.0s [2022-05-17T11:28:16.636Z] [2022-05-17T11:28:16.636Z] #55 [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-17T11:28:16.636Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:28:16.636Z] #55 85.98 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-17T11:28:17.223Z] #55 87.57 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-17T11:28:17.343Z] Fetching without tags [2022-05-17T11:28:17.512Z] #67 97.05 rootlesskit version 1.0.0 [2022-05-17T11:28:17.512Z] #67 97.07 Usage of /build/rootlesskit-docker-proxy: [2022-05-17T11:28:17.512Z] #67 97.07 -container-ip string [2022-05-17T11:28:17.512Z] #67 97.07 container ip [2022-05-17T11:28:17.512Z] #67 97.07 -container-port int [2022-05-17T11:28:17.512Z] #67 97.07 container port (default -1) [2022-05-17T11:28:17.512Z] #67 97.07 -host-ip string [2022-05-17T11:28:17.512Z] #67 97.07 host ip [2022-05-17T11:28:17.512Z] #67 97.07 -host-port int [2022-05-17T11:28:17.512Z] #67 97.07 host port (default -1) [2022-05-17T11:28:17.512Z] #67 97.07 -proto string [2022-05-17T11:28:17.512Z] #67 97.07 proxy protocol (default "tcp") [2022-05-17T11:28:18.135Z] Merging remotes/origin/master commit eefbd9dcdedc90afb560f2fb682c155e428f7aa1 into PR head commit ea6760138c35c607a0b51ad041051374d8304e68 [2022-05-17T11:28:18.162Z] #55 ... [2022-05-17T11:28:18.162Z] [2022-05-17T11:28:18.162Z] #42 [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-17T11:28:18.162Z] #42 sha256:635aa174200b74209cbd6c68b0f12f60f2a29d9649aa3089dbc629ac5ed19ba4 [2022-05-17T11:28:18.162Z] #42 88.50 Setting up libicu67:amd64 (67.1-7) ... [2022-05-17T11:28:18.162Z] #42 88.69 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:28:18.162Z] #42 88.71 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-17T11:28:18.420Z] #42 88.79 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:28:18.420Z] #42 88.96 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-17T11:28:18.420Z] #42 89.00 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-17T11:28:18.455Z] #67 ... [2022-05-17T11:28:18.455Z] [2022-05-17T11:28:18.455Z] #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-17T11:28:18.455Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:28:18.455Z] #14 95.42 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-17T11:28:18.455Z] #14 95.42 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-17T11:28:18.455Z] #14 95.43 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-17T11:28:18.455Z] #14 95.55 Selecting previously unselected package libapparmor1:arm64. [2022-05-17T11:28:18.455Z] #14 95.56 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-05-17T11:28:18.455Z] #14 95.56 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-05-17T11:28:18.455Z] #14 96.20 Selecting previously unselected package libapparmor-dev:arm64. [2022-05-17T11:28:18.455Z] #14 96.21 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-05-17T11:28:18.455Z] #14 96.22 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-17T11:28:18.455Z] #14 96.91 Selecting previously unselected package libbtrfs0:arm64. [2022-05-17T11:28:18.455Z] #14 96.91 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-05-17T11:28:18.455Z] #14 96.92 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-05-17T11:28:18.455Z] #14 97.03 Selecting previously unselected package libbtrfs-dev:arm64. [2022-05-17T11:28:18.455Z] #14 97.05 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-05-17T11:28:18.455Z] #14 97.07 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-17T11:28:18.455Z] #14 97.27 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-05-17T11:28:18.455Z] #14 97.30 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-05-17T11:28:18.455Z] #14 97.30 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-17T11:28:18.455Z] #14 97.38 Selecting previously unselected package libudev-dev:arm64. [2022-05-17T11:28:18.455Z] #14 97.39 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-05-17T11:28:18.455Z] #14 97.39 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-05-17T11:28:18.455Z] #14 98.08 Selecting previously unselected package libsepol1-dev:arm64. [2022-05-17T11:28:18.455Z] #14 98.08 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-05-17T11:28:18.455Z] #14 98.09 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-05-17T11:28:18.680Z] #42 89.08 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-17T11:28:15.638Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-17T11:28:15.762Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:28:15.811Z] > git checkout -f 734cf61bb0ebc07d11795e551a0c758c59774a05 # timeout=10 [2022-05-17T11:28:16.959Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:28:17.046Z] > git config --add remote.origin.fetch +refs/pull/43322/head:refs/remotes/origin/PR-43322 # timeout=10 [2022-05-17T11:28:17.111Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:28:17.244Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-17T11:28:17.383Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-17T11:28:17.383Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:28:17.385Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43322/head:refs/remotes/origin/PR-43322 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-17T11:28:18.260Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:28:18.319Z] > git checkout -f ea6760138c35c607a0b51ad041051374d8304e68 # timeout=10 [2022-05-17T11:28:18.938Z] #42 89.23 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-05-17T11:28:18.938Z] #42 89.37 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-17T11:28:18.938Z] #42 89.39 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-17T11:28:18.938Z] #42 89.42 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:28:19.104Z] #14 98.90 Selecting previously unselected package libpcre2-16-0:arm64. [2022-05-17T11:28:19.104Z] #14 98.90 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-05-17T11:28:19.104Z] #14 98.92 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-05-17T11:28:19.705Z] #14 99.80 Selecting previously unselected package libpcre2-32-0:arm64. [2022-05-17T11:28:19.705Z] #14 99.81 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-05-17T11:28:19.705Z] #14 99.82 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-05-17T11:28:19.876Z] #42 DONE 90.1s [2022-05-17T11:28:19.876Z] [2022-05-17T11:28:19.876Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-17T11:28:19.876Z] #43 sha256:058254f82f2fa44cb607c7cd077c59f22a703d180a37e2ccc8a1a62eb5168365 [2022-05-17T11:28:19.876Z] #43 DONE 0.2s [2022-05-17T11:28:19.876Z] [2022-05-17T11:28:19.876Z] #44 [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-17T11:28:19.876Z] #44 sha256:70a830ddc6bf7ba983ace7a5a6b534d469ced81b41d5bb3ae6f48f81dce0adea [2022-05-17T11:28:20.647Z] #14 100.5 Selecting previously unselected package libpcre2-posix2:arm64. [2022-05-17T11:28:20.648Z] #14 100.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-05-17T11:28:20.648Z] #14 100.6 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-05-17T11:28:21.255Z] #44 1.241 + RM_GOPATH=0 [2022-05-17T11:28:21.255Z] #44 1.241 + TMP_GOPATH= [2022-05-17T11:28:21.255Z] #44 1.241 + : /build [2022-05-17T11:28:21.255Z] #44 1.241 + '[' -z '' ']' [2022-05-17T11:28:21.255Z] #44 1.241 ++ mktemp -d [2022-05-17T11:28:21.255Z] #44 1.244 + export GOPATH=/tmp/tmp.DXX9FPgrBv [2022-05-17T11:28:21.255Z] #44 1.244 + GOPATH=/tmp/tmp.DXX9FPgrBv [2022-05-17T11:28:21.255Z] #44 1.244 + RM_GOPATH=1 [2022-05-17T11:28:21.255Z] #44 1.244 + case "$(go env GOARCH)" in [2022-05-17T11:28:21.255Z] #44 1.244 ++ go env GOARCH [2022-05-17T11:28:21.255Z] #44 1.270 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:28:21.255Z] #44 1.270 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:28:21.255Z] #44 1.270 ++ dirname /install.sh [2022-05-17T11:28:21.255Z] #44 1.283 + dir=/ [2022-05-17T11:28:21.255Z] #44 1.283 + bin=tini [2022-05-17T11:28:21.255Z] #44 1.283 + shift [2022-05-17T11:28:21.255Z] #44 1.283 + '[' '!' -f //tini.installer ']' [2022-05-17T11:28:21.255Z] #44 1.283 + . //tini.installer [2022-05-17T11:28:21.255Z] #44 1.283 ++ : v0.19.0 [2022-05-17T11:28:21.255Z] #44 1.290 Install tini version v0.19.0 [2022-05-17T11:28:21.255Z] #44 1.290 + install_tini [2022-05-17T11:28:21.255Z] #44 1.290 + echo 'Install tini version v0.19.0' [2022-05-17T11:28:21.255Z] #44 1.290 + git clone https://github.com/krallin/tini.git /tmp/tmp.DXX9FPgrBv/tini [2022-05-17T11:28:21.255Z] #44 1.291 Cloning into '/tmp/tmp.DXX9FPgrBv/tini'... [2022-05-17T11:28:21.589Z] #14 101.5 Selecting previously unselected package libpcre2-dev:arm64. [2022-05-17T11:28:21.589Z] #14 101.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-05-17T11:28:21.589Z] #14 101.6 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-05-17T11:28:22.149Z] #64 ... [2022-05-17T11:28:22.149Z] [2022-05-17T11:28:22.149Z] #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-17T11:28:22.149Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:22.149Z] #14 91.40 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-17T11:28:22.149Z] #14 91.40 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:22.149Z] #14 91.40 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:28:22.192Z] #44 2.285 + cd /tmp/tmp.DXX9FPgrBv/tini [2022-05-17T11:28:22.192Z] #44 2.286 + git checkout -q v0.19.0 [2022-05-17T11:28:22.192Z] #44 2.328 + cmake . [2022-05-17T11:28:21.953Z] > git remote # timeout=10 [2022-05-17T11:28:22.071Z] > git config --get remote.origin.url # timeout=10 [2022-05-17T11:28:22.154Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-17T11:28:22.157Z] > git merge eefbd9dcdedc90afb560f2fb682c155e428f7aa1 # timeout=10 [2022-05-17T11:28:22.554Z] #14 102.6 Selecting previously unselected package libselinux1-dev:arm64. [2022-05-17T11:28:22.554Z] #14 102.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-05-17T11:28:22.554Z] #14 102.6 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-05-17T11:28:23.013Z] Merge succeeded, producing a89e866f7d5e4dec0a9bbe8fc3320a1882922eeb [2022-05-17T11:28:23.014Z] Checking out Revision a89e866f7d5e4dec0a9bbe8fc3320a1882922eeb (PR-43322) [2022-05-17T11:28:23.127Z] #44 3.204 -- The C compiler identification is GNU 10.2.1 [2022-05-17T11:28:23.127Z] #44 3.272 -- Detecting C compiler ABI info [2022-05-17T11:28:23.185Z] #55 ... [2022-05-17T11:28:23.185Z] [2022-05-17T11:28:23.185Z] #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-17T11:28:23.185Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:23.185Z] #14 95.02 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-17T11:28:23.185Z] #14 95.04 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:23.185Z] #14 95.04 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-17T11:28:23.442Z] #14 95.24 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-17T11:28:23.442Z] #14 95.26 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:23.442Z] #14 95.27 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-17T11:28:23.702Z] #14 103.7 Selecting previously unselected package libdevmapper-dev:arm64. [2022-05-17T11:28:23.703Z] #14 103.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-05-17T11:28:23.703Z] #14 103.7 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-05-17T11:28:23.967Z] #14 104.0 Selecting previously unselected package libseccomp-dev:arm64. [2022-05-17T11:28:23.967Z] #14 104.0 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-05-17T11:28:23.967Z] #14 104.0 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-17T11:28:24.043Z] #14 103.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-17T11:28:24.043Z] #14 103.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:24.043Z] #14 103.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:28:24.232Z] #14 ... [2022-05-17T11:28:24.232Z] [2022-05-17T11:28:24.232Z] #67 [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-17T11:28:24.232Z] #67 sha256:136d6c0772c1823b58d6d4029f1380f142e7d98d04690b2d1e2952eb2ed1af77 [2022-05-17T11:28:24.232Z] #67 DONE 103.8s [2022-05-17T11:28:24.232Z] [2022-05-17T11:28:24.232Z] #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-17T11:28:24.232Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:28:24.232Z] #14 104.2 Selecting previously unselected package libsystemd-dev:arm64. [2022-05-17T11:28:24.232Z] #14 104.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-05-17T11:28:24.232Z] #14 104.3 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-05-17T11:28:24.232Z] #14 ... [2022-05-17T11:28:24.232Z] [2022-05-17T11:28:24.232Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-17T11:28:24.232Z] #68 sha256:3252ce5e1cdef0a93b6aabf6322db92ff6a07438fae87c0f02bf2c15d1bf2a68 [2022-05-17T11:28:24.232Z] #68 DONE 0.2s [2022-05-17T11:28:24.232Z] [2022-05-17T11:28:24.232Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-17T11:28:24.232Z] #69 sha256:d0c77ba78b4585c84f0d8ea535975d563cde7237a285c7a3692021de43c38b96 [2022-05-17T11:28:24.492Z] #69 DONE 0.2s [2022-05-17T11:28:24.492Z] [2022-05-17T11:28:24.492Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-05-17T11:28:24.492Z] #26 sha256:52391597b0a18571e1654aa6fb1e3d19176a443822c2fdaf71fc680b2fe7426e [2022-05-17T11:28:24.505Z] #44 4.318 -- Detecting C compiler ABI info - done [2022-05-17T11:28:24.505Z] #44 4.518 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-17T11:28:24.505Z] #44 4.524 -- Detecting C compile features [2022-05-17T11:28:24.505Z] #44 4.530 -- Detecting C compile features - done [2022-05-17T11:28:24.505Z] #44 4.626 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-17T11:28:25.064Z] #26 ... [2022-05-17T11:28:25.064Z] [2022-05-17T11:28:25.064Z] #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-17T11:28:25.064Z] #14 sha256:1814ce1b347c49e7e044a51e83e0461b30acc268ef03d354b7ca22ce5814fb21 [2022-05-17T11:28:25.064Z] #14 105.3 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-17T11:28:25.073Z] #44 4.967 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-17T11:28:25.073Z] #44 5.119 -- Configuring done [2022-05-17T11:28:25.073Z] #44 5.154 -- Generating done [2022-05-17T11:28:25.073Z] #44 5.164 -- Build files have been written to: /tmp/tmp.DXX9FPgrBv/tini [2022-05-17T11:28:25.073Z] #44 5.189 + make tini-static [2022-05-17T11:28:25.326Z] #14 105.3 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-05-17T11:28:25.326Z] #14 105.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-17T11:28:25.326Z] #14 105.3 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-05-17T11:28:25.326Z] #14 105.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-17T11:28:25.587Z] #14 105.7 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-05-17T11:28:25.587Z] #14 105.7 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-05-17T11:28:25.587Z] #14 105.7 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-05-17T11:28:25.587Z] #14 105.8 Setting up libudev-dev:arm64 (247.3-7) ... [2022-05-17T11:28:25.587Z] #14 105.8 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-05-17T11:28:25.587Z] #14 105.8 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-17T11:28:25.587Z] #14 105.8 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-05-17T11:28:25.644Z] #44 5.709 Scanning dependencies of target tini-static [2022-05-17T11:28:25.848Z] #14 105.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-17T11:28:25.848Z] #14 105.8 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-17T11:28:25.848Z] #14 105.8 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-17T11:28:25.848Z] #14 105.9 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-05-17T11:28:25.848Z] #14 105.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-17T11:28:25.848Z] #14 105.9 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-05-17T11:28:25.848Z] #14 105.9 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-05-17T11:28:25.848Z] #14 105.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-17T11:28:25.848Z] #14 105.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:28:25.848Z] #14 105.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-17T11:28:25.848Z] #14 105.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:28:25.848Z] #14 106.0 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-17T11:28:25.848Z] #14 106.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-17T11:28:25.848Z] #14 106.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:28:25.848Z] #14 106.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-05-17T11:28:25.848Z] #14 106.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:28:25.848Z] #14 106.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-17T11:28:22.919Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-05-17T11:28:23.054Z] > git config core.sparsecheckout # timeout=10 [2022-05-17T11:28:23.134Z] > git checkout -f a89e866f7d5e4dec0a9bbe8fc3320a1882922eeb # timeout=10 [2022-05-17T11:28:25.902Z] #44 5.874 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-17T11:28:25.962Z] #14 ... [2022-05-17T11:28:25.963Z] [2022-05-17T11:28:25.963Z] #53 [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-17T11:28:25.963Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:28:25.963Z] #53 96.98 gotestsum version dev [2022-05-17T11:28:25.963Z] #53 DONE 97.6s [2022-05-17T11:28:25.963Z] [2022-05-17T11:28:25.963Z] #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-17T11:28:25.963Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:26.113Z] #14 106.0 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-17T11:28:26.113Z] #14 106.0 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-17T11:28:26.113Z] #14 106.1 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-05-17T11:28:26.113Z] #14 106.1 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-05-17T11:28:26.113Z] #14 106.1 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:28:26.375Z] #14 DONE 106.5s [2022-05-17T11:28:26.375Z] [2022-05-17T11:28:26.375Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-17T11:28:26.375Z] #59 sha256:1e6af468ace4fab9dc897cce4acb7d8c60e61844b7cb8d692a50e7adf0c7f925 [2022-05-17T11:28:26.636Z] #59 DONE 0.2s [2022-05-17T11:28:26.636Z] [2022-05-17T11:28:26.636Z] #60 [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-17T11:28:26.636Z] #60 sha256:45ebeeefa6218ecfd343191d7a2dae8c4a5940ec6c751f052bb38e35f352a233 [2022-05-17T11:28:26.836Z] #44 ... [2022-05-17T11:28:26.836Z] [2022-05-17T11:28:26.836Z] #53 [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-17T11:28:26.836Z] #53 sha256:c387c2119fb33abd796de8ad048d0f6e4f52f6aaf06840be566bdaa073236a61 [2022-05-17T11:28:26.836Z] #53 97.29 gotestsum version dev [2022-05-17T11:28:27.149Z] Commit message: "Merge commit 'eefbd9dcdedc90afb560f2fb682c155e428f7aa1' into HEAD" [2022-05-17T11:28:27.293Z] First time build. Skipping changelog. [2022-05-17T11:28:27.582Z] #60 0.851 + RM_GOPATH=0 [2022-05-17T11:28:27.582Z] #60 0.851 + TMP_GOPATH= [2022-05-17T11:28:27.582Z] #60 0.851 + : /build [2022-05-17T11:28:27.582Z] #60 0.851 + '[' -z '' ']' [2022-05-17T11:28:27.582Z] #60 0.852 ++ mktemp -d [2022-05-17T11:28:27.582Z] #60 0.857 + export GOPATH=/tmp/tmp.fVS13uYH7s [2022-05-17T11:28:27.582Z] #60 0.860 + GOPATH=/tmp/tmp.fVS13uYH7s [2022-05-17T11:28:27.582Z] #60 0.860 + RM_GOPATH=1 [2022-05-17T11:28:27.582Z] #60 0.860 + case "$(go env GOARCH)" in [2022-05-17T11:28:27.582Z] #60 0.861 ++ go env GOARCH [2022-05-17T11:28:27.582Z] #60 0.878 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:28:27.582Z] #60 0.878 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:28:27.582Z] #60 0.879 ++ dirname /install.sh [2022-05-17T11:28:27.582Z] #60 0.885 + dir=/ [2022-05-17T11:28:27.582Z] #60 0.885 + bin=runc [2022-05-17T11:28:27.582Z] #60 0.885 + shift [2022-05-17T11:28:27.582Z] #60 0.886 + '[' '!' -f //runc.installer ']' [2022-05-17T11:28:27.582Z] #60 0.886 + . //runc.installer [2022-05-17T11:28:27.582Z] #60 0.886 ++ set -e [2022-05-17T11:28:27.582Z] #60 0.887 ++ : v1.1.2 [2022-05-17T11:28:27.582Z] #60 0.887 + install_runc [2022-05-17T11:28:27.582Z] #60 0.887 + RUNC_BUILDTAGS=seccomp [2022-05-17T11:28:27.582Z] #60 0.887 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-17T11:28:27.582Z] #60 0.888 Install runc version v1.1.2 (build tags: seccomp) [2022-05-17T11:28:27.582Z] #60 0.888 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.fVS13uYH7s/src/github.com/opencontainers/runc [2022-05-17T11:28:27.582Z] #60 0.900 Cloning into '/tmp/tmp.fVS13uYH7s/src/github.com/opencontainers/runc'... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-17T11:28:27.773Z] #53 DONE 98.1s [2022-05-17T11:28:27.773Z] [2022-05-17T11:28:27.773Z] #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-17T11:28:27.773Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:27.773Z] #14 88.03 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-17T11:28:27.773Z] #14 88.05 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-17T11:28:27.773Z] #14 88.06 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-17T11:28:27.773Z] #14 98.17 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-17T11:28:27.773Z] #14 98.18 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:27.773Z] #14 98.20 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-17T11:28:27.773Z] #14 ... [2022-05-17T11:28:27.773Z] [2022-05-17T11:28:27.773Z] #44 [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-17T11:28:27.773Z] #44 sha256:70a830ddc6bf7ba983ace7a5a6b534d469ced81b41d5bb3ae6f48f81dce0adea [2022-05-17T11:28:27.773Z] #44 7.940 [100%] Linking C executable tini-static [2022-05-17T11:28:28.154Z] #60 ... [2022-05-17T11:28:28.154Z] [2022-05-17T11:28:28.154Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-17T11:28:28.154Z] #15 sha256:6a66e61461d37e1fe91bfb93d186ca475e1d8978d399d6c704c5125017bb2621 [2022-05-17T11:28:28.154Z] #15 DONE 1.8s [2022-05-17T11:28:28.416Z] [2022-05-17T11:28:28.416Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:28:28.416Z] #36 sha256:6b2313603dfe49978567da61e390dda24037664d5523a7909bc7a7339587e0ce [2022-05-17T11:28:28.416Z] #36 108.0 Delve is a source level debugger for Go programs. [2022-05-17T11:28:28.416Z] #36 108.0 [2022-05-17T11:28:28.416Z] #36 108.0 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-17T11:28:28.416Z] #36 108.0 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-17T11:28:28.416Z] #36 108.0 [2022-05-17T11:28:28.416Z] #36 108.0 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-17T11:28:28.416Z] #36 108.0 [2022-05-17T11:28:28.416Z] #36 108.0 Pass flags to the program you are debugging using `--`, for example: [2022-05-17T11:28:28.416Z] #36 108.0 [2022-05-17T11:28:28.416Z] #36 108.0 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-17T11:28:28.416Z] #36 108.0 [2022-05-17T11:28:28.416Z] #36 108.0 Usage: [2022-05-17T11:28:28.416Z] #36 108.0 dlv [command] [2022-05-17T11:28:28.416Z] #36 108.0 [2022-05-17T11:28:28.416Z] #36 108.0 Available Commands: [2022-05-17T11:28:28.416Z] #36 108.0 attach Attach to running process and begin debugging. [2022-05-17T11:28:28.416Z] #36 108.0 connect Connect to a headless debug server with a terminal client. [2022-05-17T11:28:28.416Z] #36 108.0 core Examine a core dump. [2022-05-17T11:28:28.416Z] #36 108.0 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-17T11:28:28.416Z] #36 108.0 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-17T11:28:28.416Z] #36 108.0 exec Execute a precompiled binary, and begin a debug session. [2022-05-17T11:28:28.416Z] #36 108.0 help Help about any command [2022-05-17T11:28:28.416Z] #36 108.0 run Deprecated command. Use 'debug' instead. [2022-05-17T11:28:28.416Z] #36 108.0 test Compile test binary and begin debugging program. [2022-05-17T11:28:28.416Z] #36 108.0 trace Compile and begin tracing program. [2022-05-17T11:28:28.416Z] #36 108.0 version Prints version. [2022-05-17T11:28:28.416Z] #36 108.0 [2022-05-17T11:28:28.416Z] #36 108.0 Flags: [2022-05-17T11:28:28.416Z] #36 108.0 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-17T11:28:28.416Z] #36 108.0 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-17T11:28:28.416Z] #36 108.0 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-17T11:28:28.416Z] #36 108.0 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-17T11:28:28.416Z] #36 108.0 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-17T11:28:28.416Z] #36 108.0 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-17T11:28:28.416Z] #36 108.0 --disable-aslr Disables address space randomization [2022-05-17T11:28:28.416Z] #36 108.0 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-17T11:28:28.416Z] #36 108.0 -h, --help help for dlv [2022-05-17T11:28:28.416Z] #36 108.0 --init string Init file, executed by the terminal client. [2022-05-17T11:28:28.416Z] #36 108.0 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-17T11:28:28.416Z] #36 108.0 --log Enable debugging server logging. [2022-05-17T11:28:28.416Z] #36 108.0 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-17T11:28:28.416Z] #36 108.0 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-17T11:28:28.416Z] #36 108.0 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-17T11:28:28.416Z] #36 108.0 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-17T11:28:28.416Z] #36 108.0 --wd string Working directory for running the program. [2022-05-17T11:28:28.416Z] #36 108.0 [2022-05-17T11:28:28.416Z] #36 108.0 Additional help topics: [2022-05-17T11:28:28.416Z] #36 108.0 dlv backend Help about the --backend flag. [2022-05-17T11:28:28.416Z] #36 108.0 dlv log Help about logging flags. [2022-05-17T11:28:28.416Z] #36 108.0 dlv redirect Help about file redirection. [2022-05-17T11:28:28.416Z] #36 108.0 [2022-05-17T11:28:28.416Z] #36 108.0 Use "dlv [command] --help" for more information about a command. [2022-05-17T11:28:28.416Z] #36 DONE 108.3s [2022-05-17T11:28:28.416Z] [2022-05-17T11:28:28.416Z] #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-17T11:28:28.416Z] #26 sha256:52391597b0a18571e1654aa6fb1e3d19176a443822c2fdaf71fc680b2fe7426e [2022-05-17T11:28:28.710Z] #44 8.745 [100%] Built target tini-static [2022-05-17T11:28:28.710Z] #44 8.885 + mkdir -p /build [2022-05-17T11:28:28.710Z] #44 8.885 + cp tini-static /build/docker-init [2022-05-17T11:28:28.973Z] #44 DONE 9.1s [2022-05-17T11:28:28.973Z] [2022-05-17T11:28:28.973Z] #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-17T11:28:28.973Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:28.973Z] #14 98.54 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-17T11:28:28.973Z] #14 98.57 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:28.973Z] #14 98.58 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-17T11:28:27.189Z] > git rev-list --no-walk 91807e8d6040ce10ea7846432ea6e15ef5a12596 # timeout=10 [2022-05-17T11:28:30.253Z] #26 106.6 Updating files: 21% (2413/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: 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: 41% (4736/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: 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: 66% (7617/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: 85% (9702/11414) Updating files: 85% (9804/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-17T11:28:30.514Z] #26 ... [2022-05-17T11:28:30.514Z] [2022-05-17T11:28:30.514Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-17T11:28:30.514Z] #16 sha256:cddff0b1a41f8042373a388be567b6755dfa47c288a62b4f8765f7bce22a56f0 [2022-05-17T11:28:30.514Z] #16 DONE 2.2s [2022-05-17T11:28:30.514Z] [2022-05-17T11:28:30.514Z] #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-17T11:28:30.514Z] #26 sha256:52391597b0a18571e1654aa6fb1e3d19176a443822c2fdaf71fc680b2fe7426e [2022-05-17T11:28:30.514Z] #26 110.2 + cd /tmp/tmp.3cgXHSsWn2/tmp/docker-ce [2022-05-17T11:28:30.514Z] #26 110.2 + git checkout -q v17.06.2-ce [2022-05-17T11:28:30.535Z] + docker version [2022-05-17T11:28:30.591Z] #14 109.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-17T11:28:30.591Z] #14 109.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-17T11:28:30.591Z] #14 109.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-17T11:28:30.591Z] #14 109.3 Selecting previously unselected package libapparmor1:amd64. [2022-05-17T11:28:30.591Z] #14 109.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-17T11:28:30.591Z] #14 109.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-17T11:28:30.591Z] #14 109.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-17T11:28:30.591Z] #14 109.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-17T11:28:30.591Z] #14 109.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-17T11:28:30.591Z] #14 109.6 Selecting previously unselected package libbtrfs0:amd64. [2022-05-17T11:28:30.591Z] #14 109.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-17T11:28:30.591Z] #14 109.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:28:30.591Z] #14 109.7 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-17T11:28:30.591Z] #14 109.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-17T11:28:30.591Z] #14 109.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:28:30.591Z] #14 109.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-17T11:28:30.591Z] #14 109.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:28:30.591Z] #14 109.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:28:30.591Z] #14 110.0 Selecting previously unselected package libudev-dev:amd64. [2022-05-17T11:28:30.591Z] #14 110.0 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-17T11:28:30.591Z] #14 110.0 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-17T11:28:30.847Z] #14 110.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-17T11:28:30.847Z] #14 110.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-17T11:28:30.847Z] #14 110.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-17T11:28:31.103Z] #14 110.5 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-17T11:28:31.103Z] #14 110.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-17T11:28:31.103Z] #14 110.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-17T11:28:31.360Z] #14 110.7 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-17T11:28:31.360Z] #14 110.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-17T11:28:31.360Z] #14 110.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-17T11:28:31.360Z] #14 ... [2022-05-17T11:28:31.360Z] [2022-05-17T11:28:31.360Z] #67 [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-17T11:28:31.360Z] #67 sha256:ea4878bab258ffa059dd99f1869d38f6dd30235b1f3ce65db7f10da222ec8873 [2022-05-17T11:28:31.360Z] #67 110.4 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-17T11:28:31.360Z] #67 110.4 + GOBIN=/build [2022-05-17T11:28:31.360Z] #67 110.4 + GO111MODULE=on [2022-05-17T11:28:31.360Z] #67 110.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:28:31.457Z] #26 ... [2022-05-17T11:28:31.457Z] [2022-05-17T11:28:31.457Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-17T11:28:31.457Z] #17 sha256:8cfc23673e2891053a5de098a28948053a6a927e58f6be711a61030e8de63d18 [2022-05-17T11:28:31.457Z] #17 0.634 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-17T11:28:31.457Z] #17 DONE 0.9s [2022-05-17T11:28:31.457Z] [2022-05-17T11:28:31.457Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-17T11:28:31.457Z] #18 sha256:2a502440bd509d7e9c441e6ac8600a5fde708d0176014326ed483f81815f0445 [2022-05-17T11:28:32.030Z] #18 DONE 0.7s [2022-05-17T11:28:32.030Z] [2022-05-17T11:28:32.030Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-17T11:28:32.030Z] #19 sha256:f13ca9b3dc5f79702ae6103113604fb4f09c28b552f564ac163a964ab7cd6d0c [2022-05-17T11:28:32.730Z] INFO [linters context/goanalysis] analyzers took 5m9.792826908s with top 10 stages: buildir: 2m2.977881402s, goimports: 25.561087536s, unconvert: 18.01371388s, gosec: 16.776062033s, S1038: 9.513886654s, golint: 8.037619941s, misspell: 6.401146585s, inspect: 4.388195085s, S1039: 4.329390931s, nilness: 3.897218731s [2022-05-17T11:28:32.730Z] INFO [runner] Issues before processing: 3043, after processing: 0 [2022-05-17T11:28:32.730Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2427/2427, autogenerated_exclude: 2044/2427, identifier_marker: 2044/2044, cgo: 2427/3043, exclude-rules: 78/2044, nolint: 0/78, skip_dirs: 2427/2427, exclude: 2044/2044, filename_unadjuster: 2427/2427, path_prettifier: 2427/2427 [2022-05-17T11:28:32.730Z] INFO [runner] processing took 167.523168ms with stages: nolint: 64.221108ms, identifier_marker: 56.249405ms, exclude-rules: 14.85676ms, path_prettifier: 14.807093ms, autogenerated_exclude: 12.523256ms, skip_dirs: 3.653418ms, cgo: 694.245µs, filename_unadjuster: 511.715µs, max_same_issues: 1.554µs, uniq_by_line: 665ns, max_from_linter: 613ns, diff: 527ns, skip_files: 524ns, exclude: 467ns, source_code: 415ns, path_shortener: 389ns, max_per_file_from_linter: 313ns, severity-rules: 290ns, sort_results: 259ns, path_prefixer: 152ns [2022-05-17T11:28:32.730Z] INFO [runner] linters took 1m31.387489931s with stages: goanalysis_metalinter: 1m31.219660567s [2022-05-17T11:28:32.730Z] INFO File cache stats: 1673 entries of total size 8.5MiB [2022-05-17T11:28:32.730Z] INFO Memory: 2607 samples, avg is 289.9MB, max is 1192.6MB [2022-05-17T11:28:32.730Z] INFO Execution took 4m20.527812684s [2022-05-17T11:28:32.730Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-05-17T11:28:32.974Z] #19 DONE 0.9s [2022-05-17T11:28:32.974Z] [2022-05-17T11:28:32.974Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-17T11:28:32.974Z] #20 sha256:419a6cb0d09529d3cc0de1f3e165e33742904f4d507cc538365435686264ae60 [2022-05-17T11:28:33.055Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=dc18167fb196b5d38855bde3d914fc6d27055d27 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:dc18167fb196b5d38855bde3d914fc6d27055d27 hack/make.sh dynbinary test-docker-py [2022-05-17T11:28:33.313Z] [2022-05-17T11:28:33.571Z] Removing bundles/ [2022-05-17T11:28:33.571Z] [2022-05-17T11:28:33.571Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-17T11:28:33.571Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:28:33.571Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:28:33.917Z] #20 DONE 0.9s [2022-05-17T11:28:33.917Z] [2022-05-17T11:28:33.917Z] #21 [dev-systemd-false 7/26] 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-17T11:28:33.917Z] #21 sha256:0d551b6de23a7dfa5dcf72febbe107504f20a7906bbab0031ad219e4b67dedb4 [2022-05-17T11:28:34.697Z] Commit message: "Merge commit 'eefbd9dcdedc90afb560f2fb682c155e428f7aa1' into HEAD" [2022-05-17T11:28:34.847Z] First time build. Skipping changelog. [2022-05-17T11:28:34.862Z] #21 1.038 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:28:34.862Z] #21 1.075 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:28:34.862Z] #21 1.075 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-17T11:28:35.434Z] #21 1.613 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-17T11:28:35.528Z] #67 ... [2022-05-17T11:28:35.528Z] [2022-05-17T11:28:35.528Z] #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-17T11:28:35.528Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:35.528Z] #14 110.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-17T11:28:35.528Z] #14 110.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-17T11:28:35.528Z] #14 110.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-17T11:28:35.528Z] #14 111.0 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-17T11:28:35.528Z] #14 111.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-17T11:28:35.528Z] #14 111.0 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-17T11:28:35.528Z] #14 111.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-17T11:28:35.528Z] #14 111.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-17T11:28:35.528Z] #14 111.4 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-17T11:28:35.528Z] #14 111.7 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-17T11:28:35.528Z] #14 111.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:28:35.528Z] #14 111.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:28:35.528Z] #14 111.8 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-17T11:28:35.528Z] #14 111.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-17T11:28:35.528Z] #14 111.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-17T11:28:35.528Z] #14 111.9 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-17T11:28:35.528Z] #14 112.0 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-17T11:28:35.528Z] #14 112.0 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-17T11:28:35.528Z] #14 112.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-17T11:28:35.528Z] #14 112.6 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-17T11:28:35.528Z] #14 112.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-17T11:28:35.528Z] #14 112.6 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-17T11:28:35.528Z] #14 112.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-17T11:28:35.528Z] #14 112.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-17T11:28:35.528Z] #14 112.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:28:35.528Z] #14 112.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-17T11:28:35.528Z] #14 112.7 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-17T11:28:35.528Z] #14 112.7 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-17T11:28:35.528Z] #14 112.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-17T11:28:35.528Z] #14 112.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:28:35.528Z] #14 112.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-17T11:28:35.528Z] #14 112.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-17T11:28:35.528Z] #14 112.7 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-17T11:28:35.528Z] #14 112.8 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-17T11:28:35.528Z] #14 112.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-17T11:28:35.528Z] #14 112.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-17T11:28:35.528Z] #14 112.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-17T11:28:35.528Z] #14 112.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-17T11:28:35.528Z] #14 112.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:28:35.528Z] #14 112.8 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-17T11:28:35.528Z] #14 112.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:28:35.528Z] #14 112.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-17T11:28:35.528Z] #14 112.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-17T11:28:35.528Z] #14 112.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:28:35.528Z] #14 112.9 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-17T11:28:35.528Z] #14 112.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:28:35.528Z] #14 112.9 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-17T11:28:35.528Z] #14 113.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:28:35.528Z] #14 113.3 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-17T11:28:35.528Z] #14 113.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:28:35.528Z] #14 113.3 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:28:35.528Z] #14 113.3 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:28:35.528Z] #14 DONE 114.9s [2022-05-17T11:28:35.528Z] [2022-05-17T11:28:35.528Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-17T11:28:35.528Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-17T11:28:35.839Z] #15 ... [2022-05-17T11:28:35.839Z] [2022-05-17T11:28:35.839Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-17T11:28:35.839Z] #59 sha256:d912ae8cc0f47bc0f923539b2eae7d309e93e841db6f6203725b1c2dfe22eb8a [2022-05-17T11:28:35.839Z] #59 DONE 0.2s [2022-05-17T11:28:35.839Z] [2022-05-17T11:28:35.839Z] #60 [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-17T11:28:35.839Z] #60 sha256:fcb0de7899a9661320d1b9fe717323cf43542f2ee7d6482e1b563903490378e6 [2022-05-17T11:28:35.909Z] #14 106.5 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-17T11:28:35.909Z] #14 106.5 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:35.909Z] #14 106.5 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:28:36.377Z] #21 2.569 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [145 kB] [2022-05-17T11:28:34.737Z] > git rev-list --no-walk 91807e8d6040ce10ea7846432ea6e15ef5a12596 # timeout=10 [2022-05-17T11:28:37.762Z] #21 3.884 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-05-17T11:28:37.798Z] #60 ... [2022-05-17T11:28:37.798Z] [2022-05-17T11:28:37.798Z] #67 [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-17T11:28:37.798Z] #67 sha256:ea4878bab258ffa059dd99f1869d38f6dd30235b1f3ce65db7f10da222ec8873 [2022-05-17T11:28:37.798Z] #67 116.5 rootlesskit version 1.0.0 [2022-05-17T11:28:37.798Z] #67 116.6 Usage of /build/rootlesskit-docker-proxy: [2022-05-17T11:28:37.798Z] #67 116.6 -container-ip string [2022-05-17T11:28:37.798Z] #67 116.6 container ip [2022-05-17T11:28:37.798Z] #67 116.6 -container-port int [2022-05-17T11:28:37.798Z] #67 116.6 container port (default -1) [2022-05-17T11:28:37.798Z] #67 116.6 -host-ip string [2022-05-17T11:28:37.798Z] #67 116.6 host ip [2022-05-17T11:28:37.798Z] #67 116.6 -host-port int [2022-05-17T11:28:37.798Z] #67 116.6 host port (default -1) [2022-05-17T11:28:37.798Z] #67 116.6 -proto string [2022-05-17T11:28:37.798Z] #67 116.6 proxy protocol (default "tcp") [2022-05-17T11:28:37.798Z] #67 DONE 116.9s [2022-05-17T11:28:37.798Z] [2022-05-17T11:28:37.798Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-17T11:28:37.798Z] #68 sha256:bbcc73d7f5076ecced9d2ba418ea74e0a936f7f0b39e26d91fb69e5287ffe5ff [2022-05-17T11:28:37.798Z] #68 DONE 0.1s [2022-05-17T11:28:37.798Z] [2022-05-17T11:28:37.798Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-17T11:28:37.798Z] #69 sha256:b9d8ee22b8f0e299370752b4b705fcd71b069fdfb94aead760741d066cc84408 [2022-05-17T11:28:38.013Z] + docker version [2022-05-17T11:28:38.361Z] #69 DONE 0.2s [2022-05-17T11:28:38.361Z] [2022-05-17T11:28:38.361Z] #47 [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-17T11:28:38.361Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:28:38.957Z] #14 108.5 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-17T11:28:38.957Z] #14 108.5 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:38.957Z] #14 108.5 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:28:39.169Z] #21 ... [2022-05-17T11:28:39.169Z] [2022-05-17T11:28:39.169Z] #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-17T11:28:39.169Z] #34 sha256:7a88afd923b19d050d9dd0e227619d715a737b594582b3ac5f00c781d01ccb0f [2022-05-17T11:28:39.169Z] #34 DONE 119.0s [2022-05-17T11:28:39.169Z] [2022-05-17T11:28:39.169Z] #60 [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-17T11:28:39.169Z] #60 sha256:45ebeeefa6218ecfd343191d7a2dae8c4a5940ec6c751f052bb38e35f352a233 [2022-05-17T11:28:39.169Z] #60 9.126 + cd /tmp/tmp.fVS13uYH7s/src/github.com/opencontainers/runc [2022-05-17T11:28:39.169Z] #60 9.135 + git checkout -q v1.1.2 [2022-05-17T11:28:39.169Z] #60 9.579 + '[' -z '' ']' [2022-05-17T11:28:39.169Z] #60 9.579 + target=static [2022-05-17T11:28:39.169Z] #60 9.579 + make BUILDTAGS=seccomp static [2022-05-17T11:28:39.169Z] #60 9.988 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-17T11:28:39.192Z] Client: [2022-05-17T11:28:39.192Z] Version: 20.10.9 [2022-05-17T11:28:39.192Z] API version: 1.41 [2022-05-17T11:28:39.192Z] Go version: go1.16.8 [2022-05-17T11:28:39.192Z] Git commit: c2ea9bc [2022-05-17T11:28:39.192Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-17T11:28:39.192Z] OS/Arch: windows/amd64 [2022-05-17T11:28:39.192Z] Context: default [2022-05-17T11:28:39.192Z] Experimental: true [2022-05-17T11:28:39.192Z] [2022-05-17T11:28:39.192Z] Server: Docker Engine - Community [2022-05-17T11:28:39.192Z] Engine: [2022-05-17T11:28:39.192Z] Version: 20.10.9 [2022-05-17T11:28:39.192Z] API version: 1.41 (minimum version 1.24) [2022-05-17T11:28:39.192Z] Go version: go1.16.8 [2022-05-17T11:28:39.192Z] Git commit: 79ea9d3 [2022-05-17T11:28:39.192Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-17T11:28:39.192Z] OS/Arch: windows/amd64 [2022-05-17T11:28:39.192Z] Experimental: true [2022-05-17T11:28:39.291Z] #47 ... [2022-05-17T11:28:39.291Z] [2022-05-17T11:28:39.291Z] #60 [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-17T11:28:39.291Z] #60 sha256:fcb0de7899a9661320d1b9fe717323cf43542f2ee7d6482e1b563903490378e6 [2022-05-17T11:28:39.291Z] #60 3.767 + RM_GOPATH=0 [2022-05-17T11:28:39.291Z] #60 3.767 + TMP_GOPATH= [2022-05-17T11:28:39.291Z] #60 3.767 + : /build [2022-05-17T11:28:39.291Z] #60 3.767 + '[' -z '' ']' [2022-05-17T11:28:39.291Z] #60 3.796 ++ mktemp -d [2022-05-17T11:28:39.291Z] #60 3.796 + export GOPATH=/tmp/tmp.o36nse7gN5 [2022-05-17T11:28:39.291Z] #60 3.796 + GOPATH=/tmp/tmp.o36nse7gN5 [2022-05-17T11:28:39.291Z] #60 3.796 + RM_GOPATH=1 [2022-05-17T11:28:39.291Z] #60 3.796 + case "$(go env GOARCH)" in [2022-05-17T11:28:39.291Z] #60 3.796 ++ go env GOARCH [2022-05-17T11:28:39.524Z] #14 ... [2022-05-17T11:28:39.524Z] [2022-05-17T11:28:39.524Z] #64 [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-17T11:28:39.524Z] #64 sha256:eac1ff1ebce34cb74543a0091987d6af0be03f16d434a111ff0fc27d6d7bb051 [2022-05-17T11:28:39.550Z] #60 ... [2022-05-17T11:28:39.550Z] [2022-05-17T11:28:39.550Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-17T11:28:39.550Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-17T11:28:39.550Z] #15 DONE 4.1s [2022-05-17T11:28:39.550Z] [2022-05-17T11:28:39.550Z] #60 [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-17T11:28:39.550Z] #60 sha256:fcb0de7899a9661320d1b9fe717323cf43542f2ee7d6482e1b563903490378e6 [2022-05-17T11:28:39.550Z] #60 3.814 Install runc version v1.1.2 (build tags: seccomp) [2022-05-17T11:28:39.550Z] #60 3.814 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:28:39.550Z] #60 3.814 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:28:39.550Z] #60 3.814 ++ dirname /install.sh [2022-05-17T11:28:39.550Z] #60 3.814 + dir=/ [2022-05-17T11:28:39.550Z] #60 3.814 + bin=runc [2022-05-17T11:28:39.550Z] #60 3.814 + shift [2022-05-17T11:28:39.550Z] #60 3.814 + '[' '!' -f //runc.installer ']' [2022-05-17T11:28:39.550Z] #60 3.814 + . //runc.installer [2022-05-17T11:28:39.550Z] #60 3.814 ++ set -e [2022-05-17T11:28:39.550Z] #60 3.814 ++ : v1.1.2 [2022-05-17T11:28:39.550Z] #60 3.814 + install_runc [2022-05-17T11:28:39.550Z] #60 3.814 + RUNC_BUILDTAGS=seccomp [2022-05-17T11:28:39.550Z] #60 3.814 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-17T11:28:39.550Z] #60 3.814 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.o36nse7gN5/src/github.com/opencontainers/runc [2022-05-17T11:28:39.550Z] #60 3.814 Cloning into '/tmp/tmp.o36nse7gN5/src/github.com/opencontainers/runc'... [Pipeline] sh [2022-05-17T11:28:40.771Z] + docker info [2022-05-17T11:28:40.771Z] Client: [2022-05-17T11:28:40.771Z] Context: default [2022-05-17T11:28:40.771Z] Debug Mode: false [2022-05-17T11:28:40.771Z] [2022-05-17T11:28:40.771Z] Server: [2022-05-17T11:28:40.771Z] Containers: 0 [2022-05-17T11:28:40.771Z] Running: 0 [2022-05-17T11:28:40.771Z] Paused: 0 [2022-05-17T11:28:40.771Z] Stopped: 0 [2022-05-17T11:28:40.771Z] Images: 0 [2022-05-17T11:28:40.771Z] Server Version: 20.10.9 [2022-05-17T11:28:40.771Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-17T11:28:40.771Z] Windows: [2022-05-17T11:28:40.771Z] LCOW: [2022-05-17T11:28:40.771Z] Logging Driver: json-file [2022-05-17T11:28:40.771Z] Plugins: [2022-05-17T11:28:40.771Z] Volume: local [2022-05-17T11:28:40.771Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T11:28:40.771Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T11:28:40.771Z] Swarm: inactive [2022-05-17T11:28:40.771Z] Default Isolation: process [2022-05-17T11:28:40.771Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-17T11:28:40.771Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-17T11:28:40.771Z] OSType: windows [2022-05-17T11:28:40.771Z] Architecture: x86_64 [2022-05-17T11:28:40.771Z] CPUs: 4 [2022-05-17T11:28:40.771Z] Total Memory: 32GiB [2022-05-17T11:28:40.771Z] Name: azwin-2-2df1c0 [2022-05-17T11:28:40.771Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-17T11:28:40.771Z] Docker Root Dir: D:\docker [2022-05-17T11:28:40.771Z] Debug Mode: false [2022-05-17T11:28:40.771Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:28:40.771Z] Labels: [2022-05-17T11:28:40.771Z] Experimental: true [2022-05-17T11:28:40.771Z] Insecure Registries: [2022-05-17T11:28:40.771Z] 10.0.0.4:5000 [2022-05-17T11:28:40.771Z] 127.0.0.0/8 [2022-05-17T11:28:40.771Z] Registry Mirrors: [2022-05-17T11:28:40.771Z] http://10.0.0.4:5000/ [2022-05-17T11:28:40.771Z] Live Restore Enabled: false [2022-05-17T11:28:40.771Z] Product License: Community Engine [2022-05-17T11:28:40.771Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-17T11:28:42.111Z] #64 73.09 Updating files: 30% (1431/4768) Updating files: 31% (1479/4768) Updating files: 32% (1526/4768) Updating files: 33% (1574/4768) Updating files: 34% (1622/4768) Updating files: 35% (1669/4768) Updating files: 36% (1717/4768) Updating files: 37% (1765/4768) Updating files: 38% (1812/4768) Updating files: 39% (1860/4768) Updating files: 40% (1908/4768) Updating files: 41% (1955/4768) Updating files: 42% (2003/4768) Updating files: 43% (2051/4768) Updating files: 44% (2098/4768) Updating files: 45% (2146/4768) Updating files: 46% (2194/4768) Updating files: 47% (2241/4768) Updating files: 48% (2289/4768) Updating files: 49% (2337/4768) Updating files: 50% (2384/4768) Updating files: 51% (2432/4768) Updating files: 52% (2480/4768) Updating files: 53% (2528/4768) Updating files: 54% (2575/4768) Updating files: 55% (2623/4768) Updating files: 56% (2671/4768) Updating files: 57% (2718/4768) Updating files: 58% (2766/4768) Updating files: 59% (2814/4768) Updating files: 60% (2861/4768) Updating files: 61% (2909/4768) Updating files: 62% (2957/4768) Updating files: 63% (3004/4768) Updating files: 64% (3052/4768) Updating files: 65% (3100/4768) Updating files: 66% (3147/4768) Updating files: 67% (3195/4768) Updating files: 68% (3243/4768) Updating files: 69% (3290/4768) Updating files: 70% (3338/4768) Updating files: 71% (3386/4768) Updating files: 72% (3433/4768) Updating files: 73% (3481/4768) Updating files: 74% (3529/4768) Updating files: 75% (3576/4768) Updating files: 76% (3624/4768) Updating files: 77% (3672/4768) Updating files: 78% (3720/4768) Updating files: 79% (3767/4768) Updating files: 80% (3815/4768) Updating files: 81% (3863/4768) Updating files: 82% (3910/4768) Updating files: 83% (3958/4768) Updating files: 84% (4006/4768) Updating files: 84% (4043/4768) Updating files: 85% (4053/4768) Updating files: 86% (4101/4768) Updating files: 87% (4149/4768) Updating files: 88% (4196/4768) Updating files: 89% (4244/4768) Updating files: 90% (4292/4768) Updating files: 91% (4339/4768) Updating files: 92% (4387/4768) Updating files: 93% (4435/4768) Updating files: 94% (4482/4768) Updating files: 95% (4530/4768) Updating files: 96% (4578/4768) Updating files: 97% (4625/4768) Updating files: 98% (4673/4768) Updating files: 99% (4721/4768) Updating files: 100% (4768/4768) Updating files: 100% (4768/4768), done. [2022-05-17T11:28:42.370Z] #64 75.95 + cd /tmp/tmp.d5GvK4BoUC/src/github.com/containerd/containerd [2022-05-17T11:28:42.370Z] #64 75.95 + git checkout -q v1.6.4 [2022-05-17T11:28:43.306Z] #64 76.88 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-17T11:28:43.306Z] #64 76.88 + BUILDTAGS='netgo osusergo static_build' [2022-05-17T11:28:43.306Z] #64 76.88 + export EXTRA_FLAGS=-buildmode=pie [2022-05-17T11:28:43.306Z] #64 76.88 + EXTRA_FLAGS=-buildmode=pie [2022-05-17T11:28:43.306Z] #64 76.88 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-17T11:28:43.306Z] #64 76.88 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-17T11:28:43.306Z] #64 76.88 + '[' '' = dynamic ']' [2022-05-17T11:28:43.306Z] #64 76.88 + make [2022-05-17T11:28:43.718Z] #60 ... [2022-05-17T11:28:43.718Z] [2022-05-17T11:28:43.718Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-17T11:28:43.718Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2 [2022-05-17T11:28:43.718Z] #16 DONE 3.8s [2022-05-17T11:28:43.718Z] [2022-05-17T11:28:43.718Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-17T11:28:43.718Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc [2022-05-17T11:28:44.454Z] #60 ... [2022-05-17T11:28:44.454Z] [2022-05-17T11:28:44.454Z] #21 [dev-systemd-false 7/26] 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-17T11:28:44.454Z] #21 sha256:0d551b6de23a7dfa5dcf72febbe107504f20a7906bbab0031ad219e4b67dedb4 [2022-05-17T11:28:44.454Z] #21 5.892 Fetched 8417 kB in 5s (1618 kB/s) [2022-05-17T11:28:44.454Z] #21 5.892 Reading package lists... [2022-05-17T11:28:44.454Z] #21 7.911 Reading package lists... [2022-05-17T11:28:44.454Z] #21 9.649 Building dependency tree... [2022-05-17T11:28:44.454Z] #21 ... [2022-05-17T11:28:44.454Z] [2022-05-17T11:28:44.454Z] #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-17T11:28:44.454Z] #26 sha256:52391597b0a18571e1654aa6fb1e3d19176a443822c2fdaf71fc680b2fe7426e [2022-05-17T11:28:44.454Z] #26 114.1 + mkdir -p /tmp/tmp.3cgXHSsWn2/src/github.com/docker [2022-05-17T11:28:44.454Z] #26 114.2 + mv components/cli /tmp/tmp.3cgXHSsWn2/src/github.com/docker/cli [2022-05-17T11:28:44.454Z] #26 114.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-05-17T11:28:45.026Z] #26 ... [2022-05-17T11:28:45.026Z] [2022-05-17T11:28:45.026Z] #21 [dev-systemd-false 7/26] 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-17T11:28:45.026Z] #21 sha256:0d551b6de23a7dfa5dcf72febbe107504f20a7906bbab0031ad219e4b67dedb4 [2022-05-17T11:28:45.026Z] #21 11.17 The following additional packages will be installed: [2022-05-17T11:28:45.026Z] #21 11.17 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-17T11:28:45.026Z] #21 11.17 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-17T11:28:45.026Z] #21 11.18 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-17T11:28:45.026Z] #21 11.18 python3-pkg-resources vim-runtime xxd [2022-05-17T11:28:45.026Z] #21 11.18 Suggested packages: [2022-05-17T11:28:45.026Z] #21 11.18 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-17T11:28:45.026Z] #21 11.18 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-17T11:28:45.026Z] #21 11.18 acl attr quota [2022-05-17T11:28:45.026Z] #21 11.18 Recommended packages: [2022-05-17T11:28:45.026Z] #21 11.18 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-17T11:28:45.842Z] #64 79.16 + bin/ctr [2022-05-17T11:28:45.975Z] #21 12.08 The following NEW packages will be installed: [2022-05-17T11:28:45.975Z] #21 12.08 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-17T11:28:45.975Z] #21 12.09 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-17T11:28:45.975Z] #21 12.09 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-17T11:28:45.975Z] #21 12.09 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-17T11:28:45.975Z] #21 12.09 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-17T11:28:45.975Z] #21 12.09 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-17T11:28:45.975Z] #21 12.09 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-17T11:28:45.975Z] #21 12.09 xz-utils zip zstd [2022-05-17T11:28:46.236Z] #17 2.711 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-17T11:28:46.236Z] #17 DONE 2.8s [2022-05-17T11:28:46.236Z] [2022-05-17T11:28:46.236Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-17T11:28:46.236Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456 [2022-05-17T11:28:46.237Z] #21 12.42 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:28:46.237Z] #21 12.42 Need to get 27.0 MB of archives. [2022-05-17T11:28:46.237Z] #21 12.42 After this operation, 105 MB of additional disk space will be used. [2022-05-17T11:28:46.237Z] #21 12.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-05-17T11:28:46.237Z] #21 12.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-05-17T11:28:46.237Z] #21 12.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-05-17T11:28:46.237Z] #21 12.43 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-05-17T11:28:46.237Z] #21 12.44 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-05-17T11:28:46.237Z] #21 12.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-05-17T11:28:46.237Z] #21 12.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-05-17T11:28:46.237Z] #21 12.44 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-05-17T11:28:46.237Z] #21 12.45 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-17T11:28:46.237Z] #21 12.46 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-17T11:28:46.237Z] #21 12.47 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-05-17T11:28:46.237Z] #21 12.47 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-05-17T11:28:46.237Z] #21 12.48 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-17T11:28:46.237Z] #21 12.48 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-05-17T11:28:46.237Z] #21 12.51 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-05-17T11:28:46.237Z] #21 12.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-05-17T11:28:46.237Z] #21 12.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-05-17T11:28:46.237Z] #21 12.53 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-05-17T11:28:46.237Z] #21 12.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-05-17T11:28:46.237Z] #21 12.53 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-05-17T11:28:46.237Z] #21 12.53 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-05-17T11:28:46.498Z] #21 12.53 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-05-17T11:28:46.498Z] #21 12.53 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-05-17T11:28:46.498Z] #21 12.54 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-05-17T11:28:46.498Z] #21 12.56 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-05-17T11:28:46.498Z] #21 12.56 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-05-17T11:28:46.498Z] #21 12.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-05-17T11:28:46.693Z] Client: [2022-05-17T11:28:46.693Z] Version: 20.10.9 [2022-05-17T11:28:46.694Z] API version: 1.41 [2022-05-17T11:28:46.694Z] Go version: go1.16.8 [2022-05-17T11:28:46.694Z] Git commit: c2ea9bc [2022-05-17T11:28:46.694Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-17T11:28:46.694Z] OS/Arch: windows/amd64 [2022-05-17T11:28:46.694Z] Context: default [2022-05-17T11:28:46.694Z] Experimental: true [2022-05-17T11:28:46.694Z] [2022-05-17T11:28:46.694Z] Server: Docker Engine - Community [2022-05-17T11:28:46.694Z] Engine: [2022-05-17T11:28:46.694Z] Version: 20.10.9 [2022-05-17T11:28:46.694Z] API version: 1.41 (minimum version 1.24) [2022-05-17T11:28:46.694Z] Go version: go1.16.8 [2022-05-17T11:28:46.694Z] Git commit: 79ea9d3 [2022-05-17T11:28:46.694Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-17T11:28:46.694Z] OS/Arch: windows/amd64 [2022-05-17T11:28:46.694Z] Experimental: true [2022-05-17T11:28:46.759Z] #21 12.87 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-05-17T11:28:46.759Z] #21 12.87 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-17T11:28:46.759Z] #21 12.88 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-17T11:28:46.759Z] #21 12.88 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-17T11:28:46.759Z] #21 12.88 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-05-17T11:28:46.759Z] #21 12.88 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-05-17T11:28:46.759Z] #21 12.89 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-17T11:28:46.759Z] #21 12.93 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-17T11:28:46.759Z] #21 12.93 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-17T11:28:46.759Z] #21 12.93 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-17T11:28:46.759Z] #21 12.94 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-17T11:28:46.759Z] #21 12.96 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-17T11:28:46.759Z] #21 12.96 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-17T11:28:46.759Z] #21 13.00 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-05-17T11:28:46.759Z] #21 13.00 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-05-17T11:28:46.759Z] #21 13.01 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-05-17T11:28:46.759Z] #21 13.02 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-17T11:28:47.020Z] #21 13.27 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-05-17T11:28:47.020Z] #21 13.28 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-05-17T11:28:47.020Z] #21 13.29 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-05-17T11:28:47.020Z] #21 13.30 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [Pipeline] sh [2022-05-17T11:28:47.975Z] #21 13.86 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:28:47.975Z] #21 13.98 Fetched 27.0 MB in 1s (22.4 MB/s) [2022-05-17T11:28:47.975Z] #21 14.04 Selecting previously unselected package pigz. [2022-05-17T11:28:47.975Z] #21 14.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 ... 24001 files and directories currently installed.) [2022-05-17T11:28:47.975Z] #21 14.08 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-05-17T11:28:47.975Z] #21 14.09 Unpacking pigz (2.6-1) ... [2022-05-17T11:28:47.975Z] #21 14.19 Selecting previously unselected package libelf1:arm64. [2022-05-17T11:28:47.975Z] #21 14.19 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-05-17T11:28:47.975Z] #21 14.20 Unpacking libelf1:arm64 (0.183-1) ... [2022-05-17T11:28:48.236Z] #21 14.33 Selecting previously unselected package libbpf0:arm64. [2022-05-17T11:28:48.236Z] #21 14.33 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-05-17T11:28:48.236Z] #21 14.34 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-05-17T11:28:48.236Z] #21 14.42 Selecting previously unselected package libcap2:arm64. [2022-05-17T11:28:48.236Z] #21 14.42 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-05-17T11:28:48.236Z] #21 14.43 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-05-17T11:28:48.236Z] #21 14.53 Selecting previously unselected package libmnl0:arm64. [2022-05-17T11:28:48.291Z] + docker info [2022-05-17T11:28:48.497Z] #21 14.53 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-05-17T11:28:48.497Z] #21 14.53 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-05-17T11:28:48.497Z] #21 14.60 Selecting previously unselected package libxtables12:arm64. [2022-05-17T11:28:48.497Z] #21 14.60 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-05-17T11:28:48.497Z] #21 14.61 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-05-17T11:28:48.497Z] #21 14.66 Selecting previously unselected package libcap2-bin. [2022-05-17T11:28:48.497Z] #21 14.66 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-05-17T11:28:48.497Z] #21 14.66 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-17T11:28:48.497Z] #21 14.74 Selecting previously unselected package iproute2. [2022-05-17T11:28:48.497Z] #21 14.75 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-05-17T11:28:48.753Z] #18 DONE 2.6s [2022-05-17T11:28:48.753Z] [2022-05-17T11:28:48.753Z] #60 [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-17T11:28:48.753Z] #60 sha256:fcb0de7899a9661320d1b9fe717323cf43542f2ee7d6482e1b563903490378e6 [2022-05-17T11:28:48.753Z] #60 13.09 + cd /tmp/tmp.o36nse7gN5/src/github.com/opencontainers/runc [2022-05-17T11:28:48.753Z] #60 13.09 + git checkout -q v1.1.2 [2022-05-17T11:28:48.758Z] #21 14.77 Unpacking iproute2 (5.10.0-4) ... [2022-05-17T11:28:49.019Z] #21 15.17 Selecting previously unselected package xxd. [2022-05-17T11:28:49.019Z] #21 15.19 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-17T11:28:49.019Z] #21 15.20 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:28:49.019Z] #21 15.30 Selecting previously unselected package vim-common. [2022-05-17T11:28:49.280Z] #21 15.31 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:28:49.280Z] #21 15.32 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:28:49.280Z] #21 15.46 Selecting previously unselected package bash-completion. [2022-05-17T11:28:49.280Z] #21 15.46 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-17T11:28:49.316Z] #60 13.81 + '[' -z '' ']' [2022-05-17T11:28:49.572Z] #60 13.81 + target=static [2022-05-17T11:28:49.572Z] #60 13.81 + make BUILDTAGS=seccomp static [2022-05-17T11:28:49.829Z] #60 14.19 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-17T11:28:50.757Z] #60 ... [2022-05-17T11:28:50.757Z] [2022-05-17T11:28:50.757Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-17T11:28:50.757Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21 [2022-05-17T11:28:50.757Z] #19 DONE 1.9s [2022-05-17T11:28:50.757Z] [2022-05-17T11:28:50.757Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-17T11:28:50.757Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f [2022-05-17T11:28:50.763Z] #14 ... [2022-05-17T11:28:50.763Z] [2022-05-17T11:28:50.763Z] #64 [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-17T11:28:50.763Z] #64 sha256:cfc3060c160ba0e8565325ad383f29855d3b1536b37e175be9bf77babcda76d6 [2022-05-17T11:28:51.825Z] #21 17.58 Unpacking bash-completion (1:2.11-2) ... [2022-05-17T11:28:51.825Z] #21 17.99 Selecting previously unselected package bzip2. [2022-05-17T11:28:51.825Z] #21 18.00 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-05-17T11:28:51.825Z] #21 18.01 Unpacking bzip2 (1.0.8-4) ... [2022-05-17T11:28:51.825Z] #21 18.12 Selecting previously unselected package xz-utils. [2022-05-17T11:28:52.047Z] #64 63.71 Updating files: 38% (1850/4768) Updating files: 39% (1860/4768) Updating files: 40% (1908/4768) Updating files: 41% (1955/4768) Updating files: 42% (2003/4768) Updating files: 43% (2051/4768) Updating files: 44% (2098/4768) Updating files: 45% (2146/4768) Updating files: 46% (2194/4768) Updating files: 47% (2241/4768) Updating files: 48% (2289/4768) Updating files: 49% (2337/4768) Updating files: 50% (2384/4768) Updating files: 51% (2432/4768) Updating files: 52% (2480/4768) Updating files: 53% (2528/4768) Updating files: 54% (2575/4768) Updating files: 55% (2623/4768) Updating files: 56% (2671/4768) Updating files: 57% (2718/4768) Updating files: 58% (2766/4768) Updating files: 59% (2814/4768) Updating files: 60% (2861/4768) Updating files: 61% (2909/4768) Updating files: 62% (2957/4768) Updating files: 63% (3004/4768) Updating files: 64% (3052/4768) Updating files: 65% (3100/4768) Updating files: 66% (3147/4768) Updating files: 67% (3195/4768) Updating files: 68% (3243/4768) Updating files: 69% (3290/4768) Updating files: 70% (3338/4768) Updating files: 71% (3386/4768) Updating files: 72% (3433/4768) Updating files: 73% (3481/4768) Updating files: 73% (3494/4768) Updating files: 74% (3529/4768) Updating files: 75% (3576/4768) Updating files: 76% (3624/4768) Updating files: 77% (3672/4768) Updating files: 78% (3720/4768) Updating files: 79% (3767/4768) Updating files: 80% (3815/4768) Updating files: 81% (3863/4768) Updating files: 82% (3910/4768) Updating files: 83% (3958/4768) Updating files: 84% (4006/4768) Updating files: 85% (4053/4768) Updating files: 86% (4101/4768) Updating files: 87% (4149/4768) Updating files: 88% (4196/4768) Updating files: 89% (4244/4768) Updating files: 90% (4292/4768) Updating files: 91% (4339/4768) Updating files: 92% (4387/4768) Updating files: 93% (4435/4768) Updating files: 94% (4482/4768) Updating files: 95% (4530/4768) Updating files: 96% (4578/4768) Updating files: 97% (4625/4768) Updating files: 98% (4673/4768) Updating files: 99% (4721/4768) Updating files: 100% (4768/4768) Updating files: 100% (4768/4768), done. [2022-05-17T11:28:52.085Z] #21 18.12 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-05-17T11:28:52.085Z] #21 18.13 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-17T11:28:52.085Z] #21 18.28 Selecting previously unselected package apparmor. [2022-05-17T11:28:52.085Z] #21 18.29 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-05-17T11:28:52.085Z] #21 18.35 Unpacking apparmor (2.13.6-10) ... [2022-05-17T11:28:52.303Z] #64 66.14 + cd /tmp/tmp.5Wu9P7vLk1/src/github.com/containerd/containerd [2022-05-17T11:28:52.303Z] #64 66.14 + git checkout -q v1.6.4 [2022-05-17T11:28:52.657Z] #21 18.78 Selecting previously unselected package inetutils-ping. [2022-05-17T11:28:52.657Z] #21 18.78 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-05-17T11:28:52.657Z] #21 18.79 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-17T11:28:52.657Z] #21 18.90 Selecting previously unselected package libip4tc2:arm64. [2022-05-17T11:28:52.657Z] #21 18.90 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-05-17T11:28:52.657Z] #21 18.91 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-05-17T11:28:52.657Z] #21 18.98 Selecting previously unselected package libip6tc2:arm64. [2022-05-17T11:28:52.917Z] #21 18.98 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-05-17T11:28:52.917Z] #21 18.99 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-05-17T11:28:52.917Z] #21 19.03 Selecting previously unselected package libnfnetlink0:arm64. [2022-05-17T11:28:52.917Z] #21 19.04 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-05-17T11:28:52.917Z] #21 19.05 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-05-17T11:28:52.917Z] #21 19.11 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-05-17T11:28:52.917Z] #21 19.11 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-05-17T11:28:52.917Z] #21 19.12 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-05-17T11:28:52.917Z] #21 19.19 Selecting previously unselected package libnftnl11:arm64. [2022-05-17T11:28:52.917Z] #21 19.19 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-05-17T11:28:52.917Z] #21 19.20 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-05-17T11:28:53.188Z] #21 19.28 Selecting previously unselected package iptables. [2022-05-17T11:28:53.188Z] #21 19.28 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-05-17T11:28:53.188Z] #21 19.29 Unpacking iptables (1.8.7-1) ... [2022-05-17T11:28:53.279Z] #20 DONE 2.1s [2022-05-17T11:28:53.279Z] [2022-05-17T11:28:53.279Z] #21 [dev-systemd-false 7/26] 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-17T11:28:53.279Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:28:53.448Z] #21 19.56 Selecting previously unselected package libonig5:arm64. [2022-05-17T11:28:53.449Z] #21 19.57 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-05-17T11:28:53.449Z] #21 19.57 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-05-17T11:28:53.449Z] #21 19.69 Selecting previously unselected package libjq1:arm64. [2022-05-17T11:28:53.449Z] #21 19.69 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-05-17T11:28:53.449Z] #21 19.70 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-05-17T11:28:53.709Z] #21 19.80 Selecting previously unselected package jq. [2022-05-17T11:28:53.709Z] #21 19.82 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-05-17T11:28:53.709Z] #21 19.82 Unpacking jq (1.6-2.1) ... [2022-05-17T11:28:53.709Z] #21 19.91 Selecting previously unselected package libaio1:arm64. [2022-05-17T11:28:53.709Z] #21 19.91 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-05-17T11:28:53.709Z] #21 19.92 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-05-17T11:28:53.709Z] #21 20.01 Selecting previously unselected package libgpm2:arm64. [2022-05-17T11:28:53.709Z] #21 20.01 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-05-17T11:28:53.709Z] #21 20.01 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-05-17T11:28:53.970Z] #21 20.09 Selecting previously unselected package libicu67:arm64. [2022-05-17T11:28:53.970Z] #21 20.09 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-05-17T11:28:53.970Z] #21 20.10 Unpacking libicu67:arm64 (67.1-7) ... [2022-05-17T11:28:54.195Z] #64 68.06 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-17T11:28:54.195Z] #64 68.06 + BUILDTAGS='netgo osusergo static_build' [2022-05-17T11:28:54.195Z] #64 68.07 + export EXTRA_FLAGS=-buildmode=pie [2022-05-17T11:28:54.195Z] #64 68.07 + EXTRA_FLAGS=-buildmode=pie [2022-05-17T11:28:54.195Z] #64 68.07 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-17T11:28:54.195Z] #64 68.07 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-17T11:28:54.195Z] #64 68.07 + '[' '' = dynamic ']' [2022-05-17T11:28:54.195Z] #64 68.07 + make [2022-05-17T11:28:55.169Z] #21 2.223 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:28:55.169Z] #21 2.235 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:28:55.169Z] #21 2.249 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:28:55.428Z] #21 2.726 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:28:55.819Z] #64 ... [2022-05-17T11:28:55.819Z] [2022-05-17T11:28:55.819Z] #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-17T11:28:55.819Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:28:55.819Z] #14 125.4 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-17T11:28:55.819Z] #14 125.4 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:28:55.819Z] #14 125.4 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:28:56.087Z] #64 69.71 + bin/ctr [2022-05-17T11:28:56.519Z] #21 22.55 Selecting previously unselected package libinih1:arm64. [2022-05-17T11:28:56.519Z] #21 22.55 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-05-17T11:28:56.519Z] #21 22.55 Unpacking libinih1:arm64 (53-1+b2) ... [2022-05-17T11:28:56.519Z] #21 22.63 Selecting previously unselected package libnet1:arm64. [2022-05-17T11:28:56.519Z] #21 22.63 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-05-17T11:28:56.519Z] #21 22.64 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:28:56.519Z] #21 22.72 Selecting previously unselected package libnl-3-200:arm64. [2022-05-17T11:28:56.519Z] #21 22.72 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-05-17T11:28:56.519Z] #21 22.73 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-17T11:28:56.519Z] #21 22.82 Selecting previously unselected package libprotobuf-c1:arm64. [2022-05-17T11:28:56.780Z] #21 22.82 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-05-17T11:28:56.780Z] #21 22.82 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-17T11:28:56.780Z] #21 22.87 Selecting previously unselected package net-tools. [2022-05-17T11:28:56.780Z] #21 22.87 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-05-17T11:28:56.780Z] #21 22.87 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-17T11:28:56.780Z] #21 23.07 Selecting previously unselected package patch. [2022-05-17T11:28:56.803Z] #21 3.756 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:28:57.041Z] #21 23.08 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-05-17T11:28:57.041Z] #21 23.08 Unpacking patch (2.7.6-7) ... [2022-05-17T11:28:57.041Z] #21 23.18 Selecting previously unselected package python-pip-whl. [2022-05-17T11:28:57.041Z] #21 23.19 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-17T11:28:57.041Z] #21 23.19 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-17T11:28:57.613Z] #21 23.68 Selecting previously unselected package python3-lib2to3. [2022-05-17T11:28:57.613Z] #21 23.68 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-17T11:28:57.613Z] #21 23.69 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-17T11:28:57.613Z] #21 23.82 Selecting previously unselected package python3-distutils. [2022-05-17T11:28:57.613Z] #21 23.82 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-17T11:28:57.613Z] #21 23.83 Unpacking python3-distutils (3.9.2-1) ... [2022-05-17T11:28:57.874Z] #21 23.94 Selecting previously unselected package python3-pkg-resources. [2022-05-17T11:28:57.874Z] #21 23.95 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-17T11:28:57.874Z] #21 23.95 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:28:57.874Z] #21 24.07 Selecting previously unselected package python3-setuptools. [2022-05-17T11:28:57.874Z] #21 24.08 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-17T11:28:57.874Z] #21 24.08 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-17T11:28:58.135Z] #21 24.32 Selecting previously unselected package python3-wheel. [2022-05-17T11:28:58.135Z] #21 24.33 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-17T11:28:58.135Z] #21 24.33 Unpacking python3-wheel (0.34.2-1) ... [2022-05-17T11:28:58.135Z] #21 24.40 Selecting previously unselected package python3-pip. [2022-05-17T11:28:58.135Z] #21 24.40 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-17T11:28:58.135Z] #21 24.41 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-17T11:28:58.168Z] #21 5.200 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:28:58.707Z] #21 24.63 Selecting previously unselected package sudo. [2022-05-17T11:28:58.707Z] #21 24.65 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-05-17T11:28:58.707Z] #21 24.65 Unpacking sudo (1.9.5p2-3) ... [2022-05-17T11:28:58.968Z] #21 25.09 Selecting previously unselected package thin-provisioning-tools. [2022-05-17T11:28:58.968Z] #21 25.10 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-05-17T11:28:58.968Z] #21 25.10 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-17T11:28:58.968Z] #21 25.30 Selecting previously unselected package uidmap. [2022-05-17T11:28:59.228Z] #21 25.34 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-05-17T11:28:59.229Z] #21 25.34 Unpacking uidmap (1:4.8.1-1) ... [2022-05-17T11:28:59.489Z] #21 25.47 Selecting previously unselected package vim-runtime. [2022-05-17T11:28:59.489Z] #21 25.47 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:28:59.489Z] #21 25.51 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-17T11:28:59.489Z] #21 25.53 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-17T11:28:59.489Z] #21 25.53 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:01.178Z] #14 131.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-17T11:29:01.178Z] #14 131.4 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:29:01.178Z] #14 131.4 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-17T11:29:02.040Z] #21 28.25 Selecting previously unselected package vim. [2022-05-17T11:29:02.040Z] #21 28.25 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-05-17T11:29:02.040Z] #21 28.27 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:02.338Z] #21 9.035 Fetched 8530 kB in 7s (1189 kB/s) [2022-05-17T11:29:02.635Z] #21 28.67 Selecting previously unselected package xfsprogs. [2022-05-17T11:29:02.635Z] #21 28.68 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-05-17T11:29:02.635Z] #21 28.69 Unpacking xfsprogs (5.10.0-4) ... [2022-05-17T11:29:02.724Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-17T11:29:02.724Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-6c1d5cb6\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-17T11:29:02.724Z] ---------------------------------------------------------------------------- [2022-05-17T11:29:02.724Z] [2022-05-17T11:29:02.724Z] INFO: executeCI.ps1 starting at Tue May 17 11:29:00 CUT 2022 [2022-05-17T11:29:02.724Z] [2022-05-17T11:29:02.724Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-17T11:29:02.724Z] INFO: Running git version 2.24.1.windows.2 [2022-05-17T11:29:02.724Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-05-17T11:29:02.724Z] INFO: Environment variables: [2022-05-17T11:29:02.724Z] [2022-05-17T11:29:02.724Z] Name Value [2022-05-17T11:29:02.724Z] ---- ----- [2022-05-17T11:29:02.724Z] ALLUSERSPROFILE C:\ProgramData [2022-05-17T11:29:02.724Z] amd64 true [2022-05-17T11:29:02.724Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-17T11:29:02.724Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-17T11:29:02.724Z] arm64 true [2022-05-17T11:29:02.724Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-17T11:29:02.724Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-17T11:29:02.724Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-17T11:29:02.724Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-17T11:29:02.724Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-17T11:29:02.724Z] BRANCH_NAME PR-43322 [2022-05-17T11:29:02.724Z] BUILD_DISPLAY_NAME #3 [2022-05-17T11:29:02.724Z] BUILD_ID 3 [2022-05-17T11:29:02.724Z] BUILD_NUMBER 3 [2022-05-17T11:29:02.724Z] BUILD_TAG jenkins-moby-PR-43322-3 [2022-05-17T11:29:02.724Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/ [2022-05-17T11:29:02.724Z] cgroup2 true [2022-05-17T11:29:02.724Z] CHANGE_AUTHOR ndeloof [2022-05-17T11:29:02.724Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-05-17T11:29:02.724Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-05-17T11:29:02.724Z] CHANGE_BRANCH websocket_streams [2022-05-17T11:29:02.724Z] CHANGE_FORK ndeloof/docker [2022-05-17T11:29:02.724Z] CHANGE_ID 43322 [2022-05-17T11:29:02.724Z] CHANGE_TARGET master [2022-05-17T11:29:02.724Z] CHANGE_TITLE wsContainersAttach attach to stdin/out/err streams as requested [2022-05-17T11:29:02.724Z] CHANGE_URL https://github.com/moby/moby/pull/43322 [2022-05-17T11:29:02.724Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:29:02.724Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-17T11:29:02.724Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-17T11:29:02.724Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-17T11:29:02.724Z] COMPUTERNAME azwin-2-2df1c0 [2022-05-17T11:29:02.724Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-17T11:29:02.724Z] ConfigSequenceNumber 0 [2022-05-17T11:29:02.724Z] dco true [2022-05-17T11:29:02.724Z] DOCKER_BUILDKIT 0 [2022-05-17T11:29:02.724Z] DOCKER_DUT_DEBUG 1 [2022-05-17T11:29:02.724Z] DOCKER_EXPERIMENTAL 1 [2022-05-17T11:29:02.724Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-17T11:29:02.724Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-05-17T11:29:02.724Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-17T11:29:02.724Z] EXECUTOR_NUMBER 0 [2022-05-17T11:29:02.724Z] FQDN azwin-2-2df1c0.westus.cloudapp.azure.com [2022-05-17T11:29:02.724Z] GIT_BRANCH PR-43322 [2022-05-17T11:29:02.724Z] GIT_COMMIT a89e866f7d5e4dec0a9bbe8fc3320a1882922eeb [2022-05-17T11:29:02.724Z] GIT_PREVIOUS_COMMIT 91807e8d6040ce10ea7846432ea6e15ef5a12596 [2022-05-17T11:29:02.724Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 68439c8daad57174257782ef88ad35d9d24cd9bc [2022-05-17T11:29:02.724Z] GIT_URL https://github.com/moby/moby.git [2022-05-17T11:29:02.724Z] HUDSON_COOKIE 03b6a514-67d5-4925-a636-380ec9890850 [2022-05-17T11:29:02.724Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-17T11:29:02.724Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-17T11:29:02.724Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-17T11:29:02.724Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-17T11:29:02.724Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-17T11:29:02.724Z] JENKINS_NODE_COOKIE 9ea715a3-0d96-4702-b31f-3c109ecf88d8 [2022-05-17T11:29:02.724Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-17T11:29:02.724Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-17T11:29:02.724Z] JOB_BASE_NAME PR-43322 [2022-05-17T11:29:02.724Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/display/redirect [2022-05-17T11:29:02.724Z] JOB_NAME moby/PR-43322 [2022-05-17T11:29:02.724Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/ [2022-05-17T11:29:02.724Z] library.jps.version master [2022-05-17T11:29:02.724Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-17T11:29:02.724Z] NODE_LABELS amd64 azure azwin-2-2df1c0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-05-17T11:29:02.724Z] NODE_NAME azwin-2-2df1c0 [2022-05-17T11:29:02.724Z] NUMBER_OF_PROCESSORS 4 [2022-05-17T11:29:02.724Z] OS Windows_NT [2022-05-17T11:29:02.724Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-17T11:29:02.724Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-17T11:29:02.724Z] ppc64le false [2022-05-17T11:29:02.724Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-17T11:29:02.724Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-17T11:29:02.724Z] PROCESSOR_LEVEL 6 [2022-05-17T11:29:02.724Z] PROCESSOR_REVISION 4f01 [2022-05-17T11:29:02.724Z] ProgramData C:\ProgramData [2022-05-17T11:29:02.724Z] ProgramFiles C:\Program Files [2022-05-17T11:29:02.724Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-17T11:29:02.724Z] ProgramW6432 C:\Program Files [2022-05-17T11:29:02.724Z] PROMPT $P$G [2022-05-17T11:29:02.724Z] PSExecutionPolicyPreference Bypass [2022-05-17T11:29:02.724Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-17T11:29:02.724Z] PUBLIC C:\Users\Public [2022-05-17T11:29:02.724Z] rootless true [2022-05-17T11:29:02.725Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect?page=artif... [2022-05-17T11:29:02.725Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect?page=changes [2022-05-17T11:29:02.725Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect [2022-05-17T11:29:02.725Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect?page=tests [2022-05-17T11:29:02.725Z] s390x false [2022-05-17T11:29:02.725Z] SKIP_VALIDATION_TESTS 1 [2022-05-17T11:29:02.725Z] SOURCES_DRIVE d [2022-05-17T11:29:02.725Z] SOURCES_SUBDIR gopath [2022-05-17T11:29:02.725Z] STAGE_NAME Run tests [2022-05-17T11:29:02.725Z] SystemDrive C: [2022-05-17T11:29:02.725Z] SystemRoot C:\Windows [2022-05-17T11:29:02.725Z] TEMP C:\Windows\TEMP [2022-05-17T11:29:02.725Z] TESTDEBUG 0 [2022-05-17T11:29:02.725Z] TESTRUN_DRIVE d [2022-05-17T11:29:02.725Z] TESTRUN_SUBDIR CI [2022-05-17T11:29:02.725Z] TIMEOUT 120m [2022-05-17T11:29:02.725Z] TMP C:\Windows\TEMP [2022-05-17T11:29:02.725Z] unit_validate true [2022-05-17T11:29:02.725Z] USERDOMAIN WORKGROUP [2022-05-17T11:29:02.725Z] USERNAME azwin-2-2df1c0$ [2022-05-17T11:29:02.725Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-17T11:29:02.725Z] validate_force false [2022-05-17T11:29:02.725Z] windir C:\Windows [2022-05-17T11:29:02.725Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-17T11:29:02.725Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-05-17T11:29:02.725Z] windows2022 true [2022-05-17T11:29:02.725Z] windows2022containerd true [2022-05-17T11:29:02.725Z] windowsRS5 true [2022-05-17T11:29:02.725Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-17T11:29:02.725Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-17T11:29:02.725Z] [2022-05-17T11:29:02.725Z] [2022-05-17T11:29:02.725Z] [2022-05-17T11:29:02.898Z] #21 29.10 Selecting previously unselected package zip. [2022-05-17T11:29:02.898Z] #21 29.11 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-05-17T11:29:02.898Z] #21 29.11 Unpacking zip (3.0-12) ... [2022-05-17T11:29:03.165Z] #21 29.19 Selecting previously unselected package zstd. [2022-05-17T11:29:03.165Z] #21 29.19 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-05-17T11:29:03.165Z] #21 29.20 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-17T11:29:03.165Z] #21 29.46 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:29:03.233Z] Client: [2022-05-17T11:29:03.233Z] Context: default [2022-05-17T11:29:03.233Z] Debug Mode: false [2022-05-17T11:29:03.233Z] Plugins: [2022-05-17T11:29:03.233Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-17T11:29:03.233Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-17T11:29:03.233Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-17T11:29:03.233Z] [2022-05-17T11:29:03.233Z] Server: [2022-05-17T11:29:03.233Z] Containers: 0 [2022-05-17T11:29:03.233Z] Running: 0 [2022-05-17T11:29:03.233Z] Paused: 0 [2022-05-17T11:29:03.233Z] Stopped: 0 [2022-05-17T11:29:03.233Z] Images: 0 [2022-05-17T11:29:03.233Z] Server Version: 20.10.9 [2022-05-17T11:29:03.233Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-17T11:29:03.233Z] Windows: [2022-05-17T11:29:03.233Z] LCOW: [2022-05-17T11:29:03.233Z] Logging Driver: json-file [2022-05-17T11:29:03.233Z] Plugins: [2022-05-17T11:29:03.233Z] Volume: local [2022-05-17T11:29:03.233Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T11:29:03.233Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T11:29:03.233Z] Swarm: inactive [2022-05-17T11:29:03.233Z] Default Isolation: process [2022-05-17T11:29:03.233Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-17T11:29:03.233Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-17T11:29:03.233Z] OSType: windows [2022-05-17T11:29:03.233Z] Architecture: x86_64 [2022-05-17T11:29:03.233Z] CPUs: 4 [2022-05-17T11:29:03.233Z] Total Memory: 32GiB [2022-05-17T11:29:03.233Z] Name: azwin-2-354e70 [2022-05-17T11:29:03.233Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-17T11:29:03.233Z] Docker Root Dir: D:\docker [2022-05-17T11:29:03.233Z] Debug Mode: false [2022-05-17T11:29:03.233Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:29:03.233Z] Labels: [2022-05-17T11:29:03.233Z] Experimental: true [2022-05-17T11:29:03.233Z] Insecure Registries: [2022-05-17T11:29:03.233Z] 10.0.0.4:5000 [2022-05-17T11:29:03.233Z] 127.0.0.0/8 [2022-05-17T11:29:03.233Z] Registry Mirrors: [2022-05-17T11:29:03.233Z] http://10.0.0.4:5000/ [2022-05-17T11:29:03.233Z] Live Restore Enabled: false [2022-05-17T11:29:03.233Z] Product License: Community Engine [2022-05-17T11:29:03.233Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-05-17T11:29:03.714Z] INFO: Sources under d:\gopath\... [2022-05-17T11:29:03.714Z] INFO: Test run under d:\CI\... [2022-05-17T11:29:03.714Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-17T11:29:03.714Z] INFO: docker/docker repository was found [2022-05-17T11:29:03.714Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-05-17T11:29:04.108Z] #21 30.13 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-05-17T11:29:04.108Z] #21 30.15 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-17T11:29:04.108Z] #21 30.18 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-05-17T11:29:04.108Z] #21 30.20 Setting up libicu67:arm64 (67.1-7) ... [2022-05-17T11:29:04.108Z] #21 30.21 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-05-17T11:29:04.108Z] #21 30.22 Setting up libinih1:arm64 (53-1+b2) ... [2022-05-17T11:29:04.108Z] #21 30.23 Setting up uidmap (1:4.8.1-1) ... [2022-05-17T11:29:04.108Z] #21 30.25 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:29:04.108Z] #21 30.26 Setting up bzip2 (1.0.8-4) ... [2022-05-17T11:29:04.108Z] #21 30.27 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-05-17T11:29:04.108Z] #21 30.28 Setting up python3-wheel (0.34.2-1) ... [2022-05-17T11:29:04.177Z] #64 ... [2022-05-17T11:29:04.177Z] [2022-05-17T11:29:04.177Z] #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-17T11:29:04.177Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:29:04.177Z] #14 126.0 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-17T11:29:04.177Z] #14 126.0 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:29:04.177Z] #14 126.0 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:29:04.177Z] #14 131.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-17T11:29:04.177Z] #14 131.4 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:29:04.177Z] #14 131.4 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-17T11:29:04.680Z] #21 30.83 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:04.680Z] #21 30.86 Setting up libcap2:arm64 (1:2.44-1) ... [2022-05-17T11:29:04.680Z] #21 30.87 Setting up libcap2-bin (1:2.44-1) ... [2022-05-17T11:29:04.680Z] #21 30.90 Setting up apparmor (2.13.6-10) ... [2022-05-17T11:29:04.700Z] ltsc2022: Pulling from windows/servercore [2022-05-17T11:29:04.700Z] 97f65a0ec59e: Pulling fs layer [2022-05-17T11:29:04.700Z] 12fb50a031bd: Pulling fs layer [2022-05-17T11:29:04.857Z] #21 9.035 Reading package lists... [2022-05-17T11:29:04.857Z] #21 ... [2022-05-17T11:29:04.857Z] [2022-05-17T11:29:04.857Z] #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-17T11:29:04.857Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:29:04.857Z] #34 DONE 143.8s [2022-05-17T11:29:04.857Z] [2022-05-17T11:29:04.858Z] #21 [dev-systemd-false 7/26] 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-17T11:29:04.858Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:29:04.858Z] #21 9.035 Reading package lists... [2022-05-17T11:29:05.114Z] #21 12.03 Reading package lists... [2022-05-17T11:29:05.114Z] #21 ... [2022-05-17T11:29:05.114Z] [2022-05-17T11:29:05.114Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:29:05.114Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:29:05.114Z] #36 144.5 Delve is a source level debugger for Go programs. [2022-05-17T11:29:05.114Z] #36 144.5 [2022-05-17T11:29:05.114Z] #36 144.5 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-17T11:29:05.114Z] #36 144.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-17T11:29:05.114Z] #36 144.5 [2022-05-17T11:29:05.114Z] #36 144.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-17T11:29:05.114Z] #36 144.5 [2022-05-17T11:29:05.114Z] #36 144.5 Pass flags to the program you are debugging using `--`, for example: [2022-05-17T11:29:05.114Z] #36 144.5 [2022-05-17T11:29:05.114Z] #36 144.5 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-17T11:29:05.114Z] #36 144.5 [2022-05-17T11:29:05.114Z] #36 144.5 Usage: [2022-05-17T11:29:05.114Z] #36 144.5 dlv [command] [2022-05-17T11:29:05.114Z] #36 144.5 [2022-05-17T11:29:05.114Z] #36 144.5 Available Commands: [2022-05-17T11:29:05.114Z] #36 144.5 attach Attach to running process and begin debugging. [2022-05-17T11:29:05.114Z] #36 144.5 connect Connect to a headless debug server with a terminal client. [2022-05-17T11:29:05.114Z] #36 144.5 core Examine a core dump. [2022-05-17T11:29:05.114Z] #36 144.5 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-17T11:29:05.114Z] #36 144.5 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-17T11:29:05.114Z] #36 144.5 exec Execute a precompiled binary, and begin a debug session. [2022-05-17T11:29:05.114Z] #36 144.5 help Help about any command [2022-05-17T11:29:05.114Z] #36 144.5 run Deprecated command. Use 'debug' instead. [2022-05-17T11:29:05.114Z] #36 144.5 test Compile test binary and begin debugging program. [2022-05-17T11:29:05.114Z] #36 144.5 trace Compile and begin tracing program. [2022-05-17T11:29:05.114Z] #36 144.5 version Prints version. [2022-05-17T11:29:05.114Z] #36 144.5 [2022-05-17T11:29:05.114Z] #36 144.5 Flags: [2022-05-17T11:29:05.114Z] #36 144.5 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-17T11:29:05.114Z] #36 144.5 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-17T11:29:05.114Z] #36 144.5 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-17T11:29:05.114Z] #36 144.5 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-17T11:29:05.114Z] #36 144.5 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-17T11:29:05.114Z] #36 144.5 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-17T11:29:05.114Z] #36 144.5 --disable-aslr Disables address space randomization [2022-05-17T11:29:05.114Z] #36 144.5 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-17T11:29:05.114Z] #36 144.5 -h, --help help for dlv [2022-05-17T11:29:05.114Z] #36 144.5 --init string Init file, executed by the terminal client. [2022-05-17T11:29:05.114Z] #36 144.5 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-17T11:29:05.114Z] #36 144.5 --log Enable debugging server logging. [2022-05-17T11:29:05.114Z] #36 144.5 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-17T11:29:05.114Z] #36 144.5 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-17T11:29:05.114Z] #36 144.5 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-17T11:29:05.114Z] #36 144.5 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-17T11:29:05.114Z] #36 144.5 --wd string Working directory for running the program. [2022-05-17T11:29:05.114Z] #36 144.5 [2022-05-17T11:29:05.114Z] #36 144.5 Additional help topics: [2022-05-17T11:29:05.114Z] #36 144.5 dlv backend Help about the --backend flag. [2022-05-17T11:29:05.114Z] #36 144.5 dlv log Help about logging flags. [2022-05-17T11:29:05.114Z] #36 144.5 dlv redirect Help about file redirection. [2022-05-17T11:29:05.114Z] #36 144.5 [2022-05-17T11:29:05.114Z] #36 144.5 Use "dlv [command] --help" for more information about a command. [2022-05-17T11:29:05.114Z] #36 DONE 144.7s [2022-05-17T11:29:05.371Z] [2022-05-17T11:29:05.371Z] #55 [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-17T11:29:05.371Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:29:06.072Z] #14 137.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-17T11:29:06.072Z] #14 137.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:29:06.072Z] #14 137.7 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:29:06.595Z] #21 32.50 Setting up zip (3.0-12) ... [2022-05-17T11:29:06.595Z] #21 32.52 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:06.595Z] #21 32.55 Setting up bash-completion (1:2.11-2) ... [2022-05-17T11:29:07.264Z] #55 ... [2022-05-17T11:29:07.264Z] [2022-05-17T11:29:07.264Z] #21 [dev-systemd-false 7/26] 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-17T11:29:07.264Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:29:07.264Z] #21 12.03 Reading package lists... [2022-05-17T11:29:07.737Z] #14 137.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-17T11:29:07.737Z] #14 137.1 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:29:07.737Z] #14 137.1 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:29:08.192Z] #21 14.66 Building dependency tree... [2022-05-17T11:29:08.448Z] #21 15.81 The following additional packages will be installed: [2022-05-17T11:29:08.448Z] #21 15.81 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-17T11:29:08.448Z] #21 15.81 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-17T11:29:08.448Z] #21 15.81 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-17T11:29:08.448Z] #21 15.81 python3-pkg-resources vim-runtime xxd [2022-05-17T11:29:08.448Z] #21 15.81 Suggested packages: [2022-05-17T11:29:08.448Z] #21 15.81 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-17T11:29:08.448Z] #21 15.81 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-17T11:29:08.448Z] #21 15.81 acl attr quota [2022-05-17T11:29:08.448Z] #21 15.81 Recommended packages: [2022-05-17T11:29:08.448Z] #21 15.81 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-17T11:29:09.140Z] #21 35.00 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-17T11:29:09.140Z] #21 35.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-17T11:29:09.140Z] #21 35.03 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-05-17T11:29:09.140Z] #21 35.04 Setting up patch (2.7.6-7) ... [2022-05-17T11:29:09.140Z] #21 35.05 Setting up sudo (1.9.5p2-3) ... [2022-05-17T11:29:09.140Z] #21 35.13 invoke-rc.d: could not determine current runlevel [2022-05-17T11:29:09.140Z] #21 35.14 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-17T11:29:09.140Z] #21 35.16 Setting up xfsprogs (5.10.0-4) ... [2022-05-17T11:29:09.140Z] #21 35.17 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-05-17T11:29:09.140Z] #21 35.18 Setting up inetutils-ping (2:2.0-1) ... [2022-05-17T11:29:09.140Z] #21 35.20 Setting up pigz (2.6-1) ... [2022-05-17T11:29:09.140Z] #21 35.22 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-05-17T11:29:09.140Z] #21 35.23 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-05-17T11:29:09.140Z] #21 35.26 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-17T11:29:09.140Z] #21 35.27 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:09.711Z] #21 35.84 Setting up libaio1:arm64 (0.3.112-9) ... [2022-05-17T11:29:09.711Z] #21 35.85 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-17T11:29:09.819Z] #21 17.06 The following NEW packages will be installed: [2022-05-17T11:29:09.819Z] #21 17.06 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-17T11:29:09.819Z] #21 17.06 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-17T11:29:09.819Z] #21 17.06 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-17T11:29:09.819Z] #21 17.06 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-17T11:29:09.819Z] #21 17.06 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-17T11:29:09.819Z] #21 17.06 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-17T11:29:09.819Z] #21 17.06 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-17T11:29:09.819Z] #21 17.06 xz-utils zip zstd [2022-05-17T11:29:09.972Z] #21 36.21 Setting up libelf1:arm64 (0.183-1) ... [2022-05-17T11:29:10.076Z] #21 17.40 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:29:10.076Z] #21 17.40 Need to get 27.6 MB of archives. [2022-05-17T11:29:10.076Z] #21 17.40 After this operation, 106 MB of additional disk space will be used. [2022-05-17T11:29:10.076Z] #21 17.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-17T11:29:10.076Z] #21 17.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-17T11:29:10.076Z] #21 17.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-17T11:29:10.076Z] #21 17.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-17T11:29:10.076Z] #21 17.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-17T11:29:10.076Z] #21 17.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-17T11:29:10.076Z] #21 17.41 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-17T11:29:10.076Z] #21 17.41 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-17T11:29:10.233Z] #21 36.30 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-17T11:29:10.233Z] #21 36.31 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-05-17T11:29:10.233Z] #21 36.32 Setting up python3-distutils (3.9.2-1) ... [2022-05-17T11:29:10.332Z] #21 17.46 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-17T11:29:10.332Z] #21 17.46 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-17T11:29:10.332Z] #21 17.47 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-17T11:29:10.332Z] #21 17.48 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-17T11:29:10.332Z] #21 17.48 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-17T11:29:10.332Z] #21 17.50 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-17T11:29:10.332Z] #21 17.52 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-17T11:29:10.333Z] #21 17.52 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-17T11:29:10.333Z] #21 17.52 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-17T11:29:10.333Z] #21 17.52 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-17T11:29:10.333Z] #21 17.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-17T11:29:10.333Z] #21 17.53 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-17T11:29:10.333Z] #21 17.53 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-17T11:29:10.333Z] #21 17.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-17T11:29:10.333Z] #21 17.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-17T11:29:10.333Z] #21 17.55 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-17T11:29:10.333Z] #21 17.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-17T11:29:10.333Z] #21 17.55 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-17T11:29:10.333Z] #21 17.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-17T11:29:10.756Z] #21 36.73 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:10.756Z] #21 36.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-17T11:29:10.756Z] #21 36.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-17T11:29:10.756Z] #21 36.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-17T11:29:10.756Z] #21 36.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-17T11:29:10.756Z] #21 36.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-17T11:29:10.756Z] #21 36.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-17T11:29:10.756Z] #21 36.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-17T11:29:10.756Z] #21 36.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-17T11:29:10.756Z] #21 36.81 Setting up python3-setuptools (52.0.0-4) ... [2022-05-17T11:29:10.896Z] #21 17.82 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-17T11:29:10.896Z] #21 17.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-17T11:29:10.896Z] #21 17.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-17T11:29:10.896Z] #21 17.82 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-17T11:29:10.896Z] #21 17.82 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-17T11:29:10.896Z] #21 17.82 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-17T11:29:10.896Z] #21 17.82 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-17T11:29:10.896Z] #21 17.87 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-17T11:29:10.896Z] #21 17.87 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-17T11:29:10.896Z] #21 17.88 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-17T11:29:10.896Z] #21 17.90 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-17T11:29:10.896Z] #21 17.91 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-17T11:29:10.896Z] #21 17.91 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-17T11:29:10.896Z] #21 17.91 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-17T11:29:10.896Z] #21 17.96 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-17T11:29:10.896Z] #21 17.99 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-17T11:29:10.896Z] #21 17.99 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-17T11:29:11.153Z] #21 18.19 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-17T11:29:11.153Z] #21 18.26 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-17T11:29:11.153Z] #21 18.29 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-17T11:29:11.153Z] #21 18.29 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-17T11:29:11.699Z] #21 38.02 Setting up libjq1:arm64 (1.6-2.1) ... [2022-05-17T11:29:11.718Z] #21 18.91 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:29:11.718Z] #21 19.04 Fetched 27.6 MB in 1s (23.0 MB/s) [2022-05-17T11:29:11.960Z] #21 38.04 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-05-17T11:29:11.960Z] #21 38.06 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-17T11:29:11.960Z] #21 38.07 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-17T11:29:11.979Z] #21 19.09 Selecting previously unselected package pigz. [2022-05-17T11:29:11.979Z] #21 19.09 (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-17T11:29:11.979Z] #21 19.14 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-17T11:29:11.979Z] #21 19.15 Unpacking pigz (2.6-1) ... [2022-05-17T11:29:11.979Z] #21 19.23 Selecting previously unselected package libelf1:amd64. [2022-05-17T11:29:11.979Z] #21 19.24 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-17T11:29:11.979Z] #21 19.25 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-17T11:29:12.235Z] #21 19.40 Selecting previously unselected package libbpf0:amd64. [2022-05-17T11:29:12.235Z] #21 19.40 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-17T11:29:12.235Z] #21 19.41 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-17T11:29:12.235Z] #21 19.48 Selecting previously unselected package libcap2:amd64. [2022-05-17T11:29:12.235Z] #21 19.49 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-17T11:29:12.235Z] #21 19.49 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-17T11:29:12.492Z] #21 19.57 Selecting previously unselected package libmnl0:amd64. [2022-05-17T11:29:12.492Z] #21 19.58 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-17T11:29:12.492Z] #21 19.58 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-17T11:29:12.492Z] #21 19.64 Selecting previously unselected package libxtables12:amd64. [2022-05-17T11:29:12.492Z] #21 19.65 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-17T11:29:12.492Z] #21 19.65 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-17T11:29:12.492Z] #21 19.71 Selecting previously unselected package libcap2-bin. [2022-05-17T11:29:12.492Z] #21 19.71 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-17T11:29:12.492Z] #21 19.71 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-17T11:29:12.492Z] #21 19.79 Selecting previously unselected package iproute2. [2022-05-17T11:29:12.492Z] #21 19.80 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-17T11:29:12.492Z] #21 19.80 Unpacking iproute2 (5.10.0-4) ... [2022-05-17T11:29:12.902Z] #21 39.14 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-05-17T11:29:12.902Z] #21 39.15 Setting up jq (1.6-2.1) ... [2022-05-17T11:29:12.902Z] #21 39.16 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-05-17T11:29:12.902Z] #21 39.17 Setting up iptables (1.8.7-1) ... [2022-05-17T11:29:12.902Z] #21 39.18 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-17T11:29:12.902Z] #21 39.19 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-17T11:29:12.902Z] #21 39.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-17T11:29:13.055Z] #21 20.21 Selecting previously unselected package xxd. [2022-05-17T11:29:13.055Z] #21 20.22 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-17T11:29:13.055Z] #21 20.22 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:13.163Z] #21 39.20 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-17T11:29:13.163Z] #21 39.21 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-17T11:29:13.163Z] #21 39.23 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-17T11:29:13.163Z] #21 39.23 Setting up iproute2 (5.10.0-4) ... [2022-05-17T11:29:13.311Z] #21 20.32 Selecting previously unselected package vim-common. [2022-05-17T11:29:13.311Z] #21 20.33 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:29:13.311Z] #21 20.34 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:13.311Z] #21 20.50 Selecting previously unselected package bash-completion. [2022-05-17T11:29:13.311Z] #21 20.50 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-17T11:29:13.424Z] #21 39.67 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:29:15.130Z] 12fb50a031bd: Verifying Checksum [2022-05-17T11:29:15.130Z] 12fb50a031bd: Download complete [2022-05-17T11:29:15.205Z] #21 22.26 Unpacking bash-completion (1:2.11-2) ... [2022-05-17T11:29:15.337Z] #21 DONE 41.4s [2022-05-17T11:29:15.337Z] [2022-05-17T11:29:15.337Z] #22 [dev-systemd-false 8/26] 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-17T11:29:15.337Z] #22 sha256:989ba02d31fff8765a4796cdbe86c36670561540782a03ecc3296119ababa2e6 [2022-05-17T11:29:15.462Z] #21 22.66 Selecting previously unselected package bzip2. [2022-05-17T11:29:15.462Z] #21 22.66 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-17T11:29:15.462Z] #21 22.67 Unpacking bzip2 (1.0.8-4) ... [2022-05-17T11:29:15.462Z] #21 22.74 Selecting previously unselected package xz-utils. [2022-05-17T11:29:15.462Z] #21 22.75 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-17T11:29:15.462Z] #21 22.75 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-17T11:29:15.719Z] #21 22.91 Selecting previously unselected package apparmor. [2022-05-17T11:29:15.719Z] #21 22.91 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-17T11:29:15.719Z] #21 22.96 Unpacking apparmor (2.13.6-10) ... [2022-05-17T11:29:15.911Z] #22 0.642 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-17T11:29:15.911Z] #22 0.647 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-17T11:29:15.911Z] #22 0.650 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-17T11:29:15.911Z] #22 DONE 0.7s [2022-05-17T11:29:15.911Z] [2022-05-17T11:29:15.911Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-17T11:29:15.911Z] #23 sha256:43d19c47b8e0948fc1e6c05117d4b377cecf363f0adb1b8bcd2779c4fe8c1d90 [2022-05-17T11:29:15.976Z] #21 23.37 Selecting previously unselected package inetutils-ping. [2022-05-17T11:29:16.233Z] #21 23.37 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-17T11:29:16.233Z] #21 23.38 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-17T11:29:16.233Z] #21 23.48 Selecting previously unselected package libip4tc2:amd64. [2022-05-17T11:29:16.490Z] #21 23.48 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-17T11:29:16.490Z] #21 23.49 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-17T11:29:16.490Z] #21 23.56 Selecting previously unselected package libip6tc2:amd64. [2022-05-17T11:29:16.490Z] #21 23.56 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-17T11:29:16.490Z] #21 23.57 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-17T11:29:16.490Z] #21 23.63 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-17T11:29:16.490Z] #21 23.64 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-17T11:29:16.490Z] #21 23.64 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-17T11:29:16.490Z] #21 23.70 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-17T11:29:16.490Z] #21 23.71 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-17T11:29:16.490Z] #21 23.71 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-17T11:29:16.490Z] #21 23.78 Selecting previously unselected package libnftnl11:amd64. [2022-05-17T11:29:16.490Z] #21 23.78 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-17T11:29:16.490Z] #21 23.79 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-17T11:29:16.490Z] #21 23.86 Selecting previously unselected package iptables. [2022-05-17T11:29:16.490Z] #21 23.87 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-17T11:29:16.490Z] #21 23.88 Unpacking iptables (1.8.7-1) ... [2022-05-17T11:29:17.054Z] #21 24.19 Selecting previously unselected package libonig5:amd64. [2022-05-17T11:29:17.054Z] #21 24.19 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-17T11:29:17.054Z] #21 24.20 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:29:17.054Z] #21 24.30 Selecting previously unselected package libjq1:amd64. [2022-05-17T11:29:17.054Z] #21 24.30 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-17T11:29:17.054Z] #21 24.31 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:29:17.311Z] #21 24.40 Selecting previously unselected package jq. [2022-05-17T11:29:17.311Z] #21 24.42 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-17T11:29:17.311Z] #21 24.42 Unpacking jq (1.6-2.1) ... [2022-05-17T11:29:17.311Z] #21 24.49 Selecting previously unselected package libaio1:amd64. [2022-05-17T11:29:17.311Z] #21 24.49 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-17T11:29:17.311Z] #21 24.49 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-17T11:29:17.311Z] #21 24.56 Selecting previously unselected package libgpm2:amd64. [2022-05-17T11:29:17.311Z] #21 24.56 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-17T11:29:17.311Z] #21 24.56 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-17T11:29:17.311Z] #21 24.63 Selecting previously unselected package libicu67:amd64. [2022-05-17T11:29:17.311Z] #21 24.64 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-17T11:29:17.311Z] #21 24.64 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-17T11:29:18.253Z] #14 150.1 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-17T11:29:18.253Z] #14 150.1 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:29:18.253Z] #14 150.1 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:29:19.939Z] #14 149.8 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-17T11:29:19.939Z] #14 149.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-17T11:29:19.939Z] #14 149.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:29:20.148Z] #14 ... [2022-05-17T11:29:20.148Z] [2022-05-17T11:29:20.148Z] #67 [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-17T11:29:20.148Z] #67 sha256:4ab6a37039cbaae5978ed0b05e612c2da0abb613b46c95edf15b43b76f9e4729 [2022-05-17T11:29:20.148Z] #67 151.7 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-17T11:29:20.148Z] #67 151.7 + GOBIN=/build [2022-05-17T11:29:20.148Z] #67 151.7 + GO111MODULE=on [2022-05-17T11:29:20.148Z] #67 151.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:29:20.583Z] #21 27.65 Selecting previously unselected package libinih1:amd64. [2022-05-17T11:29:20.583Z] #21 27.66 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-17T11:29:20.583Z] #21 27.66 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-17T11:29:20.583Z] #21 27.71 Selecting previously unselected package libnet1:amd64. [2022-05-17T11:29:20.583Z] #21 27.72 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-17T11:29:20.583Z] #21 27.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:29:20.583Z] #21 27.78 Selecting previously unselected package libnl-3-200:amd64. [2022-05-17T11:29:20.583Z] #21 27.80 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-17T11:29:20.583Z] #21 27.80 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:29:20.840Z] #21 27.89 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-17T11:29:20.840Z] #21 27.90 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-17T11:29:20.840Z] #21 27.91 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:29:20.840Z] #21 27.95 Selecting previously unselected package net-tools. [2022-05-17T11:29:20.840Z] #21 27.96 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-17T11:29:20.840Z] #21 27.96 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-17T11:29:20.995Z] 97f65a0ec59e: Verifying Checksum [2022-05-17T11:29:20.995Z] 97f65a0ec59e: Download complete [2022-05-17T11:29:21.096Z] #21 28.14 Selecting previously unselected package patch. [2022-05-17T11:29:21.096Z] #21 28.16 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-17T11:29:21.096Z] #21 28.16 Unpacking patch (2.7.6-7) ... [2022-05-17T11:29:21.096Z] #21 28.28 Selecting previously unselected package python-pip-whl. [2022-05-17T11:29:21.096Z] #21 28.30 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-17T11:29:21.096Z] #21 28.30 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-17T11:29:21.660Z] #21 28.82 Selecting previously unselected package python3-lib2to3. [2022-05-17T11:29:21.660Z] #21 28.83 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-17T11:29:21.660Z] #21 28.84 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-17T11:29:21.916Z] #21 28.98 Selecting previously unselected package python3-distutils. [2022-05-17T11:29:21.916Z] #21 29.00 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-17T11:29:21.916Z] #21 29.01 Unpacking python3-distutils (3.9.2-1) ... [2022-05-17T11:29:21.916Z] #21 29.16 Selecting previously unselected package python3-pkg-resources. [2022-05-17T11:29:21.916Z] #21 29.16 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-17T11:29:21.916Z] #21 29.17 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:29:22.173Z] #21 29.30 Selecting previously unselected package python3-setuptools. [2022-05-17T11:29:22.173Z] #21 29.32 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-17T11:29:22.173Z] #21 29.33 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-17T11:29:22.173Z] #21 29.56 Selecting previously unselected package python3-wheel. [2022-05-17T11:29:22.429Z] #21 29.56 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-17T11:29:22.429Z] #21 29.57 Unpacking python3-wheel (0.34.2-1) ... [2022-05-17T11:29:22.429Z] #21 29.63 Selecting previously unselected package python3-pip. [2022-05-17T11:29:22.429Z] #21 29.64 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-17T11:29:22.429Z] #21 29.64 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-17T11:29:22.467Z] #14 ... [2022-05-17T11:29:22.467Z] [2022-05-17T11:29:22.467Z] #67 [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-17T11:29:22.467Z] #67 sha256:ccf7310886d96c1e1c65e3cd6564e6f47028ffd218e86e36f42fd9a220547112 [2022-05-17T11:29:22.467Z] #67 152.5 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-17T11:29:22.467Z] #67 152.5 + GOBIN=/build [2022-05-17T11:29:22.467Z] #67 152.5 + GO111MODULE=on [2022-05-17T11:29:22.467Z] #67 152.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-17T11:29:22.686Z] #21 29.88 Selecting previously unselected package sudo. [2022-05-17T11:29:22.686Z] #21 29.88 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-17T11:29:22.686Z] #21 29.89 Unpacking sudo (1.9.5p2-3) ... [2022-05-17T11:29:23.250Z] #21 30.41 Selecting previously unselected package thin-provisioning-tools. [2022-05-17T11:29:23.250Z] #21 30.43 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-17T11:29:23.250Z] #21 30.43 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-17T11:29:23.507Z] #21 30.62 Selecting previously unselected package uidmap. [2022-05-17T11:29:23.507Z] #21 30.64 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-17T11:29:23.507Z] #21 30.64 Unpacking uidmap (1:4.8.1-1) ... [2022-05-17T11:29:23.507Z] #21 30.77 Selecting previously unselected package vim-runtime. [2022-05-17T11:29:23.507Z] #21 30.78 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:29:23.507Z] #21 30.80 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-17T11:29:23.507Z] #21 30.82 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-17T11:29:23.763Z] #21 30.82 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:25.480Z] #67 ... [2022-05-17T11:29:25.480Z] [2022-05-17T11:29:25.480Z] #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-17T11:29:25.480Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:29:25.480Z] #14 155.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-17T11:29:25.480Z] #14 155.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-17T11:29:25.480Z] #14 155.9 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-17T11:29:25.480Z] #14 156.1 Selecting previously unselected package libapparmor1:amd64. [2022-05-17T11:29:25.480Z] #14 156.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-17T11:29:25.480Z] #14 156.1 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-17T11:29:25.480Z] #14 156.2 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-17T11:29:25.480Z] #14 156.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-17T11:29:25.480Z] #14 156.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-17T11:29:25.480Z] #14 157.0 Selecting previously unselected package libbtrfs0:amd64. [2022-05-17T11:29:25.480Z] #14 157.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-17T11:29:25.480Z] #14 157.0 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:29:25.737Z] #14 157.5 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-17T11:29:25.737Z] #14 157.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-17T11:29:25.737Z] #14 157.5 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:29:25.911Z] #23 8.678 Collecting yamllint==1.26.1 [2022-05-17T11:29:25.911Z] #23 9.725 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-17T11:29:25.994Z] #14 157.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-17T11:29:25.994Z] #14 157.8 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:29:25.994Z] #14 157.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:25.994Z] #14 157.8 Selecting previously unselected package libudev-dev:amd64. [2022-05-17T11:29:25.994Z] #14 157.8 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-17T11:29:25.994Z] #14 157.9 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-17T11:29:25.994Z] #14 158.0 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-17T11:29:26.270Z] #14 158.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-17T11:29:26.270Z] #14 158.0 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-17T11:29:26.483Z] #23 10.65 Collecting pathspec>=0.5.3 [2022-05-17T11:29:26.483Z] #23 10.66 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-17T11:29:26.744Z] #23 10.89 Collecting pyyaml [2022-05-17T11:29:26.744Z] #23 10.90 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-05-17T11:29:26.744Z] #23 11.00 Building wheels for collected packages: yamllint [2022-05-17T11:29:27.006Z] #23 11.00 Building wheel for yamllint (setup.py): started [2022-05-17T11:29:27.034Z] #21 33.72 Selecting previously unselected package vim. [2022-05-17T11:29:27.034Z] #21 33.73 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-17T11:29:27.034Z] #21 33.74 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:27.034Z] #21 34.31 Selecting previously unselected package xfsprogs. [2022-05-17T11:29:27.034Z] #21 34.31 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-17T11:29:27.034Z] #21 34.32 Unpacking xfsprogs (5.10.0-4) ... [2022-05-17T11:29:27.598Z] #21 34.75 Selecting previously unselected package zip. [2022-05-17T11:29:27.598Z] #21 34.76 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-17T11:29:27.598Z] #21 34.77 Unpacking zip (3.0-12) ... [2022-05-17T11:29:27.639Z] #14 159.4 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-17T11:29:27.639Z] #14 159.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-17T11:29:27.639Z] #14 159.6 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-17T11:29:27.730Z] #67 ... [2022-05-17T11:29:27.730Z] [2022-05-17T11:29:27.730Z] #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-17T11:29:27.730Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:29:27.730Z] #14 155.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-17T11:29:27.730Z] #14 155.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-17T11:29:27.730Z] #14 155.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-17T11:29:27.730Z] #14 155.5 Selecting previously unselected package libapparmor1:amd64. [2022-05-17T11:29:27.730Z] #14 155.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 155.5 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-17T11:29:27.730Z] #14 155.6 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-17T11:29:27.730Z] #14 155.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 155.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-17T11:29:27.730Z] #14 155.7 Selecting previously unselected package libbtrfs0:amd64. [2022-05-17T11:29:27.730Z] #14 155.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 155.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:29:27.730Z] #14 155.9 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-17T11:29:27.730Z] #14 155.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 155.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:29:27.730Z] #14 156.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-17T11:29:27.730Z] #14 156.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 156.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:27.730Z] #14 156.1 Selecting previously unselected package libudev-dev:amd64. [2022-05-17T11:29:27.730Z] #14 156.1 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 156.1 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-17T11:29:27.730Z] #14 156.3 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-17T11:29:27.730Z] #14 156.3 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 156.3 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-17T11:29:27.730Z] #14 156.6 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-17T11:29:27.730Z] #14 156.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 156.6 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-17T11:29:27.730Z] #14 156.7 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-17T11:29:27.730Z] #14 156.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 156.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-17T11:29:27.730Z] #14 157.0 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-17T11:29:27.730Z] #14 157.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 157.0 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-17T11:29:27.730Z] #14 157.0 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-17T11:29:27.730Z] #14 157.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 157.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-17T11:29:27.730Z] #14 157.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-17T11:29:27.730Z] #14 157.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 157.6 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-17T11:29:27.730Z] #14 157.8 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-17T11:29:27.730Z] #14 157.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 157.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:27.730Z] #14 157.9 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-17T11:29:27.730Z] #14 157.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 158.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-17T11:29:27.730Z] #14 158.1 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-17T11:29:27.730Z] #14 158.1 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-17T11:29:27.730Z] #14 158.1 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-17T11:29:27.855Z] #21 34.89 Selecting previously unselected package zstd. [2022-05-17T11:29:27.855Z] #21 34.90 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-17T11:29:27.855Z] #21 34.92 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-17T11:29:27.950Z] #23 11.94 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-17T11:29:27.950Z] #23 11.94 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=d3dbecd7c8a5cb1d303326ca1650a1225402f7cdcd8f0ac953686ecb6b6fd679 [2022-05-17T11:29:27.950Z] #23 11.94 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-17T11:29:27.950Z] #23 11.95 Successfully built yamllint [2022-05-17T11:29:27.950Z] #23 11.98 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-17T11:29:28.112Z] #21 35.21 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:29:28.212Z] #23 12.32 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-17T11:29:28.475Z] #23 DONE 12.8s [2022-05-17T11:29:28.475Z] [2022-05-17T11:29:28.475Z] #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-17T11:29:28.475Z] #26 sha256:52391597b0a18571e1654aa6fb1e3d19176a443822c2fdaf71fc680b2fe7426e [2022-05-17T11:29:28.571Z] #14 160.5 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-17T11:29:28.571Z] #14 160.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-17T11:29:28.571Z] #14 160.5 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-17T11:29:28.668Z] #14 159.2 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-17T11:29:28.829Z] [2022-05-17T11:29:28.829Z] #14 ... [2022-05-17T11:29:28.829Z] [2022-05-17T11:29:28.829Z] #67 [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-17T11:29:28.829Z] #67 sha256:4ab6a37039cbaae5978ed0b05e612c2da0abb613b46c95edf15b43b76f9e4729 [2022-05-17T11:29:28.829Z] #67 157.6 rootlesskit version 1.0.0 [2022-05-17T11:29:28.829Z] #67 157.6 Usage of /build/rootlesskit-docker-proxy: [2022-05-17T11:29:28.829Z] #67 157.6 -container-ip string [2022-05-17T11:29:28.829Z] #67 157.6 container ip [2022-05-17T11:29:28.829Z] #67 157.6 -container-port int [2022-05-17T11:29:28.829Z] #67 157.6 container port (default -1) [2022-05-17T11:29:28.829Z] #67 157.6 -host-ip string [2022-05-17T11:29:28.829Z] #67 157.6 host ip [2022-05-17T11:29:28.829Z] #67 157.6 -host-port int [2022-05-17T11:29:28.829Z] #67 157.6 host port (default -1) [2022-05-17T11:29:28.829Z] #67 157.6 -proto string [2022-05-17T11:29:28.829Z] #67 157.6 proxy protocol (default "tcp") [2022-05-17T11:29:28.829Z] #67 DONE 160.5s [2022-05-17T11:29:28.829Z] [2022-05-17T11:29:28.829Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-17T11:29:28.829Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:29:28.829Z] #14 160.8 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-17T11:29:28.932Z] #21 36.05 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-17T11:29:28.932Z] #21 36.06 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-17T11:29:28.932Z] #21 36.08 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-17T11:29:28.932Z] #21 36.09 Setting up libicu67:amd64 (67.1-7) ... [2022-05-17T11:29:28.932Z] #21 36.10 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-17T11:29:28.932Z] #21 36.11 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-17T11:29:28.932Z] #21 36.12 Setting up uidmap (1:4.8.1-1) ... [2022-05-17T11:29:28.932Z] #21 36.14 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:29:28.932Z] #21 36.15 Setting up bzip2 (1.0.8-4) ... [2022-05-17T11:29:28.932Z] #21 36.16 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:29:28.932Z] #21 36.17 Setting up python3-wheel (0.34.2-1) ... [2022-05-17T11:29:29.086Z] #14 160.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...#14 ... [2022-05-17T11:29:29.086Z] [2022-05-17T11:29:29.086Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-17T11:29:29.086Z] #68 sha256:09cdcef13dd3d85baed786801fd0e054cfc9196c8b0db9e40ad8e8f9df469401 [2022-05-17T11:29:29.086Z] #68 DONE 0.1s [2022-05-17T11:29:29.086Z] [2022-05-17T11:29:29.086Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-17T11:29:29.086Z] #69 sha256:a993b29140ecdfb88aa27a59d30b0d3f627c5ea835a4fd6d10f7feae43d9e7ba [2022-05-17T11:29:29.086Z] #69 DONE 0.1s [2022-05-17T11:29:29.086Z] [2022-05-17T11:29:29.086Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-05-17T11:29:29.086Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:29:29.086Z] #14 160.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-17T11:29:29.086Z] #14 160.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-17T11:29:29.086Z] #14 161.0 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-17T11:29:29.086Z] #14 161.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-17T11:29:29.086Z] #14 161.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-17T11:29:29.234Z] #14 159.5 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-17T11:29:29.492Z] #14 159.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-17T11:29:29.492Z] #14 160.1 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-17T11:29:29.651Z] #14 161.7 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-17T11:29:29.862Z] #21 36.77 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:29.862Z] #21 36.78 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-17T11:29:29.862Z] #21 36.80 Setting up libcap2-bin (1:2.44-1) ... [2022-05-17T11:29:29.862Z] #21 36.81 Setting up apparmor (2.13.6-10) ... [2022-05-17T11:29:29.908Z] #14 161.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-17T11:29:29.908Z] #14 161.7 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-17T11:29:30.060Z] #14 160.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-17T11:29:30.060Z] #14 160.7 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-17T11:29:30.165Z] #14 162.0 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-17T11:29:30.165Z] #14 162.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-17T11:29:30.165Z] #14 162.0 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:30.165Z] #14 162.1 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-17T11:29:30.356Z] #14 160.7 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:29:30.356Z] #14 160.8 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-17T11:29:30.422Z] #14 162.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-17T11:29:30.422Z] #14 162.1 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-17T11:29:30.422Z] #14 162.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-17T11:29:30.422Z] #14 162.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-17T11:29:30.422Z] #14 162.3 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-17T11:29:30.570Z] 12fb50a031bd: Pull complete [2022-05-17T11:29:30.570Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-17T11:29:30.570Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:29:30.570Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:29:30.570Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-05-17T11:29:30.570Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-05-17T11:29:30.570Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.707' [2022-05-17T11:29:30.570Z] INFO: Docker version of control daemon [2022-05-17T11:29:30.570Z] [2022-05-17T11:29:30.570Z] Client: [2022-05-17T11:29:30.570Z] Version: 20.10.9 [2022-05-17T11:29:30.570Z] API version: 1.41 [2022-05-17T11:29:30.570Z] Go version: go1.16.8 [2022-05-17T11:29:30.570Z] Git commit: c2ea9bc [2022-05-17T11:29:30.570Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-17T11:29:30.570Z] OS/Arch: windows/amd64 [2022-05-17T11:29:30.570Z] Context: default [2022-05-17T11:29:30.570Z] Experimental: true [2022-05-17T11:29:30.570Z] [2022-05-17T11:29:30.570Z] Server: Docker Engine - Community [2022-05-17T11:29:30.570Z] Engine: [2022-05-17T11:29:30.570Z] Version: 20.10.9 [2022-05-17T11:29:30.570Z] API version: 1.41 (minimum version 1.24) [2022-05-17T11:29:30.570Z] Go version: go1.16.8 [2022-05-17T11:29:30.570Z] Git commit: 79ea9d3 [2022-05-17T11:29:30.570Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-17T11:29:30.570Z] OS/Arch: windows/amd64 [2022-05-17T11:29:30.570Z] Experimental: true [2022-05-17T11:29:30.570Z] [2022-05-17T11:29:30.570Z] INFO: Docker info of control daemon [2022-05-17T11:29:30.570Z] [2022-05-17T11:29:30.570Z] Client: [2022-05-17T11:29:30.570Z] Context: default [2022-05-17T11:29:30.570Z] Debug Mode: false [2022-05-17T11:29:30.570Z] [2022-05-17T11:29:30.570Z] Server: [2022-05-17T11:29:30.570Z] Containers: 0 [2022-05-17T11:29:30.570Z] Running: 0 [2022-05-17T11:29:30.570Z] Paused: 0 [2022-05-17T11:29:30.570Z] Stopped: 0 [2022-05-17T11:29:30.570Z] Images: 1 [2022-05-17T11:29:30.570Z] Server Version: 20.10.9 [2022-05-17T11:29:30.570Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-17T11:29:30.570Z] Windows: [2022-05-17T11:29:30.570Z] LCOW: [2022-05-17T11:29:30.570Z] Logging Driver: json-file [2022-05-17T11:29:30.570Z] Plugins: [2022-05-17T11:29:30.570Z] Volume: local [2022-05-17T11:29:30.570Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T11:29:30.570Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T11:29:30.570Z] Swarm: inactive [2022-05-17T11:29:30.570Z] Default Isolation: process [2022-05-17T11:29:30.570Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-17T11:29:30.570Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-17T11:29:30.570Z] OSType: windows [2022-05-17T11:29:30.570Z] Architecture: x86_64 [2022-05-17T11:29:30.570Z] CPUs: 4 [2022-05-17T11:29:30.570Z] Total Memory: 32GiB [2022-05-17T11:29:30.570Z] Name: azwin-2-b0dc00 [2022-05-17T11:29:30.570Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-17T11:29:30.570Z] Docker Root Dir: D:\docker [2022-05-17T11:29:30.570Z] Debug Mode: false [2022-05-17T11:29:30.570Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:29:30.570Z] Labels: [2022-05-17T11:29:30.570Z] Experimental: true [2022-05-17T11:29:30.570Z] Insecure Registries: [2022-05-17T11:29:30.570Z] 10.0.0.4:5000 [2022-05-17T11:29:30.570Z] 127.0.0.0/8 [2022-05-17T11:29:30.570Z] Registry Mirrors: [2022-05-17T11:29:30.570Z] http://10.0.0.4:5000/ [2022-05-17T11:29:30.570Z] Live Restore Enabled: false [2022-05-17T11:29:30.570Z] Product License: Community Engine [2022-05-17T11:29:30.570Z] [2022-05-17T11:29:30.570Z] [2022-05-17T11:29:30.570Z] INFO: Commit hash is b219220bc6 [2022-05-17T11:29:30.570Z] INFO: Nuke-Everything... [2022-05-17T11:29:30.570Z] INFO: Container count on control daemon to delete is 0 [2022-05-17T11:29:30.570Z] INFO: Nuking d:\CI [2022-05-17T11:29:30.570Z] INFO: Zapped successfully [2022-05-17T11:29:30.570Z] INFO: Location for testing is d:\CI\PR-43322\3 [2022-05-17T11:29:30.570Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-17T11:29:30.570Z] [2022-05-17T11:29:30.570Z] [2022-05-17T11:29:30.571Z] INFO: Building the image from Dockerfile.windows at 05/17/2022 11:29:24... [2022-05-17T11:29:30.571Z] [2022-05-17T11:29:30.922Z] #14 161.3 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-17T11:29:30.922Z] #14 161.4 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-17T11:29:30.922Z] #14 161.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-17T11:29:30.994Z] #14 162.9 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-17T11:29:30.994Z] #14 162.9 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-17T11:29:30.994Z] #14 162.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-17T11:29:30.994Z] #14 162.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-17T11:29:30.994Z] #14 162.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-17T11:29:30.994Z] #14 162.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-17T11:29:30.994Z] #14 163.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-17T11:29:31.195Z] #14 161.5 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:29:31.195Z] #14 ... [2022-05-17T11:29:31.195Z] [2022-05-17T11:29:31.195Z] #67 [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-17T11:29:31.195Z] #67 sha256:ccf7310886d96c1e1c65e3cd6564e6f47028ffd218e86e36f42fd9a220547112 [2022-05-17T11:29:31.195Z] #67 157.9 rootlesskit version 1.0.0 [2022-05-17T11:29:31.195Z] #67 157.9 Usage of /build/rootlesskit-docker-proxy: [2022-05-17T11:29:31.195Z] #67 157.9 -container-ip string [2022-05-17T11:29:31.195Z] #67 157.9 container ip [2022-05-17T11:29:31.195Z] #67 157.9 -container-port int [2022-05-17T11:29:31.195Z] #67 157.9 container port (default -1) [2022-05-17T11:29:31.195Z] #67 157.9 -host-ip string [2022-05-17T11:29:31.195Z] #67 157.9 host ip [2022-05-17T11:29:31.195Z] #67 157.9 -host-port int [2022-05-17T11:29:31.195Z] #67 157.9 host port (default -1) [2022-05-17T11:29:31.195Z] #67 157.9 -proto string [2022-05-17T11:29:31.195Z] #67 157.9 proxy protocol (default "tcp") [2022-05-17T11:29:31.195Z] #67 DONE 161.3s [2022-05-17T11:29:31.195Z] [2022-05-17T11:29:31.195Z] #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-17T11:29:31.195Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:29:31.195Z] #14 161.5 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:29:31.195Z] #14 161.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-17T11:29:31.195Z] #14 161.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-17T11:29:31.195Z] #14 161.6 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-17T11:29:31.195Z] #14 161.7 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-17T11:29:31.195Z] #14 ... [2022-05-17T11:29:31.195Z] [2022-05-17T11:29:31.195Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-17T11:29:31.195Z] #68 sha256:d23aba95035028b04ef7d6452bf1f21f14e1a74c1e0c6ebcb23330226856f943 [2022-05-17T11:29:31.195Z] #68 DONE 0.1s [2022-05-17T11:29:31.195Z] [2022-05-17T11:29:31.195Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-17T11:29:31.195Z] #69 sha256:3b22de138fb6d00a4eef275350d67639cd37efd7a366af58ec2cad3bc2609ae0 [2022-05-17T11:29:31.195Z] #69 DONE 0.1s [2022-05-17T11:29:31.195Z] [2022-05-17T11:29:31.195Z] #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-17T11:29:31.195Z] #14 sha256:ad430aa4634b833e1f6147f42e8232eb8136a1b47ba188feff5f14c8911b4227 [2022-05-17T11:29:31.195Z] #14 161.7 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-17T11:29:31.195Z] #14 161.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-17T11:29:31.195Z] #14 161.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-17T11:29:31.195Z] #14 161.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-17T11:29:31.229Z] #21 38.22 Setting up zip (3.0-12) ... [2022-05-17T11:29:31.229Z] #21 38.24 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:31.229Z] #21 38.27 Setting up bash-completion (1:2.11-2) ... [2022-05-17T11:29:31.254Z] #14 163.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-17T11:29:31.254Z] #14 163.0 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-17T11:29:31.254Z] #14 163.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-17T11:29:31.254Z] #14 163.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-17T11:29:31.254Z] #14 163.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-17T11:29:31.254Z] #14 163.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-17T11:29:31.254Z] #14 163.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-17T11:29:31.254Z] #14 163.1 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-17T11:29:31.254Z] #14 163.1 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-17T11:29:31.254Z] #14 163.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-17T11:29:31.254Z] #14 163.1 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-17T11:29:31.254Z] #14 163.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-17T11:29:31.254Z] #14 163.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-17T11:29:31.254Z] #14 163.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:29:31.254Z] #14 163.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-17T11:29:31.254Z] #14 163.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:29:31.254Z] #14 163.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-17T11:29:31.254Z] #14 163.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-17T11:29:31.254Z] #14 163.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:29:31.254Z] #14 163.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-17T11:29:31.454Z] #14 161.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-17T11:29:31.454Z] #14 161.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:29:31.454Z] #14 161.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-17T11:29:31.454Z] #14 161.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:29:31.454Z] #14 161.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-05-17T11:29:31.454Z] #14 161.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-17T11:29:31.454Z] #14 161.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-17T11:29:31.454Z] #14 161.9 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-17T11:29:31.454Z] #14 161.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:29:31.454Z] #14 162.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-17T11:29:31.454Z] #14 162.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:31.454Z] #14 162.0 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-17T11:29:31.511Z] #14 163.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-17T11:29:31.511Z] #14 163.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-17T11:29:31.573Z] Sending build context to Docker daemon 66.78MB [2022-05-17T11:29:31.573Z] [2022-05-17T11:29:31.712Z] #14 162.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:31.712Z] #14 162.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:31.712Z] #14 162.1 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:29:31.768Z] #14 163.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:31.768Z] #14 163.6 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-17T11:29:31.768Z] #14 163.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:31.768Z] #14 163.6 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-17T11:29:31.768Z] #14 163.6 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:29:32.028Z] #14 DONE 164.0s [2022-05-17T11:29:32.028Z] [2022-05-17T11:29:32.028Z] #55 [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-17T11:29:32.028Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:29:32.043Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-17T11:29:32.043Z] ---> 7c569352fed3 [2022-05-17T11:29:32.043Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-17T11:29:32.043Z] ---> Running in 0577ce572ec2 [2022-05-17T11:29:32.279Z] #14 DONE 162.6s [2022-05-17T11:29:32.279Z] [2022-05-17T11:29:32.279Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-17T11:29:32.279Z] #59 sha256:1b2b80fe59678a418e1c6c0610063af1ea08c605b6e7d2f7e040c7d30e7621e7 [2022-05-17T11:29:32.286Z] #55 ... [2022-05-17T11:29:32.286Z] [2022-05-17T11:29:32.286Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-17T11:29:32.286Z] #59 sha256:856bfd097086f8e5026a4a41c8067c591ba044c10f1de10d5e6f3e0bcba28465 [2022-05-17T11:29:32.510Z] Removing intermediate container 0577ce572ec2 [2022-05-17T11:29:32.510Z] ---> d1b96feac6b9 [2022-05-17T11:29:32.510Z] Step 3/13 : ARG GO_VERSION=1.18.2 [2022-05-17T11:29:32.510Z] ---> Running in 8eae22d805c1 [2022-05-17T11:29:32.510Z] Removing intermediate container 8eae22d805c1 [2022-05-17T11:29:32.510Z] ---> 8c404276fbe5 [2022-05-17T11:29:32.510Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-17T11:29:32.510Z] ---> Running in fe5ed12645ef [2022-05-17T11:29:32.538Z] #59 DONE 0.3s [2022-05-17T11:29:32.538Z] [2022-05-17T11:29:32.538Z] #60 [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-17T11:29:32.538Z] #60 sha256:25e1b1206f4aefa7df2dbd7288a7282f1f1185fc1422e69c6ff7b4aa889352de [2022-05-17T11:29:32.545Z] #59 DONE 0.2s [2022-05-17T11:29:32.545Z] [2022-05-17T11:29:32.545Z] #60 [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-17T11:29:32.545Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:29:32.977Z] Removing intermediate container fe5ed12645ef [2022-05-17T11:29:32.977Z] ---> ba73dfb62d5b [2022-05-17T11:29:32.977Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-17T11:29:32.977Z] ---> Running in 93ba136eb26c [2022-05-17T11:29:33.122Z] #21 40.17 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-17T11:29:33.122Z] #21 40.18 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-17T11:29:33.122Z] #21 40.19 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-17T11:29:33.122Z] #21 40.22 Setting up patch (2.7.6-7) ... [2022-05-17T11:29:33.122Z] #21 40.24 Setting up sudo (1.9.5p2-3) ... [2022-05-17T11:29:33.122Z] #21 40.34 invoke-rc.d: could not determine current runlevel [2022-05-17T11:29:33.122Z] #21 40.35 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-17T11:29:33.122Z] #21 40.36 Setting up xfsprogs (5.10.0-4) ... [2022-05-17T11:29:33.122Z] #21 40.38 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-17T11:29:33.122Z] #21 40.39 Setting up inetutils-ping (2:2.0-1) ... [2022-05-17T11:29:33.122Z] #21 40.41 Setting up pigz (2.6-1) ... [2022-05-17T11:29:33.122Z] #21 40.43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-17T11:29:33.378Z] #21 40.45 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:29:33.378Z] #21 40.49 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-17T11:29:33.378Z] #21 40.50 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:33.449Z] Removing intermediate container 93ba136eb26c [2022-05-17T11:29:33.449Z] ---> ac989f50c750 [2022-05-17T11:29:33.449Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-17T11:29:33.449Z] ---> Running in 0829721b5e3e [2022-05-17T11:29:33.915Z] #60 1.441 + RM_GOPATH=0 [2022-05-17T11:29:33.915Z] #60 1.441 + TMP_GOPATH= [2022-05-17T11:29:33.915Z] #60 1.441 + : /build [2022-05-17T11:29:33.915Z] #60 ... [2022-05-17T11:29:33.915Z] [2022-05-17T11:29:33.915Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-17T11:29:33.915Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-17T11:29:33.915Z] #15 DONE 1.8s [2022-05-17T11:29:33.915Z] [2022-05-17T11:29:33.915Z] #60 [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-17T11:29:33.915Z] #60 sha256:25e1b1206f4aefa7df2dbd7288a7282f1f1185fc1422e69c6ff7b4aa889352de [2022-05-17T11:29:33.915Z] #60 1.443 + '[' -z '' ']' [2022-05-17T11:29:33.915Z] #60 1.443 ++ mktemp -d [2022-05-17T11:29:33.915Z] #60 1.446 + export GOPATH=/tmp/tmp.ynlHXsEtpP [2022-05-17T11:29:33.915Z] #60 1.447 + GOPATH=/tmp/tmp.ynlHXsEtpP [2022-05-17T11:29:33.915Z] #60 1.447 + RM_GOPATH=1 [2022-05-17T11:29:33.915Z] #60 1.453 + case "$(go env GOARCH)" in [2022-05-17T11:29:33.915Z] #60 1.453 ++ go env GOARCH [2022-05-17T11:29:33.915Z] #60 1.489 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:29:33.915Z] #60 1.489 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:29:33.915Z] #60 1.489 ++ dirname /install.sh [2022-05-17T11:29:33.915Z] #60 1.502 + dir=/ [2022-05-17T11:29:33.915Z] #60 1.502 + bin=runc [2022-05-17T11:29:33.915Z] #60 1.502 + shift [2022-05-17T11:29:33.915Z] #60 1.502 + '[' '!' -f //runc.installer ']' [2022-05-17T11:29:33.915Z] #60 1.502 + . //runc.installer [2022-05-17T11:29:33.915Z] #60 1.502 ++ set -e [2022-05-17T11:29:33.915Z] #60 1.502 ++ : v1.1.2 [2022-05-17T11:29:33.915Z] #60 1.503 + install_runc [2022-05-17T11:29:33.915Z] #60 1.503 + RUNC_BUILDTAGS=seccomp [2022-05-17T11:29:33.915Z] #60 1.503 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-17T11:29:33.915Z] #60 1.503 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ynlHXsEtpP/src/github.com/opencontainers/runc [2022-05-17T11:29:33.915Z] #60 1.503 Install runc version v1.1.2 (build tags: seccomp) [2022-05-17T11:29:33.915Z] #60 1.537 Cloning into '/tmp/tmp.ynlHXsEtpP/src/github.com/opencontainers/runc'... [2022-05-17T11:29:33.917Z] Removing intermediate container 0829721b5e3e [2022-05-17T11:29:33.917Z] ---> 1258ab62392b [2022-05-17T11:29:33.917Z] 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-17T11:29:33.917Z] ---> Running in 53c1f91fcfa8 [2022-05-17T11:29:33.917Z] Removing intermediate container 53c1f91fcfa8 [2022-05-17T11:29:33.917Z] ---> 1220bb378dae [2022-05-17T11:29:33.917Z] 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-17T11:29:33.917Z] ---> Running in 439b9c39ec5a [2022-05-17T11:29:33.918Z] #60 ... [2022-05-17T11:29:33.918Z] [2022-05-17T11:29:33.918Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-17T11:29:33.918Z] #15 sha256:5618e4bb799bd7b247352671f33a4cc5b489c74a82e0851dc8cca1bf489969ae [2022-05-17T11:29:33.918Z] #15 DONE 1.4s [2022-05-17T11:29:33.918Z] [2022-05-17T11:29:33.918Z] #60 [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-17T11:29:33.918Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:29:33.918Z] #60 1.242 + RM_GOPATH=0 [2022-05-17T11:29:33.918Z] #60 1.244 + TMP_GOPATH= [2022-05-17T11:29:33.918Z] #60 1.244 + : /build [2022-05-17T11:29:33.918Z] #60 1.244 + '[' -z '' ']' [2022-05-17T11:29:33.918Z] #60 1.244 ++ mktemp -d [2022-05-17T11:29:33.918Z] #60 1.247 + export GOPATH=/tmp/tmp.6iRNq1ZMTS [2022-05-17T11:29:33.918Z] #60 1.247 + GOPATH=/tmp/tmp.6iRNq1ZMTS [2022-05-17T11:29:33.918Z] #60 1.252 + RM_GOPATH=1 [2022-05-17T11:29:33.918Z] #60 1.252 + case "$(go env GOARCH)" in [2022-05-17T11:29:33.918Z] #60 1.252 ++ go env GOARCH [2022-05-17T11:29:33.918Z] #60 1.264 + export GO_BUILDMODE=-buildmode=pie [2022-05-17T11:29:33.918Z] #60 1.264 + GO_BUILDMODE=-buildmode=pie [2022-05-17T11:29:33.918Z] #60 1.266 ++ dirname /install.sh [2022-05-17T11:29:33.918Z] #60 1.276 + dir=/ [2022-05-17T11:29:33.918Z] #60 1.276 + bin=runc [2022-05-17T11:29:33.918Z] #60 1.276 + shift [2022-05-17T11:29:33.918Z] #60 1.276 + '[' '!' -f //runc.installer ']' [2022-05-17T11:29:33.918Z] #60 1.276 + . //runc.installer [2022-05-17T11:29:33.918Z] #60 1.276 ++ set -e [2022-05-17T11:29:33.918Z] #60 1.276 ++ : v1.1.2 [2022-05-17T11:29:33.918Z] #60 1.276 + install_runc [2022-05-17T11:29:33.918Z] #60 1.276 + RUNC_BUILDTAGS=seccomp [2022-05-17T11:29:33.918Z] #60 1.276 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-17T11:29:33.918Z] #60 1.276 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.6iRNq1ZMTS/src/github.com/opencontainers/runc [2022-05-17T11:29:33.918Z] #60 1.276 Install runc version v1.1.2 (build tags: seccomp) [2022-05-17T11:29:33.918Z] #60 1.279 Cloning into '/tmp/tmp.6iRNq1ZMTS/src/github.com/opencontainers/runc'... [2022-05-17T11:29:33.941Z] #21 41.06 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-17T11:29:33.941Z] #21 41.07 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-17T11:29:34.128Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-05-17T11:29:34.128Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ca05987e\powershellScript.ps1'; exit $LASTEXITCODE; [2022-05-17T11:29:34.128Z] ---------------------------------------------------------------------------- [2022-05-17T11:29:34.197Z] #21 41.40 Setting up libelf1:amd64 (0.183-1) ... [2022-05-17T11:29:34.197Z] #21 41.43 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-17T11:29:34.197Z] #21 41.44 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:29:34.197Z] #21 41.45 Setting up python3-distutils (3.9.2-1) ... [2022-05-17T11:29:34.600Z] [2022-05-17T11:29:34.600Z] INFO: executeCI.ps1 starting at Tue May 17 11:29:34 CUT 2022 [2022-05-17T11:29:34.600Z] [2022-05-17T11:29:34.600Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-05-17T11:29:34.600Z] INFO: Running git version 2.24.1.windows.2 [2022-05-17T11:29:34.600Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-05-17T11:29:34.600Z] INFO: Environment variables: [2022-05-17T11:29:34.760Z] #21 41.87 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:29:34.760Z] #21 41.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-17T11:29:34.760Z] #21 41.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-17T11:29:34.760Z] #21 41.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-17T11:29:34.760Z] #21 41.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-17T11:29:34.760Z] #21 41.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-17T11:29:34.760Z] #21 41.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-17T11:29:34.760Z] #21 41.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-17T11:29:34.760Z] #21 41.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-17T11:29:34.760Z] #21 41.93 Setting up python3-setuptools (52.0.0-4) ... [2022-05-17T11:29:34.849Z] #60 ... [2022-05-17T11:29:34.849Z] [2022-05-17T11:29:34.849Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-17T11:29:34.849Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2 [2022-05-17T11:29:34.849Z] #16 DONE 1.1s [2022-05-17T11:29:35.070Z] [2022-05-17T11:29:35.070Z] Name Value [2022-05-17T11:29:35.070Z] ---- ----- [2022-05-17T11:29:35.070Z] ALLUSERSPROFILE C:\ProgramData [2022-05-17T11:29:35.070Z] amd64 true [2022-05-17T11:29:35.070Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-05-17T11:29:35.070Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-05-17T11:29:35.070Z] arm64 true [2022-05-17T11:29:35.070Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-05-17T11:29:35.070Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-05-17T11:29:35.070Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-05-17T11:29:35.070Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-05-17T11:29:35.070Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-05-17T11:29:35.070Z] BRANCH_NAME PR-43322 [2022-05-17T11:29:35.070Z] BUILD_DISPLAY_NAME #3 [2022-05-17T11:29:35.070Z] BUILD_ID 3 [2022-05-17T11:29:35.070Z] BUILD_NUMBER 3 [2022-05-17T11:29:35.070Z] BUILD_TAG jenkins-moby-PR-43322-3 [2022-05-17T11:29:35.070Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/ [2022-05-17T11:29:35.070Z] cgroup2 true [2022-05-17T11:29:35.070Z] CHANGE_AUTHOR ndeloof [2022-05-17T11:29:35.070Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-05-17T11:29:35.070Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-05-17T11:29:35.070Z] CHANGE_BRANCH websocket_streams [2022-05-17T11:29:35.070Z] CHANGE_FORK ndeloof/docker [2022-05-17T11:29:35.070Z] CHANGE_ID 43322 [2022-05-17T11:29:35.070Z] CHANGE_TARGET master [2022-05-17T11:29:35.070Z] CHANGE_TITLE wsContainersAttach attach to stdin/out/err streams as requested [2022-05-17T11:29:35.070Z] CHANGE_URL https://github.com/moby/moby/pull/43322 [2022-05-17T11:29:35.070Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-17T11:29:35.070Z] CommonProgramFiles C:\Program Files\Common Files [2022-05-17T11:29:35.070Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-05-17T11:29:35.070Z] CommonProgramW6432 C:\Program Files\Common Files [2022-05-17T11:29:35.070Z] COMPUTERNAME azwin-2-354e70 [2022-05-17T11:29:35.070Z] ComSpec C:\Windows\system32\cmd.exe [2022-05-17T11:29:35.070Z] ConfigSequenceNumber 0 [2022-05-17T11:29:35.070Z] dco true [2022-05-17T11:29:35.070Z] DOCKER_BUILDKIT 0 [2022-05-17T11:29:35.070Z] DOCKER_DUT_DEBUG 1 [2022-05-17T11:29:35.070Z] DOCKER_EXPERIMENTAL 1 [2022-05-17T11:29:35.070Z] DOCKER_GRAPHDRIVER overlay2 [2022-05-17T11:29:35.070Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-05-17T11:29:35.070Z] EXECUTOR_NUMBER 0 [2022-05-17T11:29:35.070Z] FQDN azwin-2-354e70.westus.cloudapp.azure.com [2022-05-17T11:29:35.070Z] GIT_BRANCH PR-43322 [2022-05-17T11:29:35.070Z] GIT_COMMIT a89e866f7d5e4dec0a9bbe8fc3320a1882922eeb [2022-05-17T11:29:35.070Z] GIT_PREVIOUS_COMMIT 91807e8d6040ce10ea7846432ea6e15ef5a12596 [2022-05-17T11:29:35.070Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 68439c8daad57174257782ef88ad35d9d24cd9bc [2022-05-17T11:29:35.070Z] GIT_URL https://github.com/moby/moby.git [2022-05-17T11:29:35.070Z] HUDSON_COOKIE 9c8d8ffe-be52-4bb2-bfd4-0d1ec1d5724c [2022-05-17T11:29:35.070Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-05-17T11:29:35.070Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-05-17T11:29:35.070Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-05-17T11:29:35.070Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-05-17T11:29:35.070Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-05-17T11:29:35.070Z] JENKINS_NODE_COOKIE 558221d3-7391-427a-8732-0dca77351f2a [2022-05-17T11:29:35.070Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-05-17T11:29:35.070Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-05-17T11:29:35.070Z] JOB_BASE_NAME PR-43322 [2022-05-17T11:29:35.070Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/display/redirect [2022-05-17T11:29:35.070Z] JOB_NAME moby/PR-43322 [2022-05-17T11:29:35.070Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/ [2022-05-17T11:29:35.070Z] library.jps.version master [2022-05-17T11:29:35.070Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-05-17T11:29:35.070Z] NODE_LABELS amd64 azure azwin-2-354e70 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-05-17T11:29:35.070Z] NODE_NAME azwin-2-354e70 [2022-05-17T11:29:35.070Z] NUMBER_OF_PROCESSORS 4 [2022-05-17T11:29:35.070Z] OS Windows_NT [2022-05-17T11:29:35.070Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-05-17T11:29:35.070Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-05-17T11:29:35.070Z] ppc64le false [2022-05-17T11:29:35.070Z] PROCESSOR_ARCHITECTURE AMD64 [2022-05-17T11:29:35.070Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-05-17T11:29:35.070Z] PROCESSOR_LEVEL 6 [2022-05-17T11:29:35.070Z] PROCESSOR_REVISION 4f01 [2022-05-17T11:29:35.070Z] ProgramData C:\ProgramData [2022-05-17T11:29:35.070Z] ProgramFiles C:\Program Files [2022-05-17T11:29:35.070Z] ProgramFiles(x86) C:\Program Files (x86) [2022-05-17T11:29:35.070Z] ProgramW6432 C:\Program Files [2022-05-17T11:29:35.070Z] PROMPT $P$G [2022-05-17T11:29:35.070Z] PSExecutionPolicyPreference Bypass [2022-05-17T11:29:35.070Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-05-17T11:29:35.070Z] PUBLIC C:\Users\Public [2022-05-17T11:29:35.070Z] rootless true [2022-05-17T11:29:35.070Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect?page=artif... [2022-05-17T11:29:35.070Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect?page=changes [2022-05-17T11:29:35.070Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect [2022-05-17T11:29:35.071Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43322/3/display/redirect?page=tests [2022-05-17T11:29:35.071Z] s390x false [2022-05-17T11:29:35.071Z] SKIP_VALIDATION_TESTS 1 [2022-05-17T11:29:35.071Z] SOURCES_DRIVE d [2022-05-17T11:29:35.071Z] SOURCES_SUBDIR gopath [2022-05-17T11:29:35.071Z] STAGE_NAME Run tests [2022-05-17T11:29:35.071Z] SystemDrive C: [2022-05-17T11:29:35.071Z] SystemRoot C:\Windows [2022-05-17T11:29:35.071Z] TEMP C:\Windows\TEMP [2022-05-17T11:29:35.071Z] TESTDEBUG 0 [2022-05-17T11:29:35.071Z] TESTRUN_DRIVE d [2022-05-17T11:29:35.071Z] TESTRUN_SUBDIR CI [2022-05-17T11:29:35.071Z] TIMEOUT 120m [2022-05-17T11:29:35.071Z] TMP C:\Windows\TEMP [2022-05-17T11:29:35.071Z] unit_validate true [2022-05-17T11:29:35.071Z] USERDOMAIN WORKGROUP [2022-05-17T11:29:35.071Z] USERNAME azwin-2-354e70$ [2022-05-17T11:29:35.071Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-05-17T11:29:35.071Z] validate_force false [2022-05-17T11:29:35.071Z] windir C:\Windows [2022-05-17T11:29:35.071Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-05-17T11:29:35.071Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-05-17T11:29:35.071Z] windows2022 true [2022-05-17T11:29:35.071Z] windows2022containerd true [2022-05-17T11:29:35.071Z] windowsRS5 true [2022-05-17T11:29:35.071Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-05-17T11:29:35.071Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-05-17T11:29:35.071Z] [2022-05-17T11:29:35.071Z] [2022-05-17T11:29:35.071Z] [2022-05-17T11:29:35.106Z] [2022-05-17T11:29:35.106Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-17T11:29:35.106Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc [2022-05-17T11:29:35.670Z] #17 0.908 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-17T11:29:35.819Z] #60 ... [2022-05-17T11:29:35.819Z] [2022-05-17T11:29:35.819Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-17T11:29:35.819Z] #16 sha256:ffb1413ff9befb817334db5e6e73cce1dea1288dfe26ae95387462cec9dcb4d2 [2022-05-17T11:29:35.819Z] #16 DONE 1.6s [2022-05-17T11:29:35.819Z] [2022-05-17T11:29:35.819Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-17T11:29:35.819Z] #17 sha256:3a65ff1536019f53bb5ff65aa587c9564dbb5ae3b738771386d7d19eaec6e2fc [2022-05-17T11:29:35.927Z] #17 DONE 1.1s [2022-05-17T11:29:35.927Z] [2022-05-17T11:29:35.927Z] #55 [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-17T11:29:35.927Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:29:35.927Z] #55 ... [2022-05-17T11:29:35.927Z] [2022-05-17T11:29:35.927Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-17T11:29:35.927Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456 [2022-05-17T11:29:36.166Z] #21 43.20 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:29:36.166Z] #21 43.22 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-17T11:29:36.166Z] #21 43.23 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-17T11:29:36.166Z] #21 43.25 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-17T11:29:36.385Z] #17 0.868 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-17T11:29:36.385Z] #17 DONE 1.0s [2022-05-17T11:29:36.385Z] [2022-05-17T11:29:36.385Z] #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-17T11:29:36.385Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:29:36.645Z] #34 ... [2022-05-17T11:29:36.645Z] [2022-05-17T11:29:36.645Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-17T11:29:36.645Z] #18 sha256:3dbe2b244d0925ee575a019a4178e7ab4a0ee630efc0fa5d4368f6e6a54b6456 [2022-05-17T11:29:36.857Z] #18 DONE 1.0s [2022-05-17T11:29:36.857Z] [2022-05-17T11:29:36.857Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-17T11:29:36.857Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21 [2022-05-17T11:29:37.138Z] #21 44.30 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-17T11:29:37.138Z] #21 44.32 Setting up jq (1.6-2.1) ... [2022-05-17T11:29:37.138Z] #21 44.33 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-17T11:29:37.138Z] #21 44.34 Setting up iptables (1.8.7-1) ... [2022-05-17T11:29:37.138Z] #21 44.35 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-17T11:29:37.138Z] #21 44.36 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-17T11:29:37.138Z] #21 44.37 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-17T11:29:37.138Z] #21 44.37 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-17T11:29:37.138Z] #21 44.38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-17T11:29:37.138Z] #21 44.39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-17T11:29:37.138Z] #21 44.40 Setting up iproute2 (5.10.0-4) ... [2022-05-17T11:29:37.714Z] #21 44.88 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:29:38.024Z] #18 DONE 1.3s [2022-05-17T11:29:38.024Z] [2022-05-17T11:29:38.024Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-17T11:29:38.024Z] #19 sha256:52d95bac1dfa5f51e05925d7925c8c5be1d9110c2f7f387a726e07141e918b21 [2022-05-17T11:29:38.043Z] INFO: Sources under d:\gopath\... [2022-05-17T11:29:38.043Z] INFO: Test run under d:\CI\... [2022-05-17T11:29:38.043Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-05-17T11:29:38.043Z] INFO: docker/docker repository was found [2022-05-17T11:29:38.043Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-05-17T11:29:38.043Z] ltsc2019: Pulling from windows/servercore [2022-05-17T11:29:38.237Z] #19 DONE 1.1s [2022-05-17T11:29:38.237Z] [2022-05-17T11:29:38.237Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-17T11:29:38.237Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f [2022-05-17T11:29:38.277Z] #21 DONE 45.3s [2022-05-17T11:29:38.277Z] [2022-05-17T11:29:38.277Z] #22 [dev-systemd-false 8/26] 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-17T11:29:38.277Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-17T11:29:38.479Z] #26 ... [2022-05-17T11:29:38.479Z] [2022-05-17T11:29:38.479Z] #47 [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-17T11:29:38.479Z] #47 sha256:ea17d344860653ef009fc9b2ee95cb00a783e40062f95f368cce8498b9bf8e73 [2022-05-17T11:29:38.479Z] #47 177.8 + dpkg --print-architecture [2022-05-17T11:29:38.516Z] b111c3320c94: Pulling fs layer [2022-05-17T11:29:38.516Z] 8b534d64a7c3: Pulling fs layer [2022-05-17T11:29:38.740Z] #47 DONE 178.5s [2022-05-17T11:29:38.740Z] [2022-05-17T11:29:38.740Z] #64 [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-17T11:29:38.740Z] #64 sha256:57a5b90a5c32dc8dfabbb91b4df42dbfd626bda0b27c408cce523b29a8cc60ec [2022-05-17T11:29:38.961Z] #19 DONE 1.0s [2022-05-17T11:29:38.961Z] [2022-05-17T11:29:38.961Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-17T11:29:38.961Z] #20 sha256:3befa9fce940b1b5002a0b60b274eaf9789660bf7c4de7f653ed644d6387783f [2022-05-17T11:29:39.168Z] #20 DONE 1.1s [2022-05-17T11:29:39.168Z] [2022-05-17T11:29:39.168Z] #21 [dev-systemd-false 7/26] 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-17T11:29:39.168Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:29:39.645Z] #22 1.349 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-17T11:29:39.645Z] #22 1.353 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-17T11:29:39.645Z] #22 1.356 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-17T11:29:39.645Z] #22 DONE 1.4s [2022-05-17T11:29:39.645Z] [2022-05-17T11:29:39.645Z] #55 [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-17T11:29:39.645Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:29:39.645Z] #55 ... [2022-05-17T11:29:39.645Z] [2022-05-17T11:29:39.645Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-17T11:29:39.645Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb [2022-05-17T11:29:39.787Z] [2022-05-17T11:29:39.787Z] SUCCESS: Specified value was saved. [2022-05-17T11:29:39.787Z] INFO: Downloading git... [2022-05-17T11:29:39.896Z] #20 DONE 1.0s [2022-05-17T11:29:39.896Z] [2022-05-17T11:29:39.896Z] #21 [dev-systemd-false 7/26] 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-17T11:29:39.896Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:29:40.541Z] #21 1.404 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:29:40.801Z] #21 1.596 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:29:40.801Z] #21 1.762 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:29:41.058Z] #21 1.975 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:29:41.293Z] #21 1.273 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-17T11:29:41.293Z] #21 1.298 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-17T11:29:41.293Z] #21 1.302 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-17T11:29:41.358Z] INFO: Downloading go... [2022-05-17T11:29:41.860Z] #21 1.855 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-17T11:29:42.797Z] #21 2.899 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:29:42.972Z] #21 3.219 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [146 kB] [2022-05-17T11:29:43.899Z] #21 4.786 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:29:44.174Z] #21 4.405 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-05-17T11:29:45.147Z] INFO: Downloading compiler 1 of 3... [2022-05-17T11:29:45.615Z] INFO: Downloading compiler 2 of 3... [2022-05-17T11:29:45.615Z] INFO: Downloading compiler 3 of 3... [2022-05-17T11:29:45.615Z] INFO: Extracting git... [2022-05-17T11:29:45.787Z] #21 ... [2022-05-17T11:29:45.787Z] [2022-05-17T11:29:45.787Z] #60 [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-17T11:29:45.787Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:29:45.787Z] #60 13.52 + cd /tmp/tmp.6iRNq1ZMTS/src/github.com/opencontainers/runc [2022-05-17T11:29:45.787Z] #60 13.52 + git checkout -q v1.1.2 [2022-05-17T11:29:46.715Z] #60 14.37 + '[' -z '' ']' [2022-05-17T11:29:46.715Z] #60 14.37 + target=static [2022-05-17T11:29:46.715Z] #60 14.37 + make BUILDTAGS=seccomp static [2022-05-17T11:29:47.257Z] 8b534d64a7c3: Verifying Checksum [2022-05-17T11:29:47.257Z] 8b534d64a7c3: Download complete [2022-05-17T11:29:47.277Z] #60 14.86 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-17T11:29:49.447Z] #21 ... [2022-05-17T11:29:49.447Z] [2022-05-17T11:29:49.447Z] #60 [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-17T11:29:49.447Z] #60 sha256:25e1b1206f4aefa7df2dbd7288a7282f1f1185fc1422e69c6ff7b4aa889352de [2022-05-17T11:29:49.447Z] #60 12.44 + cd /tmp/tmp.ynlHXsEtpP/src/github.com/opencontainers/runc [2022-05-17T11:29:49.447Z] #60 12.44 + git checkout -q v1.1.2 [2022-05-17T11:29:49.447Z] #60 13.47 + '[' -z '' ']' [2022-05-17T11:29:49.447Z] #60 13.47 + target=static [2022-05-17T11:29:49.447Z] #60 13.47 + make BUILDTAGS=seccomp static [2022-05-17T11:29:49.447Z] #60 14.63 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-17T11:29:49.596Z] #23 9.776 Collecting yamllint==1.26.1 [2022-05-17T11:29:50.526Z] #23 10.82 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-17T11:29:51.356Z] #60 ... [2022-05-17T11:29:51.356Z] [2022-05-17T11:29:51.356Z] #21 [dev-systemd-false 7/26] 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-17T11:29:51.356Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:29:51.356Z] #21 11.04 Fetched 8530 kB in 10s (849 kB/s) [2022-05-17T11:29:51.456Z] #23 11.93 Collecting pathspec>=0.5.3 [2022-05-17T11:29:51.456Z] #23 11.94 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-17T11:29:51.712Z] #23 12.28 Collecting pyyaml [2022-05-17T11:29:51.968Z] #23 12.29 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-17T11:29:51.968Z] #23 12.33 Building wheels for collected packages: yamllint [2022-05-17T11:29:51.968Z] #23 12.34 Building wheel for yamllint (setup.py): started [2022-05-17T11:29:52.906Z] #23 13.21 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-17T11:29:52.906Z] #23 13.21 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=01aaef2713eedcffa89b7056c3d5297280ccf4930d0b38effba749afb01b11b8 [2022-05-17T11:29:52.906Z] #23 13.21 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-17T11:29:52.906Z] #23 13.22 Successfully built yamllint [2022-05-17T11:29:52.906Z] #23 13.24 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-17T11:29:53.162Z] #23 13.56 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-17T11:29:53.728Z] #23 DONE 14.0s [2022-05-17T11:29:53.728Z] [2022-05-17T11:29:53.728Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-17T11:29:53.728Z] #27 sha256:d80b33ef2d90f118c49eb9b064eba8caad06e5cf6caeb1c7b7cf974879621ba4 [2022-05-17T11:29:53.984Z] #27 DONE 0.3s [2022-05-17T11:29:53.984Z] [2022-05-17T11:29:53.984Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-17T11:29:53.984Z] #32 sha256:6d6f0988bed3100d36cce9882cfd0981e29f06897e793b208c20c4b8d9572310 [2022-05-17T11:29:54.240Z] #32 DONE 0.4s [2022-05-17T11:29:54.240Z] [2022-05-17T11:29:54.240Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-17T11:29:54.240Z] #35 sha256:02b5c4538ac8e58bc325db4a7345386d1cddd2a3f7118b45a37686a8ff4e987b [2022-05-17T11:29:54.496Z] #35 DONE 0.3s [2022-05-17T11:29:54.496Z] [2022-05-17T11:29:54.496Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-17T11:29:54.496Z] #37 sha256:69f0528f3107307e6daa21f804fa0e1710ac55d85a13faf36aabe3838830207b [2022-05-17T11:29:54.752Z] #37 DONE 0.2s [2022-05-17T11:29:54.752Z] [2022-05-17T11:29:54.752Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-17T11:29:54.752Z] #39 sha256:8a7f8d63fe67cd1d861bb56f73223d76cc75e4d3633f5c891a639cdbc0e7ce53 [2022-05-17T11:29:54.752Z] #39 DONE 0.0s [2022-05-17T11:29:54.752Z] [2022-05-17T11:29:54.752Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-17T11:29:54.752Z] #41 sha256:868843a0392099a36e77cb273b52db9ff88a74696132c2e5b41cb750db87a549 [2022-05-17T11:29:55.008Z] #41 DONE 0.1s [2022-05-17T11:29:55.008Z] [2022-05-17T11:29:55.008Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-17T11:29:55.008Z] #45 sha256:5a46dbb746c1a52d4571d2e9305fa6890a19ceac9cdc9792b2c3acf6d270c461 [2022-05-17T11:29:55.008Z] #45 DONE 0.1s [2022-05-17T11:29:55.008Z] [2022-05-17T11:29:55.008Z] #55 [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-17T11:29:55.008Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:29:55.593Z] #21 11.04 Reading package lists... [2022-05-17T11:29:57.242Z] #60 ... [2022-05-17T11:29:57.242Z] [2022-05-17T11:29:57.242Z] #21 [dev-systemd-false 7/26] 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-17T11:29:57.242Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:29:57.242Z] #21 11.92 Fetched 8530 kB in 11s (792 kB/s) [2022-05-17T11:29:57.242Z] #21 11.92 Reading package lists... [2022-05-17T11:29:58.170Z] #21 15.74 Reading package lists... [2022-05-17T11:29:58.732Z] #21 19.03 Building dependency tree...#21 ... [2022-05-17T11:29:58.732Z] [2022-05-17T11:29:58.732Z] #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-17T11:29:58.732Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:29:58.732Z] #34 DONE 190.3s [2022-05-17T11:29:58.732Z] [2022-05-17T11:29:58.732Z] #21 [dev-systemd-false 7/26] 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-17T11:29:58.732Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:29:58.732Z] #21 19.03 Building dependency tree... [2022-05-17T11:29:58.878Z] #21 15.78 Reading package lists... [2022-05-17T11:29:59.139Z] #21 18.99 Building dependency tree... [2022-05-17T11:29:59.139Z] #21 ... [2022-05-17T11:29:59.139Z] [2022-05-17T11:29:59.139Z] #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-17T11:29:59.139Z] #34 sha256:c4f955ffae0a1c8967245a94aa32d654a6e15c000f626095dbb59881207e511c [2022-05-17T11:29:59.139Z] #34 DONE 189.5s [2022-05-17T11:29:59.397Z] [2022-05-17T11:29:59.397Z] #47 [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-17T11:29:59.397Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:29:59.836Z] b111c3320c94: Download complete [2022-05-17T11:29:59.965Z] #47 ... [2022-05-17T11:29:59.965Z] [2022-05-17T11:29:59.965Z] #21 [dev-systemd-false 7/26] 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-17T11:29:59.965Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:29:59.965Z] #21 18.99 Building dependency tree... [2022-05-17T11:30:00.532Z] INFO: Expanding go... [2022-05-17T11:30:00.632Z] #21 21.44 The following additional packages will be installed: [2022-05-17T11:30:00.632Z] #21 21.46 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-17T11:30:00.632Z] #21 21.46 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-17T11:30:00.632Z] #21 21.46 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-17T11:30:00.632Z] #21 21.46 python3-pkg-resources vim-runtime xxd [2022-05-17T11:30:00.632Z] #21 21.46 Suggested packages: [2022-05-17T11:30:00.632Z] #21 21.47 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-17T11:30:00.632Z] #21 21.47 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-17T11:30:00.632Z] #21 21.47 acl attr quota [2022-05-17T11:30:00.632Z] #21 21.47 Recommended packages: [2022-05-17T11:30:00.632Z] #21 21.47 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-17T11:30:01.195Z] #21 ... [2022-05-17T11:30:01.195Z] [2022-05-17T11:30:01.195Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:30:01.195Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:30:01.195Z] #36 192.9 Delve is a source level debugger for Go programs. [2022-05-17T11:30:01.195Z] #36 192.9 [2022-05-17T11:30:01.195Z] #36 192.9 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-17T11:30:01.195Z] #36 192.9 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-17T11:30:01.195Z] #36 192.9 [2022-05-17T11:30:01.195Z] #36 192.9 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-17T11:30:01.195Z] #36 192.9 [2022-05-17T11:30:01.195Z] #36 192.9 Pass flags to the program you are debugging using `--`, for example: [2022-05-17T11:30:01.195Z] #36 192.9 [2022-05-17T11:30:01.195Z] #36 192.9 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-17T11:30:01.195Z] #36 192.9 [2022-05-17T11:30:01.195Z] #36 192.9 Usage: [2022-05-17T11:30:01.195Z] #36 192.9 dlv [command] [2022-05-17T11:30:01.195Z] #36 192.9 [2022-05-17T11:30:01.195Z] #36 192.9 Available Commands: [2022-05-17T11:30:01.195Z] #36 192.9 attach Attach to running process and begin debugging. [2022-05-17T11:30:01.195Z] #36 192.9 connect Connect to a headless debug server with a terminal client. [2022-05-17T11:30:01.195Z] #36 192.9 core Examine a core dump. [2022-05-17T11:30:01.195Z] #36 192.9 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-17T11:30:01.195Z] #36 192.9 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-17T11:30:01.195Z] #36 192.9 exec Execute a precompiled binary, and begin a debug session. [2022-05-17T11:30:01.195Z] #36 192.9 help Help about any command [2022-05-17T11:30:01.195Z] #36 192.9 run Deprecated command. Use 'debug' instead. [2022-05-17T11:30:01.195Z] #36 192.9 test Compile test binary and begin debugging program. [2022-05-17T11:30:01.195Z] #36 192.9 trace Compile and begin tracing program. [2022-05-17T11:30:01.195Z] #36 192.9 version Prints version. [2022-05-17T11:30:01.195Z] #36 192.9 [2022-05-17T11:30:01.195Z] #36 192.9 Flags: [2022-05-17T11:30:01.195Z] #36 192.9 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-17T11:30:01.195Z] #36 192.9 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-17T11:30:01.195Z] #36 192.9 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-17T11:30:01.195Z] #36 192.9 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-17T11:30:01.195Z] #36 192.9 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-17T11:30:01.195Z] #36 192.9 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-17T11:30:01.195Z] #36 192.9 --disable-aslr Disables address space randomization [2022-05-17T11:30:01.195Z] #36 192.9 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-17T11:30:01.195Z] #36 192.9 -h, --help help for dlv [2022-05-17T11:30:01.195Z] #36 192.9 --init string Init file, executed by the terminal client. [2022-05-17T11:30:01.195Z] #36 192.9 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-17T11:30:01.195Z] #36 192.9 --log Enable debugging server logging. [2022-05-17T11:30:01.195Z] #36 192.9 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-17T11:30:01.195Z] #36 192.9 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-17T11:30:01.195Z] #36 192.9 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-17T11:30:01.195Z] #36 192.9 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-17T11:30:01.195Z] #36 192.9 --wd string Working directory for running the program. [2022-05-17T11:30:01.195Z] #36 192.9 [2022-05-17T11:30:01.195Z] #36 192.9 Additional help topics: [2022-05-17T11:30:01.195Z] #36 192.9 dlv backend Help about the --backend flag. [2022-05-17T11:30:01.195Z] #36 192.9 dlv log Help about logging flags. [2022-05-17T11:30:01.195Z] #36 192.9 dlv redirect Help about file redirection. [2022-05-17T11:30:01.195Z] #36 192.9 [2022-05-17T11:30:01.195Z] #36 192.9 Use "dlv [command] --help" for more information about a command. [2022-05-17T11:30:01.195Z] #36 DONE 193.0s [2022-05-17T11:30:01.344Z] #21 21.09 The following additional packages will be installed: [2022-05-17T11:30:01.344Z] #21 21.11 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-17T11:30:01.344Z] #21 21.11 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-17T11:30:01.344Z] #21 21.11 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-17T11:30:01.344Z] #21 21.13 python3-pkg-resources vim-runtime xxd [2022-05-17T11:30:01.344Z] #21 21.13 Suggested packages: [2022-05-17T11:30:01.344Z] #21 21.14 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-17T11:30:01.344Z] #21 21.14 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-17T11:30:01.344Z] #21 21.14 acl attr quota [2022-05-17T11:30:01.344Z] #21 21.14 Recommended packages: [2022-05-17T11:30:01.344Z] #21 21.14 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-17T11:30:01.458Z] [2022-05-17T11:30:01.458Z] #60 [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-17T11:30:01.458Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:30:02.024Z] #60 ... [2022-05-17T11:30:02.024Z] [2022-05-17T11:30:02.025Z] #21 [dev-systemd-false 7/26] 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-17T11:30:02.025Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:30:02.025Z] #21 22.99 The following NEW packages will be installed: [2022-05-17T11:30:02.025Z] #21 22.99 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-17T11:30:02.025Z] #21 22.99 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-17T11:30:02.025Z] #21 22.99 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-17T11:30:02.025Z] #21 23.00 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-17T11:30:02.025Z] #21 23.00 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-17T11:30:02.025Z] #21 23.00 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-17T11:30:02.025Z] #21 23.00 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-17T11:30:02.025Z] #21 23.00 xz-utils zip zstd [2022-05-17T11:30:02.281Z] #21 22.42 The following NEW packages will be installed: [2022-05-17T11:30:02.281Z] #21 22.42 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-17T11:30:02.281Z] #21 22.42 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-17T11:30:02.281Z] #21 22.42 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-17T11:30:02.281Z] #21 22.42 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-17T11:30:02.281Z] #21 22.42 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-17T11:30:02.281Z] #21 22.43 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-17T11:30:02.281Z] #21 22.43 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-17T11:30:02.281Z] #21 22.43 xz-utils zip zstd [2022-05-17T11:30:02.281Z] #21 23.38 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:30:02.281Z] #21 23.38 Need to get 27.6 MB of archives. [2022-05-17T11:30:02.281Z] #21 23.38 After this operation, 106 MB of additional disk space will be used. [2022-05-17T11:30:02.281Z] #21 23.38 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-17T11:30:02.537Z] #21 23.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-17T11:30:02.537Z] #21 23.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-17T11:30:02.537Z] #21 23.39 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-17T11:30:02.538Z] #21 23.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-17T11:30:02.538Z] #21 23.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-17T11:30:02.538Z] #21 23.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-17T11:30:02.538Z] #21 23.40 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-17T11:30:02.538Z] #21 23.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-17T11:30:02.538Z] #21 23.44 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-17T11:30:02.538Z] #21 23.45 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-17T11:30:02.538Z] #21 23.46 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-17T11:30:02.538Z] #21 23.47 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-17T11:30:02.538Z] #21 23.48 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-17T11:30:02.538Z] #21 23.50 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-17T11:30:02.538Z] #21 23.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-17T11:30:02.538Z] #21 23.51 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-17T11:30:02.538Z] #21 23.52 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-17T11:30:02.538Z] #21 23.52 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-17T11:30:02.538Z] #21 23.52 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-17T11:30:02.538Z] #21 23.53 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-17T11:30:02.538Z] #21 23.53 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-17T11:30:02.538Z] #21 23.54 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-17T11:30:02.538Z] #21 23.55 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-17T11:30:02.538Z] #21 23.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-17T11:30:02.538Z] #21 23.55 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-17T11:30:02.538Z] #21 23.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-17T11:30:02.540Z] #21 ... [2022-05-17T11:30:02.540Z] [2022-05-17T11:30:02.540Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-17T11:30:02.540Z] #36 sha256:03e732bcf8e9966774f0748183eb1fe6fc75b304267c47c51a6cef833e2fda40 [2022-05-17T11:30:02.540Z] #36 192.6 Delve is a source level debugger for Go programs. [2022-05-17T11:30:02.540Z] #36 192.6 [2022-05-17T11:30:02.540Z] #36 192.6 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-17T11:30:02.540Z] #36 192.6 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-17T11:30:02.540Z] #36 192.6 [2022-05-17T11:30:02.540Z] #36 192.6 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-17T11:30:02.540Z] #36 192.6 [2022-05-17T11:30:02.540Z] #36 192.6 Pass flags to the program you are debugging using `--`, for example: [2022-05-17T11:30:02.540Z] #36 192.6 [2022-05-17T11:30:02.540Z] #36 192.6 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-17T11:30:02.540Z] #36 192.6 [2022-05-17T11:30:02.540Z] #36 192.6 Usage: [2022-05-17T11:30:02.540Z] #36 192.6 dlv [command] [2022-05-17T11:30:02.540Z] #36 192.6 [2022-05-17T11:30:02.540Z] #36 192.6 Available Commands: [2022-05-17T11:30:02.540Z] #36 192.6 attach Attach to running process and begin debugging. [2022-05-17T11:30:02.540Z] #36 192.6 connect Connect to a headless debug server with a terminal client. [2022-05-17T11:30:02.540Z] #36 192.6 core Examine a core dump. [2022-05-17T11:30:02.540Z] #36 192.6 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-17T11:30:02.540Z] #36 192.6 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-17T11:30:02.540Z] #36 192.6 exec Execute a precompiled binary, and begin a debug session. [2022-05-17T11:30:02.540Z] #36 192.6 help Help about any command [2022-05-17T11:30:02.540Z] #36 192.6 run Deprecated command. Use 'debug' instead. [2022-05-17T11:30:02.540Z] #36 192.6 test Compile test binary and begin debugging program. [2022-05-17T11:30:02.540Z] #36 192.6 trace Compile and begin tracing program. [2022-05-17T11:30:02.540Z] #36 192.6 version Prints version. [2022-05-17T11:30:02.540Z] #36 192.6 [2022-05-17T11:30:02.540Z] #36 192.6 Flags: [2022-05-17T11:30:02.540Z] #36 192.6 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-17T11:30:02.540Z] #36 192.6 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-17T11:30:02.540Z] #36 192.6 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-17T11:30:02.540Z] #36 192.6 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-17T11:30:02.540Z] #36 192.6 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-17T11:30:02.540Z] #36 192.6 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-17T11:30:02.540Z] #36 192.6 --disable-aslr Disables address space randomization [2022-05-17T11:30:02.540Z] #36 192.6 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-17T11:30:02.540Z] #36 192.6 -h, --help help for dlv [2022-05-17T11:30:02.540Z] #36 192.6 --init string Init file, executed by the terminal client. [2022-05-17T11:30:02.540Z] #36 192.6 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-17T11:30:02.540Z] #36 192.6 --log Enable debugging server logging. [2022-05-17T11:30:02.540Z] #36 192.6 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-17T11:30:02.540Z] #36 192.6 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-17T11:30:02.540Z] #36 192.6 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-17T11:30:02.540Z] #36 192.6 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-17T11:30:02.540Z] #36 192.6 --wd string Working directory for running the program. [2022-05-17T11:30:02.540Z] #36 192.6 [2022-05-17T11:30:02.540Z] #36 192.6 Additional help topics: [2022-05-17T11:30:02.540Z] #36 192.6 dlv backend Help about the --backend flag. [2022-05-17T11:30:02.540Z] #36 192.6 dlv log Help about logging flags. [2022-05-17T11:30:02.540Z] #36 192.6 dlv redirect Help about file redirection. [2022-05-17T11:30:02.540Z] #36 192.6 [2022-05-17T11:30:02.540Z] #36 192.6 Use "dlv [command] --help" for more information about a command. [2022-05-17T11:30:02.540Z] #36 DONE 193.0s [2022-05-17T11:30:02.540Z] [2022-05-17T11:30:02.540Z] #21 [dev-systemd-false 7/26] 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-17T11:30:02.540Z] #21 sha256:ef713e3c42802b79b6738ad6318dcf5879d5e80a074c50ee7a25f06d794342b0 [2022-05-17T11:30:02.540Z] #21 22.75 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:30:02.540Z] #21 22.75 Need to get 27.6 MB of archives. [2022-05-17T11:30:02.540Z] #21 22.75 After this operation, 106 MB of additional disk space will be used. [2022-05-17T11:30:02.540Z] #21 22.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-17T11:30:02.540Z] #21 22.75 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-17T11:30:02.540Z] #21 22.75 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-17T11:30:02.540Z] #21 22.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-17T11:30:02.540Z] #21 22.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-17T11:30:02.540Z] #21 22.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-17T11:30:02.540Z] #21 22.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-17T11:30:02.540Z] #21 22.79 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-17T11:30:02.799Z] #21 22.84 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-17T11:30:02.799Z] #21 22.84 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-17T11:30:02.799Z] #21 22.85 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-17T11:30:02.799Z] #21 22.86 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-17T11:30:02.799Z] #21 22.86 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-17T11:30:02.799Z] #21 22.89 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-17T11:30:02.799Z] #21 22.89 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-17T11:30:02.799Z] #21 22.90 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-17T11:30:02.799Z] #21 22.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-17T11:30:02.799Z] #21 22.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-17T11:30:02.799Z] #21 22.90 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-17T11:30:02.799Z] #21 22.90 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-17T11:30:02.799Z] #21 22.90 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-17T11:30:02.799Z] #21 22.91 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-17T11:30:02.799Z] #21 22.91 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-17T11:30:02.799Z] #21 22.92 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-17T11:30:02.799Z] #21 22.93 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-17T11:30:02.799Z] #21 22.93 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-17T11:30:02.799Z] #21 22.95 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-17T11:30:03.103Z] #21 23.86 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-17T11:30:03.103Z] #21 23.86 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-17T11:30:03.103Z] #21 23.86 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-05-17T11:30:03.103Z] #21 23.86 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-17T11:30:03.103Z] #21 23.87 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-17T11:30:03.103Z] #21 23.87 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-17T11:30:03.103Z] #21 23.87 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-17T11:30:03.103Z] #21 23.92 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-17T11:30:03.103Z] #21 23.93 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-17T11:30:03.103Z] #21 23.93 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-17T11:30:03.103Z] #21 23.94 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-17T11:30:03.103Z] #21 23.95 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-17T11:30:03.103Z] #21 23.96 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-17T11:30:03.103Z] #21 23.97 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-17T11:30:03.103Z] #21 24.01 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-17T11:30:03.103Z] #21 24.03 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-17T11:30:03.103Z] #21 24.04 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-17T11:30:03.361Z] #21 24.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-17T11:30:03.361Z] #21 24.31 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-17T11:30:03.361Z] #21 24.34 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-17T11:30:03.361Z] #21 24.34 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-17T11:30:03.366Z] #21 23.36 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-17T11:30:03.366Z] #21 23.36 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-17T11:30:03.366Z] #21 23.36 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-17T11:30:03.366Z] #21 23.37 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-17T11:30:03.366Z] #21 23.37 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-17T11:30:03.366Z] #21 23.37 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-17T11:30:03.366Z] #21 23.38 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-17T11:30:03.366Z] #21 23.44 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-17T11:30:03.366Z] #21 23.44 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-17T11:30:03.366Z] #21 23.45 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-17T11:30:03.366Z] #21 23.46 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-17T11:30:03.366Z] #21 23.48 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-17T11:30:03.366Z] #21 23.48 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-17T11:30:03.366Z] #21 23.50 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-17T11:30:03.366Z] #21 23.58 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-17T11:30:03.624Z] #21 23.59 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-17T11:30:03.624Z] #21 23.60 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-17T11:30:03.882Z] #21 23.93 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-17T11:30:03.882Z] #21 23.99 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-17T11:30:03.882Z] #21 24.02 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-17T11:30:03.882Z] #21 24.03 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-17T11:30:03.923Z] #21 25.02 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:30:04.179Z] #21 25.30 Fetched 27.6 MB in 1s (21.0 MB/s) [2022-05-17T11:30:04.436Z] #21 25.33 Selecting previously unselected package pigz. [2022-05-17T11:30:04.436Z] #21 25.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 ... 24010 files and directories currently installed.) [2022-05-17T11:30:04.436Z] #21 25.41 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-17T11:30:04.436Z] #21 25.42 Unpacking pigz (2.6-1) ... [2022-05-17T11:30:04.449Z] #21 24.48 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:30:04.449Z] #21 24.59 Fetched 27.6 MB in 2s (17.5 MB/s) [2022-05-17T11:30:04.449Z] #21 24.64 Selecting previously unselected package pigz. [2022-05-17T11:30:04.708Z] #21 24.64 (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-17T11:30:04.708Z] #21 24.70 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-17T11:30:04.708Z] #21 24.72 Unpacking pigz (2.6-1) ... [2022-05-17T11:30:04.708Z] #21 24.80 Selecting previously unselected package libelf1:amd64. [2022-05-17T11:30:04.708Z] #21 24.80 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-17T11:30:04.708Z] #21 24.81 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-17T11:30:04.708Z] #21 24.94 Selecting previously unselected package libbpf0:amd64. [2022-05-17T11:30:04.731Z] #21 25.55 Selecting previously unselected package libelf1:amd64. [2022-05-17T11:30:04.731Z] #21 25.56 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-17T11:30:04.731Z] #21 25.57 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-17T11:30:04.966Z] #21 24.94 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-17T11:30:04.966Z] #21 24.95 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-17T11:30:04.966Z] #21 25.05 Selecting previously unselected package libcap2:amd64. [2022-05-17T11:30:04.966Z] #21 25.05 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-17T11:30:04.966Z] #21 25.06 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-17T11:30:04.966Z] #21 25.12 Selecting previously unselected package libmnl0:amd64. [2022-05-17T11:30:04.966Z] #21 25.13 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-17T11:30:04.966Z] #21 25.13 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-17T11:30:04.966Z] #21 25.20 Selecting previously unselected package libxtables12:amd64. [2022-05-17T11:30:04.988Z] #21 25.87 Selecting previously unselected package libbpf0:amd64. [2022-05-17T11:30:04.988Z] #21 25.88 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-17T11:30:04.988Z] #21 25.90 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-17T11:30:05.225Z] #21 25.20 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-17T11:30:05.225Z] #21 25.21 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-17T11:30:05.225Z] #21 25.27 Selecting previously unselected package libcap2-bin. [2022-05-17T11:30:05.225Z] #21 25.28 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-17T11:30:05.225Z] #21 25.29 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-17T11:30:05.225Z] #21 25.40 Selecting previously unselected package iproute2. [2022-05-17T11:30:05.225Z] #21 25.41 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-17T11:30:05.225Z] #21 25.42 Unpacking iproute2 (5.10.0-4) ... [2022-05-17T11:30:05.272Z] #21 26.05 Selecting previously unselected package libcap2:amd64. [2022-05-17T11:30:05.272Z] #21 26.06 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-17T11:30:05.272Z] #21 26.08 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-17T11:30:05.272Z] #21 26.15 Selecting previously unselected package libmnl0:amd64. [2022-05-17T11:30:05.272Z] #21 26.16 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-17T11:30:05.272Z] #21 26.16 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-17T11:30:05.272Z] #21 26.30 Selecting previously unselected package libxtables12:amd64. [2022-05-17T11:30:05.533Z] #21 26.33 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-17T11:30:05.533Z] #21 26.35 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-17T11:30:05.533Z] #21 26.51 Selecting previously unselected package libcap2-bin. [2022-05-17T11:30:05.533Z] #21 26.52 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-17T11:30:05.533Z] #21 26.53 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-17T11:30:05.789Z] #21 26.86 Selecting previously unselected package iproute2. [2022-05-17T11:30:05.793Z] #21 25.89 Selecting previously unselected package xxd. [2022-05-17T11:30:05.793Z] #21 25.89 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-17T11:30:05.793Z] #21 25.90 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:06.051Z] #21 26.02 Selecting previously unselected package vim-common. [2022-05-17T11:30:06.051Z] #21 26.02 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:30:06.051Z] #21 26.03 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:06.063Z] #21 26.86 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-17T11:30:06.063Z] #21 26.89 Unpacking iproute2 (5.10.0-4) ... [2022-05-17T11:30:06.310Z] #21 26.21 Selecting previously unselected package bash-completion. [2022-05-17T11:30:06.310Z] #21 26.21 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-17T11:30:06.644Z] #21 27.76 Selecting previously unselected package xxd. [2022-05-17T11:30:06.644Z] #21 27.76 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-17T11:30:06.906Z] #21 27.77 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:07.168Z] #21 28.10 Selecting previously unselected package vim-common. [2022-05-17T11:30:07.168Z] #21 28.11 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:30:07.168Z] #21 28.18 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:07.425Z] #21 28.34 Selecting previously unselected package bash-completion. [2022-05-17T11:30:07.425Z] #21 28.34 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-17T11:30:08.845Z] #21 28.67 Unpacking bash-completion (1:2.11-2) ... [2022-05-17T11:30:09.107Z] #21 29.33 Selecting previously unselected package bzip2. [2022-05-17T11:30:09.107Z] #21 29.34 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-17T11:30:09.366Z] #21 29.37 Unpacking bzip2 (1.0.8-4) ... [2022-05-17T11:30:09.366Z] #21 29.58 Selecting previously unselected package xz-utils. [2022-05-17T11:30:09.366Z] #21 29.59 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-17T11:30:09.625Z] #21 29.61 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-17T11:30:09.625Z] #21 29.88 Selecting previously unselected package apparmor. [2022-05-17T11:30:09.872Z] #55 ... [2022-05-17T11:30:09.872Z] [2022-05-17T11:30:09.872Z] #47 [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-17T11:30:09.872Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:30:09.872Z] #47 209.0 + dpkg --print-architecture [2022-05-17T11:30:09.872Z] #47 209.0 + git checkout -q v2.1.0 [2022-05-17T11:30:09.931Z] #21 29.89 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-17T11:30:09.931Z] #21 30.05 Unpacking apparmor (2.13.6-10) ... [2022-05-17T11:30:09.962Z] #21 30.56 Unpacking bash-completion (1:2.11-2) ... [2022-05-17T11:30:09.962Z] #21 30.94 Selecting previously unselected package bzip2. [2022-05-17T11:30:09.962Z] #21 30.95 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-17T11:30:09.962Z] #21 30.96 Unpacking bzip2 (1.0.8-4) ... [2022-05-17T11:30:10.129Z] #47 209.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-17T11:30:10.129Z] #47 209.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-17T11:30:10.218Z] #21 31.03 Selecting previously unselected package xz-utils. [2022-05-17T11:30:10.218Z] #21 31.04 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-17T11:30:10.218Z] #21 31.05 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-17T11:30:10.218Z] #21 31.20 Selecting previously unselected package apparmor. [2022-05-17T11:30:10.218Z] #21 31.20 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-17T11:30:10.219Z] #21 31.25 Unpacking apparmor (2.13.6-10) ... [2022-05-17T11:30:10.522Z] #21 30.66 Selecting previously unselected package inetutils-ping. [2022-05-17T11:30:10.522Z] #21 30.67 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-17T11:30:10.522Z] #21 30.68 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-17T11:30:10.786Z] #21 30.80 Selecting previously unselected package libip4tc2:amd64. [2022-05-17T11:30:10.786Z] #21 30.82 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-17T11:30:10.786Z] #21 30.85 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-17T11:30:10.786Z] #21 30.94 Selecting previously unselected package libip6tc2:amd64. [2022-05-17T11:30:10.786Z] #21 30.95 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-17T11:30:10.786Z] #21 30.96 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-17T11:30:10.786Z] #21 31.01 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-17T11:30:10.786Z] #21 31.01 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-17T11:30:10.786Z] #21 31.01 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-17T11:30:10.786Z] #21 31.06 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-17T11:30:10.829Z] #21 31.72 Selecting previously unselected package inetutils-ping. [2022-05-17T11:30:10.830Z] #21 31.72 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-17T11:30:10.830Z] #21 31.72 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-17T11:30:10.830Z] #21 31.81 Selecting previously unselected package libip4tc2:amd64. [2022-05-17T11:30:10.830Z] #21 31.81 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-17T11:30:10.830Z] #21 31.81 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-17T11:30:10.830Z] #21 31.86 Selecting previously unselected package libip6tc2:amd64. [2022-05-17T11:30:11.044Z] #21 31.06 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-17T11:30:11.044Z] #21 31.07 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-17T11:30:11.044Z] #21 31.17 Selecting previously unselected package libnftnl11:amd64. [2022-05-17T11:30:11.044Z] #21 31.17 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-17T11:30:11.044Z] #21 31.18 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-17T11:30:11.044Z] #21 31.26 Selecting previously unselected package iptables. [2022-05-17T11:30:11.044Z] #21 31.26 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-17T11:30:11.044Z] #21 31.26 Unpacking iptables (1.8.7-1) ... [2022-05-17T11:30:11.087Z] #21 31.86 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-17T11:30:11.087Z] #21 31.87 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-17T11:30:11.087Z] #21 31.92 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-17T11:30:11.087Z] #21 31.93 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-17T11:30:11.087Z] #21 31.96 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-17T11:30:11.087Z] #21 32.04 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-17T11:30:11.087Z] #21 32.04 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-17T11:30:11.087Z] #21 32.05 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-17T11:30:11.087Z] #21 32.13 Selecting previously unselected package libnftnl11:amd64. [2022-05-17T11:30:11.087Z] #21 32.13 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-17T11:30:11.306Z] #21 31.57 Selecting previously unselected package libonig5:amd64. [2022-05-17T11:30:11.306Z] #21 31.59 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-17T11:30:11.343Z] #21 32.14 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-17T11:30:11.343Z] #21 32.23 Selecting previously unselected package iptables. [2022-05-17T11:30:11.343Z] #21 32.24 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-17T11:30:11.343Z] #21 32.25 Unpacking iptables (1.8.7-1) ... [2022-05-17T11:30:11.565Z] #21 31.60 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:30:11.600Z] #21 32.51 Selecting previously unselected package libonig5:amd64. [2022-05-17T11:30:11.600Z] #21 32.52 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-17T11:30:11.600Z] #21 32.52 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:30:11.823Z] #21 31.80 Selecting previously unselected package libjq1:amd64. [2022-05-17T11:30:11.824Z] #21 31.81 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-17T11:30:11.824Z] #21 31.82 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:30:11.856Z] #21 32.68 Selecting previously unselected package libjq1:amd64. [2022-05-17T11:30:11.856Z] #21 32.69 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-17T11:30:11.856Z] #21 32.70 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:30:11.856Z] #21 32.80 Selecting previously unselected package jq. [2022-05-17T11:30:11.856Z] #21 32.80 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-17T11:30:11.856Z] #21 32.81 Unpacking jq (1.6-2.1) ... [2022-05-17T11:30:11.856Z] #21 32.88 Selecting previously unselected package libaio1:amd64. [2022-05-17T11:30:11.856Z] #21 32.89 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-17T11:30:11.856Z] #21 32.90 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-17T11:30:12.083Z] #21 32.04 Selecting previously unselected package jq. [2022-05-17T11:30:12.083Z] #21 32.06 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-17T11:30:12.083Z] #21 32.08 Unpacking jq (1.6-2.1) ... [2022-05-17T11:30:12.083Z] #21 32.17 Selecting previously unselected package libaio1:amd64. [2022-05-17T11:30:12.083Z] #21 32.17 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-17T11:30:12.083Z] #21 32.18 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-17T11:30:12.112Z] #21 32.96 Selecting previously unselected package libgpm2:amd64. [2022-05-17T11:30:12.112Z] #21 32.97 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-17T11:30:12.112Z] #21 32.98 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-17T11:30:12.112Z] #21 33.04 Selecting previously unselected package libicu67:amd64. [2022-05-17T11:30:12.112Z] #21 33.05 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-17T11:30:12.112Z] #21 33.05 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-17T11:30:12.341Z] #21 32.34 Selecting previously unselected package libgpm2:amd64. [2022-05-17T11:30:12.342Z] #21 32.34 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-17T11:30:12.342Z] #21 32.35 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-17T11:30:12.342Z] #21 32.46 Selecting previously unselected package libicu67:amd64. [2022-05-17T11:30:12.342Z] #21 32.46 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-17T11:30:12.342Z] #21 32.48 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-17T11:30:15.383Z] #21 35.91 Selecting previously unselected package libinih1:amd64. [2022-05-17T11:30:15.383Z] #21 35.91 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-17T11:30:15.383Z] #21 35.92 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-17T11:30:15.383Z] #21 35.96 Selecting previously unselected package libnet1:amd64. [2022-05-17T11:30:15.383Z] #21 35.97 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-17T11:30:15.383Z] #21 35.97 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:30:15.383Z] #21 36.05 Selecting previously unselected package libnl-3-200:amd64. [2022-05-17T11:30:15.383Z] #21 36.05 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-17T11:30:15.383Z] #21 36.06 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:30:15.383Z] #21 36.14 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-17T11:30:15.383Z] #21 36.15 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-17T11:30:15.383Z] #21 36.16 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:30:15.383Z] #21 36.22 Selecting previously unselected package net-tools. [2022-05-17T11:30:15.383Z] #21 36.24 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-17T11:30:15.383Z] #21 36.25 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-17T11:30:15.383Z] #21 36.43 Selecting previously unselected package patch. [2022-05-17T11:30:15.628Z] #21 35.45 Selecting previously unselected package libinih1:amd64. [2022-05-17T11:30:15.628Z] #21 35.45 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-17T11:30:15.628Z] #21 35.45 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-17T11:30:15.628Z] #21 35.53 Selecting previously unselected package libnet1:amd64. [2022-05-17T11:30:15.628Z] #21 35.55 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-17T11:30:15.628Z] #21 35.55 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:30:15.628Z] #21 35.65 Selecting previously unselected package libnl-3-200:amd64. [2022-05-17T11:30:15.628Z] #21 35.65 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-17T11:30:15.628Z] #21 35.67 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:30:15.628Z] #21 35.76 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-17T11:30:15.628Z] #21 35.76 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-17T11:30:15.628Z] #21 35.76 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:30:15.628Z] #21 35.82 Selecting previously unselected package net-tools. [2022-05-17T11:30:15.628Z] #21 35.84 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-17T11:30:15.628Z] #21 35.84 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-17T11:30:15.639Z] #21 36.43 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-17T11:30:15.639Z] #21 36.44 Unpacking patch (2.7.6-7) ... [2022-05-17T11:30:15.639Z] #21 36.53 Selecting previously unselected package python-pip-whl. [2022-05-17T11:30:15.639Z] #21 36.54 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-17T11:30:15.639Z] #21 36.55 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-17T11:30:15.887Z] #21 36.04 Selecting previously unselected package patch. [2022-05-17T11:30:15.887Z] #21 36.05 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-17T11:30:15.887Z] #21 36.06 Unpacking patch (2.7.6-7) ... [2022-05-17T11:30:16.145Z] #21 36.15 Selecting previously unselected package python-pip-whl. [2022-05-17T11:30:16.145Z] #21 36.16 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-17T11:30:16.146Z] #21 36.17 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-17T11:30:16.201Z] #21 37.07 Selecting previously unselected package python3-lib2to3. [2022-05-17T11:30:16.201Z] #21 37.08 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-17T11:30:16.201Z] #21 37.08 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-17T11:30:16.201Z] #21 37.16 Selecting previously unselected package python3-distutils. [2022-05-17T11:30:16.201Z] #21 37.17 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-17T11:30:16.201Z] #21 37.17 Unpacking python3-distutils (3.9.2-1) ... [2022-05-17T11:30:16.457Z] #21 37.30 Selecting previously unselected package python3-pkg-resources. [2022-05-17T11:30:16.457Z] #21 37.30 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-17T11:30:16.457Z] #21 37.31 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:30:16.457Z] #21 37.44 Selecting previously unselected package python3-setuptools. [2022-05-17T11:30:16.457Z] #21 37.44 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-17T11:30:16.457Z] #21 37.45 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-17T11:30:16.714Z] #21 36.68 Selecting previously unselected package python3-lib2to3. [2022-05-17T11:30:16.715Z] #21 36.68 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-17T11:30:16.715Z] #21 36.69 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-17T11:30:16.715Z] #21 36.78 Selecting previously unselected package python3-distutils. [2022-05-17T11:30:16.715Z] #21 36.79 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-17T11:30:16.715Z] #21 36.80 Unpacking python3-distutils (3.9.2-1) ... [2022-05-17T11:30:16.969Z] #21 37.70 Selecting previously unselected package python3-wheel. [2022-05-17T11:30:16.969Z] #21 37.71 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-17T11:30:16.969Z] #21 37.72 Unpacking python3-wheel (0.34.2-1) ... [2022-05-17T11:30:16.969Z] #21 37.78 Selecting previously unselected package python3-pip. [2022-05-17T11:30:16.969Z] #21 37.78 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-17T11:30:16.969Z] #21 37.79 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-17T11:30:16.973Z] #21 36.93 Selecting previously unselected package python3-pkg-resources. [2022-05-17T11:30:16.973Z] #21 36.94 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-17T11:30:16.973Z] #21 36.95 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:30:16.973Z] #21 37.10 Selecting previously unselected package python3-setuptools. [2022-05-17T11:30:16.973Z] #21 37.11 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-17T11:30:16.973Z] #21 37.12 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-17T11:30:17.225Z] #21 38.04 Selecting previously unselected package sudo. [2022-05-17T11:30:17.225Z] #21 38.04 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-17T11:30:17.225Z] #21 38.05 Unpacking sudo (1.9.5p2-3) ... [2022-05-17T11:30:17.232Z] #21 37.30 Selecting previously unselected package python3-wheel. [2022-05-17T11:30:17.232Z] #21 37.31 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-17T11:30:17.232Z] #21 37.32 Unpacking python3-wheel (0.34.2-1) ... [2022-05-17T11:30:17.232Z] #21 37.39 Selecting previously unselected package python3-pip. [2022-05-17T11:30:17.232Z] #21 37.40 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-17T11:30:17.481Z] #21 38.49 Selecting previously unselected package thin-provisioning-tools. [2022-05-17T11:30:17.481Z] #21 38.49 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-17T11:30:17.481Z] #21 38.50 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-17T11:30:17.490Z] #21 37.41 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-17T11:30:17.490Z] #21 37.63 Selecting previously unselected package sudo. [2022-05-17T11:30:17.490Z] #21 37.63 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-17T11:30:17.490Z] #21 37.64 Unpacking sudo (1.9.5p2-3) ... [2022-05-17T11:30:17.994Z] #21 38.74 Selecting previously unselected package uidmap. [2022-05-17T11:30:17.994Z] #21 38.75 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-17T11:30:17.994Z] #21 38.76 Unpacking uidmap (1:4.8.1-1) ... [2022-05-17T11:30:17.994Z] #21 38.91 Selecting previously unselected package vim-runtime. [2022-05-17T11:30:17.994Z] #21 38.91 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:30:17.994Z] #21 38.95 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-17T11:30:17.994Z] #21 38.99 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-17T11:30:17.994Z] #21 39.00 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:18.057Z] #21 38.15 Selecting previously unselected package thin-provisioning-tools. [2022-05-17T11:30:18.057Z] #21 38.16 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-17T11:30:18.057Z] #21 38.17 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-17T11:30:18.315Z] #21 38.39 Selecting previously unselected package uidmap. [2022-05-17T11:30:18.315Z] #21 38.40 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-17T11:30:18.315Z] #21 38.41 Unpacking uidmap (1:4.8.1-1) ... [2022-05-17T11:30:18.574Z] #21 38.53 Selecting previously unselected package vim-runtime. [2022-05-17T11:30:18.574Z] #21 38.55 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-17T11:30:18.574Z] #21 38.58 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-17T11:30:18.574Z] #21 38.61 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-17T11:30:18.574Z] #21 38.63 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:21.263Z] #21 41.76 Selecting previously unselected package vim. [2022-05-17T11:30:21.263Z] #21 41.77 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-17T11:30:21.263Z] #21 41.79 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:21.519Z] #21 42.31 Selecting previously unselected package xfsprogs. [2022-05-17T11:30:21.519Z] #21 42.33 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-17T11:30:21.519Z] #21 42.33 Unpacking xfsprogs (5.10.0-4) ... [2022-05-17T11:30:21.775Z] #21 42.72 Selecting previously unselected package zip. [2022-05-17T11:30:21.775Z] #21 42.74 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-17T11:30:21.775Z] #21 42.74 Unpacking zip (3.0-12) ... [2022-05-17T11:30:21.775Z] #21 42.86 Selecting previously unselected package zstd. [2022-05-17T11:30:21.859Z] #21 41.42 Selecting previously unselected package vim. [2022-05-17T11:30:21.859Z] #21 41.43 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-17T11:30:21.859Z] #21 41.45 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:21.859Z] #21 41.98 Selecting previously unselected package xfsprogs. [2022-05-17T11:30:21.859Z] #21 41.98 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-17T11:30:21.859Z] #21 41.99 Unpacking xfsprogs (5.10.0-4) ... [2022-05-17T11:30:22.031Z] #21 42.87 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-17T11:30:22.031Z] #21 42.87 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-17T11:30:22.288Z] #21 43.24 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:30:22.426Z] #21 42.43 Selecting previously unselected package zip. [2022-05-17T11:30:22.426Z] #21 42.45 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-17T11:30:22.426Z] #21 42.45 Unpacking zip (3.0-12) ... [2022-05-17T11:30:22.697Z] #21 42.58 Selecting previously unselected package zstd. [2022-05-17T11:30:22.697Z] #21 42.59 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-17T11:30:22.697Z] #21 42.59 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-17T11:30:22.955Z] #21 42.92 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-17T11:30:23.217Z] #21 44.12 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-17T11:30:23.217Z] #21 44.14 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-17T11:30:23.217Z] #21 44.15 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-17T11:30:23.217Z] #21 44.17 Setting up libicu67:amd64 (67.1-7) ... [2022-05-17T11:30:23.217Z] #21 44.18 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-17T11:30:23.217Z] #21 44.20 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-17T11:30:23.217Z] #21 44.21 Setting up uidmap (1:4.8.1-1) ... [2022-05-17T11:30:23.217Z] #21 44.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:30:23.217Z] #21 44.24 Setting up bzip2 (1.0.8-4) ... [2022-05-17T11:30:23.217Z] #21 44.25 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:30:23.217Z] #21 44.27 Setting up python3-wheel (0.34.2-1) ... [2022-05-17T11:30:23.890Z] #21 43.81 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-17T11:30:23.890Z] #21 43.82 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-17T11:30:23.890Z] #21 43.83 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-17T11:30:23.890Z] #21 43.85 Setting up libicu67:amd64 (67.1-7) ... [2022-05-17T11:30:23.890Z] #21 43.86 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-17T11:30:23.890Z] #21 43.87 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-17T11:30:23.890Z] #21 43.89 Setting up uidmap (1:4.8.1-1) ... [2022-05-17T11:30:23.890Z] #21 43.90 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-17T11:30:23.890Z] #21 43.92 Setting up bzip2 (1.0.8-4) ... [2022-05-17T11:30:23.890Z] #21 43.93 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-17T11:30:23.890Z] #21 43.94 Setting up python3-wheel (0.34.2-1) ... [2022-05-17T11:30:24.038Z] #21 44.91 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:24.038Z] #21 44.92 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-17T11:30:24.038Z] #21 44.93 Setting up libcap2-bin (1:2.44-1) ... [2022-05-17T11:30:24.038Z] #21 44.94 Setting up apparmor (2.13.6-10) ... [2022-05-17T11:30:24.827Z] #21 44.65 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:24.827Z] #21 44.67 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-17T11:30:24.827Z] #21 44.68 Setting up libcap2-bin (1:2.44-1) ... [2022-05-17T11:30:24.827Z] #21 44.69 Setting up apparmor (2.13.6-10) ... [2022-05-17T11:30:25.407Z] #21 46.34 Setting up zip (3.0-12) ... [2022-05-17T11:30:25.407Z] #21 46.35 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:25.407Z] #21 46.37 Setting up bash-completion (1:2.11-2) ... [2022-05-17T11:30:26.209Z] #21 46.13 Setting up zip (3.0-12) ... [2022-05-17T11:30:26.209Z] #21 46.17 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:26.209Z] #21 46.22 Setting up bash-completion (1:2.11-2) ... [2022-05-17T11:30:27.298Z] #21 48.23 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-17T11:30:27.298Z] #21 48.24 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-17T11:30:27.298Z] #21 48.25 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-17T11:30:27.298Z] #21 48.27 Setting up patch (2.7.6-7) ... [2022-05-17T11:30:27.298Z] #21 48.28 Setting up sudo (1.9.5p2-3) ... [2022-05-17T11:30:27.298Z] #21 48.35 invoke-rc.d: could not determine current runlevel [2022-05-17T11:30:27.298Z] #21 48.36 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-17T11:30:27.298Z] #21 48.37 Setting up xfsprogs (5.10.0-4) ... [2022-05-17T11:30:27.554Z] #21 48.39 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-17T11:30:27.554Z] #21 48.40 Setting up inetutils-ping (2:2.0-1) ... [2022-05-17T11:30:27.554Z] #21 48.42 Setting up pigz (2.6-1) ... [2022-05-17T11:30:27.554Z] #21 48.43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-17T11:30:27.554Z] #21 48.45 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:30:27.554Z] #21 48.48 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-17T11:30:27.554Z] #21 48.49 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:28.110Z] #21 48.11 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-17T11:30:28.110Z] #21 48.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-17T11:30:28.110Z] #21 48.13 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-17T11:30:28.110Z] #21 48.15 Setting up patch (2.7.6-7) ... [2022-05-17T11:30:28.110Z] #21 48.18 Setting up sudo (1.9.5p2-3) ... [2022-05-17T11:30:28.110Z] #21 48.26 invoke-rc.d: could not determine current runlevel [2022-05-17T11:30:28.110Z] #21 48.27 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-17T11:30:28.110Z] #21 48.28 Setting up xfsprogs (5.10.0-4) ... [2022-05-17T11:30:28.110Z] #21 48.29 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-17T11:30:28.110Z] #21 48.31 Setting up inetutils-ping (2:2.0-1) ... [2022-05-17T11:30:28.110Z] #21 48.33 Setting up pigz (2.6-1) ... [2022-05-17T11:30:28.368Z] #21 48.35 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-17T11:30:28.368Z] #21 48.37 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-17T11:30:28.368Z] #21 48.39 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-17T11:30:28.368Z] #21 48.40 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:28.484Z] #21 49.27 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-17T11:30:28.484Z] #21 49.28 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-17T11:30:28.741Z] #21 49.68 Setting up libelf1:amd64 (0.183-1) ... [2022-05-17T11:30:28.741Z] #21 49.72 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-17T11:30:28.741Z] #21 49.73 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:30:28.741Z] #21 49.75 Setting up python3-distutils (3.9.2-1) ... [2022-05-17T11:30:29.304Z] #21 50.17 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:29.304Z] #21 50.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-17T11:30:29.304Z] #21 50.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-17T11:30:29.304Z] #21 50.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-17T11:30:29.304Z] #21 50.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-17T11:30:29.304Z] #21 50.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-17T11:30:29.304Z] #21 50.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-17T11:30:29.304Z] #21 50.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-17T11:30:29.304Z] #21 50.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-17T11:30:29.304Z] #21 50.24 Setting up python3-setuptools (52.0.0-4) ... [2022-05-17T11:30:29.304Z] #21 49.16 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-17T11:30:29.304Z] #21 49.17 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-17T11:30:29.563Z] #21 49.54 Setting up libelf1:amd64 (0.183-1) ... [2022-05-17T11:30:29.563Z] #21 49.56 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-17T11:30:29.563Z] #21 49.58 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-17T11:30:29.563Z] #21 49.61 Setting up python3-distutils (3.9.2-1) ... [2022-05-17T11:30:29.822Z] #21 50.04 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-17T11:30:29.822Z] #21 50.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-17T11:30:29.822Z] #21 50.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-17T11:30:29.822Z] #21 50.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-17T11:30:29.822Z] #21 50.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-17T11:30:29.822Z] #21 50.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-17T11:30:29.822Z] #21 50.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-17T11:30:29.822Z] #21 50.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-17T11:30:30.080Z] #21 50.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-17T11:30:30.080Z] #21 50.11 Setting up python3-setuptools (52.0.0-4) ... [2022-05-17T11:30:30.670Z] #21 51.58 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:30:30.670Z] #21 51.59 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-17T11:30:30.670Z] #21 51.61 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-17T11:30:30.670Z] #21 51.62 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-17T11:30:31.456Z] #21 51.38 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-17T11:30:31.456Z] #21 51.40 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-17T11:30:31.456Z] #21 51.41 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-17T11:30:31.456Z] #21 51.43 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-17T11:30:32.042Z] #21 52.67 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-17T11:30:32.042Z] #21 52.71 Setting up jq (1.6-2.1) ... [2022-05-17T11:30:32.042Z] #21 52.72 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-17T11:30:32.042Z] #21 52.74 Setting up iptables (1.8.7-1) ... [2022-05-17T11:30:32.042Z] #21 52.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-17T11:30:32.042Z] #21 52.76 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-17T11:30:32.042Z] #21 52.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-17T11:30:32.042Z] #21 52.77 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-17T11:30:32.042Z] #21 52.77 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-17T11:30:32.042Z] #21 52.78 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-17T11:30:32.042Z] #21 52.81 Setting up iproute2 (5.10.0-4) ... [2022-05-17T11:30:32.299Z] #21 53.18 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:30:32.831Z] #21 52.61 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-17T11:30:32.831Z] #21 52.63 Setting up jq (1.6-2.1) ... [2022-05-17T11:30:32.831Z] #21 52.64 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-17T11:30:32.831Z] #21 52.71 Setting up iptables (1.8.7-1) ... [2022-05-17T11:30:32.831Z] #21 52.73 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-17T11:30:32.831Z] #21 52.74 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-17T11:30:32.831Z] #21 52.75 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-17T11:30:32.831Z] #21 52.75 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-17T11:30:32.831Z] #21 52.76 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-17T11:30:32.831Z] #21 52.76 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-17T11:30:32.831Z] #21 52.85 Setting up iproute2 (5.10.0-4) ... [2022-05-17T11:30:33.089Z] #21 53.24 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:30:33.665Z] #21 DONE 54.4s [2022-05-17T11:30:33.665Z] [2022-05-17T11:30:33.665Z] #22 [dev-systemd-false 8/26] 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-17T11:30:33.665Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-17T11:30:34.229Z] #22 0.834 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-17T11:30:34.230Z] #22 0.837 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-17T11:30:34.230Z] #22 0.841 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-17T11:30:34.230Z] #22 DONE 0.9s [2022-05-17T11:30:34.230Z] [2022-05-17T11:30:34.230Z] #60 [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-17T11:30:34.230Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:30:34.492Z] #60 ... [2022-05-17T11:30:34.492Z] [2022-05-17T11:30:34.492Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-17T11:30:34.492Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb [2022-05-17T11:30:34.994Z] #21 DONE 55.1s [2022-05-17T11:30:34.994Z] [2022-05-17T11:30:34.994Z] #22 [dev-systemd-false 8/26] 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-17T11:30:34.994Z] #22 sha256:c7811928bce2e5b3944dd00b29a5d762d4bc0a9c3ed149c9c48245a64a9a344e [2022-05-17T11:30:35.041Z] #64 ... [2022-05-17T11:30:35.041Z] [2022-05-17T11:30:35.041Z] #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-17T11:30:35.041Z] #26 sha256:52391597b0a18571e1654aa6fb1e3d19176a443822c2fdaf71fc680b2fe7426e [2022-05-17T11:30:35.041Z] #26 228.8 + return [2022-05-17T11:30:35.041Z] #26 DONE 231.3s [2022-05-17T11:30:35.041Z] [2022-05-17T11:30:35.041Z] #55 [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-17T11:30:35.041Z] #55 sha256:e374d1522f5d9c874a1bdd0ffb6eda4ed761c9a1e53e0259625a85dc3c837cec [2022-05-17T11:30:35.041Z] #55 231.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-17T11:30:35.041Z] #55 DONE 231.7s [2022-05-17T11:30:35.041Z] [2022-05-17T11:30:35.041Z] #60 [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-17T11:30:35.041Z] #60 sha256:45ebeeefa6218ecfd343191d7a2dae8c4a5940ec6c751f052bb38e35f352a233 [2022-05-17T11:30:35.041Z] #60 ... [2022-05-17T11:30:35.041Z] [2022-05-17T11:30:35.041Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-17T11:30:35.041Z] #27 sha256:6ed74c4f83fb0995e97000eb49a46cf4b53b7bb0a30cbdf712997c440a93a272 [2022-05-17T11:30:35.613Z] #27 ... [2022-05-17T11:30:35.613Z] [2022-05-17T11:30:35.613Z] #60 [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-17T11:30:35.613Z] #60 sha256:45ebeeefa6218ecfd343191d7a2dae8c4a5940ec6c751f052bb38e35f352a233 [2022-05-17T11:30:35.613Z] #60 128.8 + mkdir -p /build [2022-05-17T11:30:35.613Z] #60 128.8 + cp runc /build/runc [2022-05-17T11:30:35.613Z] #60 DONE 129.2s [2022-05-17T11:30:35.873Z] [2022-05-17T11:30:35.873Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-17T11:30:35.873Z] #27 sha256:6ed74c4f83fb0995e97000eb49a46cf4b53b7bb0a30cbdf712997c440a93a272 [2022-05-17T11:30:35.873Z] #27 DONE 1.1s [2022-05-17T11:30:35.873Z] [2022-05-17T11:30:35.873Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-17T11:30:35.873Z] #32 sha256:e1f1faed58b22bd4ba9ae5d907ba6778c0cdd4110cbd1f019319495c51531906 [2022-05-17T11:30:35.929Z] #22 0.863 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-17T11:30:35.929Z] #22 0.868 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-17T11:30:35.929Z] #22 0.872 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-17T11:30:36.187Z] #22 DONE 1.0s [2022-05-17T11:30:36.187Z] [2022-05-17T11:30:36.187Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-17T11:30:36.187Z] #23 sha256:13726e4b4076cc5b48d1dd40fbc30ad88596bc8c59aeb3f2eff8a95d56618fbb [2022-05-17T11:30:36.371Z] INFO: Expanding compiler 1 of 3... [2022-05-17T11:30:36.372Z] INFO: Expanding compiler 2 of 3... [2022-05-17T11:30:36.639Z] #47 DONE 231.9s [2022-05-17T11:30:36.639Z] [2022-05-17T11:30:36.639Z] #60 [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-17T11:30:36.639Z] #60 sha256:fcb0de7899a9661320d1b9fe717323cf43542f2ee7d6482e1b563903490378e6 [2022-05-17T11:30:36.639Z] #60 ... [2022-05-17T11:30:36.639Z] [2022-05-17T11:30:36.639Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-17T11:30:36.639Z] #48 sha256:d33fe09541bcb010f3a966020589bce4f2609d6ca084953f955a43a594af1061 [2022-05-17T11:30:36.639Z] #48 DONE 0.6s [2022-05-17T11:30:36.639Z] [2022-05-17T11:30:36.639Z] #60 [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-17T11:30:36.639Z] #60 sha256:fcb0de7899a9661320d1b9fe717323cf43542f2ee7d6482e1b563903490378e6 [2022-05-17T11:30:36.639Z] #60 ... [2022-05-17T11:30:36.639Z] [2022-05-17T11:30:36.639Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-17T11:30:36.639Z] #52 sha256:7597949ae83af4c2e5d1dc46bc582d43a5da8ba7aded042dbce775cdedf68083 [2022-05-17T11:30:36.639Z] #52 DONE 0.1s [2022-05-17T11:30:36.639Z] [2022-05-17T11:30:36.639Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-17T11:30:36.639Z] #54 sha256:94bba21cd4020b9eabd5fa8f8777eadc635a2ebf3f1729b26699857bbf7c2b3f [2022-05-17T11:30:36.639Z] #54 DONE 0.1s [2022-05-17T11:30:36.639Z] [2022-05-17T11:30:36.639Z] #60 [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-17T11:30:36.639Z] #60 sha256:fcb0de7899a9661320d1b9fe717323cf43542f2ee7d6482e1b563903490378e6 [2022-05-17T11:30:36.879Z] #32 DONE 0.7s [2022-05-17T11:30:36.879Z] [2022-05-17T11:30:36.879Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-17T11:30:36.879Z] #35 sha256:beadcde80ca927f5816762cca43671aba43f914769f5819d291c55a0fdac2476 [2022-05-17T11:30:37.142Z] #35 DONE 0.6s [2022-05-17T11:30:37.142Z] [2022-05-17T11:30:37.142Z] #64 [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-17T11:30:37.142Z] #64 sha256:57a5b90a5c32dc8dfabbb91b4df42dbfd626bda0b27c408cce523b29a8cc60ec [2022-05-17T11:30:37.142Z] #64 ... [2022-05-17T11:30:37.142Z] [2022-05-17T11:30:37.142Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-17T11:30:37.142Z] #37 sha256:1d98232016395ff3c462b5e298fa0be579496a726bc23fe91a62d7b4a712648f [2022-05-17T11:30:37.713Z] #37 DONE 0.6s [2022-05-17T11:30:37.713Z] [2022-05-17T11:30:37.713Z] #64 [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-17T11:30:37.713Z] #64 sha256:57a5b90a5c32dc8dfabbb91b4df42dbfd626bda0b27c408cce523b29a8cc60ec [2022-05-17T11:30:37.713Z] #64 ... [2022-05-17T11:30:37.713Z] [2022-05-17T11:30:37.713Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-17T11:30:37.713Z] #39 sha256:938357638c7db440514bb66d83a0937585e4fbe96b1b9d84e4b62916a4e39529 [2022-05-17T11:30:37.713Z] #39 DONE 0.1s [2022-05-17T11:30:37.713Z] [2022-05-17T11:30:37.713Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-17T11:30:37.713Z] #41 sha256:e166f7da5bc563b101cb4a440ce030788e21557955c0a41f3c872a384b23e1e8 [2022-05-17T11:30:37.713Z] #41 DONE 0.1s [2022-05-17T11:30:37.974Z] [2022-05-17T11:30:37.974Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-17T11:30:37.974Z] #45 sha256:0ce4c4f38cbff0d760f92a5eec4142f948b8b4dc83a9f1815b346ee0a7b859c7 [2022-05-17T11:30:37.974Z] #45 DONE 0.1s [2022-05-17T11:30:37.974Z] [2022-05-17T11:30:37.974Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-17T11:30:37.974Z] #48 sha256:fd338b7eb97a3668c9ea0fe571cd630da869711ccb87a419c2ff8c73100ab1b0 [2022-05-17T11:30:38.588Z] INFO: Expanding compiler 3 of 3... [2022-05-17T11:30:38.928Z] #48 DONE 1.0s [2022-05-17T11:30:38.928Z] [2022-05-17T11:30:38.928Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-17T11:30:38.928Z] #52 sha256:d802cde9471901d98250a6a6c93611819cfcd5447afa4fd8a0f5b88485bac5ee [2022-05-17T11:30:38.928Z] #52 DONE 0.1s [2022-05-17T11:30:38.928Z] [2022-05-17T11:30:38.928Z] #64 [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-17T11:30:38.928Z] #64 sha256:57a5b90a5c32dc8dfabbb91b4df42dbfd626bda0b27c408cce523b29a8cc60ec [2022-05-17T11:30:38.928Z] #64 203.0 + bin/containerd [2022-05-17T11:30:39.055Z] INFO: Removing downloaded files... [2022-05-17T11:30:39.055Z] INFO: Downloading containerd [2022-05-17T11:30:39.188Z] #64 ... [2022-05-17T11:30:39.188Z] [2022-05-17T11:30:39.188Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-17T11:30:39.188Z] #54 sha256:c143ca5af39c30b1eab4b5a6ec2f2b7134a931fc1d69245065d6ef62b6c8c616 [2022-05-17T11:30:39.188Z] #54 DONE 0.1s [2022-05-17T11:30:39.188Z] [2022-05-17T11:30:39.188Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-17T11:30:39.188Z] #56 sha256:97a2b4830a0a5692c4ae7c161873ef3b4c9b5cdd8e5ec562f75b4a45b563ee09 [2022-05-17T11:30:40.033Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:30:40.033Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:30:40.033Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:30:40.033Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:30:40.033Z] [2022-05-17T11:30:40.033Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-05-17T11:30:40.033Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-05-17T11:30:40.033Z] Using test binary docker [2022-05-17T11:30:40.033Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-17T11:30:40.033Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-17T11:30:40.033Z] INFO: Waiting for daemon to start... [2022-05-17T11:30:40.033Z] Starting dockerd [2022-05-17T11:30:40.033Z] . [2022-05-17T11:30:40.033Z] INFO: Building docker-sdk-python3:5.0.3... [2022-05-17T11:30:40.570Z] #56 DONE 1.2s [2022-05-17T11:30:40.570Z] [2022-05-17T11:30:40.570Z] #64 [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-17T11:30:40.570Z] #64 sha256:57a5b90a5c32dc8dfabbb91b4df42dbfd626bda0b27c408cce523b29a8cc60ec [2022-05-17T11:30:40.570Z] #64 ... [2022-05-17T11:30:40.570Z] [2022-05-17T11:30:40.570Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-17T11:30:40.570Z] #58 sha256:25026bc446cfa157e05c72a29c86f10e2eeb051e9fa2bfac007cfe53530432a4 [2022-05-17T11:30:40.570Z] #58 DONE 0.1s [2022-05-17T11:30:40.570Z] [2022-05-17T11:30:40.570Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-17T11:30:40.570Z] #61 sha256:ece373d6195efbd7f64663590f2dd7f32c8e53d58fff9094a4a4681a46feb8f4 [2022-05-17T11:30:40.831Z] #61 DONE 0.5s [2022-05-17T11:30:40.831Z] [2022-05-17T11:30:40.831Z] #64 [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-17T11:30:40.831Z] #64 sha256:57a5b90a5c32dc8dfabbb91b4df42dbfd626bda0b27c408cce523b29a8cc60ec [2022-05-17T11:30:44.439Z] #23 9.243 Collecting yamllint==1.26.1 [2022-05-17T11:30:44.697Z] #23 10.29 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-17T11:30:45.628Z] #23 11.26 Collecting pathspec>=0.5.3 [2022-05-17T11:30:45.628Z] #23 11.27 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-17T11:30:45.885Z] #23 11.63 Collecting pyyaml [2022-05-17T11:30:45.885Z] #23 11.65 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-17T11:30:45.885Z] #23 11.70 Building wheels for collected packages: yamllint [2022-05-17T11:30:46.141Z] #23 11.71 Building wheel for yamllint (setup.py): started [2022-05-17T11:30:46.163Z] #23 9.339 Collecting yamllint==1.26.1 [2022-05-17T11:30:46.422Z] #23 10.39 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-17T11:30:47.072Z] #23 12.68 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-17T11:30:47.072Z] #23 12.69 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=21d5f965c666c564414fc7c79e3cdbc5723d783a1ad1c0241e3216f8af762ab5 [2022-05-17T11:30:47.072Z] #23 12.69 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-17T11:30:47.072Z] #23 12.69 Successfully built yamllint [2022-05-17T11:30:47.072Z] #23 12.72 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-17T11:30:47.329Z] #23 13.09 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-17T11:30:47.358Z] #23 11.45 Collecting pathspec>=0.5.3 [2022-05-17T11:30:47.358Z] #23 11.46 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-17T11:30:47.893Z] #23 DONE 13.6s [2022-05-17T11:30:47.893Z] [2022-05-17T11:30:47.893Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-17T11:30:47.893Z] #27 sha256:f410b228525956687330fd1826c2d32928c11e5516010bb64d97b660629f9270 [2022-05-17T11:30:47.926Z] #23 11.86 Collecting pyyaml [2022-05-17T11:30:47.926Z] #23 11.87 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-05-17T11:30:47.926Z] #23 11.95 Building wheels for collected packages: yamllint [2022-05-17T11:30:47.926Z] #23 11.96 Building wheel for yamllint (setup.py): started [2022-05-17T11:30:48.150Z] #27 DONE 0.3s [2022-05-17T11:30:48.150Z] [2022-05-17T11:30:48.150Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-17T11:30:48.150Z] #32 sha256:fa1d50581834c24f4e11ff540f0f2128e3d683428b29e06e13d02b0db85ae327 [2022-05-17T11:30:48.714Z] #32 DONE 0.6s [2022-05-17T11:30:48.714Z] [2022-05-17T11:30:48.714Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-17T11:30:48.714Z] #35 sha256:b73d02a409e23bc312116f00c2596eeeaf5fbd5595ad925d65a3c0e13a5e379c [2022-05-17T11:30:48.863Z] #23 12.93 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-17T11:30:48.863Z] #23 12.93 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=dee23d29b9441037966924b1efff4a7f767bf69713d7fb98ee4291980b556962 [2022-05-17T11:30:48.863Z] #23 12.93 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-17T11:30:48.863Z] #23 12.94 Successfully built yamllint [2022-05-17T11:30:48.863Z] #23 12.97 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-17T11:30:49.287Z] #35 DONE 0.3s [2022-05-17T11:30:49.287Z] [2022-05-17T11:30:49.287Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-17T11:30:49.287Z] #37 sha256:526f3efea175fd6fd3adfe296a6b580cb6312378a4e051d3cc95f55c39afbbe3 [2022-05-17T11:30:49.287Z] #37 DONE 0.3s [2022-05-17T11:30:49.287Z] [2022-05-17T11:30:49.287Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-17T11:30:49.287Z] #39 sha256:904c69e67f150d09392d38a3f79545e15b32baf68a2d9596c1eae2db7220f8fa [2022-05-17T11:30:49.287Z] #39 DONE 0.1s [2022-05-17T11:30:49.287Z] [2022-05-17T11:30:49.287Z] #55 [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-17T11:30:49.287Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:30:49.431Z] #23 13.35 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-17T11:30:49.475Z] [2022-05-17T11:30:49.476Z] Name Version Source Summary [2022-05-17T11:30:49.476Z] ---- ------- ------ ------- [2022-05-17T11:30:49.476Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-17T11:30:49.545Z] #55 ... [2022-05-17T11:30:49.545Z] [2022-05-17T11:30:49.545Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-17T11:30:49.545Z] #41 sha256:c1c00d643dec3f049fd9c835c1256e4cd0b9b638d49c1c308fae617c4f81108a [2022-05-17T11:30:49.545Z] #41 DONE 0.1s [2022-05-17T11:30:49.545Z] [2022-05-17T11:30:49.545Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-17T11:30:49.545Z] #45 sha256:cfa2006c6f730c7e26e6e735fe2cc1239eebc0cf166322b6bb93bf57657ed962 [2022-05-17T11:30:49.691Z] #23 DONE 13.9s [2022-05-17T11:30:49.691Z] [2022-05-17T11:30:49.691Z] #47 [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-17T11:30:49.691Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:30:49.800Z] #45 DONE 0.1s [2022-05-17T11:30:49.800Z] [2022-05-17T11:30:49.800Z] #60 [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-17T11:30:49.800Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:30:49.950Z] #47 ... [2022-05-17T11:30:49.950Z] [2022-05-17T11:30:49.950Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-17T11:30:49.950Z] #27 sha256:03a51b5510fb52e426f92712ed7ec51c013187ba577b2217c57ab5bd032de1bb [2022-05-17T11:30:50.208Z] #27 DONE 0.2s [2022-05-17T11:30:50.208Z] [2022-05-17T11:30:50.208Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-17T11:30:50.208Z] #32 sha256:be7e4748b32417d3878a2b9cc7c643f425410cc5e9d22a4f172ae4151e44f92f [2022-05-17T11:30:50.462Z] [2022-05-17T11:30:50.462Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-17T11:30:50.462Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-17T11:30:50.462Z] PSChildName : containerd [2022-05-17T11:30:50.462Z] PSDrive : C [2022-05-17T11:30:50.462Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-17T11:30:50.462Z] PSIsContainer : True [2022-05-17T11:30:50.462Z] Name : containerd [2022-05-17T11:30:50.462Z] FullName : C:\containerd [2022-05-17T11:30:50.462Z] Parent : [2022-05-17T11:30:50.462Z] Exists : True [2022-05-17T11:30:50.462Z] Root : C:\ [2022-05-17T11:30:50.462Z] Extension : [2022-05-17T11:30:50.462Z] CreationTime : 5/17/2022 11:30:49 AM [2022-05-17T11:30:50.462Z] CreationTimeUtc : 5/17/2022 11:30:49 AM [2022-05-17T11:30:50.462Z] LastAccessTime : 5/17/2022 11:30:49 AM [2022-05-17T11:30:50.462Z] LastAccessTimeUtc : 5/17/2022 11:30:49 AM [2022-05-17T11:30:50.462Z] LastWriteTime : 5/17/2022 11:30:49 AM [2022-05-17T11:30:50.462Z] LastWriteTimeUtc : 5/17/2022 11:30:49 AM [2022-05-17T11:30:50.462Z] Attributes : Directory [2022-05-17T11:30:50.462Z] Mode : d----- [2022-05-17T11:30:50.462Z] BaseName : containerd [2022-05-17T11:30:50.462Z] Target : {} [2022-05-17T11:30:50.462Z] LinkType : [2022-05-17T11:30:50.462Z] [2022-05-17T11:30:50.467Z] #32 DONE 0.6s [2022-05-17T11:30:50.467Z] [2022-05-17T11:30:50.467Z] #55 [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-17T11:30:50.467Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:30:50.725Z] #55 ... [2022-05-17T11:30:50.725Z] [2022-05-17T11:30:50.725Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-17T11:30:50.725Z] #35 sha256:5dd606dc4b23a260a204e45b907afbd34d196a60fdbbfa63389d66b182201efb [2022-05-17T11:30:50.984Z] #35 DONE 0.3s [2022-05-17T11:30:50.984Z] [2022-05-17T11:30:50.984Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-17T11:30:50.984Z] #37 sha256:ca317171fcf39c8f1f4fe7282b23177c09e110578f7efff0467dcb76a4e9d7b3 [2022-05-17T11:30:51.243Z] #37 DONE 0.3s [2022-05-17T11:30:51.243Z] [2022-05-17T11:30:51.243Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-17T11:30:51.243Z] #39 sha256:738d8d29956575896a882a0590703d19fe195e004bc1de2ae083325099240504 [2022-05-17T11:30:51.502Z] #39 DONE 0.2s [2022-05-17T11:30:51.502Z] [2022-05-17T11:30:51.502Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-17T11:30:51.502Z] #41 sha256:1619b6a86993113294b7676bc3e97f6dd91e5c195fde5bf446f9c76d465341e3 [2022-05-17T11:30:51.502Z] #41 DONE 0.1s [2022-05-17T11:30:51.502Z] [2022-05-17T11:30:51.502Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-17T11:30:51.502Z] #45 sha256:afb89135649d4e6a4ab029058f06b8afd8e7ac06661b1ace4d5ada24cbb63a32 [2022-05-17T11:30:51.760Z] #45 DONE 0.1s [2022-05-17T11:30:51.760Z] [2022-05-17T11:30:51.760Z] #55 [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-17T11:30:51.760Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:30:52.030Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-17T11:30:52.030Z] INFO: Configuring git core.autocrlf... [2022-05-17T11:30:52.030Z] [2022-05-17T11:30:52.030Z] [2022-05-17T11:31:02.462Z] 97f65a0ec59e: Pull complete [2022-05-17T11:31:04.653Z] #60 ... [2022-05-17T11:31:04.653Z] [2022-05-17T11:31:04.653Z] #47 [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-17T11:31:04.653Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:31:04.653Z] #47 256.1 + dpkg --print-architecture [2022-05-17T11:31:04.653Z] #47 256.1 + git checkout -q v2.1.0 [2022-05-17T11:31:04.653Z] #47 256.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-17T11:31:04.653Z] #47 256.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-17T11:31:06.648Z] #55 ... [2022-05-17T11:31:06.648Z] [2022-05-17T11:31:06.648Z] #47 [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-17T11:31:06.648Z] #47 sha256:64f45ab858eeef59fd7b71f6ddefa43f4783e6b095c9c6c7ac7b72b27a18059b [2022-05-17T11:31:06.648Z] #47 255.9 + dpkg --print-architecture [2022-05-17T11:31:06.648Z] #47 255.9 + git checkout -q v2.1.0 [2022-05-17T11:31:06.648Z] #47 256.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-17T11:31:06.648Z] #47 256.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-17T11:31:08.672Z] #60 150.1 + mkdir -p /build [2022-05-17T11:31:08.672Z] #60 150.1 + cp runc /build/runc [2022-05-17T11:31:08.672Z] #60 DONE 150.9s [2022-05-17T11:31:08.672Z] [2022-05-17T11:31:08.672Z] #55 [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-17T11:31:08.672Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:31:08.672Z] #55 265.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-17T11:31:08.672Z] #55 DONE 266.0s [2022-05-17T11:31:08.672Z] [2022-05-17T11:31:08.672Z] #64 [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-17T11:31:08.672Z] #64 sha256:d29f859927631f8d93178323ac151a4d6c33fb806e1a490f3e0b60510701df56 [2022-05-17T11:31:09.236Z] #64 ... [2022-05-17T11:31:09.236Z] [2022-05-17T11:31:09.236Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-17T11:31:09.236Z] #56 sha256:3bcf0e797c699471eb42b22ac06d865ca92da4c30d2ae290ec28afb9eeb67eb9 [2022-05-17T11:31:10.166Z] #56 DONE 0.7s [2022-05-17T11:31:10.166Z] [2022-05-17T11:31:10.166Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-17T11:31:10.166Z] #58 sha256:75ee89fee0ee6c9864f2126e552a8f34b69bcc1cf3506d1ab3733db298230830 [2022-05-17T11:31:10.166Z] #58 DONE 0.2s [2022-05-17T11:31:10.166Z] [2022-05-17T11:31:10.166Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-17T11:31:10.166Z] #61 sha256:8c02e348028029c5df3256c5def4b91aa4983729e0a492f08a90357a5ccb5430 [2022-05-17T11:31:10.423Z] #61 DONE 0.3s [2022-05-17T11:31:10.424Z] [2022-05-17T11:31:10.424Z] #64 [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-17T11:31:10.424Z] #64 sha256:d29f859927631f8d93178323ac151a4d6c33fb806e1a490f3e0b60510701df56 [2022-05-17T11:31:12.111Z] sha256:0ef6bd0cc7925916064218de5df3da8a3a1db61579147cf4d963163362f99e29 [2022-05-17T11:31:12.111Z] INFO: Starting docker-py tests... [2022-05-17T11:31:12.679Z] ============================= test session starts ============================== [2022-05-17T11:31:12.679Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-05-17T11:31:12.679Z] rootdir: /src, inifile: pytest.ini [2022-05-17T11:31:12.679Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-05-17T11:31:13.614Z] collected 395 items / 2 deselected / 393 selected [2022-05-17T11:31:13.614Z] [2022-05-17T11:31:13.697Z] #64 233.6 + bin/containerd [2022-05-17T11:31:19.638Z] #64 242.8 # github.com/containerd/containerd/cmd/containerd [2022-05-17T11:31:19.638Z] #64 242.8 /usr/bin/ld: /tmp/go-link-1131836240/000019.o: in function `New': [2022-05-17T11:31:19.638Z] #64 242.8 /tmp/tmp.7FVuJgEhe2/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-17T11:31:19.638Z] #64 242.9 + bin/containerd-stress [2022-05-17T11:31:19.638Z] #64 244.0 + bin/containerd-shim [2022-05-17T11:31:28.771Z] #47 DONE 278.8s [2022-05-17T11:31:28.772Z] [2022-05-17T11:31:28.772Z] #60 [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-17T11:31:28.772Z] #60 sha256:25e1b1206f4aefa7df2dbd7288a7282f1f1185fc1422e69c6ff7b4aa889352de [2022-05-17T11:31:29.640Z] #64 252.6 + bin/containerd-shim-runc-v1 [2022-05-17T11:31:29.705Z] #60 ... [2022-05-17T11:31:29.705Z] [2022-05-17T11:31:29.705Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-17T11:31:29.705Z] #48 sha256:124b1607e8e90be34b3ba0e464cbd71ed59dc5b7d7e2a71eafbddefac76cb736 [2022-05-17T11:31:30.271Z] #48 DONE 0.4s [2022-05-17T11:31:30.271Z] [2022-05-17T11:31:30.271Z] #60 [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-17T11:31:30.271Z] #60 sha256:25e1b1206f4aefa7df2dbd7288a7282f1f1185fc1422e69c6ff7b4aa889352de [2022-05-17T11:31:30.271Z] #60 ... [2022-05-17T11:31:30.271Z] [2022-05-17T11:31:30.271Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-17T11:31:30.271Z] #52 sha256:79019c0b5a5e7817db432b286077d1d8b4d9c4fda613582191132e4c7b4be45b [2022-05-17T11:31:30.271Z] #52 DONE 0.1s [2022-05-17T11:31:30.271Z] [2022-05-17T11:31:30.271Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-17T11:31:30.271Z] #54 sha256:5b640f13522d884c38b6e2a0c23b8e9eb8f3cee8606904ff7df7d9e59eada74b [2022-05-17T11:31:30.271Z] #54 DONE 0.1s [2022-05-17T11:31:30.271Z] [2022-05-17T11:31:30.271Z] #60 [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-17T11:31:30.271Z] #60 sha256:25e1b1206f4aefa7df2dbd7288a7282f1f1185fc1422e69c6ff7b4aa889352de [2022-05-17T11:31:30.400Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-05-17T11:31:31.208Z] #47 DONE 279.8s [2022-05-17T11:31:31.208Z] [2022-05-17T11:31:31.208Z] #60 [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-17T11:31:31.208Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:31:31.208Z] #60 ... [2022-05-17T11:31:31.208Z] [2022-05-17T11:31:31.208Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-17T11:31:31.208Z] #48 sha256:4e139e07a3e0d864fb6ead5cede6583f5e3faad7d24c69bb5484b25cbb43eafd [2022-05-17T11:31:31.208Z] #48 DONE 0.5s [2022-05-17T11:31:31.208Z] [2022-05-17T11:31:31.208Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-17T11:31:31.208Z] #52 sha256:920c369216d2516b876a6cf6ba0a676d70a9606d59f819afdbb956bb6102a006 [2022-05-17T11:31:31.208Z] #52 DONE 0.0s [2022-05-17T11:31:31.208Z] [2022-05-17T11:31:31.208Z] #60 [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-17T11:31:31.208Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:31:31.208Z] #60 ... [2022-05-17T11:31:31.208Z] [2022-05-17T11:31:31.208Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-17T11:31:31.208Z] #54 sha256:1597e8364ba80db8ad07ee7f422803d9f5e27256574c92dc4b85872ae48f448a [2022-05-17T11:31:31.208Z] #54 DONE 0.1s [2022-05-17T11:31:31.208Z] [2022-05-17T11:31:31.208Z] #60 [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-17T11:31:31.208Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:31:31.225Z] tests/integration/api_client_test.py ..... [ 7%] [2022-05-17T11:31:32.417Z] tests/integration/api_config_test.py ...... [ 8%] [2022-05-17T11:31:33.844Z] #64 257.7 + bin/containerd-shim-runc-v2 [2022-05-17T11:31:33.844Z] #64 258.4 + binaries [2022-05-17T11:31:34.104Z] #64 258.4 + install -D bin/containerd /build/containerd [2022-05-17T11:31:34.104Z] #64 258.4 + install -D bin/containerd-shim /build/containerd-shim [2022-05-17T11:31:34.104Z] #64 258.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-17T11:31:34.104Z] #64 258.5 + install -D bin/ctr /build/ctr [2022-05-17T11:31:39.386Z] #64 DONE 263.2s [2022-05-17T11:31:39.646Z] [2022-05-17T11:31:39.646Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-17T11:31:39.646Z] #65 sha256:c7a49eb9ea4f740e44730f06ce2647efacaacc1a8c40fcf75f77f70777ba0afa [2022-05-17T11:31:41.556Z] #65 DONE 1.8s [2022-05-17T11:31:41.556Z] [2022-05-17T11:31:41.556Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-17T11:31:41.556Z] #70 sha256:c009f3d102e777521c148ea21e38bd14da90c05c523331214651630516b6c605 [2022-05-17T11:31:41.816Z] #70 DONE 0.4s [2022-05-17T11:31:41.816Z] [2022-05-17T11:31:41.816Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-17T11:31:41.816Z] #75 sha256:b71956faff2b48f604c04641291014f7749729d563bf1bca4c3fadad03fe2564 [2022-05-17T11:31:43.726Z] #75 DONE 2.0s [2022-05-17T11:31:43.726Z] [2022-05-17T11:31:43.726Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-17T11:31:43.726Z] #76 sha256:56a46a6fb3cefd354d7d66df2fa34c6db373f7993d6aa604680509762c1edc01 [2022-05-17T11:31:43.726Z] #76 DONE 0.0s [2022-05-17T11:31:43.987Z] [2022-05-17T11:31:43.987Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-17T11:31:43.987Z] #77 sha256:954fc6dce20848d93187c15d3cae8feca188f872aae48acc4628f232739a56aa [2022-05-17T11:31:44.930Z] #77 DONE 0.9s [2022-05-17T11:31:44.930Z] [2022-05-17T11:31:44.930Z] #78 exporting to image [2022-05-17T11:31:44.930Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-17T11:31:44.930Z] #78 exporting layers [2022-05-17T11:31:48.228Z] #78 exporting layers 3.1s done [2022-05-17T11:31:48.228Z] #78 writing image sha256:94af31bea986e52b193d20939fb77470c1e12859711eff5f9b329b17e47d6973 done [2022-05-17T11:31:48.228Z] #78 naming to docker.io/library/docker:038b8f883b0a0802d173c63a3e0343d1ff23cd5e done [2022-05-17T11:31:48.228Z] #78 DONE 3.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-17T11:31:48.561Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-17T11:31:48.847Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=038b8f883b0a0802d173c63a3e0343d1ff23cd5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:038b8f883b0a0802d173c63a3e0343d1ff23cd5e hack/test/unit [2022-05-17T11:31:50.760Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-05-17T11:31:50.760Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-17T11:31:50.760Z] + TESTDIRS=./... [2022-05-17T11:31:50.760Z] + exclude_paths='/vendor/|/integration' [2022-05-17T11:31:50.760Z] ++ go list ./... [2022-05-17T11:31:50.760Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-17T11:31:51.704Z] + pkg_list='github.com/docker/docker/api [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/backend [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/container [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/events [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/filters [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/image [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/mount [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/network [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/registry [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/time [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/versions [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/volume [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:31:51.704Z] github.com/docker/docker/cli [2022-05-17T11:31:51.704Z] github.com/docker/docker/cli/config [2022-05-17T11:31:51.704Z] github.com/docker/docker/cli/debug [2022-05-17T11:31:51.704Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:31:51.704Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:31:51.704Z] github.com/docker/docker/client [2022-05-17T11:31:51.704Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:31:51.704Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:31:51.704Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:31:51.704Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:31:51.704Z] github.com/docker/docker/container [2022-05-17T11:31:51.704Z] github.com/docker/docker/container/stream [2022-05-17T11:31:51.704Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:31:51.704Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:31:51.704Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/config [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/events [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/exec [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/images [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/links [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/names [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/network [2022-05-17T11:31:51.704Z] github.com/docker/docker/daemon/stats [2022-05-17T11:31:51.704Z] github.com/docker/docker/distribution [2022-05-17T11:31:51.704Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:31:51.704Z] github.com/docker/docker/distribution/utils [2022-05-17T11:31:51.704Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:31:51.704Z] github.com/docker/docker/dockerversion [2022-05-17T11:31:51.704Z] github.com/docker/docker/errdefs [2022-05-17T11:31:51.704Z] github.com/docker/docker/image [2022-05-17T11:31:51.704Z] github.com/docker/docker/image/cache [2022-05-17T11:31:51.704Z] github.com/docker/docker/image/tarexport [2022-05-17T11:31:51.704Z] github.com/docker/docker/image/v1 [2022-05-17T11:31:51.704Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:31:51.704Z] github.com/docker/docker/layer [2022-05-17T11:31:51.704Z] github.com/docker/docker/libcontainerd [2022-05-17T11:31:51.704Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:31:51.704Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:31:51.704Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:31:51.704Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/libnetwork/types [2022-05-17T11:31:51.704Z] github.com/docker/docker/oci [2022-05-17T11:31:51.704Z] github.com/docker/docker/oci/caps [2022-05-17T11:31:51.704Z] github.com/docker/docker/opts [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/archive [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/directory [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/platform [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/pools [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/progress [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/signal [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/stack [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/system [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:31:51.704Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:31:51.704Z] github.com/docker/docker/plugin [2022-05-17T11:31:51.704Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:31:51.704Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:31:51.704Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:31:51.704Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:31:51.704Z] github.com/docker/docker/quota [2022-05-17T11:31:51.704Z] github.com/docker/docker/reference [2022-05-17T11:31:51.704Z] github.com/docker/docker/registry [2022-05-17T11:31:51.704Z] github.com/docker/docker/registry/resumable [2022-05-17T11:31:51.704Z] github.com/docker/docker/restartmanager [2022-05-17T11:31:51.704Z] github.com/docker/docker/rootless [2022-05-17T11:31:51.704Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:31:51.704Z] github.com/docker/docker/runconfig [2022-05-17T11:31:51.704Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/environment [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/registry [2022-05-17T11:31:51.704Z] github.com/docker/docker/testutil/request [2022-05-17T11:31:51.704Z] github.com/docker/docker/volume [2022-05-17T11:31:51.704Z] github.com/docker/docker/volume/drivers [2022-05-17T11:31:51.704Z] github.com/docker/docker/volume/local [2022-05-17T11:31:51.704Z] github.com/docker/docker/volume/mounts [2022-05-17T11:31:51.704Z] github.com/docker/docker/volume/service [2022-05-17T11:31:51.704Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:31:51.704Z] github.com/docker/docker/volume/testutils' [2022-05-17T11:31:51.704Z] ++ grep --fixed-strings -v /libnetwork [2022-05-17T11:31:51.704Z] ++ echo 'github.com/docker/docker/api [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/backend [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/container [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/events [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/filters [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/image [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/mount [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/network [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/registry [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/time [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/versions [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:31:51.704Z] github.com/docker/docker/api/types/volume [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:31:51.704Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:31:51.704Z] github.com/docker/docker/cli [2022-05-17T11:31:51.704Z] github.com/docker/docker/cli/config [2022-05-17T11:31:51.704Z] github.com/docker/docker/cli/debug [2022-05-17T11:31:51.704Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:31:51.705Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:31:51.705Z] github.com/docker/docker/client [2022-05-17T11:31:51.705Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:31:51.705Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:31:51.705Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:31:51.705Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:31:51.705Z] github.com/docker/docker/container [2022-05-17T11:31:51.705Z] github.com/docker/docker/container/stream [2022-05-17T11:31:51.705Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:31:51.705Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:31:51.705Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/config [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/events [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/exec [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/images [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/links [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/names [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/network [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/stats [2022-05-17T11:31:51.705Z] github.com/docker/docker/distribution [2022-05-17T11:31:51.705Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:31:51.705Z] github.com/docker/docker/distribution/utils [2022-05-17T11:31:51.705Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:31:51.705Z] github.com/docker/docker/dockerversion [2022-05-17T11:31:51.705Z] github.com/docker/docker/errdefs [2022-05-17T11:31:51.705Z] github.com/docker/docker/image [2022-05-17T11:31:51.705Z] github.com/docker/docker/image/cache [2022-05-17T11:31:51.705Z] github.com/docker/docker/image/tarexport [2022-05-17T11:31:51.705Z] github.com/docker/docker/image/v1 [2022-05-17T11:31:51.705Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:31:51.705Z] github.com/docker/docker/layer [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/libnetwork/types [2022-05-17T11:31:51.705Z] github.com/docker/docker/oci [2022-05-17T11:31:51.705Z] github.com/docker/docker/oci/caps [2022-05-17T11:31:51.705Z] github.com/docker/docker/opts [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/archive [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/directory [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/platform [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/pools [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/progress [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/signal [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/stack [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/system [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:31:51.705Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:31:51.705Z] github.com/docker/docker/plugin [2022-05-17T11:31:51.705Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:31:51.705Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:31:51.705Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:31:51.705Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:31:51.705Z] github.com/docker/docker/quota [2022-05-17T11:31:51.705Z] github.com/docker/docker/reference [2022-05-17T11:31:51.705Z] github.com/docker/docker/registry [2022-05-17T11:31:51.705Z] github.com/docker/docker/registry/resumable [2022-05-17T11:31:51.705Z] github.com/docker/docker/restartmanager [2022-05-17T11:31:51.705Z] github.com/docker/docker/rootless [2022-05-17T11:31:51.705Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:31:51.705Z] github.com/docker/docker/runconfig [2022-05-17T11:31:51.705Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/environment [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/registry [2022-05-17T11:31:51.705Z] github.com/docker/docker/testutil/request [2022-05-17T11:31:51.705Z] github.com/docker/docker/volume [2022-05-17T11:31:51.705Z] github.com/docker/docker/volume/drivers [2022-05-17T11:31:51.705Z] github.com/docker/docker/volume/local [2022-05-17T11:31:51.705Z] github.com/docker/docker/volume/mounts [2022-05-17T11:31:51.705Z] github.com/docker/docker/volume/service [2022-05-17T11:31:51.705Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:31:51.705Z] github.com/docker/docker/volume/testutils' [2022-05-17T11:31:51.705Z] + base_pkg_list='github.com/docker/docker/api [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/backend [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/container [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/events [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/filters [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/image [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/mount [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/network [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/registry [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/time [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/versions [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:31:51.705Z] github.com/docker/docker/api/types/volume [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:31:51.705Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:31:51.705Z] github.com/docker/docker/cli [2022-05-17T11:31:51.705Z] github.com/docker/docker/cli/config [2022-05-17T11:31:51.705Z] github.com/docker/docker/cli/debug [2022-05-17T11:31:51.705Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:31:51.705Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:31:51.705Z] github.com/docker/docker/client [2022-05-17T11:31:51.705Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:31:51.705Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:31:51.705Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:31:51.705Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:31:51.705Z] github.com/docker/docker/container [2022-05-17T11:31:51.705Z] github.com/docker/docker/container/stream [2022-05-17T11:31:51.705Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:31:51.705Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:31:51.705Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/config [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/events [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/exec [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/images [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/links [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/names [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/network [2022-05-17T11:31:51.705Z] github.com/docker/docker/daemon/stats [2022-05-17T11:31:51.705Z] github.com/docker/docker/distribution [2022-05-17T11:31:51.705Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:31:51.705Z] github.com/docker/docker/distribution/utils [2022-05-17T11:31:51.705Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:31:51.705Z] github.com/docker/docker/dockerversion [2022-05-17T11:31:51.705Z] github.com/docker/docker/errdefs [2022-05-17T11:31:51.705Z] github.com/docker/docker/image [2022-05-17T11:31:51.705Z] github.com/docker/docker/image/cache [2022-05-17T11:31:51.705Z] github.com/docker/docker/image/tarexport [2022-05-17T11:31:51.705Z] github.com/docker/docker/image/v1 [2022-05-17T11:31:51.705Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:31:51.705Z] github.com/docker/docker/layer [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:31:51.705Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:31:51.705Z] github.com/docker/docker/oci [2022-05-17T11:31:51.706Z] github.com/docker/docker/oci/caps [2022-05-17T11:31:51.706Z] github.com/docker/docker/opts [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/archive [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/directory [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/platform [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/pools [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/progress [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/signal [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/stack [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/system [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:31:51.706Z] github.com/docker/docker/plugin [2022-05-17T11:31:51.706Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:31:51.706Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:31:51.706Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:31:51.706Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:31:51.706Z] github.com/docker/docker/quota [2022-05-17T11:31:51.706Z] github.com/docker/docker/reference [2022-05-17T11:31:51.706Z] github.com/docker/docker/registry [2022-05-17T11:31:51.706Z] github.com/docker/docker/registry/resumable [2022-05-17T11:31:51.706Z] github.com/docker/docker/restartmanager [2022-05-17T11:31:51.706Z] github.com/docker/docker/rootless [2022-05-17T11:31:51.706Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:31:51.706Z] github.com/docker/docker/runconfig [2022-05-17T11:31:51.706Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/environment [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/registry [2022-05-17T11:31:51.706Z] github.com/docker/docker/testutil/request [2022-05-17T11:31:51.706Z] github.com/docker/docker/volume [2022-05-17T11:31:51.706Z] github.com/docker/docker/volume/drivers [2022-05-17T11:31:51.706Z] github.com/docker/docker/volume/local [2022-05-17T11:31:51.706Z] github.com/docker/docker/volume/mounts [2022-05-17T11:31:51.706Z] github.com/docker/docker/volume/service [2022-05-17T11:31:51.706Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:31:51.706Z] github.com/docker/docker/volume/testutils' [2022-05-17T11:31:51.706Z] ++ grep --fixed-strings /libnetwork [2022-05-17T11:31:51.706Z] ++ echo 'github.com/docker/docker/api [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/backend [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/container [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/events [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/filters [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/image [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/mount [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/network [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/registry [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/time [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/versions [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:31:51.706Z] github.com/docker/docker/api/types/volume [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:31:51.706Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:31:51.706Z] github.com/docker/docker/cli [2022-05-17T11:31:51.706Z] github.com/docker/docker/cli/config [2022-05-17T11:31:51.706Z] github.com/docker/docker/cli/debug [2022-05-17T11:31:51.706Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:31:51.706Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:31:51.706Z] github.com/docker/docker/client [2022-05-17T11:31:51.706Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:31:51.706Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:31:51.706Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:31:51.706Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:31:51.706Z] github.com/docker/docker/container [2022-05-17T11:31:51.706Z] github.com/docker/docker/container/stream [2022-05-17T11:31:51.706Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:31:51.706Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:31:51.706Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/config [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/events [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/exec [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/images [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/links [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/names [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/network [2022-05-17T11:31:51.706Z] github.com/docker/docker/daemon/stats [2022-05-17T11:31:51.706Z] github.com/docker/docker/distribution [2022-05-17T11:31:51.706Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:31:51.706Z] github.com/docker/docker/distribution/utils [2022-05-17T11:31:51.706Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:31:51.706Z] github.com/docker/docker/dockerversion [2022-05-17T11:31:51.706Z] github.com/docker/docker/errdefs [2022-05-17T11:31:51.706Z] github.com/docker/docker/image [2022-05-17T11:31:51.706Z] github.com/docker/docker/image/cache [2022-05-17T11:31:51.706Z] github.com/docker/docker/image/tarexport [2022-05-17T11:31:51.706Z] github.com/docker/docker/image/v1 [2022-05-17T11:31:51.706Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:31:51.706Z] github.com/docker/docker/layer [2022-05-17T11:31:51.706Z] github.com/docker/docker/libcontainerd [2022-05-17T11:31:51.706Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:31:51.706Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:31:51.706Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:31:51.706Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/libnetwork/types [2022-05-17T11:31:51.706Z] github.com/docker/docker/oci [2022-05-17T11:31:51.706Z] github.com/docker/docker/oci/caps [2022-05-17T11:31:51.706Z] github.com/docker/docker/opts [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/archive [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/directory [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/platform [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/pools [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/progress [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/signal [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/stack [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:31:51.706Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:31:51.707Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:31:51.707Z] github.com/docker/docker/pkg/system [2022-05-17T11:31:51.707Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:31:51.707Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:31:51.707Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:31:51.707Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:31:51.707Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:31:51.707Z] github.com/docker/docker/plugin [2022-05-17T11:31:51.707Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:31:51.707Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:31:51.707Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:31:51.707Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:31:51.707Z] github.com/docker/docker/quota [2022-05-17T11:31:51.707Z] github.com/docker/docker/reference [2022-05-17T11:31:51.707Z] github.com/docker/docker/registry [2022-05-17T11:31:51.707Z] github.com/docker/docker/registry/resumable [2022-05-17T11:31:51.707Z] github.com/docker/docker/restartmanager [2022-05-17T11:31:51.707Z] github.com/docker/docker/rootless [2022-05-17T11:31:51.707Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:31:51.707Z] github.com/docker/docker/runconfig [2022-05-17T11:31:51.707Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/environment [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/registry [2022-05-17T11:31:51.707Z] github.com/docker/docker/testutil/request [2022-05-17T11:31:51.707Z] github.com/docker/docker/volume [2022-05-17T11:31:51.707Z] github.com/docker/docker/volume/drivers [2022-05-17T11:31:51.707Z] github.com/docker/docker/volume/local [2022-05-17T11:31:51.707Z] github.com/docker/docker/volume/mounts [2022-05-17T11:31:51.707Z] github.com/docker/docker/volume/service [2022-05-17T11:31:51.707Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:31:51.707Z] github.com/docker/docker/volume/testutils' [2022-05-17T11:31:51.707Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/types' [2022-05-17T11:31:51.707Z] + echo 'github.com/docker/docker/libnetwork [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/types' [2022-05-17T11:31:51.707Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:31:51.707Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:31:51.707Z] + type docker-proxy [2022-05-17T11:31:51.707Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-17T11:31:51.707Z] + hack/make.sh binary-proxy install-proxy [2022-05-17T11:31:51.707Z] [2022-05-17T11:31:51.707Z] Removing bundles/ [2022-05-17T11:31:51.707Z] [2022-05-17T11:31:51.707Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-17T11:31:51.707Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-17T11:31:51.707Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:31:58.297Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-17T11:31:58.297Z] [2022-05-17T11:31:58.297Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-17T11:31:58.297Z] Installing docker-proxy to /usr/local/bin/ [2022-05-17T11:31:58.297Z] [2022-05-17T11:31:58.297Z] + mkdir -p bundles [2022-05-17T11:31:58.297Z] + '[' -n 'github.com/docker/docker/api [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/backend [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/container [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/events [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/filters [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/image [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/mount [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/network [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/registry [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/time [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/versions [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:31:58.297Z] github.com/docker/docker/api/types/volume [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:31:58.297Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:31:58.297Z] github.com/docker/docker/cli [2022-05-17T11:31:58.297Z] github.com/docker/docker/cli/config [2022-05-17T11:31:58.297Z] github.com/docker/docker/cli/debug [2022-05-17T11:31:58.297Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:31:58.297Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:31:58.297Z] github.com/docker/docker/client [2022-05-17T11:31:58.297Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:31:58.297Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:31:58.297Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:31:58.297Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:31:58.297Z] github.com/docker/docker/container [2022-05-17T11:31:58.297Z] github.com/docker/docker/container/stream [2022-05-17T11:31:58.297Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:31:58.297Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:31:58.297Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/config [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/events [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/exec [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/images [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/links [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/names [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/network [2022-05-17T11:31:58.297Z] github.com/docker/docker/daemon/stats [2022-05-17T11:31:58.297Z] github.com/docker/docker/distribution [2022-05-17T11:31:58.297Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:31:58.297Z] github.com/docker/docker/distribution/utils [2022-05-17T11:31:58.297Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:31:58.297Z] github.com/docker/docker/dockerversion [2022-05-17T11:31:58.297Z] github.com/docker/docker/errdefs [2022-05-17T11:31:58.297Z] github.com/docker/docker/image [2022-05-17T11:31:58.297Z] github.com/docker/docker/image/cache [2022-05-17T11:31:58.297Z] github.com/docker/docker/image/tarexport [2022-05-17T11:31:58.297Z] github.com/docker/docker/image/v1 [2022-05-17T11:31:58.297Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:31:58.297Z] github.com/docker/docker/layer [2022-05-17T11:31:58.297Z] github.com/docker/docker/libcontainerd [2022-05-17T11:31:58.297Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:31:58.297Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:31:58.297Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:31:58.297Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:31:58.297Z] github.com/docker/docker/oci [2022-05-17T11:31:58.297Z] github.com/docker/docker/oci/caps [2022-05-17T11:31:58.297Z] github.com/docker/docker/opts [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/archive [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/directory [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/platform [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/pools [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/progress [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/signal [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/stack [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:31:58.297Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:31:58.298Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:31:58.298Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:31:58.298Z] github.com/docker/docker/pkg/system [2022-05-17T11:31:58.298Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:31:58.298Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:31:58.298Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:31:58.298Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:31:58.298Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:31:58.298Z] github.com/docker/docker/plugin [2022-05-17T11:31:58.298Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:31:58.298Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:31:58.298Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:31:58.298Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:31:58.298Z] github.com/docker/docker/quota [2022-05-17T11:31:58.298Z] github.com/docker/docker/reference [2022-05-17T11:31:58.298Z] github.com/docker/docker/registry [2022-05-17T11:31:58.298Z] github.com/docker/docker/registry/resumable [2022-05-17T11:31:58.298Z] github.com/docker/docker/restartmanager [2022-05-17T11:31:58.298Z] github.com/docker/docker/rootless [2022-05-17T11:31:58.298Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:31:58.298Z] github.com/docker/docker/runconfig [2022-05-17T11:31:58.298Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/environment [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/registry [2022-05-17T11:31:58.298Z] github.com/docker/docker/testutil/request [2022-05-17T11:31:58.298Z] github.com/docker/docker/volume [2022-05-17T11:31:58.298Z] github.com/docker/docker/volume/drivers [2022-05-17T11:31:58.298Z] github.com/docker/docker/volume/local [2022-05-17T11:31:58.298Z] github.com/docker/docker/volume/mounts [2022-05-17T11:31:58.298Z] github.com/docker/docker/volume/service [2022-05-17T11:31:58.298Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:31:58.298Z] github.com/docker/docker/volume/testutils' ']' [2022-05-17T11:31:58.298Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo 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-17T11:31:58.298Z] ? github.com/docker/docker/api [no test files] [2022-05-17T11:32:02.108Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-05-17T11:32:03.238Z] #60 ... [2022-05-17T11:32:03.238Z] [2022-05-17T11:32:03.238Z] #55 [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-17T11:32:03.238Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:32:03.238Z] #55 313.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-17T11:32:03.238Z] #55 DONE 315.2s [2022-05-17T11:32:03.238Z] [2022-05-17T11:32:03.238Z] #60 [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-17T11:32:03.238Z] #60 sha256:6b5d644c30f8cc1814996c21a054fc7d890ea1e733f39dc41079f544851df901 [2022-05-17T11:32:03.496Z] #60 151.0 + mkdir -p /build [2022-05-17T11:32:03.496Z] #60 151.0 + cp runc /build/runc [2022-05-17T11:32:03.753Z] #60 DONE 151.3s [2022-05-17T11:32:03.753Z] [2022-05-17T11:32:03.753Z] #64 [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-17T11:32:03.753Z] #64 sha256:cfc3060c160ba0e8565325ad383f29855d3b1536b37e175be9bf77babcda76d6 [2022-05-17T11:32:05.647Z] #64 ... [2022-05-17T11:32:05.647Z] [2022-05-17T11:32:05.647Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-17T11:32:05.647Z] #56 sha256:98f6d096e91c13375ddca5c005881a469e57205c0ef1be3eda2577d7babfb96e [2022-05-17T11:32:05.903Z] #56 DONE 0.4s [2022-05-17T11:32:05.903Z] [2022-05-17T11:32:05.903Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-17T11:32:05.903Z] #58 sha256:5cd0b05a54006dafe8247139ed33b8bab126862776a67af836d0df2523a7da57 [2022-05-17T11:32:05.903Z] #58 DONE 0.1s [2022-05-17T11:32:05.903Z] [2022-05-17T11:32:05.903Z] #64 [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-17T11:32:05.903Z] #64 sha256:cfc3060c160ba0e8565325ad383f29855d3b1536b37e175be9bf77babcda76d6 [2022-05-17T11:32:05.903Z] #64 ... [2022-05-17T11:32:05.903Z] [2022-05-17T11:32:05.903Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-17T11:32:05.903Z] #61 sha256:a162424474dfcece1c9f7ee26dae8edb84dc7e8e5d81e376cf8f680feb8c4032 [2022-05-17T11:32:06.160Z] #61 DONE 0.3s [2022-05-17T11:32:06.160Z] [2022-05-17T11:32:06.160Z] #64 [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-17T11:32:06.160Z] #64 sha256:cfc3060c160ba0e8565325ad383f29855d3b1536b37e175be9bf77babcda76d6 [2022-05-17T11:32:09.062Z] #60 ... [2022-05-17T11:32:09.063Z] [2022-05-17T11:32:09.063Z] #55 [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-17T11:32:09.063Z] #55 sha256:5057fea76c4566561f2fcd443fa7f0c66715a304331185cc70a563f6efd078dd [2022-05-17T11:32:09.063Z] #55 313.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-17T11:32:09.063Z] #55 DONE 314.5s [2022-05-17T11:32:09.063Z] [2022-05-17T11:32:09.063Z] #60 [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-17T11:32:09.063Z] #60 sha256:25e1b1206f4aefa7df2dbd7288a7282f1f1185fc1422e69c6ff7b4aa889352de [2022-05-17T11:32:09.063Z] #60 ... [2022-05-17T11:32:09.063Z] [2022-05-17T11:32:09.063Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-17T11:32:09.063Z] #56 sha256:7765d036371c3cb7fc719b7a2760bb128a90ccbb8eb91f7e1e3572b756e44785 [2022-05-17T11:32:09.063Z] #56 DONE 0.8s [2022-05-17T11:32:09.063Z] [2022-05-17T11:32:09.063Z] #60 [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-17T11:32:09.063Z] #60 sha256:25e1b1206f4aefa7df2dbd7288a7282f1f1185fc1422e69c6ff7b4aa889352de [2022-05-17T11:32:09.063Z] #60 153.3 + mkdir -p /build [2022-05-17T11:32:09.063Z] #60 153.3 + cp runc /build/runc [2022-05-17T11:32:09.063Z] #60 DONE 153.8s [2022-05-17T11:32:09.063Z] [2022-05-17T11:32:09.063Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-17T11:32:09.063Z] #58 sha256:3bd02f6735b85250e56296dcbcbcc0835eec6d085b39efe45cd1ea65565cd901 [2022-05-17T11:32:09.063Z] #58 DONE 0.1s [2022-05-17T11:32:09.063Z] [2022-05-17T11:32:09.063Z] #64 [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-17T11:32:09.063Z] #64 sha256:eac1ff1ebce34cb74543a0091987d6af0be03f16d434a111ff0fc27d6d7bb051 [2022-05-17T11:32:09.063Z] #64 ... [2022-05-17T11:32:09.063Z] [2022-05-17T11:32:09.063Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-17T11:32:09.063Z] #61 sha256:35b3d534e3dc753bb5f5172d384369274d8a0a33ed94d0d07ef463bcbd1b5a86 [2022-05-17T11:32:09.063Z] #61 DONE 0.1s [2022-05-17T11:32:09.063Z] [2022-05-17T11:32:09.063Z] #64 [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-17T11:32:09.063Z] #64 sha256:eac1ff1ebce34cb74543a0091987d6af0be03f16d434a111ff0fc27d6d7bb051 [2022-05-17T11:32:09.430Z] #64 262.9 + bin/containerd [2022-05-17T11:32:09.870Z] #64 284.5 # github.com/containerd/containerd/cmd/containerd [2022-05-17T11:32:09.870Z] #64 284.5 /usr/bin/ld: /tmp/go-link-3246608887/000019.o: in function `New': [2022-05-17T11:32:09.870Z] #64 284.5 /tmp/tmp.ANG9Vm8Aey/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-17T11:32:09.870Z] #64 284.6 + bin/containerd-stress [2022-05-17T11:32:09.870Z] #64 285.7 + bin/containerd-shim [2022-05-17T11:32:09.996Z] #64 283.7 + bin/containerd [2022-05-17T11:32:13.204Z] ok github.com/docker/docker/api/server 0.006s coverage: 7.9% of statements [2022-05-17T11:32:17.961Z] #64 296.9 + bin/containerd-shim-runc-v1 [2022-05-17T11:32:18.284Z] Removing intermediate container 439b9c39ec5a [2022-05-17T11:32:18.284Z] ---> 4e1861055c2b [2022-05-17T11:32:18.284Z] 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-17T11:32:18.284Z] ---> Running in 45dcf147800c [2022-05-17T11:32:18.284Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-17T11:32:18.284Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-17T11:32:18.284Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-17T11:32:18.284Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-17T11:32:18.284Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-17T11:32:18.284Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-17T11:32:18.284Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-17T11:32:18.284Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-17T11:32:18.284Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-17T11:32:18.284Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-17T11:32:18.284Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-17T11:32:18.284Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-17T11:32:18.284Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-17T11:32:18.284Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-17T11:32:18.284Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-17T11:32:18.284Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-17T11:32:23.212Z] #64 303.1 + bin/containerd-shim-runc-v2 [2022-05-17T11:32:24.141Z] #64 304.0 + binaries [2022-05-17T11:32:24.141Z] #64 304.0 + install -D bin/containerd /build/containerd [2022-05-17T11:32:24.141Z] #64 304.0 + install -D bin/containerd-shim /build/containerd-shim [2022-05-17T11:32:24.141Z] #64 304.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-17T11:32:24.141Z] #64 304.0 + install -D bin/ctr /build/ctr [2022-05-17T11:32:26.749Z] #64 DONE 306.2s [2022-05-17T11:32:27.320Z] [2022-05-17T11:32:27.320Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-17T11:32:27.320Z] #65 sha256:2484366999bcaf9e62ae1586c7cc129517c93a7aec195215038af45800077d6d [2022-05-17T11:32:28.263Z] #65 DONE 1.1s [2022-05-17T11:32:28.518Z] [2022-05-17T11:32:28.518Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-17T11:32:28.518Z] #70 sha256:6ed15f9d7a7e509d5abae91560ca9df2fd8c456be7f28558656b44b2abc62972 [2022-05-17T11:32:28.518Z] #70 DONE 0.2s [2022-05-17T11:32:28.518Z] [2022-05-17T11:32:28.518Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-17T11:32:28.518Z] #75 sha256:1f9cd1d80f34af581916bb62dfeb39baf32315e79e2a78c0c17f02663e6e2098 [2022-05-17T11:32:29.882Z] #75 DONE 1.2s [2022-05-17T11:32:29.882Z] [2022-05-17T11:32:29.882Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-17T11:32:29.882Z] #76 sha256:904aae20a41e15dec2ec7ac99ef5baca707efe5addf3849b911bef63e19497e1 [2022-05-17T11:32:29.882Z] #76 DONE 0.0s [2022-05-17T11:32:29.882Z] [2022-05-17T11:32:29.882Z] #77 [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-17T11:32:29.882Z] #77 sha256:dbf2b5283146d8f25041963cc4366307da94f84a167ccd36da8f314d22d47ca0 [2022-05-17T11:32:30.809Z] #77 0.837 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-17T11:32:30.809Z] #77 1.002 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-17T11:32:31.064Z] #77 1.179 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-17T11:32:31.627Z] #77 1.259 Reading package lists... [2022-05-17T11:32:32.190Z] #77 1.769 Reading package lists... [2022-05-17T11:32:32.190Z] #77 2.271 Building dependency tree... [2022-05-17T11:32:32.190Z] #77 2.374 Reading state information... [2022-05-17T11:32:32.190Z] #77 2.489 The following additional packages will be installed: [2022-05-17T11:32:32.445Z] #77 2.489 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-05-17T11:32:32.445Z] #77 2.490 Suggested packages: [2022-05-17T11:32:32.445Z] #77 2.490 systemd-container policykit-1 [2022-05-17T11:32:32.445Z] #77 2.490 Recommended packages: [2022-05-17T11:32:32.445Z] #77 2.490 systemd-timesyncd | time-daemon libnss-systemd [2022-05-17T11:32:32.445Z] #77 2.558 The following NEW packages will be installed: [2022-05-17T11:32:32.445Z] #77 2.559 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-05-17T11:32:32.445Z] #77 2.559 libkmod2 libpam-systemd systemd systemd-sysv [2022-05-17T11:32:32.700Z] #77 2.827 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-17T11:32:32.700Z] #77 2.827 Need to get 5817 kB of archives. [2022-05-17T11:32:32.700Z] #77 2.827 After this operation, 19.3 MB of additional disk space will be used. [2022-05-17T11:32:32.700Z] #77 2.827 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-05-17T11:32:32.700Z] #77 2.830 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-05-17T11:32:32.700Z] #77 2.831 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-05-17T11:32:32.700Z] #77 2.834 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-05-17T11:32:32.701Z] #77 2.835 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-05-17T11:32:32.701Z] #77 2.926 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-05-17T11:32:32.956Z] #77 2.927 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-05-17T11:32:32.956Z] #77 2.929 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-05-17T11:32:32.956Z] #77 2.930 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-05-17T11:32:32.956Z] #77 2.932 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-17T11:32:32.956Z] #77 3.086 debconf: delaying package configuration, since apt-utils is not installed [2022-05-17T11:32:32.956Z] #77 3.114 Fetched 5817 kB in 0s (15.8 MB/s) [2022-05-17T11:32:32.956Z] #77 3.139 Selecting previously unselected package libargon2-1:amd64. [2022-05-17T11:32:32.956Z] #77 3.139 (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-17T11:32:32.956Z] #77 3.154 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-05-17T11:32:32.956Z] #77 3.161 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-17T11:32:32.956Z] #77 3.197 Selecting previously unselected package libjson-c5:amd64. [2022-05-17T11:32:33.215Z] #77 3.199 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-05-17T11:32:33.215Z] #77 3.203 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-05-17T11:32:33.215Z] #77 3.251 Selecting previously unselected package libcryptsetup12:amd64. [2022-05-17T11:32:33.215Z] #77 3.254 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-05-17T11:32:33.215Z] #77 3.259 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-17T11:32:33.215Z] #77 3.323 Selecting previously unselected package libkmod2:amd64. [2022-05-17T11:32:33.215Z] #77 3.325 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-05-17T11:32:33.215Z] #77 3.330 Unpacking libkmod2:amd64 (28-1) ... [2022-05-17T11:32:33.215Z] #77 3.381 Selecting previously unselected package systemd. [2022-05-17T11:32:33.215Z] #77 3.384 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-05-17T11:32:33.215Z] #77 3.418 Unpacking systemd (247.3-7) ... [2022-05-17T11:32:33.777Z] #77 3.941 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-05-17T11:32:33.777Z] #77 3.954 Setting up libjson-c5:amd64 (0.15-2) ... [2022-05-17T11:32:33.777Z] #77 3.965 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-05-17T11:32:33.777Z] #77 3.976 Setting up libkmod2:amd64 (28-1) ... [2022-05-17T11:32:33.777Z] #77 3.998 Setting up systemd (247.3-7) ... [2022-05-17T11:32:33.777Z] #77 4.050 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-05-17T11:32:34.033Z] #77 4.052 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-05-17T11:32:34.033Z] #77 4.055 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-05-17T11:32:34.033Z] #77 4.080 Initializing machine ID from KVM UUID. [2022-05-17T11:32:34.289Z] #77 4.467 Selecting previously unselected package systemd-sysv. [2022-05-17T11:32:34.289Z] #77 4.467 (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-17T11:32:34.289Z] #77 4.481 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-05-17T11:32:34.289Z] #77 4.485 Unpacking systemd-sysv (247.3-7) ... [2022-05-17T11:32:34.289Z] #77 4.528 Selecting previously unselected package libdbus-1-3:amd64. [2022-05-17T11:32:34.289Z] #77 4.531 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-05-17T11:32:34.289Z] #77 4.535 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-17T11:32:34.289Z] #77 4.591 Selecting previously unselected package dbus. [2022-05-17T11:32:34.545Z] #77 4.594 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-05-17T11:32:34.545Z] #77 4.604 Unpacking dbus (1.12.20-2) ... [2022-05-17T11:32:34.545Z] #77 4.664 Selecting previously unselected package libpam-systemd:amd64. [2022-05-17T11:32:34.545Z] #77 4.665 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-05-17T11:32:34.545Z] #77 4.668 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-05-17T11:32:34.545Z] #77 4.718 Selecting previously unselected package dbus-user-session. [2022-05-17T11:32:34.545Z] #77 4.720 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-05-17T11:32:34.545Z] #77 4.724 Unpacking dbus-user-session (1.12.20-2) ... [2022-05-17T11:32:34.545Z] #77 4.806 Setting up systemd-sysv (247.3-7) ... [2022-05-17T11:32:34.545Z] #77 4.818 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-05-17T11:32:34.801Z] #77 4.831 Setting up dbus (1.12.20-2) ... [2022-05-17T11:32:34.801Z] #77 4.951 invoke-rc.d: could not determine current runlevel [2022-05-17T11:32:34.801Z] #77 4.953 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-17T11:32:34.801Z] #77 4.959 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-05-17T11:32:35.057Z] #77 5.107 Setting up dbus-user-session (1.12.20-2) ... [2022-05-17T11:32:35.057Z] #77 5.122 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-17T11:32:35.313Z] #77 DONE 5.3s [2022-05-17T11:32:35.313Z] [2022-05-17T11:32:35.313Z] #78 [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-17T11:32:35.313Z] #78 sha256:ae327c10f612eaa7b6c854f645c8c94591e3ded7aec34fa6bcd6fc8d9befab93 [2022-05-17T11:32:35.569Z] #78 0.401 % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-17T11:32:35.569Z] #78 0.403 Dload Upload Total Spent Left Speed [2022-05-17T11:32:35.825Z] #78 0.403 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5977 0 --:--:-- --:--:-- --:--:-- 5957 [2022-05-17T11:32:35.825Z] #78 DONE 0.8s [2022-05-17T11:32:35.825Z] [2022-05-17T11:32:35.825Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-17T11:32:35.825Z] #79 sha256:2c248457e0c6d6e1bdb73ef444efe3fec66c6246bc03f5d9387044b4f71a168e [2022-05-17T11:32:36.088Z] Removing intermediate container 45dcf147800c [2022-05-17T11:32:36.088Z] ---> 196653b39cd0 [2022-05-17T11:32:36.088Z] 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-17T11:32:36.088Z] ---> Running in 9e3059a130f9 [2022-05-17T11:32:37.189Z] #79 DONE 1.2s [2022-05-17T11:32:37.189Z] [2022-05-17T11:32:37.189Z] #80 exporting to image [2022-05-17T11:32:37.189Z] #80 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-17T11:32:37.189Z] #80 exporting layers [2022-05-17T11:32:39.208Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-17T11:32:39.676Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-17T11:32:40.143Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-17T11:32:40.144Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-17T11:32:40.611Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-17T11:32:40.611Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-17T11:32:40.611Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-17T11:32:41.078Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:32:42.237Z] b111c3320c94: Pull complete [2022-05-17T11:32:43.725Z] #80 exporting layers 6.3s done [2022-05-17T11:32:43.725Z] #80 writing image sha256:f708d3a37941d70eb20dbffb4103a72efaf833082a48fd024d275008c69d42f8 done [2022-05-17T11:32:43.725Z] #80 naming to docker.io/library/docker:3ee8bf191ed50305f1d38839ad6629185240762d done [2022-05-17T11:32:43.725Z] #80 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-17T11:32:43.920Z] 12fb50a031bd: Pull complete [2022-05-17T11:32:43.920Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-17T11:32:43.920Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:32:43.920Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:32:43.920Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-05-17T11:32:43.920Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-05-17T11:32:43.920Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.707' [2022-05-17T11:32:43.920Z] INFO: Docker version of control daemon [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:43.920Z] Client: [2022-05-17T11:32:43.920Z] Version: 20.10.9 [2022-05-17T11:32:43.920Z] API version: 1.41 [2022-05-17T11:32:43.920Z] Go version: go1.16.8 [2022-05-17T11:32:43.920Z] Git commit: c2ea9bc [2022-05-17T11:32:43.920Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-17T11:32:43.920Z] OS/Arch: windows/amd64 [2022-05-17T11:32:43.920Z] Context: default [2022-05-17T11:32:43.920Z] Experimental: true [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:43.920Z] Server: Docker Engine - Community [2022-05-17T11:32:43.920Z] Engine: [2022-05-17T11:32:43.920Z] Version: 20.10.9 [2022-05-17T11:32:43.920Z] API version: 1.41 (minimum version 1.24) [2022-05-17T11:32:43.920Z] Go version: go1.16.8 [2022-05-17T11:32:43.920Z] Git commit: 79ea9d3 [2022-05-17T11:32:43.920Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-17T11:32:43.920Z] OS/Arch: windows/amd64 [2022-05-17T11:32:43.920Z] Experimental: true [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:43.920Z] INFO: Docker info of control daemon [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:43.920Z] Client: [2022-05-17T11:32:43.920Z] Context: default [2022-05-17T11:32:43.920Z] Debug Mode: false [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:43.920Z] Server: [2022-05-17T11:32:43.920Z] Containers: 0 [2022-05-17T11:32:43.920Z] Running: 0 [2022-05-17T11:32:43.920Z] Paused: 0 [2022-05-17T11:32:43.920Z] Stopped: 0 [2022-05-17T11:32:43.920Z] Images: 1 [2022-05-17T11:32:43.920Z] Server Version: 20.10.9 [2022-05-17T11:32:43.920Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-05-17T11:32:43.920Z] LCOW: [2022-05-17T11:32:43.920Z] Windows: [2022-05-17T11:32:43.920Z] Logging Driver: json-file [2022-05-17T11:32:43.920Z] Plugins: [2022-05-17T11:32:43.920Z] Volume: local [2022-05-17T11:32:43.920Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T11:32:43.920Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T11:32:43.920Z] Swarm: inactive [2022-05-17T11:32:43.920Z] Default Isolation: process [2022-05-17T11:32:43.920Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-17T11:32:43.920Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-05-17T11:32:43.920Z] OSType: windows [2022-05-17T11:32:43.920Z] Architecture: x86_64 [2022-05-17T11:32:43.920Z] CPUs: 4 [2022-05-17T11:32:43.920Z] Total Memory: 32GiB [2022-05-17T11:32:43.920Z] Name: azwin-2-2df1c0 [2022-05-17T11:32:43.920Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-05-17T11:32:43.920Z] Docker Root Dir: D:\docker [2022-05-17T11:32:43.920Z] Debug Mode: false [2022-05-17T11:32:43.920Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:32:43.920Z] Labels: [2022-05-17T11:32:43.920Z] Experimental: true [2022-05-17T11:32:43.920Z] Insecure Registries: [2022-05-17T11:32:43.920Z] 10.0.0.4:5000 [2022-05-17T11:32:43.920Z] 127.0.0.0/8 [2022-05-17T11:32:43.920Z] Registry Mirrors: [2022-05-17T11:32:43.920Z] http://10.0.0.4:5000/ [2022-05-17T11:32:43.920Z] Live Restore Enabled: false [2022-05-17T11:32:43.920Z] Product License: Community Engine [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:43.920Z] INFO: Commit hash is 734cf61bb0 [2022-05-17T11:32:43.920Z] INFO: Nuke-Everything... [2022-05-17T11:32:43.920Z] INFO: Container count on control daemon to delete is 0 [2022-05-17T11:32:43.920Z] INFO: Nuking d:\CI [2022-05-17T11:32:43.920Z] INFO: Zapped successfully [2022-05-17T11:32:43.920Z] INFO: Location for testing is d:\CI\PR-43322\3 [2022-05-17T11:32:43.920Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:43.920Z] INFO: Building the image from Dockerfile.windows at 05/17/2022 11:32:40... [2022-05-17T11:32:43.920Z] [2022-05-17T11:32:44.074Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=3ee8bf191ed50305f1d38839ad6629185240762d -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:3ee8bf191ed50305f1d38839ad6629185240762d hack/make.sh dynbinary test-integration [2022-05-17T11:32:45.964Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-05-17T11:32:45.964Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-05-17T11:32:45.964Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-05-17T11:32:45.964Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-05-17T11:32:45.964Z] 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-17T11:32:45.964Z] Detected virtualization docker. [2022-05-17T11:32:45.964Z] Detected architecture x86-64. [2022-05-17T11:32:45.964Z] Set hostname to <99b02e13a482>. [2022-05-17T11:32:45.964Z] modprobe@configfs.service: Succeeded. [2022-05-17T11:32:45.964Z] modprobe@drm.service: Succeeded. [2022-05-17T11:32:45.964Z] modprobe@fuse.service: Succeeded. [2022-05-17T11:32:45.964Z] + source /etc/docker-entrypoint-cmd [2022-05-17T11:32:45.964Z] ++ hack/make.sh dynbinary test-integration [2022-05-17T11:32:45.964Z] [2022-05-17T11:32:46.221Z] Removing bundles/ [2022-05-17T11:32:46.221Z] [2022-05-17T11:32:46.221Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-17T11:32:46.221Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:32:46.221Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:32:48.668Z] Sending build context to Docker daemon 66.78MB [2022-05-17T11:32:48.668Z] [2022-05-17T11:32:48.668Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-17T11:32:48.668Z] ---> 7c569352fed3 [2022-05-17T11:32:48.668Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-17T11:32:48.668Z] ---> Running in 1e15ac2cbfac [2022-05-17T11:32:49.137Z] Removing intermediate container 1e15ac2cbfac [2022-05-17T11:32:49.137Z] ---> abc440f3fb8d [2022-05-17T11:32:49.137Z] Step 3/13 : ARG GO_VERSION=1.18.2 [2022-05-17T11:32:49.137Z] ---> Running in 7b1969515dfa [2022-05-17T11:32:49.605Z] Removing intermediate container 7b1969515dfa [2022-05-17T11:32:49.605Z] ---> 2426a0a0ff94 [2022-05-17T11:32:49.605Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-17T11:32:49.605Z] ---> Running in 268787fac01d [2022-05-17T11:32:49.605Z] Removing intermediate container 268787fac01d [2022-05-17T11:32:49.605Z] ---> ba69114d0b19 [2022-05-17T11:32:49.605Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-17T11:32:49.605Z] ---> Running in d23913f6d736 [2022-05-17T11:32:50.072Z] Removing intermediate container d23913f6d736 [2022-05-17T11:32:50.072Z] ---> 647b9158ace1 [2022-05-17T11:32:50.072Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-17T11:32:50.072Z] ---> Running in 80ce6eed9ea6 [2022-05-17T11:32:50.539Z] Removing intermediate container 80ce6eed9ea6 [2022-05-17T11:32:50.539Z] ---> c3c072e74d1d [2022-05-17T11:32:50.540Z] 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-17T11:32:50.540Z] ---> Running in 8a4b62eb1fca [2022-05-17T11:32:51.007Z] Removing intermediate container 8a4b62eb1fca [2022-05-17T11:32:51.007Z] ---> f18d337a7b77 [2022-05-17T11:32:51.007Z] 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-17T11:32:51.007Z] ---> Running in 037a93e1397f [2022-05-17T11:32:51.490Z] Removing intermediate container 9e3059a130f9 [2022-05-17T11:32:51.490Z] ---> a6f4d2012106 [2022-05-17T11:32:51.490Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-17T11:32:51.490Z] ---> Running in 50c0b62f8ed6 [2022-05-17T11:32:51.490Z] Removing intermediate container 50c0b62f8ed6 [2022-05-17T11:32:51.490Z] ---> 99ec4b9673d3 [2022-05-17T11:32:51.490Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-17T11:32:51.490Z] ---> Running in 9948211c8bf5 [2022-05-17T11:32:51.490Z] Removing intermediate container 9948211c8bf5 [2022-05-17T11:32:51.490Z] ---> faf02ac9187a [2022-05-17T11:32:51.490Z] Step 13/13 : COPY . . [2022-05-17T11:32:55.363Z] .........................xx.................... [ 29%] [2022-05-17T11:32:56.884Z] [2022-05-17T11:32:56.884Z] SUCCESS: Specified value was saved. [2022-05-17T11:32:57.350Z] INFO: Downloading git... [2022-05-17T11:32:58.343Z] INFO: Downloading go... [2022-05-17T11:32:59.903Z] INFO: Downloading compiler 1 of 3... [2022-05-17T11:33:00.373Z] INFO: Downloading compiler 2 of 3... [2022-05-17T11:33:00.841Z] INFO: Downloading compiler 3 of 3... [2022-05-17T11:33:00.841Z] INFO: Extracting git... [2022-05-17T11:33:05.610Z] #64 313.7 # github.com/containerd/containerd/cmd/containerd [2022-05-17T11:33:05.610Z] #64 313.7 /usr/bin/ld: /tmp/go-link-4017764365/000019.o: in function `New': [2022-05-17T11:33:05.610Z] #64 313.7 /tmp/tmp.5Wu9P7vLk1/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-17T11:33:05.610Z] #64 313.8 + bin/containerd-stress [2022-05-17T11:33:05.610Z] #64 314.9 + bin/containerd-shim [2022-05-17T11:33:06.210Z] #64 334.2 # github.com/containerd/containerd/cmd/containerd [2022-05-17T11:33:06.210Z] #64 334.2 /usr/bin/ld: /tmp/go-link-2424561881/000019.o: in function `New': [2022-05-17T11:33:06.210Z] #64 334.2 /tmp/tmp.d5GvK4BoUC/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-17T11:33:06.210Z] #64 334.3 + bin/containerd-stress [2022-05-17T11:33:06.210Z] #64 335.4 + bin/containerd-shim [2022-05-17T11:33:11.966Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-05-17T11:33:12.152Z] #64 326.0 + bin/containerd-shim-runc-v1 [2022-05-17T11:33:14.327Z] #64 346.5 + bin/containerd-shim-runc-v1 [2022-05-17T11:33:15.758Z] INFO: Expanding go... [2022-05-17T11:33:18.696Z] #64 332.3 + bin/containerd-shim-runc-v2 [2022-05-17T11:33:19.257Z] #64 333.1 + binaries [2022-05-17T11:33:19.257Z] #64 333.1 + install -D bin/containerd /build/containerd [2022-05-17T11:33:19.257Z] #64 333.1 + install -D bin/containerd-shim /build/containerd-shim [2022-05-17T11:33:19.257Z] #64 333.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-17T11:33:19.257Z] #64 333.1 + install -D bin/ctr /build/ctr [2022-05-17T11:33:19.417Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-05-17T11:33:19.598Z] #64 352.8 + bin/containerd-shim-runc-v2 [2022-05-17T11:33:19.855Z] #64 353.6 + binaries [2022-05-17T11:33:19.855Z] #64 353.6 + install -D bin/containerd /build/containerd [2022-05-17T11:33:19.855Z] #64 353.6 + install -D bin/containerd-shim /build/containerd-shim [2022-05-17T11:33:19.855Z] #64 353.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-17T11:33:19.855Z] #64 353.6 + install -D bin/ctr /build/ctr [2022-05-17T11:33:20.938Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-17T11:33:20.939Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 31.9% of statements [2022-05-17T11:33:20.939Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-17T11:33:20.939Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-17T11:33:21.145Z] #64 DONE 335.0s [2022-05-17T11:33:21.199Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-17T11:33:21.200Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-17T11:33:21.460Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 6.0% of statements [2022-05-17T11:33:21.460Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-17T11:33:21.593Z] ---> 499dda77c0f8 [2022-05-17T11:33:21.593Z] Successfully built 499dda77c0f8 [2022-05-17T11:33:21.593Z] Successfully tagged docker:latest [2022-05-17T11:33:21.593Z] INFO: Image build ended at 05/17/2022 11:33:21. Duration:00:03:56.9533694 [2022-05-17T11:33:21.752Z] #64 DONE 355.5s [2022-05-17T11:33:22.030Z] ok github.com/docker/docker/api/types/filters 0.008s coverage: 92.2% of statements [2022-05-17T11:33:22.030Z] ok github.com/docker/docker/api/server/router/volume 0.012s coverage: 67.9% of statements [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types [no test files] [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-17T11:33:22.030Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-17T11:33:22.062Z] [2022-05-17T11:33:22.062Z] [2022-05-17T11:33:22.062Z] INFO: Building the test binaries at 05/17/2022 11:33:21... [2022-05-17T11:33:22.072Z] [2022-05-17T11:33:22.072Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-17T11:33:22.072Z] #65 sha256:1c9cbd459367f2db9c66d552e1588d3b573ede079dcedcc442c15b5dda359236 [2022-05-17T11:33:22.290Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2022-05-17T11:33:22.290Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-17T11:33:22.290Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-17T11:33:22.290Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-05-17T11:33:22.551Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 77.3% of statements [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/builder [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-17T11:33:22.551Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-17T11:33:22.999Z] #65 DONE 0.9s [2022-05-17T11:33:22.999Z] [2022-05-17T11:33:22.999Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-17T11:33:22.999Z] #70 sha256:2240003410e100fccbd0d3e55818e42fd951d4507bafba7ce80c834dc6524e0f [2022-05-17T11:33:23.126Z] [2022-05-17T11:33:23.126Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-17T11:33:23.126Z] #65 sha256:ad65b8f5cb262149fec18338199704ac1e139b510325850c177afb0bcd2835f5 [2022-05-17T11:33:23.254Z] #70 DONE 0.2s [2022-05-17T11:33:23.254Z] [2022-05-17T11:33:23.254Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-17T11:33:23.254Z] #75 sha256:f126d96c153054fa1cb2e13a5f7c9a369fc5ecafec64acf5822556f55df7a2e3 [2022-05-17T11:33:23.692Z] #65 DONE 0.8s [2022-05-17T11:33:23.692Z] [2022-05-17T11:33:23.692Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-17T11:33:23.692Z] #70 sha256:b458ba9f3dfcea0c0182eb02d1f91be1ea31af272ab5deafff05f4a02a6e62cc [2022-05-17T11:33:23.756Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-05-17T11:33:23.950Z] #70 DONE 0.2s [2022-05-17T11:33:23.950Z] [2022-05-17T11:33:23.950Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-17T11:33:23.950Z] #75 sha256:bf9618cdb433ddb3b6695b0b2c438ba621be551fb64f17d7caf7d0a37d533e13 [2022-05-17T11:33:24.181Z] #75 DONE 1.0s [2022-05-17T11:33:24.181Z] [2022-05-17T11:33:24.181Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-17T11:33:24.181Z] #76 sha256:37932f2df572ba602aa351ddd3120fda1f7c1a66835cc397c0cc4ad9830d1a11 [2022-05-17T11:33:24.181Z] #76 DONE 0.0s [2022-05-17T11:33:24.181Z] [2022-05-17T11:33:24.181Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-17T11:33:24.181Z] #77 sha256:f6a10c01ce19022e50fd4a14272a460ed0d8fb574ef2eb57a274b1054039dbc6 [2022-05-17T11:33:24.883Z] #75 DONE 0.8s [2022-05-17T11:33:24.883Z] [2022-05-17T11:33:24.883Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-17T11:33:24.883Z] #76 sha256:afd113475200e0b239699c765991e880b5a24aaf50bcae32a8096916d73014d1 [2022-05-17T11:33:24.883Z] #76 DONE 0.0s [2022-05-17T11:33:24.883Z] [2022-05-17T11:33:24.883Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-17T11:33:24.883Z] #77 sha256:4c4d7792eb0678e134bef6662960012042d18ceaa5fb1504700d5035b8686c18 [2022-05-17T11:33:25.211Z] ok github.com/docker/docker/builder/remotecontext 0.171s coverage: 13.7% of statements [2022-05-17T11:33:25.211Z] ok github.com/docker/docker/builder/dockerfile 0.471s coverage: 49.3% of statements [2022-05-17T11:33:25.472Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-05-17T11:33:25.548Z] #77 DONE 1.3s [2022-05-17T11:33:25.548Z] [2022-05-17T11:33:25.548Z] #78 exporting to image [2022-05-17T11:33:25.548Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-17T11:33:25.548Z] #78 exporting layers [2022-05-17T11:33:25.949Z] INFO: make.ps1 starting at 05/17/2022 11:33:25 [2022-05-17T11:33:26.043Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-05-17T11:33:26.417Z] INFO: Git commit (b219220bc6) assumed from DOCKER_GITCOMMIT environment variable [2022-05-17T11:33:26.418Z] INFO: Invoking autogen... [2022-05-17T11:33:26.418Z] { [2022-05-17T11:33:26.418Z] "RT_GROUP_ICON": { [2022-05-17T11:33:26.418Z] "#1": { [2022-05-17T11:33:26.418Z] "0409": "../../winresources/docker.ico" [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.418Z] }, [2022-05-17T11:33:26.418Z] "RT_MANIFEST": { [2022-05-17T11:33:26.418Z] "#1": { [2022-05-17T11:33:26.418Z] "0409": { [2022-05-17T11:33:26.418Z] "identity": {}, [2022-05-17T11:33:26.418Z] "description": "Docker Engine", [2022-05-17T11:33:26.418Z] "minimum-os": "vista", [2022-05-17T11:33:26.418Z] "execution-level": "", [2022-05-17T11:33:26.418Z] "ui-access": false, [2022-05-17T11:33:26.418Z] "auto-elevate": false, [2022-05-17T11:33:26.418Z] "dpi-awareness": "unaware", [2022-05-17T11:33:26.418Z] "disable-theming": false, [2022-05-17T11:33:26.418Z] "disable-window-filtering": false, [2022-05-17T11:33:26.418Z] "high-resolution-scrolling-aware": false, [2022-05-17T11:33:26.418Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-17T11:33:26.418Z] "long-path-aware": false, [2022-05-17T11:33:26.418Z] "printer-driver-isolation": false, [2022-05-17T11:33:26.418Z] "gdi-scaling": false, [2022-05-17T11:33:26.418Z] "segment-heap": false, [2022-05-17T11:33:26.418Z] "use-common-controls-v6": false [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.418Z] }, [2022-05-17T11:33:26.418Z] "RT_MESSAGETABLE": { [2022-05-17T11:33:26.418Z] "#1": { [2022-05-17T11:33:26.418Z] "0409": "../../winresources/event_messages.bin" [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.418Z] }, [2022-05-17T11:33:26.418Z] "RT_VERSION": { [2022-05-17T11:33:26.418Z] "#1": { [2022-05-17T11:33:26.418Z] "0409": { [2022-05-17T11:33:26.418Z] "fixed": { [2022-05-17T11:33:26.418Z] "file_version": "0.0.0.0", [2022-05-17T11:33:26.418Z] "product_version": "0.0.0.0", [2022-05-17T11:33:26.418Z] "type": "Unknown" [2022-05-17T11:33:26.418Z] }, [2022-05-17T11:33:26.418Z] "info": { [2022-05-17T11:33:26.418Z] "0000": { [2022-05-17T11:33:26.418Z] "CompanyName": "", [2022-05-17T11:33:26.418Z] "FileVersion": "0.0.0-dev", [2022-05-17T11:33:26.418Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-17T11:33:26.418Z] "OriginalFileName": "dockerd.exe", [2022-05-17T11:33:26.418Z] "ProductName": "", [2022-05-17T11:33:26.418Z] "ProductVersion": "0.0.0-dev", [2022-05-17T11:33:26.418Z] "SpecialBuild": "b219220bc6" [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.418Z] } [2022-05-17T11:33:26.987Z] ok github.com/docker/docker/builder/remotecontext/git 1.711s coverage: 86.3% of statements [2022-05-17T11:33:26.987Z] ? github.com/docker/docker/cli [no test files] [2022-05-17T11:33:26.987Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-17T11:33:26.987Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-17T11:33:26.987Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-17T11:33:27.403Z] powershell.exe : cmd\dockerd\config.go [2022-05-17T11:33:27.403Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-f06a6267\powershellWrapper.ps1:3 char:1 [2022-05-17T11:33:27.403Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-17T11:33:27.403Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-17T11:33:27.403Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-17T11:33:27.403Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-17T11:33:27.403Z] [2022-05-17T11:33:27.403Z] cmd\dockerd\config_windows.go [2022-05-17T11:33:27.403Z] cmd\dockerd\daemon.go [2022-05-17T11:33:27.403Z] cmd\dockerd\daemon_test.go [2022-05-17T11:33:27.403Z] cmd\dockerd\daemon_windows.go [2022-05-17T11:33:27.403Z] cmd\dockerd\docker.go [2022-05-17T11:33:27.403Z] cmd\dockerd\docker_windows.go [2022-05-17T11:33:27.403Z] cmd\dockerd\genwinres_windows.go [2022-05-17T11:33:27.403Z] cmd\dockerd\metrics.go [2022-05-17T11:33:27.403Z] cmd\dockerd\options.go [2022-05-17T11:33:27.403Z] cmd\dockerd\options_test.go [2022-05-17T11:33:27.403Z] cmd\dockerd\service_windows.go [2022-05-17T11:33:27.403Z] INFO: Building daemon... [2022-05-17T11:33:27.410Z] #77 DONE 2.4s [2022-05-17T11:33:27.410Z] [2022-05-17T11:33:27.410Z] #78 exporting to image [2022-05-17T11:33:27.410Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-17T11:33:27.410Z] #78 exporting layers [2022-05-17T11:33:27.558Z] ok github.com/docker/docker/cmd/docker-proxy 0.275s coverage: 67.6% of statements [2022-05-17T11:33:30.859Z] ok github.com/docker/docker/client 0.090s coverage: 75.6% of statements [2022-05-17T11:33:32.085Z] #78 exporting layers 6.1s done [2022-05-17T11:33:32.085Z] #78 writing image sha256:dcc9baba7d315a02160a2c2c60f27ed947599eea9b333b77b3fd017445485d64 done [2022-05-17T11:33:32.085Z] #78 naming to docker.io/library/docker:9ea3c5a1769b09f5b6ff15f63f647f6564a892ab done [2022-05-17T11:33:32.085Z] #78 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-17T11:33:32.420Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=9ea3c5a1769b09f5b6ff15f63f647f6564a892ab -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:9ea3c5a1769b09f5b6ff15f63f647f6564a892ab hack/make.sh dynbinary test-integration [2022-05-17T11:33:33.967Z] #78 exporting layers 6.6s done [2022-05-17T11:33:33.967Z] #78 writing image sha256:aac7d58f1e95447ba6ce355f1ca1aaf65da2831cd2ac35a8a26766c430199ab8 done [2022-05-17T11:33:33.967Z] #78 naming to docker.io/library/docker:9ea3c5a1769b09f5b6ff15f63f647f6564a892ab done [2022-05-17T11:33:33.967Z] #78 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-05-17T11:33:34.296Z] + trap exit INT TERM [2022-05-17T11:33:34.296Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-05-17T11:33:34.296Z] + CONTAINER_NAME=docker-pr3 [2022-05-17T11:33:34.296Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43322/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9ea3c5a1769b09f5b6ff15f63f647f6564a892ab -e DOCKER_GRAPHDRIVER docker:9ea3c5a1769b09f5b6ff15f63f647f6564a892ab hack/make.sh dynbinary [2022-05-17T11:33:34.313Z] [2022-05-17T11:33:34.313Z] Removing bundles/ [2022-05-17T11:33:34.313Z] [2022-05-17T11:33:34.313Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-17T11:33:34.313Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:33:34.313Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:33:35.232Z] [2022-05-17T11:33:35.232Z] Removing bundles/ [2022-05-17T11:33:35.232Z] [2022-05-17T11:33:35.232Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-17T11:33:35.232Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:33:35.232Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:33:39.902Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-05-17T11:33:45.853Z] INFO: Expanding compiler 1 of 3... [2022-05-17T11:33:46.840Z] INFO: Expanding compiler 2 of 3... [2022-05-17T11:33:49.667Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-05-17T11:33:51.172Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-05-17T11:33:52.703Z] INFO: Expanding compiler 3 of 3... [2022-05-17T11:33:53.170Z] INFO: Removing downloaded files... [2022-05-17T11:33:53.170Z] INFO: Downloading containerd [2022-05-17T11:33:55.042Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-05-17T11:33:59.480Z] ............................ [ 66%] [2022-05-17T11:34:02.972Z] ok github.com/docker/docker/cmd/dockerd 0.068s coverage: 29.7% of statements [2022-05-17T11:34:03.580Z] [2022-05-17T11:34:03.580Z] Name Version Source Summary [2022-05-17T11:34:03.580Z] ---- ------- ------ ------- [2022-05-17T11:34:03.580Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-17T11:34:03.914Z] ok github.com/docker/docker/container 0.120s coverage: 34.8% of statements [2022-05-17T11:34:04.052Z] [2022-05-17T11:34:04.052Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-17T11:34:04.052Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-17T11:34:04.052Z] PSChildName : containerd [2022-05-17T11:34:04.052Z] PSDrive : C [2022-05-17T11:34:04.052Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-17T11:34:04.052Z] PSIsContainer : True [2022-05-17T11:34:04.052Z] Name : containerd [2022-05-17T11:34:04.052Z] FullName : C:\containerd [2022-05-17T11:34:04.052Z] Parent : [2022-05-17T11:34:04.052Z] Exists : True [2022-05-17T11:34:04.052Z] Root : C:\ [2022-05-17T11:34:04.052Z] Extension : [2022-05-17T11:34:04.052Z] CreationTime : 5/17/2022 11:34:03 AM [2022-05-17T11:34:04.052Z] CreationTimeUtc : 5/17/2022 11:34:03 AM [2022-05-17T11:34:04.052Z] LastAccessTime : 5/17/2022 11:34:03 AM [2022-05-17T11:34:04.052Z] LastAccessTimeUtc : 5/17/2022 11:34:03 AM [2022-05-17T11:34:04.052Z] LastWriteTime : 5/17/2022 11:34:03 AM [2022-05-17T11:34:04.052Z] LastWriteTimeUtc : 5/17/2022 11:34:03 AM [2022-05-17T11:34:04.052Z] Attributes : Directory [2022-05-17T11:34:04.052Z] Mode : d----- [2022-05-17T11:34:04.052Z] BaseName : containerd [2022-05-17T11:34:04.052Z] Target : {} [2022-05-17T11:34:04.052Z] LinkType : [2022-05-17T11:34:04.052Z] [2022-05-17T11:34:04.174Z] ok github.com/docker/docker/cmd/dockerd/trap 2.506s coverage: 0.0% of statements [2022-05-17T11:34:04.174Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-17T11:34:04.174Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-17T11:34:04.174Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-17T11:34:04.174Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-17T11:34:04.174Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-17T11:34:06.267Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-17T11:34:06.267Z] INFO: Configuring git core.autocrlf... [2022-05-17T11:34:06.267Z] [2022-05-17T11:34:06.267Z] [2022-05-17T11:34:10.761Z] ok github.com/docker/docker/daemon/cluster 0.072s coverage: 0.5% of statements [2022-05-17T11:34:11.021Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2022-05-17T11:34:12.404Z] ok github.com/docker/docker/daemon/cluster/convert 0.013s coverage: 36.9% of statements [2022-05-17T11:34:18.990Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.447s coverage: 13.4% of statements [2022-05-17T11:34:19.933Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 81.5% of statements [2022-05-17T11:34:20.505Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-05-17T11:34:21.077Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-05-17T11:34:22.019Z] ok github.com/docker/docker/daemon 10.120s coverage: 16.0% of statements [2022-05-17T11:34:22.019Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-17T11:34:22.019Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-17T11:34:22.019Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-17T11:34:22.019Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-17T11:34:22.280Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.603s coverage: 74.8% of statements [2022-05-17T11:34:23.222Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.337s coverage: 56.2% of statements [2022-05-17T11:34:23.792Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-05-17T11:34:25.184Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.9% of statements [2022-05-17T11:34:26.150Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.181s coverage: 50.6% of statements [2022-05-17T11:34:28.065Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.944s coverage: 46.1% of statements [2022-05-17T11:34:28.065Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-17T11:34:28.636Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.032s coverage: 58.2% of statements [2022-05-17T11:34:28.636Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-17T11:34:28.636Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-17T11:34:28.636Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 58.5% of statements [2022-05-17T11:34:29.577Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.027s coverage: 3.0% of statements [2022-05-17T11:34:30.148Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-05-17T11:34:31.091Z] ok github.com/docker/docker/daemon/images 0.040s coverage: 6.6% of statements [2022-05-17T11:34:31.091Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-17T11:34:31.091Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-17T11:34:31.352Z] ok github.com/docker/docker/daemon/logger 0.234s coverage: 43.0% of statements [2022-05-17T11:34:32.294Z] ok github.com/docker/docker/daemon/logger/awslogs 0.176s coverage: 80.2% of statements [2022-05-17T11:34:32.294Z] ok github.com/docker/docker/daemon/logger/fluentd 0.013s coverage: 53.6% of statements [2022-05-17T11:34:32.294Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-17T11:34:32.865Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2022-05-17T11:34:32.865Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2022-05-17T11:34:33.126Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-05-17T11:34:33.387Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 69.9% of statements [2022-05-17T11:34:33.959Z] ok github.com/docker/docker/daemon/logger/local 0.028s coverage: 78.7% of statements [2022-05-17T11:34:33.959Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-17T11:34:34.530Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.049s coverage: 59.1% of statements [2022-05-17T11:34:34.791Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2022-05-17T11:34:35.733Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-05-17T11:34:35.733Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-05-17T11:34:36.304Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-05-17T11:34:36.875Z] ok github.com/docker/docker/daemon/logger/splunk 1.566s coverage: 82.5% of statements [2022-05-17T11:34:36.875Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-17T11:34:36.875Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-17T11:34:37.817Z] ok github.com/docker/docker/distribution/metadata 0.047s coverage: 44.4% of statements [2022-05-17T11:34:38.389Z] ok github.com/docker/docker/distribution 0.601s coverage: 28.2% of statements [2022-05-17T11:34:38.389Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-17T11:34:38.958Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-05-17T11:34:39.551Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-05-17T11:34:39.811Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-05-17T11:34:40.396Z] ok github.com/docker/docker/distribution/xfer 1.910s coverage: 84.9% of statements [2022-05-17T11:34:40.396Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-17T11:34:40.396Z] ok github.com/docker/docker/image/tarexport 0.010s coverage: 0.7% of statements [2022-05-17T11:34:40.396Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-17T11:34:40.396Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-17T11:34:40.975Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-05-17T11:34:41.028Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-05-17T11:34:41.546Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-05-17T11:34:42.487Z] ok github.com/docker/docker/opts 0.024s coverage: 66.0% of statements [2022-05-17T11:34:42.487Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-05-17T11:34:43.871Z] ok github.com/docker/docker/pkg/archive 0.299s coverage: 82.5% of statements [2022-05-17T11:34:44.812Z] ok github.com/docker/docker/pkg/authorization 0.336s coverage: 68.3% of statements [2022-05-17T11:34:45.073Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-17T11:34:45.333Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-05-17T11:34:48.706Z] ok github.com/docker/docker/pkg/chrootarchive 2.526s coverage: 42.7% of statements [2022-05-17T11:34:48.706Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-17T11:34:48.706Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-05-17T11:34:48.967Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2022-05-17T11:34:49.227Z] ok github.com/docker/docker/layer 7.206s coverage: 69.0% of statements [2022-05-17T11:34:49.227Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-17T11:34:49.227Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-17T11:34:49.227Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-17T11:34:49.227Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-17T11:34:49.227Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-17T11:34:49.227Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-17T11:34:49.487Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-05-17T11:34:49.747Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-05-17T11:34:50.008Z] ok github.com/docker/docker/pkg/fsutils 0.170s coverage: 85.1% of statements [2022-05-17T11:34:50.008Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-05-17T11:34:51.393Z] ok github.com/docker/docker/pkg/idtools 0.468s coverage: 67.9% of statements [2022-05-17T11:34:51.393Z] ok github.com/docker/docker/pkg/ioutils 0.356s coverage: 71.5% of statements [2022-05-17T11:34:51.393Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-05-17T11:34:51.393Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2022-05-17T11:34:51.393Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-17T11:34:51.655Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-05-17T11:34:51.655Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-05-17T11:34:51.915Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-05-17T11:34:52.175Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-05-17T11:34:52.175Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-05-17T11:34:52.175Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-17T11:34:52.175Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-17T11:34:52.623Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:34:52.623Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:34:52.623Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:34:52.623Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:34:52.623Z] [2022-05-17T11:34:52.623Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-17T11:34:52.623Z] DOCKER_SYSTEMD=1 [2022-05-17T11:34:52.623Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-17T11:34:52.623Z] HOSTNAME=99b02e13a482 [2022-05-17T11:34:52.623Z] DEST=bundles/test-integration [2022-05-17T11:34:52.623Z] PWD=/go/src/github.com/docker/docker [2022-05-17T11:34:52.623Z] DOCKER_GITCOMMIT=3ee8bf191ed50305f1d38839ad6629185240762d [2022-05-17T11:34:52.623Z] container=docker [2022-05-17T11:34:52.623Z] HOME=/root [2022-05-17T11:34:52.623Z] LANG=C.UTF-8 [2022-05-17T11:34:52.623Z] INVOCATION_ID=1bb2f9f248684982905ce43e74bc8420 [2022-05-17T11:34:52.623Z] GOLANG_VERSION=1.18.2 [2022-05-17T11:34:52.623Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-17T11:34:52.623Z] VALIDATE_BRANCH=master [2022-05-17T11:34:52.623Z] TERM=xterm [2022-05-17T11:34:52.623Z] DOCKER_PKG=github.com/docker/docker [2022-05-17T11:34:52.623Z] SHLVL=3 [2022-05-17T11:34:52.623Z] TIMEOUT=120m [2022-05-17T11:34:52.623Z] DOCKER_BUILDTAGS= journald [2022-05-17T11:34:52.623Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-17T11:34:52.623Z] GO111MODULE=off [2022-05-17T11:34:52.623Z] DOCKER_EXPERIMENTAL=1 [2022-05-17T11:34:52.623Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-17T11:34:52.623Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-17T11:34:52.623Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-17T11:34:52.623Z] GOPATH=/go [2022-05-17T11:34:52.623Z] PKG_CONFIG=pkg-config [2022-05-17T11:34:52.623Z] _=/usr/bin/env [2022-05-17T11:34:52.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-17T11:34:52.747Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2022-05-17T11:34:53.008Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-05-17T11:34:53.268Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-17T11:34:53.529Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-17T11:34:54.198Z] 8b534d64a7c3: Pull complete [2022-05-17T11:34:54.198Z] Digest: sha256:b474e47f6f8bdb110068684ab8cebbadb5806e641fe6dba0169555981f6520ef [2022-05-17T11:34:54.198Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T11:34:54.198Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T11:34:54.198Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-05-17T11:34:54.198Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-05-17T11:34:54.198Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2928' [2022-05-17T11:34:54.198Z] INFO: Docker version of control daemon [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.198Z] Client: [2022-05-17T11:34:54.198Z] Version: 20.10.9 [2022-05-17T11:34:54.198Z] API version: 1.41 [2022-05-17T11:34:54.198Z] Go version: go1.16.8 [2022-05-17T11:34:54.198Z] Git commit: c2ea9bc [2022-05-17T11:34:54.198Z] Built: Mon Oct 4 16:11:10 2021 [2022-05-17T11:34:54.198Z] OS/Arch: windows/amd64 [2022-05-17T11:34:54.198Z] Context: default [2022-05-17T11:34:54.198Z] Experimental: true [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.198Z] Server: Docker Engine - Community [2022-05-17T11:34:54.198Z] Engine: [2022-05-17T11:34:54.198Z] Version: 20.10.9 [2022-05-17T11:34:54.198Z] API version: 1.41 (minimum version 1.24) [2022-05-17T11:34:54.198Z] Go version: go1.16.8 [2022-05-17T11:34:54.198Z] Git commit: 79ea9d3 [2022-05-17T11:34:54.198Z] Built: Mon Oct 4 16:06:39 2021 [2022-05-17T11:34:54.198Z] OS/Arch: windows/amd64 [2022-05-17T11:34:54.198Z] Experimental: true [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.198Z] INFO: Docker info of control daemon [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.198Z] Client: [2022-05-17T11:34:54.198Z] Context: default [2022-05-17T11:34:54.198Z] Debug Mode: false [2022-05-17T11:34:54.198Z] Plugins: [2022-05-17T11:34:54.198Z] app: Docker Application (Docker Inc., v0.8.0) [2022-05-17T11:34:54.198Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-05-17T11:34:54.198Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.198Z] Server: [2022-05-17T11:34:54.198Z] Containers: 0 [2022-05-17T11:34:54.198Z] Running: 0 [2022-05-17T11:34:54.198Z] Paused: 0 [2022-05-17T11:34:54.198Z] Stopped: 0 [2022-05-17T11:34:54.198Z] Images: 1 [2022-05-17T11:34:54.198Z] Server Version: 20.10.9 [2022-05-17T11:34:54.198Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-05-17T11:34:54.198Z] Windows: [2022-05-17T11:34:54.198Z] LCOW: [2022-05-17T11:34:54.198Z] Logging Driver: json-file [2022-05-17T11:34:54.198Z] Plugins: [2022-05-17T11:34:54.198Z] Volume: local [2022-05-17T11:34:54.198Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T11:34:54.198Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T11:34:54.198Z] Swarm: inactive [2022-05-17T11:34:54.198Z] Default Isolation: process [2022-05-17T11:34:54.198Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-17T11:34:54.198Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-05-17T11:34:54.198Z] OSType: windows [2022-05-17T11:34:54.198Z] Architecture: x86_64 [2022-05-17T11:34:54.198Z] CPUs: 4 [2022-05-17T11:34:54.198Z] Total Memory: 32GiB [2022-05-17T11:34:54.198Z] Name: azwin-2-354e70 [2022-05-17T11:34:54.198Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-05-17T11:34:54.198Z] Docker Root Dir: D:\docker [2022-05-17T11:34:54.198Z] Debug Mode: false [2022-05-17T11:34:54.198Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:34:54.198Z] Labels: [2022-05-17T11:34:54.198Z] Experimental: true [2022-05-17T11:34:54.198Z] Insecure Registries: [2022-05-17T11:34:54.198Z] 10.0.0.4:5000 [2022-05-17T11:34:54.198Z] 127.0.0.0/8 [2022-05-17T11:34:54.198Z] Registry Mirrors: [2022-05-17T11:34:54.198Z] http://10.0.0.4:5000/ [2022-05-17T11:34:54.198Z] Live Restore Enabled: false [2022-05-17T11:34:54.198Z] Product License: Community Engine [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.198Z] INFO: Commit hash is a89e866f7d [2022-05-17T11:34:54.198Z] INFO: Nuke-Everything... [2022-05-17T11:34:54.198Z] INFO: Container count on control daemon to delete is 0 [2022-05-17T11:34:54.198Z] INFO: Nuking d:\CI [2022-05-17T11:34:54.198Z] INFO: Zapped successfully [2022-05-17T11:34:54.198Z] INFO: Location for testing is d:\CI\PR-43322\3 [2022-05-17T11:34:54.198Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.198Z] INFO: Building the image from Dockerfile.windows at 05/17/2022 11:34:48... [2022-05-17T11:34:54.198Z] [2022-05-17T11:34:54.912Z] ok github.com/docker/docker/pkg/pubsub 1.046s coverage: 75.0% of statements [2022-05-17T11:34:55.173Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-05-17T11:34:55.434Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-05-17T11:34:55.434Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-05-17T11:34:55.694Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-05-17T11:34:55.955Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2022-05-17T11:34:56.226Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-05-17T11:34:56.526Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.4% of statements [2022-05-17T11:34:56.786Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-05-17T11:34:57.046Z] ok github.com/docker/docker/pkg/tailfile 0.043s coverage: 88.6% of statements [2022-05-17T11:34:57.215Z] Sending build context to Docker daemon 66.78MB [2022-05-17T11:34:57.215Z] [2022-05-17T11:34:57.617Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-05-17T11:34:57.685Z] Step 1/13 : FROM microsoft/windowsservercore [2022-05-17T11:34:57.685Z] ---> 3e15a767850d [2022-05-17T11:34:57.685Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-05-17T11:34:57.685Z] ---> Running in 2e302db5cec4 [2022-05-17T11:34:57.878Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-17T11:34:58.123Z] tests/integration/client_test.py ..... [ 75%] [2022-05-17T11:34:58.123Z] tests/integration/context_api_test.py ... [ 76%] [2022-05-17T11:34:58.139Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-17T11:34:58.162Z] Removing intermediate container 2e302db5cec4 [2022-05-17T11:34:58.162Z] ---> 34a9028e0f4d [2022-05-17T11:34:58.162Z] Step 3/13 : ARG GO_VERSION=1.18.2 [2022-05-17T11:34:58.162Z] ---> Running in 73a83414b401 [2022-05-17T11:34:58.630Z] Removing intermediate container 73a83414b401 [2022-05-17T11:34:58.630Z] ---> 9e663af2c227 [2022-05-17T11:34:58.630Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.4 [2022-05-17T11:34:58.630Z] ---> Running in d813f80d9db5 [2022-05-17T11:34:58.689Z] tests/integration/errors_test.py . [ 76%] [2022-05-17T11:34:59.099Z] Removing intermediate container d813f80d9db5 [2022-05-17T11:34:59.099Z] ---> 2dfcce4a0e7d [2022-05-17T11:34:59.099Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-05-17T11:34:59.099Z] ---> Running in 2f8e71574647 [2022-05-17T11:34:59.567Z] Removing intermediate container 2f8e71574647 [2022-05-17T11:34:59.567Z] ---> cd2c3458e8a8 [2022-05-17T11:34:59.567Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-05-17T11:34:59.567Z] ---> Running in 7cd35d03bd82 [2022-05-17T11:35:00.035Z] Removing intermediate container 7cd35d03bd82 [2022-05-17T11:35:00.035Z] ---> 12578378e9f1 [2022-05-17T11:35:00.035Z] 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-17T11:35:00.035Z] ---> Running in d2dc11f8a0e7 [2022-05-17T11:35:00.049Z] ok github.com/docker/docker/plugin 0.519s coverage: 23.2% of statements [2022-05-17T11:35:00.310Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-05-17T11:35:00.520Z] Removing intermediate container d2dc11f8a0e7 [2022-05-17T11:35:00.520Z] ---> 8a3703732ff8 [2022-05-17T11:35:00.520Z] 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-17T11:35:00.521Z] ---> Running in 1cfbb250c83b [2022-05-17T11:35:00.571Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-05-17T11:35:01.955Z] ok github.com/docker/docker/quota 0.218s coverage: 71.4% of statements [2022-05-17T11:35:02.216Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-05-17T11:35:03.158Z] ok github.com/docker/docker/registry 0.081s coverage: 58.6% of statements [2022-05-17T11:35:03.419Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-05-17T11:35:03.679Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-05-17T11:35:04.250Z] ok github.com/docker/docker/runconfig 0.009s coverage: 64.5% of statements [2022-05-17T11:35:04.511Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-05-17T11:35:06.426Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-05-17T11:35:06.687Z] ok github.com/docker/docker/volume/local 0.071s coverage: 77.1% of statements [2022-05-17T11:35:07.258Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-05-17T11:35:08.641Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-05-17T11:35:08.867Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-17T11:35:08.867Z] [2022-05-17T11:35:08.867Z] ________ ____ __. [2022-05-17T11:35:08.867Z] \_____ \ | |/ _| [2022-05-17T11:35:08.867Z] / | \| < [2022-05-17T11:35:08.867Z] / | \ | \ [2022-05-17T11:35:08.867Z] \_______ /____|__ \ [2022-05-17T11:35:08.867Z] \/ \/ [2022-05-17T11:35:08.867Z] [2022-05-17T11:35:08.867Z] INFO: make.ps1 ended at 05/17/2022 11:35:03 [2022-05-17T11:35:08.867Z] INFO: Binaries build ended at 05/17/2022 11:35:04. Duration:00:01:43.2780974 [2022-05-17T11:35:08.867Z] INFO: Copying the built daemon binary to d:\CI\PR-43322\3\binary\dockerd-b219220bc6.exe... [2022-05-17T11:35:08.867Z] INFO: Copying the built client binary to d:\CI\PR-43322\3\binary\docker-b219220bc6.exe... [2022-05-17T11:35:08.867Z] INFO: Copying the golang package from the container to d:\CI\PR-43322\3\installer\go.zip... [2022-05-17T11:35:08.867Z] INFO: Extracting go.zip to d:\CI\PR-43322\3\go [2022-05-17T11:35:17.489Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-05-17T11:35:21.781Z] [2022-05-17T11:35:21.781Z] SUCCESS: Specified value was saved. [2022-05-17T11:35:21.781Z] INFO: Downloading git... [2022-05-17T11:35:24.044Z] INFO: Downloading go... [2022-05-17T11:35:25.628Z] INFO: Downloading compiler 1 of 3... [2022-05-17T11:35:26.108Z] INFO: Downloading compiler 2 of 3... [2022-05-17T11:35:26.108Z] INFO: Downloading compiler 3 of 3... [2022-05-17T11:35:26.108Z] INFO: Extracting git... [2022-05-17T11:35:26.747Z] ok github.com/docker/docker/pkg/plugins 33.632s coverage: 76.3% of statements [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/rootless [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/volume [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-17T11:35:26.747Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-17T11:35:26.747Z] [2022-05-17T11:35:26.747Z] === Skipped [2022-05-17T11:35:26.747Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-17T11:35:26.747Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-17T11:35:26.747Z] [2022-05-17T11:35:26.747Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-17T11:35:26.747Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-17T11:35:26.747Z] [2022-05-17T11:35:26.747Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-17T11:35:26.747Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-17T11:35:26.747Z] [2022-05-17T11:35:26.747Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-17T11:35:26.748Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:71: No driver to put! [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-17T11:35:26.748Z] time="2022-05-17T11:34:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-17T11:35:26.748Z] time="2022-05-17T11:34:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-17T11:35:26.748Z] time="2022-05-17T11:34:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-17T11:35:26.748Z] time="2022-05-17T11:34:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-17T11:35:26.748Z] time="2022-05-17T11:34:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:71: No driver to put! [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-17T11:35:26.748Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-17T11:35:26.748Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-17T11:35:26.748Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:35:26.748Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-17T11:35:26.748Z] graphtest_unix.go:71: No driver to put! [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-17T11:35:26.748Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-17T11:35:26.748Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-17T11:35:26.748Z] [2022-05-17T11:35:26.748Z] DONE 2567 tests, 28 skipped in 209.380s [2022-05-17T11:35:26.748Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:35:26.748Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-17T11:35:26.748Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo 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-17T11:35:32.527Z] Removing intermediate container 037a93e1397f [2022-05-17T11:35:32.527Z] ---> 51184002df36 [2022-05-17T11:35:32.527Z] 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-17T11:35:32.527Z] ---> Running in 801bf8b8bd91 [2022-05-17T11:35:32.527Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-17T11:35:32.527Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-17T11:35:32.527Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-17T11:35:32.527Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-17T11:35:32.527Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-17T11:35:32.527Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-17T11:35:32.527Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-17T11:35:32.528Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-17T11:35:32.528Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-17T11:35:32.528Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-17T11:35:32.528Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-17T11:35:32.528Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-17T11:35:32.528Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-17T11:35:32.528Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-17T11:35:32.528Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-17T11:35:32.528Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-17T11:35:33.761Z] ......... [ 85%] [2022-05-17T11:35:38.944Z] tests/integration/models_images_test.py ............... [ 89%] [2022-05-17T11:35:38.953Z] INFO: Extraction ended at 05/17/2022 11:35:36. Duration:00:00:29.5970242 [2022-05-17T11:35:38.953Z] INFO: Updating the golang and path environment variables [2022-05-17T11:35:38.953Z] INFO: GOPATH=d:\gopath [2022-05-17T11:35:38.953Z] INFO: go version go1.18.2 windows/amd64 [2022-05-17T11:35:38.953Z] INFO: Running the daemon under test in debug mode [2022-05-17T11:35:38.953Z] INFO: Starting a daemon under test... [2022-05-17T11:35:38.953Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43322\3\daemon --pidfile d:\CI\PR-43322\3\docker.pid -D [2022-05-17T11:35:38.953Z] INFO: Process started successfully. [2022-05-17T11:35:38.953Z] INFO: Start tailing logs of the daemon under tests [2022-05-17T11:35:38.953Z] INFO: Waiting for the daemon under test to start... [2022-05-17T11:35:39.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-17T11:35:39.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-17T11:35:40.135Z] tests/integration/models_networks_test.py .... [ 90%] [2022-05-17T11:35:40.756Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:35:40.756Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:35:40.756Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:35:40.756Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:35:40.756Z] [2022-05-17T11:35:40.756Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-17T11:35:40.756Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-17T11:35:40.756Z] HOSTNAME=9365d4c7a76e [2022-05-17T11:35:40.756Z] DEST=bundles/test-integration [2022-05-17T11:35:40.756Z] PWD=/go/src/github.com/docker/docker [2022-05-17T11:35:40.756Z] DOCKER_ROOTLESS=1 [2022-05-17T11:35:40.756Z] DOCKER_GITCOMMIT=9ea3c5a1769b09f5b6ff15f63f647f6564a892ab [2022-05-17T11:35:40.756Z] container=docker [2022-05-17T11:35:40.756Z] HOME=/root [2022-05-17T11:35:40.756Z] GOLANG_VERSION=1.18.2 [2022-05-17T11:35:40.756Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-17T11:35:40.756Z] VALIDATE_BRANCH=master [2022-05-17T11:35:40.756Z] TERM=xterm [2022-05-17T11:35:40.756Z] DOCKER_PKG=github.com/docker/docker [2022-05-17T11:35:40.756Z] SHLVL=1 [2022-05-17T11:35:40.756Z] TIMEOUT=120m [2022-05-17T11:35:40.756Z] DOCKER_BUILDTAGS= journald [2022-05-17T11:35:40.756Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-17T11:35:40.756Z] GO111MODULE=off [2022-05-17T11:35:40.756Z] DOCKER_EXPERIMENTAL=1 [2022-05-17T11:35:40.756Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-17T11:35:40.756Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-17T11:35:40.756Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-17T11:35:40.756Z] GOPATH=/go [2022-05-17T11:35:40.756Z] PKG_CONFIG=pkg-config [2022-05-17T11:35:40.756Z] _=/usr/bin/env [2022-05-17T11:35:40.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-17T11:35:41.704Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:35:41.705Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:35:41.705Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:35:41.705Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:35:41.705Z] [2022-05-17T11:35:41.705Z] + TEST_INTEGRATION_DEST=2 [2022-05-17T11:35:41.705Z] + CONTAINER_NAME=docker-pr3-2 [2022-05-17T11:35:41.705Z] + TEST_SKIP_INTEGRATION=1 [2022-05-17T11:35:41.705Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-05-17T11:35:41.705Z] + run_tests [2022-05-17T11:35:41.705Z] + c=0 [2022-05-17T11:35:41.705Z] + '[' -n 0 ']' [2022-05-17T11:35:41.705Z] + rm= [2022-05-17T11:35:41.705Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43322/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43322/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=9ea3c5a1769b09f5b6ff15f63f647f6564a892ab -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9ea3c5a1769b09f5b6ff15f63f647f6564a892ab hack/make.sh '' test-integration [2022-05-17T11:35:41.705Z] + TEST_INTEGRATION_DEST=1 [2022-05-17T11:35:41.705Z] + CONTAINER_NAME=docker-pr3-1 [2022-05-17T11:35:41.705Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-05-17T11:35:41.705Z] + run_tests test-integration-flaky [2022-05-17T11:35:41.705Z] + '[' -n 0 ']' [2022-05-17T11:35:41.705Z] + rm= [2022-05-17T11:35:41.705Z] + TEST_INTEGRATION_DEST=3 [2022-05-17T11:35:41.705Z] + CONTAINER_NAME=docker-pr3-3 [2022-05-17T11:35:41.705Z] + TEST_SKIP_INTEGRATION=1 [2022-05-17T11:35:41.705Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-05-17T11:35:41.705Z] + run_tests [2022-05-17T11:35:41.705Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43322/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43322/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=9ea3c5a1769b09f5b6ff15f63f647f6564a892ab -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9ea3c5a1769b09f5b6ff15f63f647f6564a892ab hack/make.sh test-integration-flaky test-integration [2022-05-17T11:35:41.705Z] + '[' -n 0 ']' [2022-05-17T11:35:41.705Z] + rm= [2022-05-17T11:35:41.705Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43322/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43322/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=9ea3c5a1769b09f5b6ff15f63f647f6564a892ab -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9ea3c5a1769b09f5b6ff15f63f647f6564a892ab hack/make.sh '' test-integration [2022-05-17T11:35:41.705Z] ++ jobs -p [2022-05-17T11:35:41.705Z] + for job in $(jobs -p) [2022-05-17T11:35:41.705Z] + wait 9616 [2022-05-17T11:35:41.705Z] [2022-05-17T11:35:41.705Z] [2022-05-17T11:35:41.705Z] [2022-05-17T11:35:41.705Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-05-17T11:35:41.705Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-17T11:35:41.705Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-17T11:35:41.705Z] HOSTNAME=6b0d94307b2e [2022-05-17T11:35:41.705Z] TEST_SKIP_INTEGRATION=1 [2022-05-17T11:35:41.705Z] TESTDEBUG=0 [2022-05-17T11:35:41.705Z] DEST=bundles/test-integration [2022-05-17T11:35:41.705Z] PWD=/go/src/github.com/docker/docker [2022-05-17T11:35:41.705Z] KEEPBUNDLE=1 [2022-05-17T11:35:41.705Z] DOCKER_GITCOMMIT=9ea3c5a1769b09f5b6ff15f63f647f6564a892ab [2022-05-17T11:35:41.705Z] container=docker [2022-05-17T11:35:41.705Z] HOME=/root [2022-05-17T11:35:41.705Z] GOLANG_VERSION=1.18.2 [2022-05-17T11:35:41.705Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-17T11:35:41.705Z] VALIDATE_BRANCH=master [2022-05-17T11:35:41.705Z] TERM=xterm [2022-05-17T11:35:41.705Z] DOCKER_PKG=github.com/docker/docker [2022-05-17T11:35:41.705Z] SHLVL=1 [2022-05-17T11:35:41.705Z] TIMEOUT=120m [2022-05-17T11:35:41.705Z] DOCKER_BUILDTAGS= journald [2022-05-17T11:35:41.705Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-17T11:35:41.705Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-05-17T11:35:41.705Z] GO111MODULE=off [2022-05-17T11:35:41.705Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-17T11:35:41.705Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-17T11:35:41.705Z] GOPATH=/go [2022-05-17T11:35:41.705Z] PKG_CONFIG=pkg-config [2022-05-17T11:35:41.705Z] _=/usr/bin/env [2022-05-17T11:35:41.705Z] Building test suite binary ./integration-cli/test.main [2022-05-17T11:35:41.705Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-17T11:35:41.705Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-17T11:35:41.705Z] HOSTNAME=97679a58d894 [2022-05-17T11:35:41.705Z] TEST_SKIP_INTEGRATION=1 [2022-05-17T11:35:41.705Z] TESTDEBUG=0 [2022-05-17T11:35:41.705Z] DEST=bundles/test-integration [2022-05-17T11:35:41.705Z] PWD=/go/src/github.com/docker/docker [2022-05-17T11:35:41.705Z] KEEPBUNDLE=1 [2022-05-17T11:35:41.705Z] DOCKER_GITCOMMIT=9ea3c5a1769b09f5b6ff15f63f647f6564a892ab [2022-05-17T11:35:41.705Z] container=docker [2022-05-17T11:35:41.705Z] HOME=/root [2022-05-17T11:35:41.705Z] GOLANG_VERSION=1.18.2 [2022-05-17T11:35:41.705Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-17T11:35:41.705Z] VALIDATE_BRANCH=master [2022-05-17T11:35:41.705Z] TERM=xterm [2022-05-17T11:35:41.705Z] DOCKER_PKG=github.com/docker/docker [2022-05-17T11:35:41.705Z] SHLVL=1 [2022-05-17T11:35:41.705Z] TIMEOUT=120m [2022-05-17T11:35:41.705Z] DOCKER_BUILDTAGS= journald [2022-05-17T11:35:41.705Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-17T11:35:41.705Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-05-17T11:35:41.705Z] GO111MODULE=off [2022-05-17T11:35:41.705Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-17T11:35:41.705Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-17T11:35:41.705Z] GOPATH=/go [2022-05-17T11:35:41.705Z] PKG_CONFIG=pkg-config [2022-05-17T11:35:41.705Z] _=/usr/bin/env [2022-05-17T11:35:41.705Z] Building test suite binary ./integration-cli/test.main [2022-05-17T11:35:41.705Z] No new tests added to integration. [2022-05-17T11:35:41.705Z] [2022-05-17T11:35:41.705Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-17T11:35:41.705Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-17T11:35:41.705Z] HOSTNAME=d5c9e586a606 [2022-05-17T11:35:41.705Z] TESTDEBUG=0 [2022-05-17T11:35:41.705Z] DEST=bundles/test-integration [2022-05-17T11:35:41.705Z] PWD=/go/src/github.com/docker/docker [2022-05-17T11:35:41.705Z] KEEPBUNDLE=1 [2022-05-17T11:35:41.705Z] DOCKER_GITCOMMIT=9ea3c5a1769b09f5b6ff15f63f647f6564a892ab [2022-05-17T11:35:41.705Z] container=docker [2022-05-17T11:35:41.705Z] HOME=/root [2022-05-17T11:35:41.705Z] GOLANG_VERSION=1.18.2 [2022-05-17T11:35:41.705Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-17T11:35:41.705Z] VALIDATE_BRANCH=master [2022-05-17T11:35:41.705Z] TERM=xterm [2022-05-17T11:35:41.705Z] DOCKER_PKG=github.com/docker/docker [2022-05-17T11:35:41.705Z] SHLVL=1 [2022-05-17T11:35:41.705Z] TIMEOUT=120m [2022-05-17T11:35:41.705Z] DOCKER_BUILDTAGS= journald [2022-05-17T11:35:41.705Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-17T11:35:41.705Z] GO111MODULE=off [2022-05-17T11:35:41.705Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-17T11:35:41.705Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-17T11:35:41.705Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-17T11:35:41.705Z] GOPATH=/go [2022-05-17T11:35:41.705Z] PKG_CONFIG=pkg-config [2022-05-17T11:35:41.705Z] _=/usr/bin/env [2022-05-17T11:35:41.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-17T11:35:43.947Z] INFO: Expanding go... [2022-05-17T11:35:46.703Z] tests/integration/models_nodes_test.py . [ 90%] [2022-05-17T11:35:46.703Z] tests/integration/models_resources_test.py . [ 91%] [2022-05-17T11:35:48.460Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-05-17T11:35:51.208Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-05-17T11:35:51.208Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-05-17T11:35:53.756Z] Removing intermediate container 801bf8b8bd91 [2022-05-17T11:35:53.757Z] ---> 1399bd047916 [2022-05-17T11:35:53.757Z] 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-17T11:35:53.757Z] ---> Running in 8d161ce6e2bd [2022-05-17T11:35:55.383Z] tests/integration/regression_test.py ...... [ 98%] [2022-05-17T11:35:55.642Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-05-17T11:35:55.642Z] tests/integration/credentials/utils_test.py . [100%] [2022-05-17T11:35:55.642Z] [2022-05-17T11:35:55.642Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-05-17T11:35:55.642Z] =========================== short test summary info ============================ [2022-05-17T11:35:55.642Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-05-17T11:35:55.642Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-05-17T11:35:55.642Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-05-17T11:35:55.642Z] Not supported on most drivers [2022-05-17T11:35:55.642Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-05-17T11:35:55.642Z] Output of docker top depends on host distro, and is not formalized. [2022-05-17T11:35:55.642Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-05-17T11:35:55.642Z] Output of docker top depends on host distro, and is not formalized. [2022-05-17T11:35:55.642Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-05-17T11:35:55.642Z] Can fail if eth0 has multiple IP addresses [2022-05-17T11:35:55.642Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-05-17T11:35:55.642Z] This doesn't seem to be taken into account by the engine [2022-05-17T11:35:55.642Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-05-17T11:35:55.642Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-05-17T11:35:55.642Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 282.95 seconds == [2022-05-17T11:35:55.900Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-05-17T11:35:56.764Z] ...INFO: Daemon under test started and replied! [2022-05-17T11:35:56.764Z] INFO: Docker version of the daemon under test [2022-05-17T11:35:56.764Z] [2022-05-17T11:35:56.764Z] Client: [2022-05-17T11:35:56.764Z] Version: 17.06.2-ce [2022-05-17T11:35:56.764Z] API version: 1.30 [2022-05-17T11:35:56.764Z] Go version: go1.8.3 [2022-05-17T11:35:56.764Z] Git commit: cec0b72 [2022-05-17T11:35:56.764Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-17T11:35:56.764Z] OS/Arch: windows/amd64 [2022-05-17T11:35:56.764Z] [2022-05-17T11:35:56.764Z] Server: [2022-05-17T11:35:56.764Z] Version: 0.0.0-dev [2022-05-17T11:35:56.764Z] API version: 1.42 (minimum version 1.24) [2022-05-17T11:35:56.764Z] Go version: go1.18.2 [2022-05-17T11:35:56.764Z] Git commit: b219220bc6 [2022-05-17T11:35:56.764Z] Built: [2022-05-17T11:35:56.764Z] OS/Arch: windows/amd64 [2022-05-17T11:35:56.764Z] Experimental: false [2022-05-17T11:35:56.764Z] [2022-05-17T11:35:56.764Z] INFO: Docker info of the daemon under test [2022-05-17T11:35:56.764Z] [2022-05-17T11:35:56.764Z] Containers: 0 [2022-05-17T11:35:56.764Z] Running: 0 [2022-05-17T11:35:56.764Z] Paused: 0 [2022-05-17T11:35:56.764Z] Stopped: 0 [2022-05-17T11:35:56.764Z] Images: 0 [2022-05-17T11:35:56.764Z] Server Version: 0.0.0-dev [2022-05-17T11:35:56.764Z] Storage Driver: windowsfilter [2022-05-17T11:35:56.764Z] Windows: [2022-05-17T11:35:56.764Z] Logging Driver: json-file [2022-05-17T11:35:56.764Z] Plugins: [2022-05-17T11:35:56.764Z] Volume: local [2022-05-17T11:35:56.764Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T11:35:56.764Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T11:35:56.764Z] Swarm: inactive [2022-05-17T11:35:56.764Z] Default Isolation: process [2022-05-17T11:35:56.764Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-17T11:35:56.764Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-17T11:35:56.764Z] OSType: windows [2022-05-17T11:35:56.764Z] Architecture: x86_64 [2022-05-17T11:35:56.764Z] CPUs: 4 [2022-05-17T11:35:56.764Z] Total Memory: 32GiB [2022-05-17T11:35:56.764Z] Name: azwin-2-b0dc00 [2022-05-17T11:35:56.764Z] ID: dbff1233-a552-4fef-8d02-aed116617a45 [2022-05-17T11:35:56.764Z] Docker Root Dir: D:\CI\PR-43322\3\daemon [2022-05-17T11:35:56.764Z] Debug Mode (client): false [2022-05-17T11:35:56.764Z] Debug Mode (server): true [2022-05-17T11:35:56.764Z] File Descriptors: -1 [2022-05-17T11:35:56.764Z] Goroutines: 16 [2022-05-17T11:35:56.764Z] System Time: 2022-05-17T11:35:56.4448503Z [2022-05-17T11:35:56.764Z] EventsListeners: 0 [2022-05-17T11:35:56.764Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:35:56.764Z] Labels: [2022-05-17T11:35:56.764Z] Experimental: false [2022-05-17T11:35:56.764Z] Insecure Registries: [2022-05-17T11:35:56.764Z] 127.0.0.0/8 [2022-05-17T11:35:56.764Z] Live Restore Enabled: false [2022-05-17T11:35:56.764Z] [2022-05-17T11:35:56.764Z] [2022-05-17T11:35:56.764Z] INFO: Docker images of the daemon under test [2022-05-17T11:35:56.764Z] [2022-05-17T11:35:56.764Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-17T11:35:56.764Z] [2022-05-17T11:35:56.764Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-17T11:35:56.764Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-17T11:35:57.234Z] ltsc2022: Pulling from windows/servercore [2022-05-17T11:35:57.234Z] 97f65a0ec59e: Pulling fs layer [2022-05-17T11:35:57.234Z] 12fb50a031bd: Pulling fs layer [2022-05-17T11:35:57.679Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-17T11:35:57.679Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-17T11:35:57.679Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-17T11:35:57.679Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-17T11:35:58.146Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-17T11:35:58.146Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-17T11:35:58.146Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-17T11:35:58.146Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:36:01.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-17T11:36:07.684Z] 12fb50a031bd: Verifying Checksum [2022-05-17T11:36:07.684Z] 12fb50a031bd: Download complete [2022-05-17T11:36:08.090Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-17T11:36:08.090Z] [2022-05-17T11:36:08.090Z] Unloading profiles will leave already running processes permanently [2022-05-17T11:36:08.090Z] unconfined, which can lead to unexpected situations. [2022-05-17T11:36:08.090Z] [2022-05-17T11:36:08.090Z] To set a process to complain mode, use the command line tool [2022-05-17T11:36:08.090Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-17T11:36:08.090Z] Post stage [Pipeline] junit [2022-05-17T11:36:08.101Z] Recording test results [2022-05-17T11:36:08.130Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-05-17T11:36:08.411Z] + echo Ensuring container killed. [2022-05-17T11:36:08.411Z] Ensuring container killed. [2022-05-17T11:36:08.411Z] + docker rm -vf docker-pr3 [2022-05-17T11:36:08.411Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-17T11:36:08.561Z] Removing intermediate container 8d161ce6e2bd [2022-05-17T11:36:08.561Z] ---> c5595c071710 [2022-05-17T11:36:08.561Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-17T11:36:08.561Z] ---> Running in 5a3911f278ca [2022-05-17T11:36:08.688Z] + echo Chowning /workspace to jenkins user [2022-05-17T11:36:08.688Z] Chowning /workspace to jenkins user [2022-05-17T11:36:08.688Z] + id -u [2022-05-17T11:36:08.688Z] + id -g [2022-05-17T11:36:08.688Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43322:/workspace busybox chown -R 1000:1000 /workspace [2022-05-17T11:36:09.029Z] Removing intermediate container 5a3911f278ca [2022-05-17T11:36:09.029Z] ---> d7e8e721fe8a [2022-05-17T11:36:09.029Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-17T11:36:09.029Z] ---> Running in 865c291418c1 [2022-05-17T11:36:09.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-17T11:36:09.499Z] Removing intermediate container 865c291418c1 [2022-05-17T11:36:09.499Z] ---> 358e8a574fc8 [2022-05-17T11:36:09.499Z] Step 13/13 : COPY . . [2022-05-17T11:36:09.585Z] + bundleName=docker-py [2022-05-17T11:36:09.585Z] + echo Creating docker-py-bundles.tar.gz [2022-05-17T11:36:09.585Z] Creating docker-py-bundles.tar.gz [2022-05-17T11:36:09.585Z] + 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-17T11:36:09.608Z] Archiving artifacts [2022-05-17T11:36:09.887Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43322/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-05-17T11:36:10.240Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=dc18167fb196b5d38855bde3d914fc6d27055d27 -e DOCKER_GRAPHDRIVER docker:dc18167fb196b5d38855bde3d914fc6d27055d27 hack/make.sh binary [2022-05-17T11:36:10.498Z] [2022-05-17T11:36:10.757Z] Removing bundles/ [2022-05-17T11:36:10.757Z] [2022-05-17T11:36:10.757Z] ---> Making bundle: binary (in bundles/binary) [2022-05-17T11:36:10.757Z] Building: bundles/binary-daemon/dockerd-dev [2022-05-17T11:36:10.757Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:36:13.470Z] ok github.com/docker/docker/libnetwork 37.497s coverage: 40.6% of statements [2022-05-17T11:36:13.470Z] ok github.com/docker/docker/libnetwork/bitseq 0.145s coverage: 84.4% of statements [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-17T11:36:13.470Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 19.7% of statements [2022-05-17T11:36:13.470Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-17T11:36:13.470Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-17T11:36:13.470Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-05-17T11:36:13.549Z] 97f65a0ec59e: Verifying Checksum [2022-05-17T11:36:13.549Z] 97f65a0ec59e: Download complete [2022-05-17T11:36:14.882Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.612s coverage: 59.9% of statements [2022-05-17T11:36:14.882Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-17T11:36:14.882Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-05-17T11:36:15.454Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.025s coverage: 4.0% of statements [2022-05-17T11:36:15.454Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-17T11:36:16.026Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-05-17T11:36:16.026Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-17T11:36:16.287Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-05-17T11:36:17.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-17T11:36:18.254Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-17T11:36:19.186Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-17T11:36:19.430Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-17T11:36:19.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-17T11:36:19.830Z] INFO: Expanding compiler 1 of 3... [2022-05-17T11:36:20.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-17T11:36:20.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-17T11:36:20.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-17T11:36:21.404Z] INFO: Expanding compiler 2 of 3... [2022-05-17T11:36:23.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-17T11:36:24.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-17T11:36:25.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-17T11:36:26.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-17T11:36:26.279Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.431s coverage: 7.4% of statements [2022-05-17T11:36:26.279Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-17T11:36:26.279Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-05-17T11:36:26.279Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-05-17T11:36:26.279Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-17T11:36:26.279Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-17T11:36:26.279Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-17T11:36:26.279Z] ok github.com/docker/docker/libnetwork/drvregistry 0.017s coverage: 82.4% of statements [2022-05-17T11:36:26.540Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-05-17T11:36:26.800Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-17T11:36:26.960Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-17T11:36:27.061Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-17T11:36:27.291Z] INFO: Expanding compiler 3 of 3... [2022-05-17T11:36:27.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-17T11:36:28.282Z] INFO: Removing downloaded files... [2022-05-17T11:36:28.282Z] INFO: Downloading containerd [2022-05-17T11:36:28.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-17T11:36:29.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-17T11:36:30.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-17T11:36:31.238Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-17T11:36:31.238Z] Using test binary docker [2022-05-17T11:36:31.238Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-17T11:36:31.238Z] Starting apparmor (via systemctl): apparmor.service. [2022-05-17T11:36:31.238Z] Starting dockerd [2022-05-17T11:36:31.238Z] INFO: Waiting for daemon to start... [2022-05-17T11:36:34.501Z] . [2022-05-17T11:36:34.501Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-17T11:36:34.501Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-17T11:36:34.501Z] Error: No such image: emptyfs [2022-05-17T11:36:34.501Z] Running integration-test (iteration 1) [2022-05-17T11:36:34.501Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-17T11:36:34.757Z] Loaded image: busybox:latest [2022-05-17T11:36:34.757Z] Loaded image: busybox:glibc [2022-05-17T11:36:36.122Z] Loaded image: debian:bullseye-slim [2022-05-17T11:36:36.377Z] Loaded image: hello-world:latest [2022-05-17T11:36:36.377Z] Loaded image: arm32v7/hello-world:latest [2022-05-17T11:36:36.377Z] INFO: Testing against a local daemon [2022-05-17T11:36:36.377Z] === RUN TestCgroupNamespacesBuild [2022-05-17T11:36:37.741Z] --- PASS: TestCgroupNamespacesBuild (1.32s) [2022-05-17T11:36:37.741Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-17T11:36:39.105Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.27s) [2022-05-17T11:36:39.105Z] === RUN TestBuildWithSession [2022-05-17T11:36:39.105Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:36:39.105Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-17T11:36:39.105Z] === RUN TestBuildSquashParent [2022-05-17T11:36:39.289Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-05-17T11:36:40.813Z] [2022-05-17T11:36:40.813Z] Name Version Source Summary [2022-05-17T11:36:40.813Z] ---- ------- ------ ------- [2022-05-17T11:36:40.813Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-05-17T11:36:40.813Z] [2022-05-17T11:36:40.813Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-05-17T11:36:40.813Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-05-17T11:36:40.813Z] PSChildName : containerd [2022-05-17T11:36:40.813Z] PSDrive : C [2022-05-17T11:36:40.813Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-05-17T11:36:40.813Z] PSIsContainer : True [2022-05-17T11:36:40.813Z] Name : containerd [2022-05-17T11:36:40.813Z] FullName : C:\containerd [2022-05-17T11:36:40.813Z] Parent : [2022-05-17T11:36:40.813Z] Exists : True [2022-05-17T11:36:40.813Z] Root : C:\ [2022-05-17T11:36:40.813Z] Extension : [2022-05-17T11:36:40.813Z] CreationTime : 5/17/2022 11:36:40 AM [2022-05-17T11:36:40.813Z] CreationTimeUtc : 5/17/2022 11:36:40 AM [2022-05-17T11:36:40.813Z] LastAccessTime : 5/17/2022 11:36:40 AM [2022-05-17T11:36:40.813Z] LastAccessTimeUtc : 5/17/2022 11:36:40 AM [2022-05-17T11:36:40.813Z] LastWriteTime : 5/17/2022 11:36:40 AM [2022-05-17T11:36:40.813Z] LastWriteTimeUtc : 5/17/2022 11:36:40 AM [2022-05-17T11:36:40.813Z] Attributes : Directory [2022-05-17T11:36:40.813Z] Mode : d----- [2022-05-17T11:36:40.813Z] BaseName : containerd [2022-05-17T11:36:40.813Z] Target : {} [2022-05-17T11:36:40.813Z] LinkType : [2022-05-17T11:36:40.813Z] [2022-05-17T11:36:43.028Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-05-17T11:36:43.028Z] INFO: Configuring git core.autocrlf... [2022-05-17T11:36:43.497Z] [2022-05-17T11:36:43.497Z] [2022-05-17T11:36:44.345Z] --- PASS: TestBuildSquashParent (4.48s) [2022-05-17T11:36:44.345Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-17T11:36:44.345Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:36:44.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:36:44.345Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:36:44.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:36:44.345Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:36:44.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:36:44.345Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:36:44.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:36:44.345Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:36:44.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:36:44.345Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:36:44.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:36:44.345Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:36:44.345Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:36:45.274Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:36:45.274Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:36:45.340Z] ---> 9a1cc4aa301b [2022-05-17T11:36:45.340Z] Successfully built 9a1cc4aa301b [2022-05-17T11:36:45.340Z] Successfully tagged docker:latest [2022-05-17T11:36:45.340Z] INFO: Image build ended at 05/17/2022 11:36:42. Duration:00:04:01.5937014 [2022-05-17T11:36:45.340Z] [2022-05-17T11:36:45.340Z] [2022-05-17T11:36:45.340Z] INFO: Building the test binaries at 05/17/2022 11:36:42... [2022-05-17T11:36:46.645Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:36:46.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-17T11:36:46.901Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:36:47.558Z] INFO: make.ps1 starting at 05/17/2022 11:36:47 [2022-05-17T11:36:48.025Z] INFO: Git commit (734cf61bb0) assumed from DOCKER_GITCOMMIT environment variable [2022-05-17T11:36:48.025Z] INFO: Invoking autogen... [2022-05-17T11:36:48.025Z] { [2022-05-17T11:36:48.025Z] "RT_GROUP_ICON": { [2022-05-17T11:36:48.025Z] "#1": { [2022-05-17T11:36:48.025Z] "0409": "../../winresources/docker.ico" [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.025Z] }, [2022-05-17T11:36:48.025Z] "RT_MANIFEST": { [2022-05-17T11:36:48.025Z] "#1": { [2022-05-17T11:36:48.025Z] "0409": { [2022-05-17T11:36:48.025Z] "identity": {}, [2022-05-17T11:36:48.025Z] "description": "Docker Engine", [2022-05-17T11:36:48.025Z] "minimum-os": "vista", [2022-05-17T11:36:48.025Z] "execution-level": "", [2022-05-17T11:36:48.025Z] "ui-access": false, [2022-05-17T11:36:48.025Z] "auto-elevate": false, [2022-05-17T11:36:48.025Z] "dpi-awareness": "unaware", [2022-05-17T11:36:48.025Z] "disable-theming": false, [2022-05-17T11:36:48.025Z] "disable-window-filtering": false, [2022-05-17T11:36:48.025Z] "high-resolution-scrolling-aware": false, [2022-05-17T11:36:48.025Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-17T11:36:48.025Z] "long-path-aware": false, [2022-05-17T11:36:48.025Z] "printer-driver-isolation": false, [2022-05-17T11:36:48.025Z] "gdi-scaling": false, [2022-05-17T11:36:48.025Z] "segment-heap": false, [2022-05-17T11:36:48.025Z] "use-common-controls-v6": false [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.025Z] }, [2022-05-17T11:36:48.025Z] "RT_MESSAGETABLE": { [2022-05-17T11:36:48.025Z] "#1": { [2022-05-17T11:36:48.025Z] "0409": "../../winresources/event_messages.bin" [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.025Z] }, [2022-05-17T11:36:48.025Z] "RT_VERSION": { [2022-05-17T11:36:48.025Z] "#1": { [2022-05-17T11:36:48.025Z] "0409": { [2022-05-17T11:36:48.025Z] "fixed": { [2022-05-17T11:36:48.025Z] "file_version": "0.0.0.0", [2022-05-17T11:36:48.025Z] "product_version": "0.0.0.0", [2022-05-17T11:36:48.025Z] "type": "Unknown" [2022-05-17T11:36:48.025Z] }, [2022-05-17T11:36:48.025Z] "info": { [2022-05-17T11:36:48.025Z] "0000": { [2022-05-17T11:36:48.025Z] "CompanyName": "", [2022-05-17T11:36:48.025Z] "FileVersion": "0.0.0-dev", [2022-05-17T11:36:48.025Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-17T11:36:48.025Z] "OriginalFileName": "dockerd.exe", [2022-05-17T11:36:48.025Z] "ProductName": "", [2022-05-17T11:36:48.025Z] "ProductVersion": "0.0.0-dev", [2022-05-17T11:36:48.025Z] "SpecialBuild": "734cf61bb0" [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.025Z] } [2022-05-17T11:36:48.496Z] powershell.exe : cmd\dockerd\config.go [2022-05-17T11:36:48.496Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-6c1d5cb6\powershellWrapper.ps1:3 char:1 [2022-05-17T11:36:48.496Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-17T11:36:48.496Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-17T11:36:48.496Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-17T11:36:48.496Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-17T11:36:48.496Z] [2022-05-17T11:36:48.496Z] cmd\dockerd\config_windows.go [2022-05-17T11:36:48.496Z] cmd\dockerd\daemon.go [2022-05-17T11:36:48.789Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-17T11:36:48.789Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.85s) [2022-05-17T11:36:48.789Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.86s) [2022-05-17T11:36:48.789Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.38s) [2022-05-17T11:36:48.789Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.59s) [2022-05-17T11:36:48.789Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.43s) [2022-05-17T11:36:48.789Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.56s) [2022-05-17T11:36:48.789Z] === RUN TestBuildMultiStageCopy [2022-05-17T11:36:48.789Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-17T11:36:48.964Z] cmd\dockerd\daemon_test.go [2022-05-17T11:36:48.964Z] cmd\dockerd\daemon_windows.go [2022-05-17T11:36:48.964Z] cmd\dockerd\docker.go [2022-05-17T11:36:48.964Z] cmd\dockerd\docker_windows.go [2022-05-17T11:36:48.964Z] cmd\dockerd\genwinres_windows.go [2022-05-17T11:36:48.964Z] cmd\dockerd\metrics.go [2022-05-17T11:36:48.964Z] cmd\dockerd\options.go [2022-05-17T11:36:48.964Z] cmd\dockerd\options_test.go [2022-05-17T11:36:48.964Z] cmd\dockerd\service_windows.go [2022-05-17T11:36:48.964Z] INFO: Building daemon... [2022-05-17T11:36:50.153Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-17T11:36:50.153Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-17T11:36:50.409Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-17T11:36:50.665Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-17T11:36:50.921Z] --- PASS: TestBuildMultiStageCopy (2.42s) [2022-05-17T11:36:50.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.45s) [2022-05-17T11:36:50.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2022-05-17T11:36:50.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s) [2022-05-17T11:36:50.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2022-05-17T11:36:50.921Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2022-05-17T11:36:50.921Z] === RUN TestBuildMultiStageParentConfig [2022-05-17T11:36:51.482Z] --- PASS: TestBuildMultiStageParentConfig (0.68s) [2022-05-17T11:36:51.482Z] === RUN TestBuildLabelWithTargets [2022-05-17T11:36:52.848Z] --- PASS: TestBuildLabelWithTargets (1.12s) [2022-05-17T11:36:52.848Z] === RUN TestBuildWithEmptyLayers [2022-05-17T11:36:53.103Z] --- PASS: TestBuildWithEmptyLayers (0.49s) [2022-05-17T11:36:53.103Z] === RUN TestBuildMultiStageOnBuild [2022-05-17T11:36:54.191Z] ok github.com/docker/docker/libnetwork/ipam 16.275s coverage: 85.3% of statements [2022-05-17T11:36:54.191Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-17T11:36:54.191Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-17T11:36:54.452Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-17T11:36:54.713Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-05-17T11:36:54.713Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-17T11:36:54.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-17T11:36:54.973Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-17T11:36:54.990Z] --- PASS: TestBuildMultiStageOnBuild (1.93s) [2022-05-17T11:36:54.990Z] === RUN TestBuildUncleanTarFilenames [2022-05-17T11:36:55.544Z] ok github.com/docker/docker/libnetwork/ipamutils 0.269s coverage: 74.0% of statements [2022-05-17T11:36:55.917Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-05-17T11:36:55.917Z] === RUN TestBuildMultiStageLayerLeak [2022-05-17T11:36:56.115Z] ok github.com/docker/docker/libnetwork/iptables 0.172s coverage: 45.1% of statements [2022-05-17T11:36:56.375Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-17T11:36:56.636Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-05-17T11:36:57.805Z] --- PASS: TestBuildMultiStageLayerLeak (1.82s) [2022-05-17T11:36:57.805Z] === RUN TestBuildWithHugeFile [2022-05-17T11:37:03.050Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-17T11:37:03.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-17T11:37:04.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-17T11:37:05.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-17T11:37:05.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-17T11:37:06.091Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-17T11:37:08.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-17T11:37:09.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-17T11:37:10.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-17T11:37:10.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-17T11:37:11.651Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-17T11:37:12.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-17T11:37:13.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-17T11:37:14.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-17T11:37:14.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-17T11:37:15.926Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-17T11:37:15.926Z] Using test binary docker [2022-05-17T11:37:15.926Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-17T11:37:15.926Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-17T11:37:15.926Z] INFO: Waiting for daemon to start... [2022-05-17T11:37:15.926Z] Starting dockerd [2022-05-17T11:37:19.193Z] . [2022-05-17T11:37:19.193Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-17T11:37:19.193Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-17T11:37:19.193Z] Error: No such image: emptyfs [2022-05-17T11:37:19.193Z] Running integration-test (iteration 1) [2022-05-17T11:37:19.193Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-17T11:37:19.449Z] Loaded image: busybox:latest [2022-05-17T11:37:19.705Z] Loaded image: busybox:glibc [2022-05-17T11:37:21.118Z] Loaded image: debian:bullseye-slim [2022-05-17T11:37:21.118Z] Loaded image: hello-world:latest [2022-05-17T11:37:21.118Z] Loaded image: arm32v7/hello-world:latest [2022-05-17T11:37:21.376Z] INFO: Testing against a local daemon [2022-05-17T11:37:21.376Z] === RUN TestCgroupNamespacesBuild [2022-05-17T11:37:22.746Z] --- PASS: TestCgroupNamespacesBuild (1.35s) [2022-05-17T11:37:22.746Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-17T11:37:23.674Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-05-17T11:37:23.674Z] === RUN TestBuildWithSession [2022-05-17T11:37:23.674Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:37:23.674Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-17T11:37:23.674Z] === RUN TestBuildSquashParent [2022-05-17T11:37:31.756Z] --- PASS: TestBuildSquashParent (7.49s) [2022-05-17T11:37:31.756Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-17T11:37:31.756Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:37:31.756Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:37:31.756Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:37:31.756Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:37:31.756Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:37:31.756Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:37:31.756Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:37:31.756Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:37:31.756Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:37:31.756Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:37:31.756Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:37:31.756Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:37:31.756Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:37:31.756Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:37:33.645Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:37:33.901Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:37:35.789Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:37:35.789Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:37:37.678Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-05-17T11:37:37.678Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.48s) [2022-05-17T11:37:37.678Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.53s) [2022-05-17T11:37:37.678Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.96s) [2022-05-17T11:37:37.678Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.05s) [2022-05-17T11:37:37.678Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.83s) [2022-05-17T11:37:37.678Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.99s) [2022-05-17T11:37:37.678Z] === RUN TestBuildMultiStageCopy [2022-05-17T11:37:37.678Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-17T11:37:41.843Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-17T11:37:42.099Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-17T11:37:43.026Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-17T11:37:44.392Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-17T11:37:45.320Z] --- PASS: TestBuildMultiStageCopy (7.34s) [2022-05-17T11:37:45.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.33s) [2022-05-17T11:37:45.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-05-17T11:37:45.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-05-17T11:37:45.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-05-17T11:37:45.320Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-05-17T11:37:45.320Z] === RUN TestBuildMultiStageParentConfig [2022-05-17T11:37:50.559Z] --- PASS: TestBuildMultiStageParentConfig (5.04s) [2022-05-17T11:37:50.559Z] === RUN TestBuildLabelWithTargets [2022-05-17T11:37:53.974Z] --- PASS: TestBuildWithHugeFile (53.34s) [2022-05-17T11:37:53.974Z] === RUN TestBuildWCOWSandboxSize [2022-05-17T11:37:53.974Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:37:53.974Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:37:53.974Z] === RUN TestBuildWithEmptyDockerfile [2022-05-17T11:37:53.974Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:37:53.974Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:37:53.974Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:37:53.974Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:37:53.974Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:37:53.974Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:37:53.974Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:37:53.974Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:37:53.974Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:37:53.974Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-17T11:37:53.974Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-05-17T11:37:53.974Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-05-17T11:37:53.974Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-17T11:37:53.974Z] === RUN TestBuildPreserveOwnership [2022-05-17T11:37:53.974Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-17T11:37:53.974Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-17T11:37:54.902Z] --- PASS: TestBuildPreserveOwnership (3.72s) [2022-05-17T11:37:54.902Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.49s) [2022-05-17T11:37:54.902Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.22s) [2022-05-17T11:37:54.902Z] === RUN TestBuildPlatformInvalid [2022-05-17T11:37:54.902Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-05-17T11:37:54.902Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-17T11:37:55.463Z] Loaded image: busybox:latest [2022-05-17T11:37:55.718Z] Loaded image: busybox:glibc [2022-05-17T11:37:57.084Z] Loaded image: debian:bullseye-slim [2022-05-17T11:37:57.084Z] Loaded image: hello-world:latest [2022-05-17T11:37:57.084Z] Loaded image: arm32v7/hello-world:latest [2022-05-17T11:37:58.639Z] --- PASS: TestBuildLabelWithTargets (7.95s) [2022-05-17T11:37:58.639Z] === RUN TestBuildWithEmptyLayers [2022-05-17T11:38:01.162Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-05-17T11:38:01.162Z] === RUN TestBuildMultiStageOnBuild [2022-05-17T11:38:02.207Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-05-17T11:38:02.207Z] Copying nested executables into bundles/binary-daemon [2022-05-17T11:38:03.142Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-05-17T11:38:03.142Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:38:03.400Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-05-17T11:38:03.400Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-05-17T11:38:04.675Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=dc18167fb196b5d38855bde3d914fc6d27055d27 -e DOCKER_GRAPHDRIVER docker:dc18167fb196b5d38855bde3d914fc6d27055d27 hack/make.sh cross [2022-05-17T11:38:04.933Z] [2022-05-17T11:38:04.933Z] Removing bundles/ [2022-05-17T11:38:05.192Z] [2022-05-17T11:38:05.192Z] ---> Making bundle: cross (in bundles/cross) [2022-05-17T11:38:05.192Z] Cross building: bundles/cross/linux/amd64 [2022-05-17T11:38:05.192Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-17T11:38:05.192Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-17T11:38:06.405Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-05-17T11:38:06.405Z] === RUN TestBuildUncleanTarFilenames [2022-05-17T11:38:06.661Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-05-17T11:38:06.661Z] === RUN TestBuildMultiStageLayerLeak [2022-05-17T11:38:07.027Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.53s) [2022-05-17T11:38:07.027Z] PASS [2022-05-17T11:38:07.027Z] [2022-05-17T11:38:07.027Z] === Skipped [2022-05-17T11:38:07.027Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-17T11:38:07.027Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:38:07.027Z] [2022-05-17T11:38:07.027Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:38:07.027Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:38:07.027Z] [2022-05-17T11:38:07.027Z] DONE 34 tests, 2 skipped in 91.911s [2022-05-17T11:38:07.027Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-17T11:38:07.027Z] INFO: Testing against a local daemon [2022-05-17T11:38:07.027Z] === RUN TestConfigInspect [2022-05-17T11:38:08.913Z] --- PASS: TestConfigInspect (2.40s) [2022-05-17T11:38:08.913Z] === RUN TestConfigList [2022-05-17T11:38:10.239Z] 97f65a0ec59e: Pull complete [2022-05-17T11:38:11.428Z] --- PASS: TestConfigList (2.18s) [2022-05-17T11:38:11.429Z] === RUN TestConfigsCreateAndDelete [2022-05-17T11:38:11.901Z] --- PASS: TestBuildMultiStageLayerLeak (4.37s) [2022-05-17T11:38:11.902Z] === RUN TestBuildWithHugeFile [2022-05-17T11:38:13.316Z] --- PASS: TestConfigsCreateAndDelete (2.24s) [2022-05-17T11:38:13.316Z] === RUN TestConfigsUpdate [2022-05-17T11:38:15.855Z] --- PASS: TestConfigsUpdate (2.21s) [2022-05-17T11:38:15.855Z] === RUN TestTemplatedConfig [2022-05-17T11:38:18.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-17T11:38:18.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-17T11:38:18.389Z] --- PASS: TestTemplatedConfig (2.64s) [2022-05-17T11:38:18.389Z] === RUN TestConfigCreateResolve [2022-05-17T11:38:20.278Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-05-17T11:38:20.278Z] PASS [2022-05-17T11:38:20.278Z] [2022-05-17T11:38:20.278Z] DONE 6 tests in 13.845s [2022-05-17T11:38:20.278Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-17T11:38:20.278Z] INFO: Testing against a local daemon [2022-05-17T11:38:20.278Z] === RUN TestAttachWithTTY [2022-05-17T11:38:20.278Z] --- PASS: TestAttachWithTTY (0.09s) [2022-05-17T11:38:20.278Z] === RUN TestAttachWithoutTTy [2022-05-17T11:38:20.278Z] --- PASS: TestAttachWithoutTTy (0.07s) [2022-05-17T11:38:20.278Z] === RUN TestCheckpoint [2022-05-17T11:38:20.278Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:38:20.278Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/commit [2022-05-17T11:38:20.278Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-17T11:38:20.278Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:38:20.278Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:38:20.278Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:38:20.278Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:38:20.278Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:38:20.278Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:38:20.278Z] === CONT TestContainerInvalidJSON/commit [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-17T11:38:20.278Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-17T11:38:20.278Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:38:20.278Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-17T11:38:20.278Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-17T11:38:20.534Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-17T11:38:20.534Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-17T11:38:20.534Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-17T11:38:20.534Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.01s) [2022-05-17T11:38:20.534Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-17T11:38:20.534Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-17T11:38:20.534Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-05-17T11:38:20.534Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-17T11:38:20.534Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-05-17T11:38:20.534Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-17T11:38:20.534Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-05-17T11:38:20.534Z] === RUN TestCopyEmptyFile [2022-05-17T11:38:20.790Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-17T11:38:20.790Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-17T11:38:20.790Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-05-17T11:38:20.790Z] === RUN TestCopyFromContainer [2022-05-17T11:38:22.155Z] === RUN TestCopyFromContainer// [2022-05-17T11:38:22.155Z] === RUN TestCopyFromContainer//bar/root [2022-05-17T11:38:22.155Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-17T11:38:22.155Z] === RUN TestCopyFromContainer/bar/quux [2022-05-17T11:38:22.411Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-17T11:38:22.411Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-17T11:38:22.411Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-17T11:38:22.411Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-17T11:38:22.667Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-17T11:38:22.667Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer (1.82s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-17T11:38:22.667Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-17T11:38:22.667Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-17T11:38:22.667Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:38:22.667Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:38:22.667Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:38:22.667Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:38:22.667Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:38:22.667Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:38:22.667Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:38:22.667Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:38:22.667Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:38:22.667Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-17T11:38:22.667Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-17T11:38:22.667Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-17T11:38:22.667Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-17T11:38:22.667Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-17T11:38:22.667Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-05-17T11:38:22.667Z] === RUN TestCreateWithInvalidEnv [2022-05-17T11:38:22.667Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-17T11:38:22.667Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-17T11:38:22.667Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-17T11:38:22.667Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-17T11:38:22.667Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-17T11:38:22.667Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-17T11:38:22.667Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-17T11:38:22.667Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-17T11:38:22.667Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-17T11:38:22.667Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-17T11:38:22.667Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-17T11:38:22.667Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-17T11:38:22.667Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-17T11:38:22.667Z] === RUN TestCreateTmpfsMountsTarget [2022-05-17T11:38:22.667Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-17T11:38:22.667Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-17T11:38:24.554Z] --- PASS: TestCreateWithCustomMaskedPaths (1.74s) [2022-05-17T11:38:24.554Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-17T11:38:26.441Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.71s) [2022-05-17T11:38:26.441Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-17T11:38:26.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:38:26.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:38:26.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:38:26.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:38:26.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:38:26.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:38:26.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:38:26.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:38:26.441Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:38:26.441Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:38:26.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:38:26.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:38:26.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:38:26.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:38:26.441Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:38:26.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-17T11:38:26.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-17T11:38:26.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-17T11:38:26.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-17T11:38:26.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-17T11:38:26.441Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-05-17T11:38:26.441Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-17T11:38:27.003Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s) [2022-05-17T11:38:27.003Z] === RUN TestCreateDifferentPlatform [2022-05-17T11:38:27.003Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-17T11:38:27.003Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-17T11:38:27.003Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-05-17T11:38:27.003Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-17T11:38:27.003Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-17T11:38:27.003Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-17T11:38:27.003Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-05-17T11:38:27.003Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-17T11:38:27.003Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-05-17T11:38:27.003Z] === RUN TestContainerStartOnDaemonRestart [2022-05-17T11:38:27.003Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-17T11:38:27.003Z] === RUN TestDaemonRestartIpcMode [2022-05-17T11:38:27.003Z] === PAUSE TestDaemonRestartIpcMode [2022-05-17T11:38:27.003Z] === RUN TestDaemonHostGatewayIP [2022-05-17T11:38:27.003Z] === PAUSE TestDaemonHostGatewayIP [2022-05-17T11:38:27.003Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-17T11:38:27.003Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-17T11:38:27.003Z] === RUN TestContainerKillOnDaemonStart [2022-05-17T11:38:27.003Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-17T11:38:27.003Z] === RUN TestDiff [2022-05-17T11:38:27.565Z] --- PASS: TestDiff (0.54s) [2022-05-17T11:38:27.565Z] === RUN TestExecWithCloseStdin [2022-05-17T11:38:28.126Z] --- PASS: TestExecWithCloseStdin (0.65s) [2022-05-17T11:38:28.126Z] === RUN TestExec [2022-05-17T11:38:28.688Z] --- PASS: TestExec (0.66s) [2022-05-17T11:38:28.688Z] === RUN TestExecUser [2022-05-17T11:38:29.615Z] --- PASS: TestExecUser (0.68s) [2022-05-17T11:38:29.615Z] === RUN TestExportContainerAndImportImage [2022-05-17T11:38:30.176Z] --- PASS: TestExportContainerAndImportImage (0.74s) [2022-05-17T11:38:30.176Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-17T11:38:30.443Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-17T11:38:30.916Z] [2022-05-17T11:38:30.916Z] ________ ____ __. [2022-05-17T11:38:30.916Z] \_____ \ | |/ _| [2022-05-17T11:38:30.916Z] / | \| < [2022-05-17T11:38:30.916Z] / | \ | \ [2022-05-17T11:38:30.916Z] \_______ /____|__ \ [2022-05-17T11:38:30.916Z] \/ \/ [2022-05-17T11:38:30.916Z] [2022-05-17T11:38:30.916Z] INFO: make.ps1 ended at 05/17/2022 11:38:30 [2022-05-17T11:38:31.539Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-05-17T11:38:31.539Z] === RUN TestHealthCheckWorkdir [2022-05-17T11:38:32.100Z] --- PASS: TestHealthCheckWorkdir (0.72s) [2022-05-17T11:38:32.356Z] === RUN TestHealthKillContainer [2022-05-17T11:38:33.125Z] INFO: Binaries build ended at 05/17/2022 11:38:32. Duration:00:01:49.8443164 [2022-05-17T11:38:34.109Z] INFO: Copying the built daemon binary to d:\CI\PR-43322\3\binary\dockerd-734cf61bb0.exe... [2022-05-17T11:38:34.109Z] INFO: Copying the built client binary to d:\CI\PR-43322\3\binary\docker-734cf61bb0.exe... [2022-05-17T11:38:34.109Z] INFO: Copying the golang package from the container to d:\CI\PR-43322\3\installer\go.zip... [2022-05-17T11:38:35.093Z] INFO: Extracting go.zip to d:\CI\PR-43322\3\go [2022-05-17T11:38:40.245Z] Removing intermediate container 1cfbb250c83b [2022-05-17T11:38:40.245Z] ---> 5361fe3678bd [2022-05-17T11:38:40.245Z] 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-17T11:38:40.245Z] ---> Running in 8c25f4fdad09 [2022-05-17T11:38:40.245Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-05-17T11:38:40.245Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-05-17T11:38:40.245Z] go: downloading github.com/fatih/color v1.10.0 [2022-05-17T11:38:40.245Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-17T11:38:40.245Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-17T11:38:40.245Z] go: downloading github.com/pkg/errors v0.9.1 [2022-05-17T11:38:40.245Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-17T11:38:40.245Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-17T11:38:40.245Z] go: downloading golang.org/x/tools v0.1.0 [2022-05-17T11:38:40.245Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-17T11:38:40.245Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-17T11:38:40.245Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-17T11:38:40.245Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-17T11:38:40.245Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-17T11:38:40.245Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-17T11:38:40.245Z] go: downloading golang.org/x/mod v0.3.0 [2022-05-17T11:38:40.436Z] --- PASS: TestHealthKillContainer (8.22s) [2022-05-17T11:38:40.436Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-17T11:38:40.997Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2022-05-17T11:38:40.997Z] === RUN TestIpcModeNone [2022-05-17T11:38:41.562Z] --- PASS: TestIpcModeNone (0.68s) [2022-05-17T11:38:41.562Z] === RUN TestIpcModePrivate [2022-05-17T11:38:42.124Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-05-17T11:38:42.379Z] --- PASS: TestIpcModePrivate (0.65s) [2022-05-17T11:38:42.379Z] === RUN TestIpcModeShareable [2022-05-17T11:38:42.635Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-05-17T11:38:42.891Z] --- PASS: TestIpcModeShareable (0.63s) [2022-05-17T11:38:42.891Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-17T11:38:45.404Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.97s) [2022-05-17T11:38:45.404Z] === RUN TestAPIIpcModeHost [2022-05-17T11:38:45.404Z] --- PASS: TestAPIIpcModeHost (0.52s) [2022-05-17T11:38:45.404Z] === RUN TestDaemonIpcModeShareable [2022-05-17T11:38:46.768Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-05-17T11:38:46.768Z] --- PASS: TestDaemonIpcModeShareable (1.21s) [2022-05-17T11:38:46.768Z] === RUN TestDaemonIpcModePrivate [2022-05-17T11:38:47.694Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-05-17T11:38:47.949Z] --- PASS: TestDaemonIpcModePrivate (1.21s) [2022-05-17T11:38:47.949Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-17T11:38:48.133Z] ok github.com/docker/docker/libnetwork/networkdb 104.988s coverage: 60.6% of statements [2022-05-17T11:38:48.133Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-17T11:38:48.133Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-17T11:38:48.133Z] ok github.com/docker/docker/libnetwork/osl 4.319s coverage: 39.7% of statements [2022-05-17T11:38:48.394Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-17T11:38:48.657Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-05-17T11:38:48.875Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-05-17T11:38:49.130Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s) [2022-05-17T11:38:49.130Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-17T11:38:49.227Z] ok github.com/docker/docker/libnetwork/portmapper 0.271s coverage: 48.6% of statements [2022-05-17T11:38:49.488Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-05-17T11:38:49.488Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-17T11:38:49.749Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] === Skipped [2022-05-17T11:38:49.749Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-17T11:38:49.749Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-17T11:38:49.749Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-17T11:38:49.749Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-17T11:38:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-17T11:38:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-17T11:38:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-17T11:38:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-17T11:38:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-17T11:38:49.749Z] firewalld_test.go:14: firewalld is not running [2022-05-17T11:38:49.749Z] [2022-05-17T11:38:49.749Z] DONE 326 tests, 9 skipped in 203.235s [2022-05-17T11:38:50.057Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-05-17T11:38:50.313Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.24s) [2022-05-17T11:38:50.313Z] === RUN TestIpcModeOlderClient [2022-05-17T11:38:50.313Z] === PAUSE TestIpcModeOlderClient [2022-05-17T11:38:50.313Z] === RUN TestKillContainerInvalidSignal Post stage [Pipeline] junit [2022-05-17T11:38:50.705Z] Recording test results [2022-05-17T11:38:50.874Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2022-05-17T11:38:50.874Z] === RUN TestKillContainer [2022-05-17T11:38:50.874Z] === RUN TestKillContainer/no_signal [2022-05-17T11:38:51.436Z] === RUN TestKillContainer/non_killing_signal [2022-05-17T11:38:51.693Z] === RUN TestKillContainer/killing_signal [2022-05-17T11:38:52.333Z] --- PASS: TestKillContainer (1.45s) [2022-05-17T11:38:52.333Z] --- PASS: TestKillContainer/no_signal (0.47s) [2022-05-17T11:38:52.333Z] --- PASS: TestKillContainer/non_killing_signal (0.31s) [2022-05-17T11:38:52.333Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2022-05-17T11:38:52.333Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-17T11:38:52.333Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-17T11:38:52.459Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-17T11:38:52.806Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=038b8f883b0a0802d173c63a3e0343d1ff23cd5e -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:038b8f883b0a0802d173c63a3e0343d1ff23cd5e hack/make.sh dynbinary test-integration [2022-05-17T11:38:52.896Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-17T11:38:53.068Z] [2022-05-17T11:38:53.329Z] Removing bundles/ [2022-05-17T11:38:53.329Z] [2022-05-17T11:38:53.329Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-17T11:38:53.329Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:38:53.329Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:38:53.822Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.35s) [2022-05-17T11:38:53.822Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s) [2022-05-17T11:38:53.822Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.72s) [2022-05-17T11:38:53.822Z] === RUN TestKillStoppedContainer [2022-05-17T11:38:53.822Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-05-17T11:38:53.822Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-17T11:38:53.822Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2022-05-17T11:38:53.822Z] === RUN TestKillDifferentUserContainer [2022-05-17T11:38:54.383Z] --- PASS: TestKillDifferentUserContainer (0.48s) [2022-05-17T11:38:54.383Z] === RUN TestInspectOomKilledTrue [2022-05-17T11:38:54.383Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:38:54.383Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-17T11:38:54.383Z] === RUN TestInspectOomKilledFalse [2022-05-17T11:38:54.383Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:38:54.383Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-17T11:38:54.383Z] === RUN TestLinksEtcHostsContentMatch [2022-05-17T11:38:54.639Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s) [2022-05-17T11:38:54.639Z] === RUN TestLinksContainerNames [2022-05-17T11:38:55.566Z] --- PASS: TestLinksContainerNames (0.92s) [2022-05-17T11:38:55.566Z] === RUN TestLogsFollowTailEmpty [2022-05-17T11:38:56.127Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2022-05-17T11:38:56.127Z] === RUN TestContainerNetworkMountsNoChown [2022-05-17T11:38:56.383Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s) [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/default [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/default [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/private [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/private [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rprivate [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/slave [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/slave [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rslave [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/shared [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/shared [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rshared [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/default [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/rshared [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/shared [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/rslave [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/slave [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/rprivate [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/private [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:38:56.383Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-17T11:38:56.383Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:38:56.383Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-17T11:38:56.638Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:38:56.894Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-05-17T11:38:57.149Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-05-17T11:38:57.149Z] === RUN TestContainerBindMountNonRecursive [2022-05-17T11:38:58.515Z] --- PASS: TestContainerBindMountNonRecursive (1.45s) [2022-05-17T11:38:58.516Z] === RUN TestContainerVolumesMountedAsShared [2022-05-17T11:38:59.080Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2022-05-17T11:38:59.080Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-17T11:38:59.336Z] --- PASS: TestContainerVolumesMountedAsSlave (0.38s) [2022-05-17T11:38:59.336Z] === RUN TestNetworkNat [2022-05-17T11:38:59.897Z] --- PASS: TestNetworkNat (0.47s) [2022-05-17T11:38:59.897Z] === RUN TestNetworkLocalhostTCPNat [2022-05-17T11:39:00.152Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2022-05-17T11:39:00.152Z] === RUN TestNetworkLoopbackNat [2022-05-17T11:39:03.416Z] --- PASS: TestNetworkLoopbackNat (2.63s) [2022-05-17T11:39:03.416Z] === RUN TestPause [2022-05-17T11:39:03.416Z] --- PASS: TestPause (0.49s) [2022-05-17T11:39:03.416Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-17T11:39:03.416Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-17T11:39:03.416Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-17T11:39:03.416Z] === RUN TestPauseStopPausedContainer [2022-05-17T11:39:03.977Z] --- PASS: TestPauseStopPausedContainer (0.47s) [2022-05-17T11:39:03.977Z] === RUN TestPidHost [2022-05-17T11:39:04.903Z] --- PASS: TestPidHost (0.99s) [2022-05-17T11:39:04.903Z] === RUN TestPsFilter [2022-05-17T11:39:04.903Z] --- PASS: TestPsFilter (0.12s) [2022-05-17T11:39:04.903Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-17T11:39:05.464Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-05-17T11:39:05.464Z] === RUN TestRemoveContainerWithVolume [2022-05-17T11:39:05.595Z] Removing intermediate container 8c25f4fdad09 [2022-05-17T11:39:05.595Z] ---> 50df8fe44f6f [2022-05-17T11:39:05.595Z] 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-17T11:39:05.595Z] ---> Running in f1486093e4b1 [2022-05-17T11:39:05.720Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2022-05-17T11:39:05.720Z] === RUN TestRemoveContainerRunning [2022-05-17T11:39:06.282Z] --- PASS: TestRemoveContainerRunning (0.51s) [2022-05-17T11:39:06.282Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-17T11:39:06.843Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.47s) [2022-05-17T11:39:06.843Z] === RUN TestRemoveInvalidContainer [2022-05-17T11:39:06.843Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-05-17T11:39:06.843Z] === RUN TestRenameLinkedContainer [2022-05-17T11:39:08.072Z] --- PASS: TestBuildWithHugeFile (50.85s) [2022-05-17T11:39:08.072Z] === RUN TestBuildWCOWSandboxSize [2022-05-17T11:39:08.072Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:39:08.072Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:39:08.072Z] === RUN TestBuildWithEmptyDockerfile [2022-05-17T11:39:08.072Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:39:08.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:39:08.072Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:39:08.072Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:39:08.072Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:39:08.072Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:39:08.072Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:39:08.072Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:39:08.072Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:39:08.072Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-05-17T11:39:08.072Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-05-17T11:39:08.072Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-05-17T11:39:08.072Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-17T11:39:08.072Z] === RUN TestBuildPreserveOwnership [2022-05-17T11:39:08.072Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-17T11:39:08.072Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-17T11:39:08.730Z] --- PASS: TestRenameLinkedContainer (1.85s) [2022-05-17T11:39:08.730Z] === RUN TestRenameStoppedContainer [2022-05-17T11:39:08.986Z] --- PASS: TestRenameStoppedContainer (0.44s) [2022-05-17T11:39:08.986Z] === RUN TestRenameRunningContainerAndReuse [2022-05-17T11:39:09.914Z] --- PASS: TestRenameRunningContainerAndReuse (0.94s) [2022-05-17T11:39:09.914Z] === RUN TestRenameInvalidName [2022-05-17T11:39:10.493Z] --- PASS: TestRenameInvalidName (0.51s) [2022-05-17T11:39:10.493Z] === RUN TestRenameAnonymousContainer [2022-05-17T11:39:10.918Z] INFO: Extraction ended at 05/17/2022 11:39:06. Duration:00:00:31.8336263 [2022-05-17T11:39:10.918Z] INFO: Updating the golang and path environment variables [2022-05-17T11:39:10.918Z] INFO: GOPATH=d:\gopath [2022-05-17T11:39:10.918Z] INFO: go version go1.18.2 windows/amd64 [2022-05-17T11:39:10.918Z] INFO: Running the daemon under test in debug mode [2022-05-17T11:39:10.918Z] INFO: Running the daemon under test in containerd mode [2022-05-17T11:39:10.918Z] INFO: Starting a daemon under test... [2022-05-17T11:39:10.918Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43322\3\daemon --pidfile d:\CI\PR-43322\3\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-05-17T11:39:10.918Z] INFO: Containerd started successfully. [2022-05-17T11:39:10.918Z] INFO: Process started successfully. [2022-05-17T11:39:10.918Z] INFO: Start tailing logs of the daemon under tests [2022-05-17T11:39:10.918Z] INFO: Waiting for the daemon under test to start... [2022-05-17T11:39:12.247Z] --- PASS: TestBuildPreserveOwnership (9.86s) [2022-05-17T11:39:12.248Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.84s) [2022-05-17T11:39:12.248Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-05-17T11:39:12.248Z] === RUN TestBuildPlatformInvalid [2022-05-17T11:39:12.248Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-17T11:39:12.248Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-17T11:39:12.248Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-17T11:39:12.248Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-17T11:39:12.248Z] PASS [2022-05-17T11:39:12.248Z] [2022-05-17T11:39:12.248Z] === Skipped [2022-05-17T11:39:12.248Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-17T11:39:12.248Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:39:12.248Z] [2022-05-17T11:39:12.248Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:39:12.248Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:39:12.248Z] [2022-05-17T11:39:12.248Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-17T11:39:12.248Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-17T11:39:12.248Z] [2022-05-17T11:39:12.248Z] DONE 34 tests, 3 skipped in 112.873s [2022-05-17T11:39:12.248Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-17T11:39:12.248Z] INFO: Testing against a local daemon [2022-05-17T11:39:12.248Z] === RUN TestConfigInspect [2022-05-17T11:39:12.248Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.248Z] --- SKIP: TestConfigInspect (0.01s) [2022-05-17T11:39:12.248Z] === RUN TestConfigList [2022-05-17T11:39:12.248Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.248Z] --- SKIP: TestConfigList (0.01s) [2022-05-17T11:39:12.248Z] === RUN TestConfigsCreateAndDelete [2022-05-17T11:39:12.248Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.248Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-05-17T11:39:12.248Z] === RUN TestConfigsUpdate [2022-05-17T11:39:12.248Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.248Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-05-17T11:39:12.248Z] === RUN TestTemplatedConfig [2022-05-17T11:39:12.248Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.248Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-17T11:39:12.248Z] === RUN TestConfigCreateResolve [2022-05-17T11:39:12.414Z] --- PASS: TestRenameAnonymousContainer (1.73s) [2022-05-17T11:39:12.414Z] === RUN TestRenameContainerWithSameName [2022-05-17T11:39:12.523Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.523Z] --- SKIP: TestConfigCreateResolve (0.03s) [2022-05-17T11:39:12.523Z] PASS [2022-05-17T11:39:12.523Z] [2022-05-17T11:39:12.523Z] === Skipped [2022-05-17T11:39:12.523Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-05-17T11:39:12.523Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.523Z] [2022-05-17T11:39:12.523Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-05-17T11:39:12.523Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.523Z] [2022-05-17T11:39:12.523Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-05-17T11:39:12.523Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.523Z] [2022-05-17T11:39:12.523Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-05-17T11:39:12.523Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.523Z] [2022-05-17T11:39:12.523Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-05-17T11:39:12.523Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.523Z] [2022-05-17T11:39:12.523Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.03s) [2022-05-17T11:39:12.523Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:39:12.523Z] [2022-05-17T11:39:12.523Z] DONE 6 tests, 6 skipped in 0.175s [2022-05-17T11:39:12.523Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-17T11:39:12.523Z] INFO: Testing against a local daemon [2022-05-17T11:39:12.523Z] === RUN TestAttachWithTTY [2022-05-17T11:39:12.523Z] --- PASS: TestAttachWithTTY (0.05s) [2022-05-17T11:39:12.523Z] === RUN TestAttachWithoutTTy [2022-05-17T11:39:12.670Z] --- PASS: TestRenameContainerWithSameName (0.47s) [2022-05-17T11:39:12.670Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-17T11:39:12.768Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-05-17T11:39:12.768Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-17T11:39:12.782Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-05-17T11:39:12.782Z] === RUN TestCheckpoint [2022-05-17T11:39:12.782Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:39:12.782Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/commit [2022-05-17T11:39:12.782Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-17T11:39:12.782Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:39:12.782Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:39:12.782Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:39:12.782Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:39:12.782Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:39:12.782Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:39:12.782Z] === CONT TestContainerInvalidJSON/commit [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-17T11:39:12.782Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-17T11:39:12.782Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-17T11:39:12.782Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-17T11:39:12.782Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-17T11:39:12.783Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-17T11:39:12.783Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-17T11:39:12.783Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-17T11:39:12.783Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-17T11:39:12.783Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-17T11:39:12.783Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-17T11:39:12.783Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-17T11:39:12.783Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-17T11:39:12.783Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-05-17T11:39:12.783Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-17T11:39:12.783Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-05-17T11:39:12.783Z] === RUN TestCopyEmptyFile [2022-05-17T11:39:13.044Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-17T11:39:13.044Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-17T11:39:13.044Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-17T11:39:13.044Z] === RUN TestCopyFromContainer [2022-05-17T11:39:13.243Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-17T11:39:13.243Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-17T11:39:13.615Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s) [2022-05-17T11:39:13.615Z] === RUN TestResize [2022-05-17T11:39:13.712Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-17T11:39:13.712Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-17T11:39:14.176Z] --- PASS: TestResize (0.46s) [2022-05-17T11:39:14.176Z] === RUN TestResizeWithInvalidSize [2022-05-17T11:39:14.182Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-17T11:39:14.182Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-17T11:39:14.738Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-05-17T11:39:14.738Z] === RUN TestResizeWhenContainerNotStarted [2022-05-17T11:39:14.994Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:39:14.994Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:39:14.994Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:39:14.994Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-17T11:39:14.994Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:39:16.882Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:39:17.234Z] === RUN TestCopyFromContainer// [2022-05-17T11:39:17.234Z] === RUN TestCopyFromContainer//bar/root [2022-05-17T11:39:17.234Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-17T11:39:17.234Z] === RUN TestCopyFromContainer/bar/quux [2022-05-17T11:39:17.234Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-17T11:39:17.490Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-17T11:39:17.490Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-17T11:39:17.490Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-17T11:39:17.490Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-17T11:39:17.490Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer (4.56s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-05-17T11:39:17.746Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-17T11:39:17.746Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-17T11:39:17.746Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:39:17.746Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:39:17.746Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:39:17.746Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:39:17.746Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:39:17.746Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:39:17.746Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:39:17.746Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:39:17.746Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:39:17.746Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-17T11:39:17.746Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-17T11:39:17.746Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-17T11:39:17.746Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-17T11:39:17.746Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-17T11:39:17.746Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-17T11:39:17.746Z] === RUN TestCreateWithInvalidEnv [2022-05-17T11:39:17.746Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-17T11:39:17.746Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-17T11:39:17.746Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-17T11:39:17.746Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-17T11:39:17.746Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-17T11:39:17.746Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-17T11:39:17.746Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-17T11:39:17.746Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-17T11:39:17.746Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-17T11:39:17.746Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-17T11:39:17.746Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-17T11:39:17.746Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-17T11:39:17.746Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-17T11:39:17.746Z] === RUN TestCreateTmpfsMountsTarget [2022-05-17T11:39:17.746Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-17T11:39:17.746Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-17T11:39:18.265Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:39:19.242Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:39:19.242Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:39:19.335Z] --- PASS: TestCreateWithCustomMaskedPaths (1.28s) [2022-05-17T11:39:19.336Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-17T11:39:20.267Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2022-05-17T11:39:20.267Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-17T11:39:20.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:39:20.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:39:20.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:39:20.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:39:20.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:39:20.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:39:20.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:39:20.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:39:20.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:39:20.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:39:20.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:39:20.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:39:20.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:39:20.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:39:20.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:39:20.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-17T11:39:20.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-05-17T11:39:20.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-05-17T11:39:20.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-05-17T11:39:20.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-05-17T11:39:20.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-05-17T11:39:20.267Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-17T11:39:20.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:39:20.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:39:20.833Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-05-17T11:39:20.833Z] === RUN TestCreateDifferentPlatform [2022-05-17T11:39:20.833Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-17T11:39:20.833Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-17T11:39:20.833Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-17T11:39:20.833Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-17T11:39:20.833Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-17T11:39:20.833Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-17T11:39:20.833Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-05-17T11:39:20.833Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-17T11:39:20.833Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-17T11:39:20.833Z] === RUN TestContainerStartOnDaemonRestart [2022-05-17T11:39:20.833Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-17T11:39:20.833Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-05-17T11:39:20.833Z] === RUN TestDaemonRestartIpcMode [2022-05-17T11:39:20.833Z] === PAUSE TestDaemonRestartIpcMode [2022-05-17T11:39:20.833Z] === RUN TestDaemonHostGatewayIP [2022-05-17T11:39:20.833Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:39:20.833Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-05-17T11:39:20.833Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-17T11:39:20.833Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-17T11:39:20.833Z] === RUN TestContainerKillOnDaemonStart [2022-05-17T11:39:20.833Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-17T11:39:20.833Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-17T11:39:20.833Z] === RUN TestDiff [2022-05-17T11:39:21.091Z] --- PASS: TestDiff (0.40s) [2022-05-17T11:39:21.091Z] === RUN TestExecWithCloseStdin [2022-05-17T11:39:21.658Z] --- PASS: TestExecWithCloseStdin (0.47s) [2022-05-17T11:39:21.658Z] === RUN TestExec [2022-05-17T11:39:22.222Z] --- PASS: TestExec (0.47s) [2022-05-17T11:39:22.222Z] === RUN TestExecUser [2022-05-17T11:39:22.480Z] --- PASS: TestExecUser (0.45s) [2022-05-17T11:39:22.480Z] === RUN TestExportContainerAndImportImage [2022-05-17T11:39:23.641Z] --- PASS: TestExportContainerAndImportImage (0.58s) [2022-05-17T11:39:23.641Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-17T11:39:24.574Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s) [2022-05-17T11:39:24.574Z] === RUN TestHealthCheckWorkdir [2022-05-17T11:39:24.804Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:39:24.804Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-17T11:39:25.143Z] --- PASS: TestHealthCheckWorkdir (0.59s) [2022-05-17T11:39:25.143Z] === RUN TestHealthKillContainer [2022-05-17T11:39:26.695Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-17T11:39:26.719Z] Removing intermediate container f1486093e4b1 [2022-05-17T11:39:26.719Z] ---> 0785c0bd225f [2022-05-17T11:39:26.719Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-05-17T11:39:26.719Z] ---> Running in 44e654a6e66a [2022-05-17T11:39:26.719Z] Removing intermediate container 44e654a6e66a [2022-05-17T11:39:26.719Z] ---> ea50e07d381f [2022-05-17T11:39:26.719Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-05-17T11:39:26.719Z] ---> Running in 2092452543b5 [2022-05-17T11:39:27.215Z] Removing intermediate container 2092452543b5 [2022-05-17T11:39:27.215Z] ---> a8a064d7b18f [2022-05-17T11:39:27.215Z] Step 13/13 : COPY . . [2022-05-17T11:39:28.059Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-17T11:39:28.315Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-17T11:39:28.946Z] ...INFO: Daemon under test started and replied! [2022-05-17T11:39:28.946Z] INFO: Docker version of the daemon under test [2022-05-17T11:39:28.946Z] [2022-05-17T11:39:28.946Z] Client: [2022-05-17T11:39:28.946Z] Version: 17.06.2-ce [2022-05-17T11:39:28.946Z] API version: 1.30 [2022-05-17T11:39:28.947Z] Go version: go1.8.3 [2022-05-17T11:39:28.947Z] Git commit: cec0b72 [2022-05-17T11:39:28.947Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-17T11:39:28.947Z] OS/Arch: windows/amd64 [2022-05-17T11:39:28.947Z] [2022-05-17T11:39:28.947Z] Server: [2022-05-17T11:39:28.947Z] Version: 0.0.0-dev [2022-05-17T11:39:28.947Z] API version: 1.42 (minimum version 1.24) [2022-05-17T11:39:28.947Z] Go version: go1.18.2 [2022-05-17T11:39:28.947Z] Git commit: 734cf61bb0 [2022-05-17T11:39:28.947Z] Built: [2022-05-17T11:39:28.947Z] OS/Arch: windows/amd64 [2022-05-17T11:39:28.947Z] Experimental: false [2022-05-17T11:39:28.947Z] [2022-05-17T11:39:28.947Z] INFO: Docker info of the daemon under test [2022-05-17T11:39:28.947Z] [2022-05-17T11:39:28.947Z] Containers: 0 [2022-05-17T11:39:28.947Z] Running: 0 [2022-05-17T11:39:28.947Z] Paused: 0 [2022-05-17T11:39:28.947Z] Stopped: 0 [2022-05-17T11:39:28.947Z] Images: 0 [2022-05-17T11:39:28.947Z] Server Version: 0.0.0-dev [2022-05-17T11:39:28.947Z] Storage Driver: windowsfilter [2022-05-17T11:39:28.947Z] Windows: [2022-05-17T11:39:28.947Z] Logging Driver: json-file [2022-05-17T11:39:28.947Z] Plugins: [2022-05-17T11:39:28.947Z] Volume: local [2022-05-17T11:39:28.947Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T11:39:28.947Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T11:39:28.947Z] Swarm: inactive [2022-05-17T11:39:28.947Z] Default Isolation: process [2022-05-17T11:39:28.947Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-17T11:39:28.947Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-17T11:39:28.947Z] OSType: windows [2022-05-17T11:39:28.947Z] Architecture: x86_64 [2022-05-17T11:39:28.947Z] CPUs: 4 [2022-05-17T11:39:28.947Z] Total Memory: 32GiB [2022-05-17T11:39:28.947Z] Name: azwin-2-2df1c0 [2022-05-17T11:39:28.947Z] ID: 869573af-3bf8-4319-bf4d-c8e6224738df [2022-05-17T11:39:28.947Z] Docker Root Dir: D:\CI\PR-43322\3\daemon [2022-05-17T11:39:28.947Z] Debug Mode (client): false [2022-05-17T11:39:28.947Z] Debug Mode (server): true [2022-05-17T11:39:28.947Z] File Descriptors: -1 [2022-05-17T11:39:28.947Z] Goroutines: 29 [2022-05-17T11:39:28.947Z] System Time: 2022-05-17T11:39:26.5004075Z [2022-05-17T11:39:28.947Z] EventsListeners: 0 [2022-05-17T11:39:28.947Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:39:28.947Z] Labels: [2022-05-17T11:39:28.947Z] Experimental: false [2022-05-17T11:39:28.947Z] Insecure Registries: [2022-05-17T11:39:28.947Z] 127.0.0.0/8 [2022-05-17T11:39:28.947Z] Live Restore Enabled: false [2022-05-17T11:39:28.947Z] [2022-05-17T11:39:28.947Z] [2022-05-17T11:39:28.947Z] INFO: Docker images of the daemon under test [2022-05-17T11:39:28.947Z] [2022-05-17T11:39:28.947Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-17T11:39:28.947Z] [2022-05-17T11:39:28.947Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-17T11:39:28.947Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-05-17T11:39:28.947Z] ltsc2022: Pulling from windows/servercore [2022-05-17T11:39:28.947Z] 97f65a0ec59e: Pulling fs layer [2022-05-17T11:39:28.947Z] 12fb50a031bd: Pulling fs layer [2022-05-17T11:39:30.203Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-17T11:39:30.459Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-17T11:39:31.825Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.85s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.26s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.31s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.36s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.39s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.53s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.62s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.98s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.06s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.81s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.11s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.80s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.74s) [2022-05-17T11:39:33.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2022-05-17T11:39:33.192Z] === RUN TestCgroupNamespacesRun [2022-05-17T11:39:33.225Z] --- PASS: TestHealthKillContainer (7.87s) [2022-05-17T11:39:33.225Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-17T11:39:33.225Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-17T11:39:33.225Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-17T11:39:33.225Z] === RUN TestIpcModeNone [2022-05-17T11:39:33.480Z] --- PASS: TestIpcModeNone (0.44s) [2022-05-17T11:39:33.480Z] === RUN TestIpcModePrivate [2022-05-17T11:39:33.737Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-05-17T11:39:33.737Z] --- PASS: TestIpcModePrivate (0.45s) [2022-05-17T11:39:33.737Z] === RUN TestIpcModeShareable [2022-05-17T11:39:33.737Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:39:33.737Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-05-17T11:39:33.737Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-17T11:39:34.560Z] --- PASS: TestCgroupNamespacesRun (1.25s) [2022-05-17T11:39:34.560Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-17T11:39:34.560Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-17T11:39:34.560Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-17T11:39:34.560Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-17T11:39:35.627Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.44s) [2022-05-17T11:39:35.628Z] === RUN TestAPIIpcModeHost [2022-05-17T11:39:35.628Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:39:35.628Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-05-17T11:39:35.628Z] === RUN TestDaemonIpcModeShareable [2022-05-17T11:39:35.628Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:39:35.628Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-05-17T11:39:35.628Z] === RUN TestDaemonIpcModePrivate [2022-05-17T11:39:35.971Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s) [2022-05-17T11:39:35.971Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-17T11:39:36.189Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-05-17T11:39:36.445Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-05-17T11:39:36.445Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-17T11:39:36.445Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:39:36.445Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-17T11:39:36.445Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-17T11:39:36.445Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:39:36.445Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-17T11:39:36.445Z] === RUN TestIpcModeOlderClient [2022-05-17T11:39:36.445Z] === PAUSE TestIpcModeOlderClient [2022-05-17T11:39:36.445Z] === RUN TestKillContainerInvalidSignal [2022-05-17T11:39:36.898Z] --- PASS: TestCgroupNamespacesRunHostMode (1.22s) [2022-05-17T11:39:36.898Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-17T11:39:37.006Z] --- PASS: TestKillContainerInvalidSignal (0.55s) [2022-05-17T11:39:37.006Z] === RUN TestKillContainer [2022-05-17T11:39:37.006Z] === RUN TestKillContainer/no_signal [2022-05-17T11:39:37.568Z] === RUN TestKillContainer/non_killing_signal [2022-05-17T11:39:37.613Z] 12fb50a031bd: Verifying Checksum [2022-05-17T11:39:37.613Z] 12fb50a031bd: Download complete [2022-05-17T11:39:37.823Z] === RUN TestKillContainer/killing_signal [2022-05-17T11:39:38.265Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.24s) [2022-05-17T11:39:38.265Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-17T11:39:38.385Z] --- PASS: TestKillContainer (1.27s) [2022-05-17T11:39:38.385Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-05-17T11:39:38.385Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-05-17T11:39:38.385Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-05-17T11:39:38.385Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-17T11:39:38.385Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-17T11:39:38.641Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-17T11:39:39.203Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s) [2022-05-17T11:39:39.203Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-05-17T11:39:39.203Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2022-05-17T11:39:39.203Z] === RUN TestKillStoppedContainer [2022-05-17T11:39:39.203Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-17T11:39:39.203Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-17T11:39:39.203Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-17T11:39:39.203Z] === RUN TestKillDifferentUserContainer [2022-05-17T11:39:39.463Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-05-17T11:39:39.463Z] === RUN TestInspectOomKilledTrue [2022-05-17T11:39:39.463Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:39:39.463Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-17T11:39:39.463Z] === RUN TestInspectOomKilledFalse [2022-05-17T11:39:39.463Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:39:39.464Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-17T11:39:39.631Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2022-05-17T11:39:39.631Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-17T11:39:39.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-17T11:39:39.723Z] === RUN TestLinksEtcHostsContentMatch [2022-05-17T11:39:39.723Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-17T11:39:39.723Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-05-17T11:39:39.723Z] === RUN TestLinksContainerNames [2022-05-17T11:39:40.201Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-05-17T11:39:40.201Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-17T11:39:40.286Z] --- PASS: TestLinksContainerNames (0.79s) [2022-05-17T11:39:40.286Z] === RUN TestLogsFollowTailEmpty [2022-05-17T11:39:40.850Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-05-17T11:39:40.850Z] === RUN TestContainerNetworkMountsNoChown [2022-05-17T11:39:41.111Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/default [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/default [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/private [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/private [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rprivate [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/slave [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/slave [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rslave [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/shared [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/shared [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rshared [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/default [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/rshared [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/shared [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/rslave [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/slave [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/rprivate [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/private [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-17T11:39:41.111Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:39:41.111Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:39:41.111Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:39:41.369Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:39:41.574Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s) [2022-05-17T11:39:41.574Z] === RUN TestNISDomainname [2022-05-17T11:39:41.630Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-17T11:39:41.630Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:39:41.630Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-17T11:39:41.630Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:39:41.630Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:39:41.630Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:39:41.630Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:39:41.630Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-17T11:39:41.630Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:39:41.630Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-05-17T11:39:41.630Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-17T11:39:41.630Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-17T11:39:41.630Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-17T11:39:41.630Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-05-17T11:39:41.630Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-17T11:39:41.631Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-17T11:39:41.631Z] === RUN TestContainerBindMountNonRecursive [2022-05-17T11:39:41.631Z] 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-17T11:39:41.631Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-05-17T11:39:41.631Z] === RUN TestContainerVolumesMountedAsShared [2022-05-17T11:39:41.631Z] 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-17T11:39:41.631Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-05-17T11:39:41.631Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-17T11:39:41.631Z] 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-17T11:39:41.631Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-05-17T11:39:41.631Z] === RUN TestNetworkNat [2022-05-17T11:39:41.833Z] --- PASS: TestNISDomainname (0.56s) [2022-05-17T11:39:41.833Z] === RUN TestHostnameDnsResolution [2022-05-17T11:39:42.194Z] --- PASS: TestNetworkNat (0.54s) [2022-05-17T11:39:42.194Z] === RUN TestNetworkLocalhostTCPNat [2022-05-17T11:39:42.761Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-05-17T11:39:42.761Z] === RUN TestNetworkLoopbackNat [2022-05-17T11:39:42.807Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-05-17T11:39:42.807Z] === RUN TestUnprivilegedPortsAndPing [2022-05-17T11:39:43.068Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-05-17T11:39:43.068Z] === RUN TestPrivilegedHostDevices [2022-05-17T11:39:43.635Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-05-17T11:39:43.635Z] === RUN TestStats [2022-05-17T11:39:45.431Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-05-17T11:39:45.432Z] === RUN TestPause [2022-05-17T11:39:45.432Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:39:45.432Z] --- SKIP: TestPause (0.00s) [2022-05-17T11:39:45.432Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-17T11:39:45.432Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-17T11:39:45.432Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-17T11:39:45.432Z] === RUN TestPauseStopPausedContainer [2022-05-17T11:39:45.432Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:39:45.432Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-05-17T11:39:45.432Z] === RUN TestPidHost [2022-05-17T11:39:46.006Z] --- PASS: TestPidHost (0.89s) [2022-05-17T11:39:46.006Z] === RUN TestPsFilter [2022-05-17T11:39:46.208Z] --- PASS: TestStats (2.50s) [2022-05-17T11:39:46.208Z] === RUN TestStopContainerWithTimeout [2022-05-17T11:39:46.208Z] === RUN TestStopContainerWithTimeout/0 [2022-05-17T11:39:46.208Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-17T11:39:46.208Z] === RUN TestStopContainerWithTimeout/1 [2022-05-17T11:39:46.208Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-17T11:39:46.208Z] === RUN TestStopContainerWithTimeout/3 [2022-05-17T11:39:46.208Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-17T11:39:46.208Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-17T11:39:46.208Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-17T11:39:46.208Z] === CONT TestStopContainerWithTimeout/0 [2022-05-17T11:39:46.208Z] === CONT TestStopContainerWithTimeout/3 [2022-05-17T11:39:46.265Z] --- PASS: TestPsFilter (0.10s) [2022-05-17T11:39:46.265Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-17T11:39:46.319Z] 97f65a0ec59e: Verifying Checksum [2022-05-17T11:39:46.319Z] 97f65a0ec59e: Download complete [2022-05-17T11:39:46.522Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-05-17T11:39:46.522Z] === RUN TestRemoveContainerWithVolume [2022-05-17T11:39:46.777Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-17T11:39:47.089Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-05-17T11:39:47.089Z] === RUN TestRemoveContainerRunning [2022-05-17T11:39:47.491Z] --- PASS: TestRemoveContainerRunning (0.39s) [2022-05-17T11:39:47.491Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-17T11:39:47.771Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-05-17T11:39:47.771Z] === RUN TestRemoveInvalidContainer [2022-05-17T11:39:47.771Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-17T11:39:47.771Z] === RUN TestRenameLinkedContainer [2022-05-17T11:39:48.986Z] === CONT TestStopContainerWithTimeout/1 [2022-05-17T11:39:49.682Z] --- PASS: TestRenameLinkedContainer (1.66s) [2022-05-17T11:39:49.682Z] === RUN TestRenameStoppedContainer [2022-05-17T11:39:49.942Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-05-17T11:39:49.943Z] === RUN TestRenameRunningContainerAndReuse [2022-05-17T11:39:50.877Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-05-17T11:39:50.877Z] === RUN TestRenameInvalidName [2022-05-17T11:39:50.891Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-17T11:39:50.891Z] --- PASS: TestStopContainerWithTimeout/0 (0.73s) [2022-05-17T11:39:50.891Z] --- PASS: TestStopContainerWithTimeout/3 (2.82s) [2022-05-17T11:39:50.891Z] --- PASS: TestStopContainerWithTimeout/-1 (2.46s) [2022-05-17T11:39:50.891Z] --- PASS: TestStopContainerWithTimeout/1 (1.56s) [2022-05-17T11:39:50.891Z] === RUN TestDeleteDevicemapper [2022-05-17T11:39:50.891Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-17T11:39:50.891Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-17T11:39:50.891Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-17T11:39:51.135Z] --- PASS: TestRenameInvalidName (0.42s) [2022-05-17T11:39:51.135Z] === RUN TestRenameAnonymousContainer [2022-05-17T11:39:52.550Z] --- PASS: TestRenameAnonymousContainer (1.45s) [2022-05-17T11:39:52.550Z] === RUN TestRenameContainerWithSameName [2022-05-17T11:39:52.988Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.10s) [2022-05-17T11:39:52.988Z] === RUN TestUpdateMemory [2022-05-17T11:39:52.988Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:39:52.988Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-17T11:39:52.988Z] === RUN TestUpdateCPUQuota [2022-05-17T11:39:53.157Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-05-17T11:39:53.157Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-17T11:39:53.565Z] --- PASS: TestUpdateCPUQuota (0.96s) [2022-05-17T11:39:53.565Z] === RUN TestUpdatePidsLimit [2022-05-17T11:39:53.565Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-17T11:39:53.723Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-05-17T11:39:53.723Z] === RUN TestResize [2022-05-17T11:39:53.822Z] === RUN TestUpdatePidsLimit/no_change [2022-05-17T11:39:54.081Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-17T11:39:54.290Z] --- PASS: TestResize (0.42s) [2022-05-17T11:39:54.291Z] === RUN TestResizeWithInvalidSize [2022-05-17T11:39:54.337Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-17T11:39:54.591Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-05-17T11:39:54.591Z] === RUN TestResizeWhenContainerNotStarted [2022-05-17T11:39:54.598Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-17T11:39:54.598Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-17T11:39:54.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-17T11:39:54.862Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-17T11:39:55.169Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) [2022-05-17T11:39:55.169Z] === RUN TestDaemonRestartKillContainers [2022-05-17T11:39:55.169Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-17T11:39:55.169Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-17T11:39:55.169Z] === RUN TestCgroupNamespacesRun [2022-05-17T11:39:55.800Z] --- PASS: TestUpdatePidsLimit (2.14s) [2022-05-17T11:39:55.800Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.23s) [2022-05-17T11:39:55.800Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-05-17T11:39:55.800Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-05-17T11:39:55.800Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-05-17T11:39:55.800Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2022-05-17T11:39:55.800Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2022-05-17T11:39:55.800Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2022-05-17T11:39:55.800Z] === RUN TestUpdateRestartPolicy [2022-05-17T11:39:56.545Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-05-17T11:39:56.545Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-17T11:39:56.789Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-17T11:39:56.789Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-05-17T11:39:57.487Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-05-17T11:39:57.487Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-17T11:39:57.728Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-17T11:39:57.728Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-17T11:39:57.988Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-17T11:39:57.988Z] Cross building: bundles/cross/windows/amd64 [2022-05-17T11:39:57.988Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-05-17T11:39:57.988Z] { [2022-05-17T11:39:57.988Z] "RT_GROUP_ICON": { [2022-05-17T11:39:57.988Z] "#1": { [2022-05-17T11:39:57.988Z] "0409": "../../winresources/docker.ico" [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] }, [2022-05-17T11:39:57.988Z] "RT_MANIFEST": { [2022-05-17T11:39:57.988Z] "#1": { [2022-05-17T11:39:57.988Z] "0409": { [2022-05-17T11:39:57.988Z] "identity": {}, [2022-05-17T11:39:57.988Z] "description": "Docker Engine", [2022-05-17T11:39:57.988Z] "minimum-os": "vista", [2022-05-17T11:39:57.988Z] "execution-level": "", [2022-05-17T11:39:57.988Z] "ui-access": false, [2022-05-17T11:39:57.988Z] "auto-elevate": false, [2022-05-17T11:39:57.988Z] "dpi-awareness": "unaware", [2022-05-17T11:39:57.988Z] "disable-theming": false, [2022-05-17T11:39:57.988Z] "disable-window-filtering": false, [2022-05-17T11:39:57.988Z] "high-resolution-scrolling-aware": false, [2022-05-17T11:39:57.988Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-17T11:39:57.988Z] "long-path-aware": false, [2022-05-17T11:39:57.988Z] "printer-driver-isolation": false, [2022-05-17T11:39:57.988Z] "gdi-scaling": false, [2022-05-17T11:39:57.988Z] "segment-heap": false, [2022-05-17T11:39:57.988Z] "use-common-controls-v6": false [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] }, [2022-05-17T11:39:57.988Z] "RT_MESSAGETABLE": { [2022-05-17T11:39:57.988Z] "#1": { [2022-05-17T11:39:57.988Z] "0409": "../../winresources/event_messages.bin" [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] }, [2022-05-17T11:39:57.988Z] "RT_VERSION": { [2022-05-17T11:39:57.988Z] "#1": { [2022-05-17T11:39:57.988Z] "0409": { [2022-05-17T11:39:57.988Z] "fixed": { [2022-05-17T11:39:57.988Z] "file_version": "0.0.0.0", [2022-05-17T11:39:57.988Z] "product_version": "0.0.0.0", [2022-05-17T11:39:57.988Z] "type": "Unknown" [2022-05-17T11:39:57.988Z] }, [2022-05-17T11:39:57.988Z] "info": { [2022-05-17T11:39:57.988Z] "0000": { [2022-05-17T11:39:57.988Z] "CompanyName": "", [2022-05-17T11:39:57.988Z] "FileVersion": "dev", [2022-05-17T11:39:57.988Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-17T11:39:57.988Z] "OriginalFileName": "dockerd-dev.exe", [2022-05-17T11:39:57.988Z] "ProductName": "", [2022-05-17T11:39:57.988Z] "ProductVersion": "dev", [2022-05-17T11:39:57.988Z] "SpecialBuild": "dc18167fb196b5d38855bde3d914fc6d27055d27" [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] } [2022-05-17T11:39:57.988Z] cmd/dockerd/config.go [2022-05-17T11:39:57.988Z] cmd/dockerd/config_windows.go [2022-05-17T11:39:57.988Z] cmd/dockerd/daemon.go [2022-05-17T11:39:57.988Z] cmd/dockerd/daemon_test.go [2022-05-17T11:39:57.988Z] cmd/dockerd/daemon_windows.go [2022-05-17T11:39:57.988Z] cmd/dockerd/docker.go [2022-05-17T11:39:57.988Z] cmd/dockerd/docker_windows.go [2022-05-17T11:39:57.988Z] cmd/dockerd/genwinres_windows.go [2022-05-17T11:39:57.988Z] cmd/dockerd/metrics.go [2022-05-17T11:39:57.988Z] cmd/dockerd/options.go [2022-05-17T11:39:57.988Z] cmd/dockerd/options_test.go [2022-05-17T11:39:57.988Z] cmd/dockerd/service_windows.go [2022-05-17T11:39:57.988Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-17T11:39:57.988Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-17T11:39:59.038Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.21s) [2022-05-17T11:39:59.038Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-17T11:39:59.909Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-05-17T11:39:59.909Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-17T11:40:00.840Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-05-17T11:40:00.840Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-17T11:40:02.208Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-05-17T11:40:02.208Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-17T11:40:02.771Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-05-17T11:40:02.771Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-17T11:40:04.137Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-05-17T11:40:04.137Z] === RUN TestNISDomainname [2022-05-17T11:40:04.137Z] 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-17T11:40:04.137Z] --- SKIP: TestNISDomainname (0.02s) [2022-05-17T11:40:04.137Z] === RUN TestHostnameDnsResolution [2022-05-17T11:40:04.698Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-05-17T11:40:04.699Z] === RUN TestUnprivilegedPortsAndPing [2022-05-17T11:40:04.699Z] 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-17T11:40:04.699Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-05-17T11:40:04.699Z] === RUN TestPrivilegedHostDevices [2022-05-17T11:40:04.954Z] --- PASS: TestPrivilegedHostDevices (0.46s) [2022-05-17T11:40:04.954Z] === RUN TestStats [2022-05-17T11:40:04.954Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:04.954Z] --- SKIP: TestStats (0.00s) [2022-05-17T11:40:04.954Z] === RUN TestStopContainerWithTimeout [2022-05-17T11:40:04.954Z] === RUN TestStopContainerWithTimeout/0 [2022-05-17T11:40:04.954Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-17T11:40:04.954Z] === RUN TestStopContainerWithTimeout/1 [2022-05-17T11:40:04.954Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-17T11:40:04.954Z] === RUN TestStopContainerWithTimeout/3 [2022-05-17T11:40:04.954Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-17T11:40:04.954Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-17T11:40:04.954Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-17T11:40:04.954Z] === CONT TestStopContainerWithTimeout/0 [2022-05-17T11:40:04.954Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-17T11:40:05.518Z] === CONT TestStopContainerWithTimeout/3 [2022-05-17T11:40:06.920Z] 12fb50a031bd: Pull complete [2022-05-17T11:40:06.920Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-17T11:40:06.920Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:40:06.920Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-17T11:40:06.920Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-17T11:40:06.920Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.707' [2022-05-17T11:40:06.920Z] WARN: Skipping validation tests [2022-05-17T11:40:06.920Z] INFO: Running unit tests at 05/17/2022 11:39:53... [2022-05-17T11:40:06.920Z] INFO: make.ps1 starting at 05/17/2022 11:39:58 [2022-05-17T11:40:06.920Z] INFO: Git commit (b219220bc6) assumed from DOCKER_GITCOMMIT environment variable [2022-05-17T11:40:06.920Z] INFO: Running unit tests... [2022-05-17T11:40:07.906Z] 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/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-17T11:40:08.033Z] === CONT TestStopContainerWithTimeout/1 [2022-05-17T11:40:08.160Z] --- PASS: TestUpdateRestartPolicy (11.13s) [2022-05-17T11:40:08.160Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-17T11:40:08.160Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2022-05-17T11:40:08.160Z] === RUN TestWaitNonBlocked [2022-05-17T11:40:08.160Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:40:08.160Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:40:08.160Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:40:08.160Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:40:08.160Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:40:08.160Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:40:08.160Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-17T11:40:08.160Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.63s) [2022-05-17T11:40:08.160Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s) [2022-05-17T11:40:08.160Z] === RUN TestWaitBlocked [2022-05-17T11:40:08.160Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:40:08.160Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:40:08.160Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:40:08.160Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:40:08.160Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:40:08.160Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:40:08.723Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-17T11:40:08.723Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.73s) [2022-05-17T11:40:08.723Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-05-17T11:40:08.723Z] === CONT TestContainerStartOnDaemonRestart [2022-05-17T11:40:08.723Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-17T11:40:09.397Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-17T11:40:09.397Z] --- PASS: TestStopContainerWithTimeout/0 (0.58s) [2022-05-17T11:40:09.397Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2022-05-17T11:40:09.397Z] --- PASS: TestStopContainerWithTimeout/3 (2.36s) [2022-05-17T11:40:09.397Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-05-17T11:40:09.397Z] === RUN TestDeleteDevicemapper [2022-05-17T11:40:09.397Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-17T11:40:09.397Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-17T11:40:09.397Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-17T11:40:09.990Z] ---> 8f943575f968 [2022-05-17T11:40:09.990Z] Successfully built 8f943575f968 [2022-05-17T11:40:09.990Z] Successfully tagged docker:latest [2022-05-17T11:40:09.990Z] INFO: Image build ended at 05/17/2022 11:40:07. Duration:00:05:19.5563305 [2022-05-17T11:40:09.990Z] [2022-05-17T11:40:09.990Z] [2022-05-17T11:40:09.990Z] INFO: Building the test binaries at 05/17/2022 11:40:08... [2022-05-17T11:40:10.763Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.51s) [2022-05-17T11:40:10.763Z] === RUN TestUpdateMemory [2022-05-17T11:40:10.763Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:10.763Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-17T11:40:10.763Z] === RUN TestUpdateCPUQuota [2022-05-17T11:40:10.763Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:10.763Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-05-17T11:40:10.763Z] === RUN TestUpdatePidsLimit [2022-05-17T11:40:10.763Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:10.763Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-05-17T11:40:10.763Z] === RUN TestUpdateRestartPolicy [2022-05-17T11:40:11.288Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.40s) [2022-05-17T11:40:11.288Z] === CONT TestIpcModeOlderClient [2022-05-17T11:40:11.288Z] --- PASS: TestContainerStartOnDaemonRestart (2.42s) [2022-05-17T11:40:11.288Z] === CONT TestContainerKillOnDaemonStart [2022-05-17T11:40:11.288Z] --- PASS: TestIpcModeOlderClient (0.12s) [2022-05-17T11:40:11.288Z] === CONT TestDaemonHostGatewayIP [2022-05-17T11:40:13.910Z] --- PASS: TestDaemonHostGatewayIP (2.60s) [2022-05-17T11:40:13.910Z] === CONT TestDaemonRestartIpcMode [2022-05-17T11:40:16.660Z] --- PASS: TestDaemonRestartIpcMode (2.32s) [2022-05-17T11:40:17.207Z] INFO: make.ps1 starting at 05/17/2022 11:40:15 [2022-05-17T11:40:17.207Z] INFO: Git commit (a89e866f7d) assumed from DOCKER_GITCOMMIT environment variable [2022-05-17T11:40:17.207Z] INFO: Invoking autogen... [2022-05-17T11:40:17.207Z] { [2022-05-17T11:40:17.207Z] "RT_GROUP_ICON": { [2022-05-17T11:40:17.207Z] "#1": { [2022-05-17T11:40:17.207Z] "0409": "../../winresources/docker.ico" [2022-05-17T11:40:17.207Z] } [2022-05-17T11:40:17.207Z] }, [2022-05-17T11:40:17.207Z] "RT_MANIFEST": { [2022-05-17T11:40:17.207Z] "#1": { [2022-05-17T11:40:17.207Z] "0409": { [2022-05-17T11:40:17.207Z] "identity": {}, [2022-05-17T11:40:17.207Z] "description": "Docker Engine", [2022-05-17T11:40:17.207Z] "minimum-os": "vista", [2022-05-17T11:40:17.207Z] "execution-level": "", [2022-05-17T11:40:17.207Z] "ui-access": false, [2022-05-17T11:40:17.207Z] "auto-elevate": false, [2022-05-17T11:40:17.207Z] "dpi-awareness": "unaware", [2022-05-17T11:40:17.207Z] "disable-theming": false, [2022-05-17T11:40:17.207Z] "disable-window-filtering": false, [2022-05-17T11:40:17.207Z] "high-resolution-scrolling-aware": false, [2022-05-17T11:40:17.207Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-17T11:40:17.207Z] "long-path-aware": false, [2022-05-17T11:40:17.207Z] "printer-driver-isolation": false, [2022-05-17T11:40:17.207Z] "gdi-scaling": false, [2022-05-17T11:40:17.207Z] "segment-heap": false, [2022-05-17T11:40:17.207Z] "use-common-controls-v6": false [2022-05-17T11:40:17.207Z] } [2022-05-17T11:40:17.207Z] } [2022-05-17T11:40:17.207Z] }, [2022-05-17T11:40:17.207Z] "RT_MESSAGETABLE": { [2022-05-17T11:40:17.207Z] "#1": { [2022-05-17T11:40:17.207Z] "0409": "../../winresources/event_messages.bin" [2022-05-17T11:40:17.208Z] } [2022-05-17T11:40:17.208Z] }, [2022-05-17T11:40:17.208Z] "RT_VERSION": { [2022-05-17T11:40:17.208Z] "#1": { [2022-05-17T11:40:17.208Z] "0409": { [2022-05-17T11:40:17.208Z] "fixed": { [2022-05-17T11:40:17.208Z] "file_version": "0.0.0.0", [2022-05-17T11:40:17.208Z] "product_version": "0.0.0.0", [2022-05-17T11:40:17.208Z] "type": "Unknown" [2022-05-17T11:40:17.208Z] }, [2022-05-17T11:40:17.208Z] "info": { [2022-05-17T11:40:17.208Z] "0000": { [2022-05-17T11:40:17.208Z] "CompanyName": "", [2022-05-17T11:40:17.208Z] "FileVersion": "0.0.0-dev", [2022-05-17T11:40:17.208Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-05-17T11:40:17.208Z] "OriginalFileName": "dockerd.exe", [2022-05-17T11:40:17.208Z] "ProductName": "", [2022-05-17T11:40:17.208Z] "ProductVersion": "0.0.0-dev", [2022-05-17T11:40:17.208Z] "SpecialBuild": "a89e866f7d" [2022-05-17T11:40:17.208Z] } [2022-05-17T11:40:17.208Z] } [2022-05-17T11:40:17.208Z] } [2022-05-17T11:40:17.208Z] } [2022-05-17T11:40:17.208Z] } [2022-05-17T11:40:17.208Z] } [2022-05-17T11:40:18.205Z] powershell.exe : cmd\dockerd\config.go [2022-05-17T11:40:18.205Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-ca05987e\powershellWrapper.ps1:3 char:1 [2022-05-17T11:40:18.205Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-05-17T11:40:18.205Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-05-17T11:40:18.205Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-05-17T11:40:18.205Z] + FullyQualifiedErrorId : NativeCommandError [2022-05-17T11:40:18.205Z] [2022-05-17T11:40:18.205Z] cmd\dockerd\config_windows.go [2022-05-17T11:40:18.205Z] cmd\dockerd\daemon.go [2022-05-17T11:40:18.205Z] cmd\dockerd\daemon_test.go [2022-05-17T11:40:18.205Z] cmd\dockerd\daemon_windows.go [2022-05-17T11:40:18.205Z] cmd\dockerd\docker.go [2022-05-17T11:40:18.205Z] cmd\dockerd\docker_windows.go [2022-05-17T11:40:18.205Z] cmd\dockerd\genwinres_windows.go [2022-05-17T11:40:18.205Z] cmd\dockerd\metrics.go [2022-05-17T11:40:18.205Z] cmd\dockerd\options.go [2022-05-17T11:40:18.205Z] cmd\dockerd\options_test.go [2022-05-17T11:40:18.205Z] cmd\dockerd\service_windows.go [2022-05-17T11:40:18.205Z] INFO: Building daemon... [2022-05-17T11:40:20.713Z] ? github.com/docker/docker/api [no test files] [2022-05-17T11:40:23.034Z] --- PASS: TestUpdateRestartPolicy (10.86s) [2022-05-17T11:40:23.034Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-17T11:40:23.034Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-05-17T11:40:23.034Z] === RUN TestWaitNonBlocked [2022-05-17T11:40:23.034Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:40:23.034Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:40:23.034Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:40:23.034Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:40:23.034Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:40:23.034Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:40:23.034Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-17T11:40:23.034Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.56s) [2022-05-17T11:40:23.034Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-05-17T11:40:23.034Z] === RUN TestWaitBlocked [2022-05-17T11:40:23.034Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:40:23.034Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:40:23.034Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:40:23.034Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:40:23.034Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:40:23.034Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:40:23.197Z] --- PASS: TestContainerKillOnDaemonStart (11.75s) [2022-05-17T11:40:23.197Z] PASS [2022-05-17T11:40:23.197Z] [2022-05-17T11:40:23.197Z] === Skipped [2022-05-17T11:40:23.197Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-17T11:40:23.197Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:40:23.197Z] [2022-05-17T11:40:23.197Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-17T11:40:23.197Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:40:23.197Z] [2022-05-17T11:40:23.197Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-17T11:40:23.197Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:40:23.197Z] [2022-05-17T11:40:23.197Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-17T11:40:23.197Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-17T11:40:23.197Z] [2022-05-17T11:40:23.197Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-17T11:40:23.197Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-17T11:40:23.197Z] [2022-05-17T11:40:23.197Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-17T11:40:23.197Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-17T11:40:23.197Z] [2022-05-17T11:40:23.197Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-17T11:40:23.197Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:40:23.197Z] [2022-05-17T11:40:23.197Z] DONE 237 tests, 7 skipped in 122.742s [2022-05-17T11:40:23.197Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-17T11:40:23.197Z] === RUN TestConfigDaemonLibtrustID [2022-05-17T11:40:23.293Z] --- PASS: TestWaitBlocked (0.02s) [2022-05-17T11:40:23.293Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.60s) [2022-05-17T11:40:23.293Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s) [2022-05-17T11:40:23.293Z] === CONT TestDaemonRestartIpcMode [2022-05-17T11:40:23.293Z] === CONT TestIpcModeOlderClient [2022-05-17T11:40:23.293Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-05-17T11:40:23.293Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-17T11:40:23.504Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-05-17T11:40:23.504Z] === RUN TestConfigDaemonID [2022-05-17T11:40:24.439Z] daemon_test.go:84: [d54c2b3be0e8c] daemon is not started [2022-05-17T11:40:24.439Z] --- PASS: TestConfigDaemonID (1.04s) [2022-05-17T11:40:24.439Z] === RUN TestDaemonConfigValidation [2022-05-17T11:40:24.439Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:40:24.439Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:40:24.439Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-17T11:40:24.439Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-17T11:40:24.439Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-17T11:40:24.439Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-17T11:40:24.439Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-17T11:40:24.439Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-17T11:40:24.439Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-17T11:40:24.439Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-17T11:40:24.439Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:40:24.439Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-17T11:40:24.695Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-17T11:40:24.695Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-17T11:40:24.695Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-17T11:40:24.695Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-17T11:40:24.695Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-05-17T11:40:24.695Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-05-17T11:40:24.695Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2022-05-17T11:40:24.695Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.11s) [2022-05-17T11:40:24.695Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-05-17T11:40:24.695Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-17T11:40:24.695Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-17T11:40:25.822Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.44s) [2022-05-17T11:40:26.069Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-17T11:40:26.078Z] --- PASS: TestDaemonRestartIpcMode (2.79s) [2022-05-17T11:40:26.078Z] PASS [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === Skipped [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-17T11:40:26.078Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-05-17T11:40:26.078Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-05-17T11:40:26.078Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-05-17T11:40:26.078Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-17T11:40:26.078Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-05-17T11:40:26.078Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-05-17T11:40:26.078Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-05-17T11:40:26.078Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-17T11:40:26.078Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-17T11:40:26.078Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-17T11:40:26.078Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-17T11:40:26.078Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-05-17T11:40:26.078Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-05-17T11:40:26.078Z] 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-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-05-17T11:40:26.078Z] 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-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-05-17T11:40:26.078Z] 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-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-05-17T11:40:26.078Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-17T11:40:26.078Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-05-17T11:40:26.078Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-05-17T11:40:26.078Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-05-17T11:40:26.078Z] 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-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-05-17T11:40:26.078Z] 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-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-05-17T11:40:26.078Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-17T11:40:26.078Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-17T11:40:26.078Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-05-17T11:40:26.078Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-05-17T11:40:26.078Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-17T11:40:26.078Z] [2022-05-17T11:40:26.078Z] DONE 214 tests, 27 skipped in 73.653s [2022-05-17T11:40:26.078Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-17T11:40:26.339Z] === RUN TestConfigDaemonLibtrustID [2022-05-17T11:40:26.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-17T11:40:26.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-17T11:40:26.901Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-05-17T11:40:26.901Z] === RUN TestConfigDaemonID [2022-05-17T11:40:27.045Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-17T11:40:27.828Z] daemon_test.go:84: [da233ddfdd6b1] daemon is not started [2022-05-17T11:40:27.828Z] --- PASS: TestConfigDaemonID (1.08s) [2022-05-17T11:40:27.828Z] === RUN TestDaemonConfigValidation [2022-05-17T11:40:27.828Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:40:27.828Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:40:27.828Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-17T11:40:27.828Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-17T11:40:27.828Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-17T11:40:27.828Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-17T11:40:27.828Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-17T11:40:27.828Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-17T11:40:27.828Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-17T11:40:27.828Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-17T11:40:27.828Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:40:27.828Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-17T11:40:27.828Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-17T11:40:27.828Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-17T11:40:27.972Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-17T11:40:27.972Z] daemon_test.go:198: [d427fb55a58f6] daemon is not started [2022-05-17T11:40:27.972Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-05-17T11:40:27.972Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-17T11:40:27.972Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-17T11:40:27.972Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-17T11:40:27.972Z] === RUN TestDaemonProxy [2022-05-17T11:40:27.972Z] === RUN TestDaemonProxy/environment_variables [2022-05-17T11:40:28.084Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-17T11:40:28.084Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-17T11:40:28.084Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-05-17T11:40:28.084Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-05-17T11:40:28.084Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-05-17T11:40:28.084Z] --- PASS: TestDaemonConfigValidation/valid_config (0.11s) [2022-05-17T11:40:28.084Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-17T11:40:28.084Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-17T11:40:28.084Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-17T11:40:28.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-17T11:40:29.448Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-17T11:40:29.835Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-17T11:40:29.835Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:40:29.835Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:40:29.835Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-17T11:40:29.835Z] [2022-05-17T11:40:29.836Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-17T11:40:29.836Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-17T11:40:29.836Z] HOSTNAME=cc78c0ab180d [2022-05-17T11:40:29.836Z] TESTDEBUG=0 [2022-05-17T11:40:29.836Z] DEST=bundles/test-integration [2022-05-17T11:40:29.836Z] PWD=/go/src/github.com/docker/docker [2022-05-17T11:40:29.836Z] DOCKER_GITCOMMIT=038b8f883b0a0802d173c63a3e0343d1ff23cd5e [2022-05-17T11:40:29.836Z] container=docker [2022-05-17T11:40:29.836Z] HOME=/root [2022-05-17T11:40:29.836Z] GOLANG_VERSION=1.18.2 [2022-05-17T11:40:29.836Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-17T11:40:29.836Z] VALIDATE_BRANCH=master [2022-05-17T11:40:29.836Z] TERM=xterm [2022-05-17T11:40:29.836Z] DOCKER_PKG=github.com/docker/docker [2022-05-17T11:40:29.836Z] SHLVL=1 [2022-05-17T11:40:29.836Z] TIMEOUT=120m [2022-05-17T11:40:29.836Z] DOCKER_BUILDTAGS= journald [2022-05-17T11:40:29.836Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-17T11:40:29.836Z] GO111MODULE=off [2022-05-17T11:40:29.836Z] DOCKER_EXPERIMENTAL=1 [2022-05-17T11:40:29.836Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-17T11:40:29.836Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-17T11:40:29.836Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-17T11:40:29.836Z] GOPATH=/go [2022-05-17T11:40:29.836Z] PKG_CONFIG=pkg-config [2022-05-17T11:40:29.836Z] _=/usr/bin/env [2022-05-17T11:40:29.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-17T11:40:29.859Z] === RUN TestDaemonProxy/command-line_options [2022-05-17T11:40:30.380Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-17T11:40:30.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-17T11:40:31.223Z] === RUN TestDaemonProxy/configuration_file [2022-05-17T11:40:31.310Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-17T11:40:31.311Z] daemon_test.go:198: [d2ebc571a4542] daemon is not started [2022-05-17T11:40:31.311Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-05-17T11:40:31.311Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-05-17T11:40:31.311Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-05-17T11:40:31.311Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-05-17T11:40:31.311Z] === RUN TestDaemonProxy [2022-05-17T11:40:31.311Z] daemon_test.go:202: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-17T11:40:31.311Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-17T11:40:31.311Z] PASS [2022-05-17T11:40:31.311Z] [2022-05-17T11:40:31.311Z] === Skipped [2022-05-17T11:40:31.311Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-05-17T11:40:31.311Z] daemon_test.go:202: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-17T11:40:31.311Z] [2022-05-17T11:40:31.311Z] DONE 13 tests, 1 skipped in 5.256s [2022-05-17T11:40:31.311Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-17T11:40:31.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-17T11:40:31.566Z] INFO: Testing against a local daemon [2022-05-17T11:40:31.566Z] === RUN TestCommitInheritsEnv [2022-05-17T11:40:33.109Z] === RUN TestDaemonProxy/conflicting_options [2022-05-17T11:40:33.453Z] --- PASS: TestCommitInheritsEnv (1.56s) [2022-05-17T11:40:33.454Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-17T11:40:33.454Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform// [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform/linux [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform/macos [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-17T11:40:33.454Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-17T11:40:33.454Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-17T11:40:33.454Z] === RUN TestImagesFilterMultiReference [2022-05-17T11:40:33.454Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-05-17T11:40:33.454Z] === RUN TestImagePullPlatformInvalid [2022-05-17T11:40:33.454Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-05-17T11:40:33.454Z] === RUN TestRemoveImageOrphaning [2022-05-17T11:40:33.670Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-17T11:40:33.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-17T11:40:34.231Z] --- PASS: TestDaemonProxy (6.16s) [2022-05-17T11:40:34.231Z] --- PASS: TestDaemonProxy/environment_variables (1.70s) [2022-05-17T11:40:34.231Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-05-17T11:40:34.231Z] --- PASS: TestDaemonProxy/configuration_file (1.71s) [2022-05-17T11:40:34.231Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-05-17T11:40:34.231Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-17T11:40:34.231Z] PASS [2022-05-17T11:40:34.231Z] [2022-05-17T11:40:34.231Z] DONE 18 tests in 11.099s [2022-05-17T11:40:34.231Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-17T11:40:34.231Z] INFO: Testing against a local daemon [2022-05-17T11:40:34.231Z] === RUN TestCommitInheritsEnv [2022-05-17T11:40:34.486Z] --- PASS: TestCommitInheritsEnv (0.28s) [2022-05-17T11:40:34.486Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-17T11:40:34.486Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-17T11:40:34.486Z] === RUN TestImportWithCustomPlatform [2022-05-17T11:40:34.486Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-17T11:40:34.486Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-17T11:40:34.486Z] === RUN TestImportWithCustomPlatform// [2022-05-17T11:40:34.486Z] === RUN TestImportWithCustomPlatform/linux [2022-05-17T11:40:34.486Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-17T11:40:34.742Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-17T11:40:34.742Z] === RUN TestImportWithCustomPlatform/macos [2022-05-17T11:40:34.742Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-17T11:40:34.742Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-17T11:40:34.742Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-17T11:40:34.742Z] === RUN TestImagesFilterMultiReference [2022-05-17T11:40:34.742Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-05-17T11:40:34.742Z] === RUN TestImagePullPlatformInvalid [2022-05-17T11:40:34.742Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-17T11:40:34.742Z] === RUN TestRemoveImageOrphaning [2022-05-17T11:40:34.998Z] --- PASS: TestRemoveImageOrphaning (0.29s) [2022-05-17T11:40:34.998Z] === RUN TestRemoveImageGarbageCollector [2022-05-17T11:40:35.341Z] --- PASS: TestRemoveImageOrphaning (1.60s) [2022-05-17T11:40:35.341Z] === RUN TestRemoveImageGarbageCollector [2022-05-17T11:40:35.341Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-17T11:40:35.341Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-17T11:40:35.341Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-17T11:40:35.341Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-17T11:40:35.341Z] === RUN TestTagInvalidReference [2022-05-17T11:40:35.341Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-17T11:40:35.341Z] === RUN TestTagValidPrefixedRepo [2022-05-17T11:40:35.341Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-05-17T11:40:35.341Z] === RUN TestTagExistedNameWithoutForce [2022-05-17T11:40:35.341Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-17T11:40:35.341Z] === RUN TestTagOfficialNames [2022-05-17T11:40:35.341Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-17T11:40:35.341Z] === RUN TestTagMatchesDigest [2022-05-17T11:40:35.341Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-17T11:40:35.341Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-17T11:40:35.559Z] time="2022-05-17T11:40:35Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-17T11:40:37.445Z] --- PASS: TestRemoveImageGarbageCollector (2.04s) [2022-05-17T11:40:37.445Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-17T11:40:37.445Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-05-17T11:40:37.445Z] === RUN TestTagInvalidReference [2022-05-17T11:40:37.445Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-17T11:40:37.445Z] === RUN TestTagValidPrefixedRepo [2022-05-17T11:40:37.445Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-05-17T11:40:37.445Z] === RUN TestTagExistedNameWithoutForce [2022-05-17T11:40:37.445Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-17T11:40:37.445Z] === RUN TestTagOfficialNames [2022-05-17T11:40:37.445Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-17T11:40:37.445Z] === RUN TestTagMatchesDigest [2022-05-17T11:40:37.445Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-05-17T11:40:37.445Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-17T11:40:41.948Z] === RUN TestMiddlewares [2022-05-17T11:40:41.948Z] --- PASS: TestMiddlewares (0.00s) [2022-05-17T11:40:41.948Z] PASS [2022-05-17T11:40:41.948Z] coverage: 7.9% of statements [2022-05-17T11:40:41.948Z] ok github.com/docker/docker/api/server 0.069s coverage: 7.9% of statements [2022-05-17T11:40:41.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-17T11:40:44.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-17T11:40:47.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-17T11:40:48.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-17T11:40:52.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-17T11:40:53.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-17T11:40:56.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-17T11:40:57.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-17T11:40:57.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-17T11:40:59.722Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-17T11:41:02.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-17T11:41:04.793Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-17T11:41:04.793Z] Using test binary docker [2022-05-17T11:41:04.793Z] +++ /etc/init.d/apparmor start [2022-05-17T11:41:04.793Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-17T11:41:04.793Z] INFO: Waiting for daemon to start... [2022-05-17T11:41:04.793Z] Starting dockerd [2022-05-17T11:41:04.793Z] +++ 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-17T11:41:07.344Z] . [2022-05-17T11:41:07.344Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-17T11:41:07.344Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-17T11:41:07.344Z] Error: No such image: emptyfs [2022-05-17T11:41:07.344Z] ++++ docker load [2022-05-17T11:41:07.344Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-17T11:41:07.344Z] Running integration-test (iteration 1) [2022-05-17T11:41:07.344Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-17T11:41:07.345Z] ++ 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-17T11:41:07.345Z] ++ set -e [2022-05-17T11:41:07.345Z] ++ '[' -n 0 ']' [2022-05-17T11:41:07.345Z] ++ set -x [2022-05-17T11:41:07.345Z] ++ 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-17T11:41:08.278Z] Loaded image: busybox:latest [2022-05-17T11:41:08.845Z] Loaded image: busybox:glibc [2022-05-17T11:41:14.109Z] Loaded image: debian:bullseye-slim [2022-05-17T11:41:14.109Z] Loaded image: hello-world:latest [2022-05-17T11:41:14.109Z] Loaded image: arm32v7/hello-world:latest [2022-05-17T11:41:14.109Z] INFO: Testing against a local daemon [2022-05-17T11:41:14.109Z] === RUN TestCgroupNamespacesBuild [2022-05-17T11:41:16.021Z] --- PASS: TestCgroupNamespacesBuild (2.37s) [2022-05-17T11:41:16.021Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-17T11:41:18.660Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.12s) [2022-05-17T11:41:18.660Z] === RUN TestBuildWithSession [2022-05-17T11:41:18.660Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:41:18.660Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-17T11:41:18.660Z] === RUN TestBuildSquashParent [2022-05-17T11:41:19.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-17T11:41:23.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-17T11:41:28.717Z] --- PASS: TestBuildSquashParent (9.46s) [2022-05-17T11:41:28.717Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-17T11:41:28.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:41:28.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:41:28.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:41:28.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:41:28.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:41:28.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:41:28.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:41:28.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:41:28.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:41:28.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:41:28.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:41:28.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:41:28.717Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:41:28.717Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:41:30.624Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:41:30.882Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:41:31.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-17T11:41:31.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-17T11:41:32.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-17T11:41:33.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-17T11:41:33.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-17T11:41:34.164Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:41:34.164Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:41:34.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-17T11:41:37.458Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-17T11:41:37.458Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.13s) [2022-05-17T11:41:37.458Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.29s) [2022-05-17T11:41:37.458Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.30s) [2022-05-17T11:41:37.458Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.18s) [2022-05-17T11:41:37.458Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.51s) [2022-05-17T11:41:37.458Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.50s) [2022-05-17T11:41:37.458Z] === RUN TestBuildMultiStageCopy [2022-05-17T11:41:37.458Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-17T11:41:37.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-17T11:41:38.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-17T11:41:39.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-17T11:41:39.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-17T11:41:40.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-17T11:41:40.746Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-17T11:41:41.003Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-17T11:41:41.147Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-17T11:41:41.568Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-17T11:41:42.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-17T11:41:42.134Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-17T11:41:42.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-17T11:41:42.699Z] --- PASS: TestBuildMultiStageCopy (5.12s) [2022-05-17T11:41:42.699Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.85s) [2022-05-17T11:41:42.699Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2022-05-17T11:41:42.699Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.62s) [2022-05-17T11:41:42.699Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2022-05-17T11:41:42.699Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2022-05-17T11:41:42.699Z] === RUN TestBuildMultiStageParentConfig [2022-05-17T11:41:43.189Z] 97f65a0ec59e: Pull complete [2022-05-17T11:41:43.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-17T11:41:44.080Z] --- PASS: TestBuildMultiStageParentConfig (1.40s) [2022-05-17T11:41:44.080Z] === RUN TestBuildLabelWithTargets [2022-05-17T11:41:44.547Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-17T11:41:44.547Z] Using test binary docker [2022-05-17T11:41:44.547Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-17T11:41:44.547Z] +++ /etc/init.d/apparmor start [2022-05-17T11:41:44.547Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-17T11:41:44.547Z] INFO: Waiting for daemon to start... [2022-05-17T11:41:44.547Z] Starting dockerd [2022-05-17T11:41:44.547Z] +++ 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-17T11:41:46.610Z] --- PASS: TestBuildLabelWithTargets (2.62s) [2022-05-17T11:41:46.610Z] === RUN TestBuildWithEmptyLayers [2022-05-17T11:41:47.985Z] --- PASS: TestBuildWithEmptyLayers (1.28s) [2022-05-17T11:41:47.985Z] === RUN TestBuildMultiStageOnBuild [2022-05-17T11:41:49.460Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-17T11:41:49.460Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-05-17T11:41:49.460Z] { [2022-05-17T11:41:49.460Z] "RT_GROUP_ICON": { [2022-05-17T11:41:49.460Z] "#1": { [2022-05-17T11:41:49.460Z] "0409": "../../winresources/docker.ico" [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] }, [2022-05-17T11:41:49.460Z] "RT_MANIFEST": { [2022-05-17T11:41:49.460Z] "#1": { [2022-05-17T11:41:49.460Z] "0409": { [2022-05-17T11:41:49.460Z] "identity": {}, [2022-05-17T11:41:49.460Z] "description": "Docker Engine", [2022-05-17T11:41:49.460Z] "minimum-os": "vista", [2022-05-17T11:41:49.460Z] "execution-level": "", [2022-05-17T11:41:49.460Z] "ui-access": false, [2022-05-17T11:41:49.460Z] "auto-elevate": false, [2022-05-17T11:41:49.460Z] "dpi-awareness": "unaware", [2022-05-17T11:41:49.460Z] "disable-theming": false, [2022-05-17T11:41:49.460Z] "disable-window-filtering": false, [2022-05-17T11:41:49.460Z] "high-resolution-scrolling-aware": false, [2022-05-17T11:41:49.460Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-17T11:41:49.460Z] "long-path-aware": false, [2022-05-17T11:41:49.460Z] "printer-driver-isolation": false, [2022-05-17T11:41:49.460Z] "gdi-scaling": false, [2022-05-17T11:41:49.460Z] "segment-heap": false, [2022-05-17T11:41:49.460Z] "use-common-controls-v6": false [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] }, [2022-05-17T11:41:49.460Z] "RT_MESSAGETABLE": { [2022-05-17T11:41:49.460Z] "#1": { [2022-05-17T11:41:49.460Z] "0409": "../../winresources/event_messages.bin" [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] }, [2022-05-17T11:41:49.460Z] "RT_VERSION": { [2022-05-17T11:41:49.460Z] "#1": { [2022-05-17T11:41:49.460Z] "0409": { [2022-05-17T11:41:49.460Z] "fixed": { [2022-05-17T11:41:49.460Z] "file_version": "0.0.0.0", [2022-05-17T11:41:49.460Z] "product_version": "0.0.0.0", [2022-05-17T11:41:49.460Z] "type": "Unknown" [2022-05-17T11:41:49.460Z] }, [2022-05-17T11:41:49.460Z] "info": { [2022-05-17T11:41:49.460Z] "0000": { [2022-05-17T11:41:49.460Z] "CompanyName": "", [2022-05-17T11:41:49.460Z] "FileVersion": "dev", [2022-05-17T11:41:49.460Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-17T11:41:49.460Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-05-17T11:41:49.460Z] "ProductName": "", [2022-05-17T11:41:49.460Z] "ProductVersion": "dev", [2022-05-17T11:41:49.460Z] "SpecialBuild": "dc18167fb196b5d38855bde3d914fc6d27055d27" [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] } [2022-05-17T11:41:49.460Z] cmd/docker-proxy/genwinres_windows.go [2022-05-17T11:41:49.460Z] cmd/docker-proxy/main.go [2022-05-17T11:41:49.460Z] cmd/docker-proxy/network_proxy_test.go [2022-05-17T11:41:49.460Z] cmd/docker-proxy/proxy.go [2022-05-17T11:41:49.460Z] cmd/docker-proxy/sctp_proxy.go [2022-05-17T11:41:49.460Z] cmd/docker-proxy/tcp_proxy.go [2022-05-17T11:41:49.460Z] cmd/docker-proxy/udp_proxy.go [2022-05-17T11:41:49.460Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-17T11:41:49.460Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-17T11:41:49.460Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-17T11:41:49.460Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-05-17T11:41:49.460Z] remote: Enumerating objects: 23, done. [2022-05-17T11:41:49.460Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-05-17T11:41:49.460Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-05-17T11:41:49.460Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-05-17T11:41:49.460Z] 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-17T11:41:49.460Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-05-17T11:41:49.460Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-05-17T11:41:49.460Z] Cross building: bundles/cross/linux/ppc64le [2022-05-17T11:41:49.460Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-17T11:41:49.460Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-17T11:41:51.127Z] . [2022-05-17T11:41:51.127Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-17T11:41:51.127Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-17T11:41:51.127Z] Error: No such image: emptyfs [2022-05-17T11:41:51.127Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-17T11:41:51.127Z] ++++ docker load [2022-05-17T11:41:51.269Z] --- PASS: TestBuildMultiStageOnBuild (2.95s) [2022-05-17T11:41:51.269Z] === RUN TestBuildUncleanTarFilenames [2022-05-17T11:41:51.387Z] Running integration-test (iteration 1) [2022-05-17T11:41:51.388Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-05-17T11:41:51.388Z] ++ 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-17T11:41:51.388Z] ++ set -e [2022-05-17T11:41:51.388Z] ++ '[' -n 0 ']' [2022-05-17T11:41:51.388Z] ++ set -x [2022-05-17T11:41:51.388Z] ++ 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-17T11:41:51.648Z] Loaded image: busybox:latest [2022-05-17T11:41:51.648Z] Loaded image: busybox:glibc [2022-05-17T11:41:52.646Z] --- PASS: TestBuildUncleanTarFilenames (1.84s) [2022-05-17T11:41:52.646Z] === RUN TestBuildMultiStageLayerLeak [2022-05-17T11:41:53.032Z] Loaded image: debian:bullseye-slim [2022-05-17T11:41:53.032Z] Loaded image: hello-world:latest [2022-05-17T11:41:53.032Z] Loaded image: arm32v7/hello-world:latest [2022-05-17T11:41:53.032Z] INFO: Testing against a local daemon [2022-05-17T11:41:53.032Z] === RUN TestCgroupNamespacesBuild [2022-05-17T11:41:53.973Z] --- PASS: TestCgroupNamespacesBuild (1.12s) [2022-05-17T11:41:53.973Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-17T11:41:54.232Z] === RUN TestBoolValue [2022-05-17T11:41:54.232Z] --- PASS: TestBoolValue (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestBoolValueOrDefault [2022-05-17T11:41:54.232Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestInt64ValueOrZero [2022-05-17T11:41:54.232Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestInt64ValueOrDefault [2022-05-17T11:41:54.232Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-17T11:41:54.232Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestJsonContentType [2022-05-17T11:41:54.232Z] --- PASS: TestJsonContentType (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestReadJSON [2022-05-17T11:41:54.232Z] === RUN TestReadJSON/nil_body [2022-05-17T11:41:54.232Z] === RUN TestReadJSON/empty_body [2022-05-17T11:41:54.232Z] === RUN TestReadJSON/with_valid_request [2022-05-17T11:41:54.232Z] === RUN TestReadJSON/with_whitespace [2022-05-17T11:41:54.232Z] === RUN TestReadJSON/with_extra_content [2022-05-17T11:41:54.232Z] === RUN TestReadJSON/invalid_JSON [2022-05-17T11:41:54.232Z] --- PASS: TestReadJSON (0.00s) [2022-05-17T11:41:54.232Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-17T11:41:54.232Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-17T11:41:54.232Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-17T11:41:54.232Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-17T11:41:54.232Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-17T11:41:54.232Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-17T11:41:54.232Z] PASS [2022-05-17T11:41:54.232Z] coverage: 31.9% of statements [2022-05-17T11:41:54.232Z] ok github.com/docker/docker/api/server/httputils 0.088s coverage: 31.9% of statements [2022-05-17T11:41:54.232Z] === RUN TestMaskSecretKeys [2022-05-17T11:41:54.232Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-17T11:41:54.232Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-17T11:41:54.232Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-17T11:41:54.232Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-17T11:41:54.232Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-17T11:41:54.232Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-17T11:41:54.232Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestVersionMiddlewareVersion [2022-05-17T11:41:54.232Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-17T11:41:54.232Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-17T11:41:54.232Z] PASS [2022-05-17T11:41:54.232Z] coverage: 37.7% of statements [2022-05-17T11:41:54.232Z] ok github.com/docker/docker/api/server/middleware 0.048s coverage: 37.7% of statements [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-17T11:41:54.232Z] === RUN TestToJSON [2022-05-17T11:41:54.232Z] --- PASS: TestToJSON (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestToParamWithVersion [2022-05-17T11:41:54.232Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestFromJSON [2022-05-17T11:41:54.232Z] --- PASS: TestFromJSON (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestEmpty [2022-05-17T11:41:54.232Z] --- PASS: TestEmpty (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestArgsMatchKVListEmptySources [2022-05-17T11:41:54.232Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestArgsMatchKVList [2022-05-17T11:41:54.232Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestArgsMatch [2022-05-17T11:41:54.232Z] --- PASS: TestArgsMatch (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestAdd [2022-05-17T11:41:54.232Z] --- PASS: TestAdd (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestDel [2022-05-17T11:41:54.232Z] --- PASS: TestDel (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestLen [2022-05-17T11:41:54.232Z] --- PASS: TestLen (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestExactMatch [2022-05-17T11:41:54.232Z] --- PASS: TestExactMatch (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestOnlyOneExactMatch [2022-05-17T11:41:54.232Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestContains [2022-05-17T11:41:54.232Z] --- PASS: TestContains (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestValidate [2022-05-17T11:41:54.232Z] --- PASS: TestValidate (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestWalkValues [2022-05-17T11:41:54.232Z] --- PASS: TestWalkValues (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestFuzzyMatch [2022-05-17T11:41:54.232Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestClone [2022-05-17T11:41:54.232Z] --- PASS: TestClone (0.00s) [2022-05-17T11:41:54.232Z] PASS [2022-05-17T11:41:54.232Z] coverage: 92.2% of statements [2022-05-17T11:41:54.232Z] ok github.com/docker/docker/api/types/filters 0.043s coverage: 92.2% of statements [2022-05-17T11:41:54.232Z] === RUN TestAdjustForAPIVersion [2022-05-17T11:41:54.232Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-17T11:41:54.232Z] PASS [2022-05-17T11:41:54.232Z] coverage: 6.0% of statements [2022-05-17T11:41:54.232Z] ok github.com/docker/docker/api/server/router/swarm 0.042s coverage: 6.0% of statements [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-17T11:41:54.232Z] === RUN TestStrSliceMarshalJSON [2022-05-17T11:41:54.232Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestStrSliceUnmarshalJSON [2022-05-17T11:41:54.232Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestStrSliceUnmarshalString [2022-05-17T11:41:54.232Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestStrSliceUnmarshalSlice [2022-05-17T11:41:54.232Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-17T11:41:54.232Z] PASS [2022-05-17T11:41:54.232Z] coverage: 90.0% of statements [2022-05-17T11:41:54.232Z] ok github.com/docker/docker/api/types/strslice 0.039s coverage: 90.0% of statements [2022-05-17T11:41:54.232Z] === RUN TestGetVolumeByNameNotFoundNoSwarm [2022-05-17T11:41:54.232Z] --- PASS: TestGetVolumeByNameNotFoundNoSwarm (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestGetVolumeByNameNotFoundNotManager [2022-05-17T11:41:54.232Z] --- PASS: TestGetVolumeByNameNotFoundNotManager (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestGetVolumeByNameNotFound [2022-05-17T11:41:54.232Z] --- PASS: TestGetVolumeByNameNotFound (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestGetVolumeByNameFoundRegular [2022-05-17T11:41:54.232Z] --- PASS: TestGetVolumeByNameFoundRegular (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestGetVolumeByNameFoundSwarm [2022-05-17T11:41:54.232Z] --- PASS: TestGetVolumeByNameFoundSwarm (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestListVolumes [2022-05-17T11:41:54.232Z] --- PASS: TestListVolumes (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestListVolumesNoSwarm [2022-05-17T11:41:54.232Z] --- PASS: TestListVolumesNoSwarm (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestListVolumesNoManager [2022-05-17T11:41:54.232Z] --- PASS: TestListVolumesNoManager (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestCreateRegularVolume [2022-05-17T11:41:54.232Z] --- PASS: TestCreateRegularVolume (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestCreateSwarmVolumeNoSwarm [2022-05-17T11:41:54.232Z] --- PASS: TestCreateSwarmVolumeNoSwarm (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestCreateSwarmVolumeNotManager [2022-05-17T11:41:54.232Z] --- PASS: TestCreateSwarmVolumeNotManager (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestCreateVolumeCluster [2022-05-17T11:41:54.232Z] --- PASS: TestCreateVolumeCluster (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestUpdateVolume [2022-05-17T11:41:54.232Z] --- PASS: TestUpdateVolume (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestUpdateVolumeNoSwarm [2022-05-17T11:41:54.232Z] --- PASS: TestUpdateVolumeNoSwarm (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestUpdateVolumeNotFound [2022-05-17T11:41:54.232Z] --- PASS: TestUpdateVolumeNotFound (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestVolumeRemove [2022-05-17T11:41:54.232Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestVolumeRemoveSwarm [2022-05-17T11:41:54.232Z] --- PASS: TestVolumeRemoveSwarm (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestVolumeRemoveNotFoundNoSwarm [2022-05-17T11:41:54.232Z] --- PASS: TestVolumeRemoveNotFoundNoSwarm (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestVolumeRemoveNotFoundNoManager [2022-05-17T11:41:54.232Z] --- PASS: TestVolumeRemoveNotFoundNoManager (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestVolumeRemoveFoundNoSwarm [2022-05-17T11:41:54.232Z] --- PASS: TestVolumeRemoveFoundNoSwarm (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestVolumeRemoveNoSwarmInUse [2022-05-17T11:41:54.232Z] --- PASS: TestVolumeRemoveNoSwarmInUse (0.00s) [2022-05-17T11:41:54.232Z] === RUN TestVolumeRemoveSwarmForce [2022-05-17T11:41:54.232Z] --- PASS: TestVolumeRemoveSwarmForce (0.00s) [2022-05-17T11:41:54.232Z] PASS [2022-05-17T11:41:54.232Z] coverage: 67.9% of statements [2022-05-17T11:41:54.232Z] ok github.com/docker/docker/api/server/router/volume 0.054s coverage: 67.9% of statements [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-17T11:41:54.232Z] === RUN TestGetTimestamp [2022-05-17T11:41:54.232Z] --- PASS: TestGetTimestamp (0.18s) [2022-05-17T11:41:54.232Z] === RUN TestParseTimestamps [2022-05-17T11:41:54.232Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-17T11:41:54.232Z] PASS [2022-05-17T11:41:54.232Z] coverage: 100.0% of statements [2022-05-17T11:41:54.232Z] ok github.com/docker/docker/api/types/time 0.239s coverage: 100.0% of statements [2022-05-17T11:41:54.232Z] === RUN TestCompareVersion [2022-05-17T11:41:54.232Z] --- PASS: TestCompareVersion (0.00s) [2022-05-17T11:41:54.232Z] PASS [2022-05-17T11:41:54.232Z] coverage: 77.3% of statements [2022-05-17T11:41:54.232Z] ok github.com/docker/docker/api/types/versions 0.035s coverage: 77.3% of statements [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-17T11:41:54.232Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-17T11:41:54.233Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-17T11:41:54.233Z] ? github.com/docker/docker/builder [no test files] [2022-05-17T11:41:54.233Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-17T11:41:54.233Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-17T11:41:54.233Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-17T11:41:54.233Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-17T11:41:54.233Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-17T11:41:54.233Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-17T11:41:54.233Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-17T11:41:54.233Z] === RUN TestIsGIT [2022-05-17T11:41:54.233Z] --- PASS: TestIsGIT (0.00s) [2022-05-17T11:41:54.233Z] PASS [2022-05-17T11:41:54.233Z] coverage: 100.0% of statements [2022-05-17T11:41:54.233Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.058s coverage: 100.0% of statements [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-17T11:41:54.233Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-17T11:41:54.233Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-17T11:41:54.233Z] === RUN TestCloneArgsSmartHttp [2022-05-17T11:41:54.233Z] --- PASS: TestCloneArgsSmartHttp (0.03s) [2022-05-17T11:41:54.233Z] === RUN TestCloneArgsDumbHttp [2022-05-17T11:41:54.233Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-17T11:41:54.233Z] === RUN TestCloneArgsGit [2022-05-17T11:41:54.233Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-17T11:41:54.233Z] === RUN TestCheckoutGit [2022-05-17T11:41:54.699Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-17T11:41:54.699Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-05-17T11:41:54.699Z] === RUN TestProcessNoDockerignore [2022-05-17T11:41:54.699Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-17T11:41:54.699Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-05-17T11:41:54.699Z] === RUN TestDetectContentType [2022-05-17T11:41:54.699Z] --- PASS: TestDetectContentType (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestSelectAcceptableMIME [2022-05-17T11:41:54.699Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestInspectEmptyResponse [2022-05-17T11:41:54.699Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestInspectResponseBinary [2022-05-17T11:41:54.699Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestResponseUnsupportedContentType [2022-05-17T11:41:54.699Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestInspectResponseTextSimple [2022-05-17T11:41:54.699Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestInspectResponseEmptyContentType [2022-05-17T11:41:54.699Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestUnknownContentLength [2022-05-17T11:41:54.699Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestDownloadRemote [2022-05-17T11:41:54.699Z] === RUN TestEnable [2022-05-17T11:41:54.699Z] --- PASS: TestEnable (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestDisable [2022-05-17T11:41:54.699Z] --- PASS: TestDisable (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestEnabled [2022-05-17T11:41:54.699Z] --- PASS: TestEnabled (0.00s) [2022-05-17T11:41:54.699Z] PASS [2022-05-17T11:41:54.699Z] coverage: 100.0% of statements [2022-05-17T11:41:54.699Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2022-05-17T11:41:54.699Z] --- PASS: TestDownloadRemote (0.10s) [2022-05-17T11:41:54.699Z] === RUN TestGetWithStatusError [2022-05-17T11:41:54.699Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestCloseRootDirectory [2022-05-17T11:41:54.699Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:41:54.699Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestHashFile [2022-05-17T11:41:54.699Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:41:54.699Z] --- SKIP: TestHashFile (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestHashSubdir [2022-05-17T11:41:54.699Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:41:54.699Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-17T11:41:54.699Z] === RUN TestRemoveDirectory [2022-05-17T11:41:54.699Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:41:54.699Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-05-17T11:41:54.699Z] PASS [2022-05-17T11:41:54.699Z] coverage: 9.3% of statements [2022-05-17T11:41:54.699Z] ok github.com/docker/docker/builder/remotecontext 0.331s coverage: 9.3% of statements [2022-05-17T11:41:54.699Z] === RUN TestGetAllAllowed [2022-05-17T11:41:54.699Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestGetAllMeta [2022-05-17T11:41:54.699Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-17T11:41:54.699Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-17T11:41:54.699Z] === RUN TestIsUnreferencedBuiltin [2022-05-17T11:41:54.700Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestIsExistingDirectory [2022-05-17T11:41:54.700Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestGetFilenameForDownload [2022-05-17T11:41:54.700Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestEnv2Variables [2022-05-17T11:41:54.700Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-17T11:41:54.700Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestMaintainer [2022-05-17T11:41:54.700Z] --- PASS: TestMaintainer (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestLabel [2022-05-17T11:41:54.700Z] --- PASS: TestLabel (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestFromScratch [2022-05-17T11:41:54.700Z] --- PASS: TestFromScratch (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestFromWithArg [2022-05-17T11:41:54.700Z] --- PASS: TestFromWithArg (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-17T11:41:54.700Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestFromWithUndefinedArg [2022-05-17T11:41:54.700Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestFromMultiStageWithNamedStage [2022-05-17T11:41:54.700Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestOnbuild [2022-05-17T11:41:54.700Z] --- PASS: TestOnbuild (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestWorkdir [2022-05-17T11:41:54.700Z] --- PASS: TestWorkdir (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestCmd [2022-05-17T11:41:54.700Z] --- PASS: TestCmd (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestHealthcheckNone [2022-05-17T11:41:54.700Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestHealthcheckCmd [2022-05-17T11:41:54.700Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestEntrypoint [2022-05-17T11:41:54.700Z] --- PASS: TestEntrypoint (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestExpose [2022-05-17T11:41:54.700Z] --- PASS: TestExpose (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestUser [2022-05-17T11:41:54.700Z] --- PASS: TestUser (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestVolume [2022-05-17T11:41:54.700Z] --- PASS: TestVolume (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestStopSignal [2022-05-17T11:41:54.700Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-17T11:41:54.700Z] --- SKIP: TestStopSignal (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestArg [2022-05-17T11:41:54.700Z] --- PASS: TestArg (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestShell [2022-05-17T11:41:54.700Z] --- PASS: TestShell (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestPrependEnvOnCmd [2022-05-17T11:41:54.700Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestRunWithBuildArgs [2022-05-17T11:41:54.700Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestRunIgnoresHealthcheck [2022-05-17T11:41:54.700Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestDispatchUnsupportedOptions [2022-05-17T11:41:54.700Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-17T11:41:54.700Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-17T11:41:54.700Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-17T11:41:54.700Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-17T11:41:54.700Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-17T11:41:54.700Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-17T11:41:54.700Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestNormalizeWorkdir [2022-05-17T11:41:54.700Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-17T11:41:54.700Z] === RUN TestDispatch [2022-05-17T11:41:54.700Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-17T11:41:54.700Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-17T11:41:54.700Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-17T11:41:54.700Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-17T11:41:55.167Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-17T11:41:55.167Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-17T11:41:55.167Z] === RUN TestDispatch/COPY_url [2022-05-17T11:41:55.167Z] --- PASS: TestDispatch (0.08s) [2022-05-17T11:41:55.167Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-05-17T11:41:55.167Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-05-17T11:41:55.167Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-05-17T11:41:55.167Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-05-17T11:41:55.167Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-17T11:41:55.167Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-17T11:41:55.167Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestAddScratchImageAddsToMounts [2022-05-17T11:41:55.167Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-17T11:41:55.167Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-17T11:41:55.167Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-17T11:41:55.167Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestImageSourceGetAddsToMounts [2022-05-17T11:41:55.167Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestEmptyDockerfile [2022-05-17T11:41:55.167Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-17T11:41:55.167Z] === RUN TestSymlinkDockerfile [2022-05-17T11:41:55.167Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-17T11:41:55.167Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-17T11:41:55.167Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestNonExistingDockerfile [2022-05-17T11:41:55.167Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestCopyRunConfig [2022-05-17T11:41:55.167Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestDeepCopyRunConfig [2022-05-17T11:41:55.167Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestExportImage [2022-05-17T11:41:55.167Z] --- PASS: TestExportImage (0.00s) [2022-05-17T11:41:55.167Z] === RUN TestNormalizeDest [2022-05-17T11:41:55.167Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-17T11:41:55.167Z] PASS [2022-05-17T11:41:55.167Z] coverage: 46.7% of statements [2022-05-17T11:41:55.167Z] ok github.com/docker/docker/builder/dockerfile 0.234s coverage: 46.7% of statements [2022-05-17T11:41:55.357Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2022-05-17T11:41:55.357Z] === RUN TestBuildWithSession [2022-05-17T11:41:55.357Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:41:55.357Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-17T11:41:55.357Z] === RUN TestBuildSquashParent [2022-05-17T11:41:56.160Z] === RUN TestTCP4Proxy [2022-05-17T11:41:56.160Z] --- PASS: TestTCP4Proxy (0.02s) [2022-05-17T11:41:56.160Z] === RUN TestTCP4ProxyHalfClose [2022-05-17T11:41:56.160Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-17T11:41:56.160Z] === RUN TestTCP6Proxy [2022-05-17T11:41:56.160Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-17T11:41:56.160Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-17T11:41:56.160Z] === RUN TestTCPDualStackProxy [2022-05-17T11:41:56.160Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-17T11:41:56.160Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-17T11:41:56.160Z] === RUN TestUDP4Proxy [2022-05-17T11:41:56.160Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-17T11:41:56.160Z] === RUN TestUDP6Proxy [2022-05-17T11:41:56.160Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-17T11:41:56.160Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-17T11:41:56.160Z] === RUN TestUDPWriteError [2022-05-17T11:41:56.160Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-17T11:41:56.160Z] === RUN TestSCTP4Proxy [2022-05-17T11:41:56.160Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-17T11:41:56.160Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-05-17T11:41:56.160Z] === RUN TestSCTP6Proxy [2022-05-17T11:41:56.160Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-17T11:41:56.160Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-17T11:41:56.160Z] PASS [2022-05-17T11:41:56.160Z] coverage: 49.4% of statements [2022-05-17T11:41:56.160Z] ok github.com/docker/docker/cmd/docker-proxy 0.064s coverage: 49.4% of statements [2022-05-17T11:41:56.849Z] --- PASS: TestBuildMultiStageLayerLeak (3.47s) [2022-05-17T11:41:56.849Z] === RUN TestBuildWithHugeFile [2022-05-17T11:41:59.558Z] --- PASS: TestBuildSquashParent (4.09s) [2022-05-17T11:41:59.558Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-17T11:41:59.558Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:41:59.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:41:59.558Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:41:59.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:41:59.558Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:41:59.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:41:59.558Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:41:59.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:41:59.558Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:41:59.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:41:59.558Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:41:59.558Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:41:59.558Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:41:59.558Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:42:00.942Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:42:00.942Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:42:01.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:42:01.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:42:03.270Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-17T11:42:03.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.34s) [2022-05-17T11:42:03.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.52s) [2022-05-17T11:42:03.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.24s) [2022-05-17T11:42:03.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.16s) [2022-05-17T11:42:03.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.14s) [2022-05-17T11:42:03.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.24s) [2022-05-17T11:42:03.270Z] === RUN TestBuildMultiStageCopy [2022-05-17T11:42:03.270Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-17T11:42:04.653Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-17T11:42:04.653Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-17T11:42:04.917Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-17T11:42:05.177Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-17T11:42:05.177Z] --- PASS: TestBuildMultiStageCopy (2.07s) [2022-05-17T11:42:05.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.18s) [2022-05-17T11:42:05.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-05-17T11:42:05.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-05-17T11:42:05.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2022-05-17T11:42:05.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-05-17T11:42:05.177Z] === RUN TestBuildMultiStageParentConfig [2022-05-17T11:42:06.118Z] --- PASS: TestBuildMultiStageParentConfig (0.64s) [2022-05-17T11:42:06.118Z] === RUN TestBuildLabelWithTargets [2022-05-17T11:42:07.059Z] --- PASS: TestBuildLabelWithTargets (0.96s) [2022-05-17T11:42:07.059Z] === RUN TestBuildWithEmptyLayers [2022-05-17T11:42:07.319Z] --- PASS: TestBuildWithEmptyLayers (0.44s) [2022-05-17T11:42:07.319Z] === RUN TestBuildMultiStageOnBuild [2022-05-17T11:42:08.653Z] === RUN TestCheckpointCreateError [2022-05-17T11:42:08.653Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestCheckpointCreate [2022-05-17T11:42:08.653Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestCheckpointDeleteError [2022-05-17T11:42:08.653Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestCheckpointDelete [2022-05-17T11:42:08.653Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestCheckpointListError [2022-05-17T11:42:08.653Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestCheckpointList [2022-05-17T11:42:08.653Z] --- PASS: TestCheckpointList (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestCheckpointListContainerNotFound [2022-05-17T11:42:08.653Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestNewClientWithOpsFromEnv [2022-05-17T11:42:08.653Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-17T11:42:08.653Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestGetAPIPath [2022-05-17T11:42:08.653Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestParseHostURL [2022-05-17T11:42:08.653Z] --- PASS: TestParseHostURL (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-17T11:42:08.653Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-17T11:42:08.653Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-17T11:42:08.653Z] === RUN TestNegotiateAPIVersion [2022-05-17T11:42:08.653Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-17T11:42:08.653Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-17T11:42:08.653Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-17T11:42:08.653Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-17T11:42:08.653Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-17T11:42:08.653Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestNegotiateAPVersionOverride [2022-05-17T11:42:08.654Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-17T11:42:08.654Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-17T11:42:08.654Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-17T11:42:08.654Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestClientRedirect [2022-05-17T11:42:08.654Z] === RUN TestClientRedirect/GET [2022-05-17T11:42:08.654Z] === RUN TestClientRedirect/POST [2022-05-17T11:42:08.654Z] === RUN TestClientRedirect/PUT [2022-05-17T11:42:08.654Z] === RUN TestClientRedirect/DELETE [2022-05-17T11:42:08.654Z] --- PASS: TestClientRedirect (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigCreateUnsupported [2022-05-17T11:42:08.654Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigCreateError [2022-05-17T11:42:08.654Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigCreate [2022-05-17T11:42:08.654Z] --- PASS: TestConfigCreate (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigInspectNotFound [2022-05-17T11:42:08.654Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigInspectWithEmptyID [2022-05-17T11:42:08.654Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigInspectUnsupported [2022-05-17T11:42:08.654Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigInspectError [2022-05-17T11:42:08.654Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigInspectConfigNotFound [2022-05-17T11:42:08.654Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigInspect [2022-05-17T11:42:08.654Z] --- PASS: TestConfigInspect (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigListUnsupported [2022-05-17T11:42:08.654Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigListError [2022-05-17T11:42:08.654Z] --- PASS: TestConfigListError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigList [2022-05-17T11:42:08.654Z] --- PASS: TestConfigList (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigRemoveUnsupported [2022-05-17T11:42:08.654Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigRemoveError [2022-05-17T11:42:08.654Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigRemove [2022-05-17T11:42:08.654Z] --- PASS: TestConfigRemove (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigUpdateUnsupported [2022-05-17T11:42:08.654Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigUpdateError [2022-05-17T11:42:08.654Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestConfigUpdate [2022-05-17T11:42:08.654Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerCommitError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerCommit [2022-05-17T11:42:08.654Z] --- PASS: TestContainerCommit (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStatPathError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStatPathNotFoundError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStatPathNoHeaderError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStatPath [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestCopyToContainerError [2022-05-17T11:42:08.654Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestCopyToContainerNotFoundError [2022-05-17T11:42:08.654Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestCopyToContainerEmptyResponse [2022-05-17T11:42:08.654Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestCopyToContainer [2022-05-17T11:42:08.654Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestCopyFromContainerError [2022-05-17T11:42:08.654Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestCopyFromContainerNotFoundError [2022-05-17T11:42:08.654Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-17T11:42:08.654Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-17T11:42:08.654Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestCopyFromContainer [2022-05-17T11:42:08.654Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerCreateError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerCreateImageNotFound [2022-05-17T11:42:08.654Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerCreateWithName [2022-05-17T11:42:08.654Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerCreateAutoRemove [2022-05-17T11:42:08.654Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerDiffError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerDiff [2022-05-17T11:42:08.654Z] --- PASS: TestContainerDiff (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExecCreateError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExecCreate [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExecStartError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExecStart [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExecInspectError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExecInspect [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExportError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExportError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExport [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExport (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerInspectError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerInspectContainerNotFound [2022-05-17T11:42:08.654Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerInspectWithEmptyID [2022-05-17T11:42:08.654Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerInspect [2022-05-17T11:42:08.654Z] --- PASS: TestContainerInspect (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerInspectNode [2022-05-17T11:42:08.654Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerKillError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerKillError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerKill [2022-05-17T11:42:08.654Z] --- PASS: TestContainerKill (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerListError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerListError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerList [2022-05-17T11:42:08.654Z] --- PASS: TestContainerList (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerLogsNotFoundError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerLogsError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerLogs [2022-05-17T11:42:08.654Z] --- PASS: TestContainerLogs (0.23s) [2022-05-17T11:42:08.654Z] === RUN TestContainerPauseError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerPause [2022-05-17T11:42:08.654Z] --- PASS: TestContainerPause (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainersPruneError [2022-05-17T11:42:08.654Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainersPrune [2022-05-17T11:42:08.654Z] --- PASS: TestContainersPrune (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerRemoveError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerRemoveNotFoundError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerRemove [2022-05-17T11:42:08.654Z] --- PASS: TestContainerRemove (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerRenameError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerRename [2022-05-17T11:42:08.654Z] --- PASS: TestContainerRename (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerResizeError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExecResizeError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerResize [2022-05-17T11:42:08.654Z] --- PASS: TestContainerResize (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerExecResize [2022-05-17T11:42:08.654Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerRestartError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerRestart [2022-05-17T11:42:08.654Z] --- PASS: TestContainerRestart (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStartError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStartError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStart [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStart (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStatsError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStats [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStats (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStopError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStopError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerStop [2022-05-17T11:42:08.654Z] --- PASS: TestContainerStop (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerTopError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerTopError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerTop [2022-05-17T11:42:08.654Z] --- PASS: TestContainerTop (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerUnpauseError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerUnpause [2022-05-17T11:42:08.654Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerUpdateError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerUpdate [2022-05-17T11:42:08.654Z] --- PASS: TestContainerUpdate (0.01s) [2022-05-17T11:42:08.654Z] === RUN TestContainerWaitError [2022-05-17T11:42:08.654Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestContainerWait [2022-05-17T11:42:08.654Z] --- PASS: TestContainerWait (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestDiskUsageError [2022-05-17T11:42:08.654Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestDiskUsage [2022-05-17T11:42:08.654Z] --- PASS: TestDiskUsage (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestDistributionInspectUnsupported [2022-05-17T11:42:08.654Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestDistributionInspectWithEmptyID [2022-05-17T11:42:08.654Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestEventsErrorInOptions [2022-05-17T11:42:08.654Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestEventsErrorFromServer [2022-05-17T11:42:08.654Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestEvents [2022-05-17T11:42:08.654Z] --- PASS: TestEvents (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestTLSCloseWriter [2022-05-17T11:42:08.654Z] === PAUSE TestTLSCloseWriter [2022-05-17T11:42:08.654Z] === RUN TestImageBuildError [2022-05-17T11:42:08.654Z] --- PASS: TestImageBuildError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageBuild [2022-05-17T11:42:08.654Z] --- PASS: TestImageBuild (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestGetDockerOS [2022-05-17T11:42:08.654Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageCreateError [2022-05-17T11:42:08.654Z] --- PASS: TestImageCreateError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageCreate [2022-05-17T11:42:08.654Z] --- PASS: TestImageCreate (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageHistoryError [2022-05-17T11:42:08.654Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageHistory [2022-05-17T11:42:08.654Z] --- PASS: TestImageHistory (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageImportError [2022-05-17T11:42:08.654Z] --- PASS: TestImageImportError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageImport [2022-05-17T11:42:08.654Z] --- PASS: TestImageImport (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageInspectError [2022-05-17T11:42:08.654Z] --- PASS: TestImageInspectError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageInspectImageNotFound [2022-05-17T11:42:08.654Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageInspectWithEmptyID [2022-05-17T11:42:08.654Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageInspect [2022-05-17T11:42:08.654Z] --- PASS: TestImageInspect (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageListError [2022-05-17T11:42:08.654Z] --- PASS: TestImageListError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageList [2022-05-17T11:42:08.654Z] --- PASS: TestImageList (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageListApiBefore125 [2022-05-17T11:42:08.654Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageLoadError [2022-05-17T11:42:08.654Z] --- PASS: TestImageLoadError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageLoad [2022-05-17T11:42:08.654Z] --- PASS: TestImageLoad (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagesPruneError [2022-05-17T11:42:08.654Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagesPrune [2022-05-17T11:42:08.654Z] --- PASS: TestImagesPrune (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePullReferenceParseError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePullAnyError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePullWithoutErrors [2022-05-17T11:42:08.654Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePushReferenceError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePushAnyError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImagePushWithoutErrors [2022-05-17T11:42:08.654Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-17T11:42:08.654Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-17T11:42:08.654Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-17T11:42:08.654Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-17T11:42:08.654Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageRemoveError [2022-05-17T11:42:08.654Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageRemoveImageNotFound [2022-05-17T11:42:08.654Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageRemove [2022-05-17T11:42:08.654Z] --- PASS: TestImageRemove (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageSaveError [2022-05-17T11:42:08.654Z] --- PASS: TestImageSaveError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageSave [2022-05-17T11:42:08.654Z] --- PASS: TestImageSave (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageSearchAnyError [2022-05-17T11:42:08.654Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-17T11:42:08.654Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-17T11:42:08.654Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-17T11:42:08.654Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-17T11:42:08.654Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageSearchWithoutErrors [2022-05-17T11:42:08.654Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-17T11:42:08.654Z] === RUN TestImageTagError [2022-05-17T11:42:08.655Z] --- PASS: TestImageTagError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestImageTagInvalidReference [2022-05-17T11:42:08.655Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestImageTagInvalidSourceImageName [2022-05-17T11:42:08.655Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestImageTagHexSource [2022-05-17T11:42:08.655Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestImageTag [2022-05-17T11:42:08.655Z] --- PASS: TestImageTag (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestInfoServerError [2022-05-17T11:42:08.655Z] --- PASS: TestInfoServerError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestInfoInvalidResponseJSONError [2022-05-17T11:42:08.655Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestInfo [2022-05-17T11:42:08.655Z] --- PASS: TestInfo (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkConnectError [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkConnect [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkCreateError [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkCreate [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkDisconnectError [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkDisconnect [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkInspect [2022-05-17T11:42:08.655Z] === RUN TestNetworkInspect/empty_ID [2022-05-17T11:42:08.655Z] === RUN TestNetworkInspect/no_options [2022-05-17T11:42:08.655Z] === RUN TestNetworkInspect/verbose [2022-05-17T11:42:08.655Z] === RUN TestNetworkInspect/global_scope [2022-05-17T11:42:08.655Z] === RUN TestNetworkInspect/unknown_network [2022-05-17T11:42:08.655Z] === RUN TestNetworkInspect/server_error [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkListError [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkListError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkList [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkList (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworksPruneError [2022-05-17T11:42:08.655Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworksPrune [2022-05-17T11:42:08.655Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkRemoveError [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNetworkRemove [2022-05-17T11:42:08.655Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeInspectError [2022-05-17T11:42:08.655Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeInspectNodeNotFound [2022-05-17T11:42:08.655Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeInspectWithEmptyID [2022-05-17T11:42:08.655Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeInspect [2022-05-17T11:42:08.655Z] --- PASS: TestNodeInspect (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeListError [2022-05-17T11:42:08.655Z] --- PASS: TestNodeListError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeList [2022-05-17T11:42:08.655Z] --- PASS: TestNodeList (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeRemoveError [2022-05-17T11:42:08.655Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeRemove [2022-05-17T11:42:08.655Z] --- PASS: TestNodeRemove (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeUpdateError [2022-05-17T11:42:08.655Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestNodeUpdate [2022-05-17T11:42:08.655Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestOptionWithHostFromEnv [2022-05-17T11:42:08.655Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestOptionWithTimeout [2022-05-17T11:42:08.655Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestOptionWithVersionFromEnv [2022-05-17T11:42:08.655Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPingFail [2022-05-17T11:42:08.655Z] --- PASS: TestPingFail (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPingWithError [2022-05-17T11:42:08.655Z] 2022/05/17 11:42:07 RoundTripper returned a response & error; ignoring response [2022-05-17T11:42:08.655Z] 2022/05/17 11:42:07 RoundTripper returned a response & error; ignoring response [2022-05-17T11:42:08.655Z] --- PASS: TestPingWithError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPingSuccess [2022-05-17T11:42:08.655Z] --- PASS: TestPingSuccess (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPingHeadFallback [2022-05-17T11:42:08.655Z] === RUN TestPingHeadFallback/OK [2022-05-17T11:42:08.655Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-17T11:42:08.655Z] === RUN TestPingHeadFallback/Not_Found [2022-05-17T11:42:08.655Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-17T11:42:08.655Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-17T11:42:08.655Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginDisableError [2022-05-17T11:42:08.655Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginDisable [2022-05-17T11:42:08.655Z] --- PASS: TestPluginDisable (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginEnableError [2022-05-17T11:42:08.655Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginEnable [2022-05-17T11:42:08.655Z] --- PASS: TestPluginEnable (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginInspectError [2022-05-17T11:42:08.655Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginInspectWithEmptyID [2022-05-17T11:42:08.655Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginInspect [2022-05-17T11:42:08.655Z] --- PASS: TestPluginInspect (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginListError [2022-05-17T11:42:08.655Z] --- PASS: TestPluginListError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginList [2022-05-17T11:42:08.655Z] --- PASS: TestPluginList (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginPushError [2022-05-17T11:42:08.655Z] --- PASS: TestPluginPushError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginPush [2022-05-17T11:42:08.655Z] --- PASS: TestPluginPush (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginRemoveError [2022-05-17T11:42:08.655Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginRemove [2022-05-17T11:42:08.655Z] --- PASS: TestPluginRemove (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginSetError [2022-05-17T11:42:08.655Z] --- PASS: TestPluginSetError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPluginSet [2022-05-17T11:42:08.655Z] --- PASS: TestPluginSet (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSetHostHeader [2022-05-17T11:42:08.655Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestPlainTextError [2022-05-17T11:42:08.655Z] --- PASS: TestPlainTextError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestInfiniteError [2022-05-17T11:42:08.655Z] --- PASS: TestInfiniteError (0.02s) [2022-05-17T11:42:08.655Z] === RUN TestCanceledContext [2022-05-17T11:42:08.655Z] 2022/05/17 11:42:07 RoundTripper returned a response & error; ignoring response [2022-05-17T11:42:08.655Z] --- PASS: TestCanceledContext (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestDeadlineExceededContext [2022-05-17T11:42:08.655Z] 2022/05/17 11:42:07 RoundTripper returned a response & error; ignoring response [2022-05-17T11:42:08.655Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretCreateUnsupported [2022-05-17T11:42:08.655Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretCreateError [2022-05-17T11:42:08.655Z] --- PASS: TestSecretCreateError (0.01s) [2022-05-17T11:42:08.655Z] === RUN TestSecretCreate [2022-05-17T11:42:08.655Z] --- PASS: TestSecretCreate (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretInspectUnsupported [2022-05-17T11:42:08.655Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretInspectError [2022-05-17T11:42:08.655Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretInspectSecretNotFound [2022-05-17T11:42:08.655Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretInspectWithEmptyID [2022-05-17T11:42:08.655Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretInspect [2022-05-17T11:42:08.655Z] --- PASS: TestSecretInspect (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretListUnsupported [2022-05-17T11:42:08.655Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretListError [2022-05-17T11:42:08.655Z] --- PASS: TestSecretListError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretList [2022-05-17T11:42:08.655Z] --- PASS: TestSecretList (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretRemoveUnsupported [2022-05-17T11:42:08.655Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretRemoveError [2022-05-17T11:42:08.655Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretRemove [2022-05-17T11:42:08.655Z] --- PASS: TestSecretRemove (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretUpdateUnsupported [2022-05-17T11:42:08.655Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretUpdateError [2022-05-17T11:42:08.655Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSecretUpdate [2022-05-17T11:42:08.655Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceCreateError [2022-05-17T11:42:08.655Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceCreate [2022-05-17T11:42:08.655Z] --- PASS: TestServiceCreate (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-17T11:42:08.655Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceCreateDigestPinning [2022-05-17T11:42:08.655Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceInspectError [2022-05-17T11:42:08.655Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceInspectServiceNotFound [2022-05-17T11:42:08.655Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceInspectWithEmptyID [2022-05-17T11:42:08.655Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceInspect [2022-05-17T11:42:08.655Z] --- PASS: TestServiceInspect (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceListError [2022-05-17T11:42:08.655Z] --- PASS: TestServiceListError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceList [2022-05-17T11:42:08.655Z] --- PASS: TestServiceList (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceLogsError [2022-05-17T11:42:08.655Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceLogs [2022-05-17T11:42:08.655Z] --- PASS: TestServiceLogs (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceRemoveError [2022-05-17T11:42:08.655Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceRemoveNotFoundError [2022-05-17T11:42:08.655Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceRemove [2022-05-17T11:42:08.655Z] --- PASS: TestServiceRemove (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceUpdateError [2022-05-17T11:42:08.655Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestServiceUpdate [2022-05-17T11:42:08.655Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmGetUnlockKeyError [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmGetUnlockKey [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmInitError [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmInit [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmInit (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmInspectError [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmInspect [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmJoinError [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmJoin [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmLeaveError [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmLeave [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmUnlockError [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmUnlock [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmUpdateError [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestSwarmUpdate [2022-05-17T11:42:08.655Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestTaskInspectError [2022-05-17T11:42:08.655Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestTaskInspectWithEmptyID [2022-05-17T11:42:08.655Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestTaskInspect [2022-05-17T11:42:08.655Z] --- PASS: TestTaskInspect (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestTaskListError [2022-05-17T11:42:08.655Z] --- PASS: TestTaskListError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestTaskList [2022-05-17T11:42:08.655Z] --- PASS: TestTaskList (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeCreateError [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeCreate [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeInspectError [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeInspectNotFound [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeInspectWithEmptyID [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeInspect [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeListError [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeListError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeList [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeList (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeRemoveError [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeRemove [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-17T11:42:08.655Z] === RUN TestVolumeUpdateError [2022-05-17T11:42:08.655Z] --- PASS: TestVolumeUpdateError (0.00s) [2022-05-17T11:42:08.656Z] === RUN TestVolumeUpdate [2022-05-17T11:42:08.656Z] --- PASS: TestVolumeUpdate (0.00s) [2022-05-17T11:42:08.656Z] === CONT TestTLSCloseWriter [2022-05-17T11:42:08.656Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-05-17T11:42:08.656Z] PASS [2022-05-17T11:42:08.656Z] coverage: 75.1% of statements [2022-05-17T11:42:08.656Z] ok github.com/docker/docker/client 0.534s coverage: 75.1% of statements [2022-05-17T11:42:08.703Z] --- PASS: TestBuildMultiStageOnBuild (1.33s) [2022-05-17T11:42:08.703Z] === RUN TestBuildUncleanTarFilenames [2022-05-17T11:42:09.274Z] --- PASS: TestBuildUncleanTarFilenames (0.64s) [2022-05-17T11:42:09.274Z] === RUN TestBuildMultiStageLayerLeak [2022-05-17T11:42:10.659Z] --- PASS: TestBuildMultiStageLayerLeak (1.36s) [2022-05-17T11:42:10.659Z] === RUN TestBuildWithHugeFile [2022-05-17T11:42:11.726Z] --- PASS: TestImportExtremelyLargeImageWorks (93.53s) [2022-05-17T11:42:11.726Z] PASS [2022-05-17T11:42:11.726Z] [2022-05-17T11:42:11.726Z] === Skipped [2022-05-17T11:42:11.726Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-17T11:42:11.726Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-17T11:42:11.726Z] [2022-05-17T11:42:11.726Z] DONE 22 tests, 1 skipped in 97.438s [2022-05-17T11:42:11.726Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-17T11:42:11.726Z] INFO: Testing against a local daemon [2022-05-17T11:42:11.726Z] === RUN TestNetworkCreateDelete [2022-05-17T11:42:11.726Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-05-17T11:42:11.726Z] === RUN TestDockerNetworkDeletePreferID [2022-05-17T11:42:11.726Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2022-05-17T11:42:11.726Z] === RUN TestDaemonDNSFallback [2022-05-17T11:42:13.821Z] --- PASS: TestImportExtremelyLargeImageWorks (92.53s) [2022-05-17T11:42:13.821Z] PASS [2022-05-17T11:42:13.821Z] [2022-05-17T11:42:13.821Z] DONE 22 tests in 95.769s [2022-05-17T11:42:13.821Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-17T11:42:13.821Z] INFO: Testing against a local daemon [2022-05-17T11:42:13.821Z] === RUN TestNetworkCreateDelete [2022-05-17T11:42:13.821Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-05-17T11:42:13.821Z] === RUN TestDockerNetworkDeletePreferID [2022-05-17T11:42:13.821Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-05-17T11:42:13.821Z] === RUN TestDaemonDNSFallback [2022-05-17T11:42:15.894Z] --- PASS: TestDaemonDNSFallback (6.30s) [2022-05-17T11:42:15.894Z] === RUN TestInspectNetwork [2022-05-17T11:42:15.894Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:15.894Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-17T11:42:15.894Z] === RUN TestRunContainerWithBridgeNone [2022-05-17T11:42:15.894Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.894Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-17T11:42:15.894Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:42:15.894Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:42:15.894Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:42:15.894Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-17T11:42:15.894Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-17T11:42:15.894Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-17T11:42:15.894Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-17T11:42:15.895Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-17T11:42:15.895Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-17T11:42:15.895Z] === RUN TestNetworkList [2022-05-17T11:42:15.895Z] === RUN TestNetworkList//networks [2022-05-17T11:42:15.895Z] === PAUSE TestNetworkList//networks [2022-05-17T11:42:15.895Z] === RUN TestNetworkList//networks/ [2022-05-17T11:42:15.895Z] === PAUSE TestNetworkList//networks/ [2022-05-17T11:42:15.895Z] === CONT TestNetworkList//networks [2022-05-17T11:42:15.895Z] === CONT TestNetworkList//networks/ [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkList (0.01s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-17T11:42:15.895Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-17T11:42:15.895Z] === RUN TestHostIPv4BridgeLabel [2022-05-17T11:42:15.895Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-17T11:42:15.895Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-17T11:42:15.895Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-05-17T11:42:15.895Z] === RUN TestDaemonDefaultNetworkPools [2022-05-17T11:42:15.895Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-05-17T11:42:15.895Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-17T11:42:15.895Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-17T11:42:15.895Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-17T11:42:15.895Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-17T11:42:15.895Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-17T11:42:15.895Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-17T11:42:15.895Z] === RUN TestServiceWithPredefinedNetwork [2022-05-17T11:42:15.895Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:15.895Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-17T11:42:15.895Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-17T11:42:15.895Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:42:15.895Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:42:15.895Z] === RUN TestServiceWithDataPathPortInit [2022-05-17T11:42:15.895Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:15.895Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-05-17T11:42:15.895Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-17T11:42:15.895Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:15.895Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-17T11:42:15.895Z] PASS [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === Skipped [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-05-17T11:42:15.895Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-05-17T11:42:15.895Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-05-17T11:42:15.895Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-05-17T11:42:15.895Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-05-17T11:42:15.895Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-17T11:42:15.895Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-17T11:42:15.895Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-17T11:42:15.895Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-05-17T11:42:15.895Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:42:15.895Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-05-17T11:42:15.895Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-17T11:42:15.895Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] DONE 34 tests, 12 skipped in 7.092s [2022-05-17T11:42:15.895Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-17T11:42:15.895Z] INFO: Testing against a local daemon [2022-05-17T11:42:15.895Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-17T11:42:15.895Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:42:15.895Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-17T11:42:15.895Z] === RUN TestDockerNetworkIpvlan [2022-05-17T11:42:15.895Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:42:15.895Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-17T11:42:15.895Z] PASS [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === Skipped [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-17T11:42:15.895Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-17T11:42:15.895Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:42:15.895Z] [2022-05-17T11:42:15.895Z] DONE 2 tests, 2 skipped in 0.093s [2022-05-17T11:42:15.895Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-17T11:42:16.151Z] INFO: Testing against a local daemon [2022-05-17T11:42:16.151Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-17T11:42:16.151Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:16.151Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestDockerNetworkMacvlan [2022-05-17T11:42:16.151Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:16.151Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-05-17T11:42:16.151Z] PASS [2022-05-17T11:42:16.151Z] [2022-05-17T11:42:16.151Z] === Skipped [2022-05-17T11:42:16.151Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-17T11:42:16.151Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:16.151Z] [2022-05-17T11:42:16.151Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-05-17T11:42:16.151Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-17T11:42:16.151Z] [2022-05-17T11:42:16.151Z] DONE 2 tests, 2 skipped in 0.089s [2022-05-17T11:42:16.151Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-17T11:42:16.151Z] testing: warning: no tests to run [2022-05-17T11:42:16.151Z] PASS [2022-05-17T11:42:16.151Z] [2022-05-17T11:42:16.151Z] DONE 0 tests in 0.025s [2022-05-17T11:42:16.151Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-17T11:42:16.151Z] INFO: Testing against a local daemon [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginAllowRequest [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginTLS [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginDenyRequest [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginDenyResponse [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginAllowEventStream [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginErrorResponse [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginErrorRequest [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginHeader [2022-05-17T11:42:16.151Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.151Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-05-17T11:42:16.151Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-05-17T11:42:16.411Z] === RUN TestAuthZPluginV2Disable [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-05-17T11:42:16.411Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-05-17T11:42:16.411Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-05-17T11:42:16.411Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-05-17T11:42:16.411Z] PASS [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === Skipped [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-05-17T11:42:16.411Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.411Z] [2022-05-17T11:42:16.411Z] DONE 17 tests, 17 skipped in 0.294s [2022-05-17T11:42:16.411Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-17T11:42:16.668Z] INFO: Testing against a local daemon [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:42:16.668Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:42:16.668Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-17T11:42:16.668Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-17T11:42:16.668Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-17T11:42:16.668Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-17T11:42:16.668Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-17T11:42:16.668Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-17T11:42:16.668Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-17T11:42:16.668Z] === RUN TestPluginInstall [2022-05-17T11:42:16.668Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.668Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-17T11:42:16.668Z] === RUN TestPluginsWithRuntimes [2022-05-17T11:42:16.668Z] 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-17T11:42:16.668Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-17T11:42:16.668Z] === RUN TestPluginBackCompatMediaTypes [2022-05-17T11:42:16.668Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-17T11:42:16.668Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-17T11:42:16.668Z] PASS [2022-05-17T11:42:16.668Z] [2022-05-17T11:42:16.668Z] === Skipped [2022-05-17T11:42:16.668Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-05-17T11:42:16.668Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-17T11:42:16.668Z] [2022-05-17T11:42:16.668Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-05-17T11:42:16.668Z] 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-17T11:42:16.668Z] [2022-05-17T11:42:16.668Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-05-17T11:42:16.668Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-17T11:42:16.668Z] [2022-05-17T11:42:16.668Z] DONE 19 tests, 3 skipped in 0.151s [2022-05-17T11:42:16.668Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-17T11:42:16.668Z] INFO: Testing against a local daemon [2022-05-17T11:42:16.668Z] === RUN TestExternalGraphDriver [2022-05-17T11:42:16.668Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-17T11:42:16.668Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-05-17T11:42:16.668Z] === RUN TestGraphdriverPluginV2 [2022-05-17T11:42:17.084Z] --- PASS: TestDaemonDNSFallback (6.38s) [2022-05-17T11:42:17.084Z] === RUN TestInspectNetwork [2022-05-17T11:42:20.349Z] === RUN TestInspectNetwork/full_network_id [2022-05-17T11:42:20.349Z] === RUN TestInspectNetwork/partial_network_id [2022-05-17T11:42:20.349Z] === RUN TestInspectNetwork/network_name [2022-05-17T11:42:20.349Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-17T11:42:20.836Z] --- PASS: TestGraphdriverPluginV2 (3.54s) [2022-05-17T11:42:20.836Z] PASS [2022-05-17T11:42:20.836Z] [2022-05-17T11:42:20.836Z] === Skipped [2022-05-17T11:42:20.836Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-05-17T11:42:20.836Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-17T11:42:20.836Z] [2022-05-17T11:42:20.836Z] DONE 2 tests, 1 skipped in 3.677s [2022-05-17T11:42:20.836Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-17T11:42:20.836Z] INFO: Testing against a local daemon [2022-05-17T11:42:20.836Z] === RUN TestContinueAfterPluginCrash [2022-05-17T11:42:20.836Z] === PAUSE TestContinueAfterPluginCrash [2022-05-17T11:42:20.836Z] === RUN TestReadPluginNoRead [2022-05-17T11:42:20.836Z] === PAUSE TestReadPluginNoRead [2022-05-17T11:42:20.836Z] === RUN TestDaemonStartWithLogOpt [2022-05-17T11:42:20.836Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-17T11:42:20.836Z] === CONT TestContinueAfterPluginCrash [2022-05-17T11:42:20.836Z] === CONT TestDaemonStartWithLogOpt [2022-05-17T11:42:24.522Z] --- PASS: TestInspectNetwork (7.40s) [2022-05-17T11:42:24.522Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-17T11:42:24.522Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-17T11:42:24.522Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-17T11:42:24.522Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-17T11:42:24.522Z] === RUN TestRunContainerWithBridgeNone [2022-05-17T11:42:25.002Z] --- PASS: TestDaemonStartWithLogOpt (4.41s) [2022-05-17T11:42:25.002Z] === CONT TestReadPluginNoRead [2022-05-17T11:42:25.896Z] --- PASS: TestRunContainerWithBridgeNone (1.63s) [2022-05-17T11:42:25.896Z] === RUN TestNetworkInvalidJSON [2022-05-17T11:42:25.896Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-17T11:42:25.896Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-17T11:42:25.896Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:42:25.896Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:42:25.896Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:42:25.897Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:42:25.897Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-17T11:42:25.897Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-17T11:42:25.897Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-17T11:42:25.897Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-17T11:42:25.897Z] === RUN TestNetworkList [2022-05-17T11:42:25.897Z] === RUN TestNetworkList//networks [2022-05-17T11:42:25.897Z] === PAUSE TestNetworkList//networks [2022-05-17T11:42:25.897Z] === RUN TestNetworkList//networks/ [2022-05-17T11:42:25.897Z] === PAUSE TestNetworkList//networks/ [2022-05-17T11:42:25.897Z] === CONT TestNetworkList//networks [2022-05-17T11:42:25.897Z] === CONT TestNetworkList//networks/ [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkList (0.02s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-17T11:42:25.897Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-17T11:42:25.897Z] === RUN TestHostIPv4BridgeLabel [2022-05-17T11:42:26.458Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2022-05-17T11:42:26.458Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-17T11:42:27.384Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-05-17T11:42:27.384Z] === RUN TestDaemonDefaultNetworkPools [2022-05-17T11:42:27.519Z] === RUN TestReadPluginNoRead/default [2022-05-17T11:42:28.311Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-05-17T11:42:28.311Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-17T11:42:28.446Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-17T11:42:29.242Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-05-17T11:42:29.242Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-17T11:42:29.372Z] --- PASS: TestContinueAfterPluginCrash (8.96s) [2022-05-17T11:42:29.628Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-17T11:42:30.030Z] --- PASS: TestCheckoutGit (36.24s) [2022-05-17T11:42:30.030Z] === RUN TestValidGitTransport [2022-05-17T11:42:30.030Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-17T11:42:30.030Z] === RUN TestGitInvalidRef [2022-05-17T11:42:30.030Z] --- PASS: TestGitInvalidRef (0.24s) [2022-05-17T11:42:30.030Z] PASS [2022-05-17T11:42:30.030Z] coverage: 86.3% of statements [2022-05-17T11:42:30.030Z] ok github.com/docker/docker/builder/remotecontext/git 36.713s coverage: 86.3% of statements [2022-05-17T11:42:30.185Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-05-17T11:42:30.185Z] [2022-05-17T11:42:30.185Z] ________ ____ __. [2022-05-17T11:42:30.185Z] \_____ \ | |/ _| [2022-05-17T11:42:30.185Z] / | \| < [2022-05-17T11:42:30.185Z] / | \ | \ [2022-05-17T11:42:30.185Z] \_______ /____|__ \ [2022-05-17T11:42:30.185Z] \/ \/ [2022-05-17T11:42:30.185Z] [2022-05-17T11:42:30.185Z] INFO: make.ps1 ended at 05/17/2022 11:42:17 [2022-05-17T11:42:30.185Z] INFO: Binaries build ended at 05/17/2022 11:42:19. Duration:00:02:10.9615043 [2022-05-17T11:42:30.185Z] INFO: Copying the built daemon binary to d:\CI\PR-43322\3\binary\dockerd-a89e866f7d.exe... [2022-05-17T11:42:30.185Z] INFO: Copying the built client binary to d:\CI\PR-43322\3\binary\docker-a89e866f7d.exe... [2022-05-17T11:42:30.185Z] INFO: Copying the golang package from the container to d:\CI\PR-43322\3\installer\go.zip... [2022-05-17T11:42:30.185Z] INFO: Extracting go.zip to d:\CI\PR-43322\3\go [2022-05-17T11:42:30.497Z] ? github.com/docker/docker/cli [no test files] [2022-05-17T11:42:30.497Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-17T11:42:30.497Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-17T11:42:30.497Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-17T11:42:30.605Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-05-17T11:42:30.605Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-17T11:42:30.991Z] === CONT TestReadPluginNoRead [2022-05-17T11:42:30.991Z] read_test.go:92: [d53f7c78c8c58] daemon is not started [2022-05-17T11:42:30.991Z] --- PASS: TestReadPluginNoRead (6.15s) [2022-05-17T11:42:30.991Z] --- PASS: TestReadPluginNoRead/default (1.28s) [2022-05-17T11:42:30.991Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2022-05-17T11:42:30.991Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-05-17T11:42:30.991Z] PASS [2022-05-17T11:42:30.991Z] [2022-05-17T11:42:30.991Z] DONE 6 tests in 10.664s [2022-05-17T11:42:30.991Z] 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-17T11:42:30.991Z] testing: warning: no tests to run [2022-05-17T11:42:30.991Z] PASS [2022-05-17T11:42:30.991Z] [2022-05-17T11:42:30.991Z] DONE 0 tests in 0.036s [2022-05-17T11:42:30.991Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-17T11:42:30.991Z] INFO: Testing against a local daemon [2022-05-17T11:42:30.991Z] === RUN TestPluginWithDevMounts [2022-05-17T11:42:30.991Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-17T11:42:30.991Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-17T11:42:30.991Z] PASS [2022-05-17T11:42:31.166Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-05-17T11:42:31.166Z] === RUN TestServiceWithPredefinedNetwork [2022-05-17T11:42:31.247Z] [2022-05-17T11:42:31.247Z] === Skipped [2022-05-17T11:42:31.247Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-05-17T11:42:31.247Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-17T11:42:31.247Z] [2022-05-17T11:42:31.247Z] DONE 1 tests, 1 skipped in 0.111s [2022-05-17T11:42:31.247Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-17T11:42:31.247Z] INFO: Testing against a local daemon [2022-05-17T11:42:31.247Z] === RUN TestSecretInspect [2022-05-17T11:42:31.247Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] --- SKIP: TestSecretInspect (0.01s) [2022-05-17T11:42:31.247Z] === RUN TestSecretList [2022-05-17T11:42:31.247Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] --- SKIP: TestSecretList (0.01s) [2022-05-17T11:42:31.247Z] === RUN TestSecretsCreateAndDelete [2022-05-17T11:42:31.247Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-05-17T11:42:31.247Z] === RUN TestSecretsUpdate [2022-05-17T11:42:31.247Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-05-17T11:42:31.247Z] === RUN TestTemplatedSecret [2022-05-17T11:42:31.247Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-17T11:42:31.247Z] === RUN TestSecretCreateResolve [2022-05-17T11:42:31.247Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-05-17T11:42:31.247Z] PASS [2022-05-17T11:42:31.247Z] [2022-05-17T11:42:31.247Z] === Skipped [2022-05-17T11:42:31.247Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-05-17T11:42:31.247Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] [2022-05-17T11:42:31.247Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-05-17T11:42:31.247Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] [2022-05-17T11:42:31.247Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-05-17T11:42:31.247Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] [2022-05-17T11:42:31.247Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-05-17T11:42:31.247Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] [2022-05-17T11:42:31.247Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-05-17T11:42:31.247Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] [2022-05-17T11:42:31.247Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2022-05-17T11:42:31.247Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.247Z] [2022-05-17T11:42:31.247Z] DONE 6 tests, 6 skipped in 0.156s [2022-05-17T11:42:31.247Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-17T11:42:31.504Z] INFO: Testing against a local daemon [2022-05-17T11:42:31.504Z] === RUN TestServiceCreateInit [2022-05-17T11:42:31.504Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-17T11:42:31.504Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-17T11:42:31.504Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- PASS: TestServiceCreateInit (0.02s) [2022-05-17T11:42:31.504Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T11:42:31.504Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T11:42:31.504Z] === RUN TestCreateServiceMultipleTimes [2022-05-17T11:42:31.504Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestCreateServiceConflict [2022-05-17T11:42:31.504Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestCreateServiceMaxReplicas [2022-05-17T11:42:31.504Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-17T11:42:31.504Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestCreateServiceSecretFileMode [2022-05-17T11:42:31.504Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestCreateServiceConfigFileMode [2022-05-17T11:42:31.504Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestCreateServiceSysctls [2022-05-17T11:42:31.504Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-05-17T11:42:31.504Z] === RUN TestCreateServiceCapabilities [2022-05-17T11:42:31.504Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-05-17T11:42:31.504Z] === RUN TestInspect [2022-05-17T11:42:31.504Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestInspect (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestCreateJob [2022-05-17T11:42:31.504Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestCreateJob (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestReplicatedJob [2022-05-17T11:42:31.504Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestReplicatedJob (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestUpdateReplicatedJob [2022-05-17T11:42:31.504Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestServiceListWithStatuses [2022-05-17T11:42:31.504Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-17T11:42:31.504Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-17T11:42:31.504Z] === RUN TestDockerNetworkConnectAlias [2022-05-17T11:42:31.504Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestDockerNetworkReConnect [2022-05-17T11:42:31.504Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:31.504Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-05-17T11:42:31.504Z] === RUN TestServicePlugin [2022-05-17T11:42:33.677Z] --- PASS: TestServiceWithPredefinedNetwork (2.32s) [2022-05-17T11:42:33.678Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-17T11:42:33.678Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:42:33.678Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:42:33.678Z] === RUN TestServiceWithDataPathPortInit [2022-05-17T11:42:34.020Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.020Z] --- SKIP: TestServicePlugin (2.04s) [2022-05-17T11:42:34.020Z] === RUN TestServiceUpdateLabel [2022-05-17T11:42:34.020Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.020Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-05-17T11:42:34.020Z] === RUN TestServiceUpdateSecrets [2022-05-17T11:42:34.020Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.020Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-05-17T11:42:34.020Z] === RUN TestServiceUpdateConfigs [2022-05-17T11:42:34.020Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.020Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-05-17T11:42:34.020Z] === RUN TestServiceUpdateNetwork [2022-05-17T11:42:34.020Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.020Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-05-17T11:42:34.020Z] === RUN TestServiceUpdatePidsLimit [2022-05-17T11:42:34.020Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.020Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-05-17T11:42:34.020Z] PASS [2022-05-17T11:42:34.020Z] [2022-05-17T11:42:34.020Z] === Skipped [2022-05-17T11:42:34.020Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T11:42:34.020Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.020Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T11:42:34.020Z] [2022-05-17T11:42:34.020Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T11:42:34.020Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.020Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T11:42:34.020Z] [2022-05-17T11:42:34.020Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-05-17T11:42:34.020Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-05-17T11:42:34.021Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-05-17T11:42:34.021Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-17T11:42:34.021Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-05-17T11:42:34.021Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-05-17T11:42:34.021Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.04s) [2022-05-17T11:42:34.021Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-05-17T11:42:34.021Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-05-17T11:42:34.021Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-05-17T11:42:34.021Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-05-17T11:42:34.021Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-05-17T11:42:34.021Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-17T11:42:34.021Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-05-17T11:42:34.021Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-05-17T11:42:34.021Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestServicePlugin (2.04s) [2022-05-17T11:42:34.021Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-05-17T11:42:34.021Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-05-17T11:42:34.021Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-05-17T11:42:34.021Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-05-17T11:42:34.021Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-05-17T11:42:34.021Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] DONE 24 tests, 23 skipped in 2.438s [2022-05-17T11:42:34.021Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-17T11:42:34.021Z] INFO: Testing against a local daemon [2022-05-17T11:42:34.021Z] === RUN TestSessionCreate [2022-05-17T11:42:34.021Z] --- PASS: TestSessionCreate (0.03s) [2022-05-17T11:42:34.021Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-17T11:42:34.021Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-05-17T11:42:34.021Z] PASS [2022-05-17T11:42:34.021Z] [2022-05-17T11:42:34.021Z] DONE 2 tests in 0.154s [2022-05-17T11:42:34.021Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-17T11:42:34.021Z] INFO: Testing against a local daemon [2022-05-17T11:42:34.021Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-17T11:42:34.021Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-17T11:42:34.021Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:42:34.021Z] === RUN TestDiskUsage [2022-05-17T11:42:34.021Z] === PAUSE TestDiskUsage [2022-05-17T11:42:34.021Z] === RUN TestEventsExecDie [2022-05-17T11:42:34.583Z] --- PASS: TestEventsExecDie (0.53s) [2022-05-17T11:42:34.583Z] === RUN TestEventsBackwardsCompatible [2022-05-17T11:42:34.583Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-05-17T11:42:34.583Z] === RUN TestEventsVolumeCreate [2022-05-17T11:42:34.583Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-17T11:42:34.583Z] === RUN TestInfoBinaryCommits [2022-05-17T11:42:34.583Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-17T11:42:34.583Z] === RUN TestInfoAPIVersioned [2022-05-17T11:42:34.583Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-17T11:42:34.583Z] === RUN TestInfoAPI [2022-05-17T11:42:34.583Z] --- PASS: TestInfoAPI (0.02s) [2022-05-17T11:42:34.583Z] === RUN TestInfoAPIWarnings [2022-05-17T11:42:40.913Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-17T11:42:40.916Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2022-05-17T11:42:40.916Z] === RUN TestConfigureDaemonLogs [2022-05-17T11:42:40.916Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestCommonOptionsInstallFlags [2022-05-17T11:42:40.916Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-17T11:42:40.916Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-17T11:42:40.916Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-17T11:42:40.916Z] PASS [2022-05-17T11:42:40.916Z] coverage: 19.7% of statements [2022-05-17T11:42:40.916Z] ok github.com/docker/docker/cmd/dockerd 0.235s coverage: 19.7% of statements [2022-05-17T11:42:40.916Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-17T11:42:40.916Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-17T11:42:41.901Z] === RUN TestContainerStopSignal [2022-05-17T11:42:41.901Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestContainerStopTimeout [2022-05-17T11:42:41.901Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-17T11:42:41.901Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-17T11:42:41.901Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-17T11:42:41.901Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestReplaceAndAppendEnvVars [2022-05-17T11:42:41.901Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-17T11:42:41.901Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestNewMemoryStore [2022-05-17T11:42:41.901Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestAddContainers [2022-05-17T11:42:41.901Z] --- PASS: TestAddContainers (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestGetContainer [2022-05-17T11:42:41.901Z] --- PASS: TestGetContainer (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestDeleteContainer [2022-05-17T11:42:41.901Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestListContainers [2022-05-17T11:42:41.901Z] --- PASS: TestListContainers (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestFirstContainer [2022-05-17T11:42:41.901Z] --- PASS: TestFirstContainer (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestApplyAllContainer [2022-05-17T11:42:41.901Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestIsValidHealthString [2022-05-17T11:42:41.901Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestStateRunStop [2022-05-17T11:42:41.901Z] --- PASS: TestStateRunStop (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestStateTimeoutWait [2022-05-17T11:42:41.901Z] state_test.go:141: Stop callback fired [2022-05-17T11:42:41.901Z] state_test.go:165: Stop callback fired [2022-05-17T11:42:41.901Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-17T11:42:41.901Z] === RUN TestIsValidStateString [2022-05-17T11:42:41.901Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestViewSaveDelete [2022-05-17T11:42:41.901Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-17T11:42:41.901Z] === RUN TestViewAll [2022-05-17T11:42:41.901Z] --- PASS: TestViewAll (0.01s) [2022-05-17T11:42:41.901Z] === RUN TestViewGet [2022-05-17T11:42:41.901Z] --- PASS: TestViewGet (0.01s) [2022-05-17T11:42:41.901Z] === RUN TestNames [2022-05-17T11:42:41.901Z] --- PASS: TestNames (0.00s) [2022-05-17T11:42:41.901Z] === RUN TestViewWithHealthCheck [2022-05-17T11:42:41.901Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-17T11:42:41.901Z] PASS [2022-05-17T11:42:41.901Z] coverage: 41.7% of statements [2022-05-17T11:42:41.901Z] ok github.com/docker/docker/container 0.237s coverage: 41.7% of statements [2022-05-17T11:42:41.901Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-17T11:42:41.901Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-17T11:42:41.901Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-17T11:42:41.901Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-17T11:42:42.369Z] === RUN TestPrepare [2022-05-17T11:42:42.369Z] --- PASS: TestPrepare (0.00s) [2022-05-17T11:42:42.369Z] === RUN TestStart [2022-05-17T11:42:42.369Z] --- PASS: TestStart (0.00s) [2022-05-17T11:42:42.369Z] === RUN TestWaitCancel [2022-05-17T11:42:42.369Z] --- PASS: TestWaitCancel (0.00s) [2022-05-17T11:42:42.369Z] === RUN TestWaitDisabled [2022-05-17T11:42:42.369Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-17T11:42:42.369Z] === RUN TestWaitEnabled [2022-05-17T11:42:42.369Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-17T11:42:42.369Z] === RUN TestRemove [2022-05-17T11:42:42.369Z] --- PASS: TestRemove (0.00s) [2022-05-17T11:42:42.369Z] PASS [2022-05-17T11:42:42.369Z] coverage: 65.3% of statements [2022-05-17T11:42:42.369Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.060s coverage: 65.3% of statements [2022-05-17T11:42:45.315Z] === RUN TestNewListSecretsFilters [2022-05-17T11:42:45.315Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-17T11:42:45.315Z] === RUN TestNewListConfigsFilters [2022-05-17T11:42:45.315Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-17T11:42:45.315Z] PASS [2022-05-17T11:42:45.315Z] coverage: 0.5% of statements [2022-05-17T11:42:45.315Z] ok github.com/docker/docker/daemon/cluster 0.188s coverage: 0.5% of statements [2022-05-17T11:42:46.302Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-17T11:42:46.302Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-17T11:42:46.302Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-17T11:42:46.302Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-17T11:42:46.302Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-17T11:42:46.772Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-17T11:42:46.772Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-17T11:42:46.772Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-17T11:42:46.772Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-17T11:42:46.772Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-17T11:42:46.772Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-17T11:42:46.772Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-17T11:42:46.772Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-17T11:42:46.772Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-17T11:42:46.772Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-17T11:42:46.772Z] === RUN TestTopologyFromGRPC [2022-05-17T11:42:46.772Z] --- PASS: TestTopologyFromGRPC (0.00s) [2022-05-17T11:42:46.772Z] === RUN TestCapacityRangeFromGRPC [2022-05-17T11:42:46.772Z] --- PASS: TestCapacityRangeFromGRPC (0.00s) [2022-05-17T11:42:46.772Z] === RUN TestVolumeAvailabilityFromGRPC [2022-05-17T11:42:46.772Z] === RUN TestVolumeAvailabilityFromGRPC/Active [2022-05-17T11:42:46.772Z] === RUN TestVolumeAvailabilityFromGRPC/Pause [2022-05-17T11:42:46.772Z] === RUN TestVolumeAvailabilityFromGRPC/Drain [2022-05-17T11:42:46.772Z] --- PASS: TestVolumeAvailabilityFromGRPC (0.00s) [2022-05-17T11:42:46.772Z] --- PASS: TestVolumeAvailabilityFromGRPC/Active (0.00s) [2022-05-17T11:42:46.772Z] --- PASS: TestVolumeAvailabilityFromGRPC/Pause (0.00s) [2022-05-17T11:42:46.772Z] --- PASS: TestVolumeAvailabilityFromGRPC/Drain (0.00s) [2022-05-17T11:42:46.772Z] === RUN TestAccessModeFromGRPC [2022-05-17T11:42:46.772Z] === RUN TestAccessModeFromGRPC/MountVolume [2022-05-17T11:42:46.772Z] === RUN TestAccessModeFromGRPC/BlockVolume [2022-05-17T11:42:46.772Z] --- PASS: TestAccessModeFromGRPC (0.00s) [2022-05-17T11:42:46.772Z] --- PASS: TestAccessModeFromGRPC/MountVolume (0.00s) [2022-05-17T11:42:46.772Z] --- PASS: TestAccessModeFromGRPC/BlockVolume (0.00s) [2022-05-17T11:42:46.772Z] === RUN TestVolumeCreateToGRPC [2022-05-17T11:42:46.772Z] --- PASS: TestVolumeCreateToGRPC (0.00s) [2022-05-17T11:42:46.772Z] PASS [2022-05-17T11:42:46.772Z] coverage: 36.9% of statements [2022-05-17T11:42:46.772Z] ok github.com/docker/docker/daemon/cluster/convert 0.766s coverage: 36.9% of statements [2022-05-17T11:42:48.512Z] --- PASS: TestServiceWithDataPathPortInit (14.05s) [2022-05-17T11:42:48.512Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-17T11:42:48.988Z] === RUN TestWaitNodeAttachment [2022-05-17T11:42:48.988Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-17T11:42:48.988Z] === RUN TestIsolationConversion [2022-05-17T11:42:48.988Z] === RUN TestIsolationConversion/default [2022-05-17T11:42:48.988Z] === RUN TestIsolationConversion/process [2022-05-17T11:42:48.988Z] === RUN TestIsolationConversion/hyperv [2022-05-17T11:42:48.988Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-17T11:42:48.988Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-17T11:42:48.988Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-17T11:42:48.988Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-17T11:42:48.988Z] === RUN TestContainerLabels [2022-05-17T11:42:48.988Z] --- PASS: TestContainerLabels (0.00s) [2022-05-17T11:42:48.988Z] === RUN TestCredentialSpecConversion [2022-05-17T11:42:48.988Z] === RUN TestCredentialSpecConversion/none [2022-05-17T11:42:48.988Z] === RUN TestCredentialSpecConversion/config [2022-05-17T11:42:48.988Z] === RUN TestCredentialSpecConversion/file [2022-05-17T11:42:48.988Z] === RUN TestCredentialSpecConversion/registry [2022-05-17T11:42:48.988Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-17T11:42:48.988Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-17T11:42:48.988Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-17T11:42:48.988Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-17T11:42:48.988Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-17T11:42:48.988Z] === RUN TestControllerValidateMountBind [2022-05-17T11:42:48.988Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-17T11:42:48.988Z] === RUN TestControllerValidateMountVolume [2022-05-17T11:42:48.988Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-17T11:42:48.988Z] === RUN TestControllerValidateMountTarget [2022-05-17T11:42:48.988Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-17T11:42:48.988Z] === RUN TestControllerValidateMountTmpfs [2022-05-17T11:42:48.988Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-17T11:42:48.988Z] === RUN TestControllerValidateMountInvalidType [2022-05-17T11:42:48.988Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-17T11:42:48.988Z] === RUN TestControllerValidateMountNamedPipe [2022-05-17T11:42:48.988Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-17T11:42:48.988Z] PASS [2022-05-17T11:42:48.988Z] coverage: 10.7% of statements [2022-05-17T11:42:48.988Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.613s coverage: 10.7% of statements [2022-05-17T11:42:49.455Z] === RUN TestBuilderGC [2022-05-17T11:42:49.455Z] --- PASS: TestBuilderGC (0.00s) [2022-05-17T11:42:49.455Z] === RUN TestDaemonConfigurationNotFound [2022-05-17T11:42:49.455Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestDaemonBrokenConfiguration [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestFindConfigurationConflicts [2022-05-17T11:42:49.456Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-17T11:42:49.456Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-17T11:42:49.456Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-17T11:42:49.456Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-17T11:42:49.456Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-17T11:42:49.456Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-17T11:42:49.456Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-17T11:42:49.456Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_label [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_dns [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_hosts [2022-05-17T11:42:49.456Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-17T11:42:49.456Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestReloadSetConfigFileNotExist [2022-05-17T11:42:49.456Z] time="2022-05-17T11:42:48Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-17T11:42:49.456Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s) [2022-05-17T11:42:49.456Z] === RUN TestReloadDefaultConfigNotExist [2022-05-17T11:42:49.456Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:42:49.456Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestReloadBadDefaultConfig [2022-05-17T11:42:49.456Z] time="2022-05-17T11:42:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-537670549" [2022-05-17T11:42:49.456Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestReloadWithConflictingLabels [2022-05-17T11:42:49.456Z] time="2022-05-17T11:42:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-311332451" [2022-05-17T11:42:49.456Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestReloadWithDuplicateLabels [2022-05-17T11:42:49.456Z] time="2022-05-17T11:42:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3676712014" [2022-05-17T11:42:49.456Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestMaskURLCredentials [2022-05-17T11:42:49.456Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-17T11:42:49.456Z] === RUN TestDaemonConfigurationMerge [2022-05-17T11:42:49.456Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-17T11:42:49.456Z] PASS [2022-05-17T11:42:49.456Z] coverage: 79.8% of statements [2022-05-17T11:42:49.456Z] ok github.com/docker/docker/daemon/config 0.398s coverage: 79.8% of statements [2022-05-17T11:42:49.664Z] --- PASS: TestBuildWithHugeFile (39.00s) [2022-05-17T11:42:49.664Z] === RUN TestBuildWCOWSandboxSize [2022-05-17T11:42:49.664Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:42:49.664Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:42:49.664Z] === RUN TestBuildWithEmptyDockerfile [2022-05-17T11:42:49.664Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:42:49.664Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:42:49.664Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:42:49.664Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:42:49.664Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:42:49.664Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:42:49.664Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:42:49.664Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:42:49.664Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:42:49.923Z] === RUN TestEventsLog [2022-05-17T11:42:49.923Z] --- PASS: TestEventsLog (0.00s) [2022-05-17T11:42:49.923Z] === RUN TestEventsLogTimeout [2022-05-17T11:42:49.923Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-17T11:42:49.923Z] === RUN TestLogEvents [2022-05-17T11:42:49.923Z] --- PASS: TestLogEvents (0.05s) [2022-05-17T11:42:49.923Z] === RUN TestLoadBufferedEvents [2022-05-17T11:42:49.923Z] --- PASS: TestLoadBufferedEvents (0.23s) [2022-05-17T11:42:49.923Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-17T11:42:49.923Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-17T11:42:49.923Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-17T11:42:49.923Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-17T11:42:49.923Z] PASS [2022-05-17T11:42:49.923Z] coverage: 50.0% of statements [2022-05-17T11:42:49.923Z] ok github.com/docker/docker/daemon/events 0.339s coverage: 50.0% of statements [2022-05-17T11:42:49.925Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-17T11:42:49.925Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s) [2022-05-17T11:42:49.925Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-05-17T11:42:49.925Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-05-17T11:42:49.925Z] === RUN TestBuildPreserveOwnership [2022-05-17T11:42:49.925Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-17T11:42:50.402Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uu1g0mkekf0daic0r6242nmuq Created:2022-05-17 11:42:48.724742338 +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[f2129d6304daff7c9050be87fa0918c0780fd8dce41bd779913f6acb19c771ab:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.h6cxo1mugm5b40xjz5pnd10u8 EndpointID:c82e0dd8a82f7f4a7becca8d5b216d42ead9beca3e3efc37a94f4da47ab42f5b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:afb5bc01c33be46aa2ab1099196a1d9da6daef443cb9ca7c6b5f76731814a1d7 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:400b22751a68 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.h6cxo1mugm5b40xjz5pnd10u8 EndpointID:c82e0dd8a82f7f4a7becca8d5b216d42ead9beca3e3efc37a94f4da47ab42f5b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-17T11:42:50.908Z] === RUN TestIsEmptyDir [2022-05-17T11:42:50.908Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-17T11:42:50.908Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-17T11:42:50.908Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-17T11:42:50.908Z] PASS [2022-05-17T11:42:50.908Z] coverage: 2.3% of statements [2022-05-17T11:42:50.908Z] ok github.com/docker/docker/daemon/graphdriver 0.084s coverage: 2.3% of statements [2022-05-17T11:42:51.376Z] === RUN TestLinkNaming [2022-05-17T11:42:51.376Z] --- PASS: TestLinkNaming (0.00s) [2022-05-17T11:42:51.376Z] === RUN TestLinkNew [2022-05-17T11:42:51.376Z] --- PASS: TestLinkNew (0.00s) [2022-05-17T11:42:51.376Z] === RUN TestLinkEnv [2022-05-17T11:42:51.376Z] --- PASS: TestLinkEnv (0.00s) [2022-05-17T11:42:51.376Z] === RUN TestLinkMultipleEnv [2022-05-17T11:42:51.376Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-17T11:42:51.376Z] === RUN TestLinkPortRangeEnv [2022-05-17T11:42:51.376Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-17T11:42:51.376Z] PASS [2022-05-17T11:42:51.376Z] coverage: 93.0% of statements [2022-05-17T11:42:51.376Z] ok github.com/docker/docker/daemon/links 0.141s coverage: 93.0% of statements [2022-05-17T11:42:51.838Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-17T11:42:51.843Z] === RUN TestVerifyNetworkingConfig [2022-05-17T11:42:51.843Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-17T11:42:51.843Z] === RUN TestGetContainer [2022-05-17T11:42:51.843Z] --- PASS: TestGetContainer (0.00s) [2022-05-17T11:42:51.843Z] === RUN TestValidContainerNames [2022-05-17T11:42:51.843Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-17T11:42:51.843Z] === RUN TestContainerInitDNS [2022-05-17T11:42:51.843Z] daemon_test.go:145: root required [2022-05-17T11:42:51.843Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-17T11:42:51.843Z] === RUN TestMerge [2022-05-17T11:42:51.843Z] --- PASS: TestMerge (0.00s) [2022-05-17T11:42:51.843Z] === RUN TestValidateContainerIsolation [2022-05-17T11:42:51.843Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-17T11:42:51.843Z] === RUN TestFindNetworkErrorType [2022-05-17T11:42:51.843Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-17T11:42:51.843Z] === RUN TestEnsureServicesExist [2022-05-17T11:42:51.843Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-17T11:42:51.843Z] === RUN TestEnsureServicesExistErrors [2022-05-17T11:42:51.843Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-17T11:42:51.843Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-17T11:42:51.843Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-17T11:42:51.843Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-17T11:42:51.843Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-17T11:42:51.843Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-17T11:42:51.843Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-17T11:42:51.843Z] === RUN TestContainerDelete [2022-05-17T11:42:51.843Z] --- PASS: TestContainerDelete (0.01s) [2022-05-17T11:42:51.843Z] === RUN TestContainerDoubleDelete [2022-05-17T11:42:52.310Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestLogContainerEventCopyLabels [2022-05-17T11:42:52.310Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestLogContainerEventWithAttributes [2022-05-17T11:42:52.310Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestNoneHealthcheck [2022-05-17T11:42:52.310Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestHealthStates [2022-05-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] time="2022-05-17T11:42: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-17T11:42:52.310Z] --- PASS: TestHealthStates (0.19s) [2022-05-17T11:42:52.310Z] === RUN TestGetInspectData [2022-05-17T11:42:52.310Z] --- PASS: TestGetInspectData (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestFillLicense [2022-05-17T11:42:52.310Z] --- PASS: TestFillLicense (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestListInvalidFilter [2022-05-17T11:42:52.310Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestNameFilter [2022-05-17T11:42:52.310Z] --- PASS: TestNameFilter (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-17T11:42:52.310Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-17T11:42:52.310Z] === 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-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-17T11:42:52.310Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-17T11:42:52.310Z] --- 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-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-17T11:42:52.310Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-17T11:42:52.310Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-17T11:42:52.310Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-17T11:42:52.311Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-17T11:42:52.311Z] === RUN TestDaemonReloadLabels [2022-05-17T11:42:52.311Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-17T11:42:52.311Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-17T11:42:52.311Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-17T11:42:52.311Z] === RUN TestDaemonReloadMirrors [2022-05-17T11:42:52.311Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-17T11:42:52.311Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-17T11:42:52.311Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-17T11:42:52.311Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-17T11:42:52.311Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-17T11:42:52.311Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-17T11:42:52.311Z] reload_test.go:342: root required [2022-05-17T11:42:52.311Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-17T11:42:52.311Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-17T11:42:52.311Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-05-17T11:42:52.311Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-17T11:42:52.311Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-05-17T11:42:52.311Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-17T11:42:52.311Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-05-17T11:42:52.311Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-17T11:42:52.311Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-05-17T11:42:52.311Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-17T11:42:52.311Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-17T11:42:52.311Z] === RUN TestParseVolumesFrom [2022-05-17T11:42:52.311Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-17T11:42:52.311Z] PASS [2022-05-17T11:42:52.311Z] coverage: 8.6% of statements [2022-05-17T11:42:52.311Z] ok github.com/docker/docker/daemon 0.607s coverage: 8.6% of statements [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-17T11:42:52.311Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-17T11:42:52.623Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-05-17T11:42:52.625Z] === RUN TestInfoDebug [2022-05-17T11:42:52.625Z] --- PASS: TestInfoDebug (0.54s) [2022-05-17T11:42:52.625Z] === RUN TestInfoInsecureRegistries [2022-05-17T11:42:52.625Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-05-17T11:42:52.625Z] === RUN TestInfoRegistryMirrors [2022-05-17T11:42:52.781Z] --- PASS: TestBuildPreserveOwnership (2.82s) [2022-05-17T11:42:52.781Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.86s) [2022-05-17T11:42:52.781Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.96s) [2022-05-17T11:42:52.781Z] === RUN TestBuildPlatformInvalid [2022-05-17T11:42:52.781Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-17T11:42:52.781Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-17T11:42:52.881Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-05-17T11:42:52.881Z] === RUN TestLoginFailsWithBadCredentials [2022-05-17T11:42:52.881Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-05-17T11:42:52.881Z] === RUN TestPingCacheHeaders [2022-05-17T11:42:52.882Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-05-17T11:42:52.882Z] === RUN TestPingGet [2022-05-17T11:42:52.882Z] --- PASS: TestPingGet (0.01s) [2022-05-17T11:42:52.882Z] === RUN TestPingHead [2022-05-17T11:42:53.137Z] --- PASS: TestPingHead (0.03s) [2022-05-17T11:42:53.137Z] === RUN TestPingSwarmHeader [2022-05-17T11:42:53.698Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-17T11:42:53.723Z] Loaded image: busybox:latest [2022-05-17T11:42:53.723Z] Loaded image: busybox:glibc [2022-05-17T11:42:53.873Z] === RUN TestNewStreamConfig [2022-05-17T11:42:53.873Z] === RUN TestNewStreamConfig/defaults [2022-05-17T11:42:53.873Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-17T11:42:53.873Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-17T11:42:53.873Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-17T11:42:53.873Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-17T11:42:53.873Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-17T11:42:53.873Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-17T11:42:53.873Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-17T11:42:53.873Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-17T11:42:53.873Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-17T11:42:53.873Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-17T11:42:53.873Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-17T11:42:53.873Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-17T11:42:53.873Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-17T11:42:53.873Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-17T11:42:53.873Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-17T11:42:53.873Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-17T11:42:53.873Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-17T11:42:53.873Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-17T11:42:53.873Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-17T11:42:53.873Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-17T11:42:53.873Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-17T11:42:53.873Z] time="2022-05-17T11:42:53Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-17T11:42:53.873Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-05-17T11:42:53.873Z] === RUN TestCreateSuccess [2022-05-17T11:42:53.873Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestCreateStreamSkipped [2022-05-17T11:42:53.873Z] time="2022-05-17T11:42:53Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-17T11:42:53.873Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestCreateLogGroupSuccess [2022-05-17T11:42:53.873Z] time="2022-05-17T11:42:53Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-17T11:42:53.873Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestCreateError [2022-05-17T11:42:53.873Z] --- PASS: TestCreateError (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestCreateAlreadyExists [2022-05-17T11:42:53.873Z] time="2022-05-17T11:42:53Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-17T11:42:53.873Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestLogClosed [2022-05-17T11:42:53.873Z] --- PASS: TestLogClosed (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestLogBlocking [2022-05-17T11:42:53.873Z] --- PASS: TestLogBlocking (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-17T11:42:53.873Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestLogNonBlockingBufferFull [2022-05-17T11:42:53.873Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-17T11:42:53.873Z] === RUN TestPublishBatchSuccess [2022-05-17T11:42:53.873Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestPublishBatchError [2022-05-17T11:42:53.874Z] time="2022-05-17T11:42:53Z" level=error msg=error [2022-05-17T11:42:53.874Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-17T11:42:53.874Z] time="2022-05-17T11:42:53Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-17T11:42:53.874Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-17T11:42:53.874Z] time="2022-05-17T11:42:53Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-17T11:42:53.874Z] time="2022-05-17T11:42:53Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-17T11:42:53.874Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchSimple [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchTicker [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchMultilinePattern [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchClose [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestEffectiveLen [2022-05-17T11:42:53.874Z] === RUN TestEffectiveLen/0/Hello [2022-05-17T11:42:53.874Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-17T11:42:53.874Z] === RUN TestEffectiveLen/2/🙃 [2022-05-17T11:42:53.874Z] === RUN TestEffectiveLen/3/���� [2022-05-17T11:42:53.874Z] === RUN TestEffectiveLen/4/He��o [2022-05-17T11:42:53.874Z] === RUN TestEffectiveLen/5/ [2022-05-17T11:42:53.874Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestFindValidSplit [2022-05-17T11:42:53.874Z] === RUN TestFindValidSplit/0/ [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1076: [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:42:53.874Z] === RUN TestFindValidSplit/1/Hello [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1076: Hello [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:42:53.874Z] === RUN TestFindValidSplit/2/Hello [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1076: He [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1077: llo [2022-05-17T11:42:53.874Z] === RUN TestFindValidSplit/3/Hello [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1076: [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1077: Hello [2022-05-17T11:42:53.874Z] === RUN TestFindValidSplit/4/🙃 [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1076: [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-17T11:42:53.874Z] === RUN TestFindValidSplit/5/🙃 [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:42:53.874Z] === RUN TestFindValidSplit/6/a� [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1076: a [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1077: � [2022-05-17T11:42:53.874Z] === RUN TestFindValidSplit/7/a� [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1076: a� [2022-05-17T11:42:53.874Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:42:53.874Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestProcessEventEmoji [2022-05-17T11:42:53.874Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchLineSplit [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchMaxEvents [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchMaxEvents (0.05s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchMaxTotalBytes (0.07s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-05-17T11:42:53.874Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-17T11:42:53.874Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.11s) [2022-05-17T11:42:53.874Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-17T11:42:53.874Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-17T11:42:53.874Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-17T11:42:53.874Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-17T11:42:53.874Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-17T11:42:53.874Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-17T11:42:53.874Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-17T11:42:53.874Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-17T11:42:53.874Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-17T11:42:53.874Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsFormat [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-17T11:42:53.874Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-17T11:42:53.874Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestCreateTagSuccess [2022-05-17T11:42:53.874Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-17T11:42:53.874Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-17T11:42:53.874Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-17T11:42:53.874Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-17T11:42:53.874Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-17T11:42:53.874Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-05-17T11:42:53.874Z] PASS [2022-05-17T11:42:53.874Z] coverage: 79.9% of statements [2022-05-17T11:42:53.874Z] ok github.com/docker/docker/daemon/logger/awslogs 0.581s coverage: 79.9% of statements [2022-05-17T11:42:54.259Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-17T11:42:54.344Z] === RUN TestAdapterReadLogs [2022-05-17T11:42:54.344Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestCopier [2022-05-17T11:42:54.344Z] --- PASS: TestCopier (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestCopierLongLines [2022-05-17T11:42:54.344Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestCopierSlow [2022-05-17T11:42:54.344Z] --- PASS: TestCopierSlow (0.20s) [2022-05-17T11:42:54.344Z] === RUN TestCopierWithSized [2022-05-17T11:42:54.344Z] === RUN TestCopierWithSized/as_is [2022-05-17T11:42:54.344Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-17T11:42:54.344Z] --- PASS: TestCopierWithSized (0.03s) [2022-05-17T11:42:54.344Z] --- PASS: TestCopierWithSized/as_is (0.02s) [2022-05-17T11:42:54.344Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestCopierWithPartial [2022-05-17T11:42:54.344Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestRingLogger [2022-05-17T11:42:54.344Z] --- PASS: TestRingLogger (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestRingCap [2022-05-17T11:42:54.344Z] --- PASS: TestRingCap (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestRingClose [2022-05-17T11:42:54.344Z] --- PASS: TestRingClose (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestRingDrain [2022-05-17T11:42:54.344Z] --- PASS: TestRingDrain (0.00s) [2022-05-17T11:42:54.344Z] PASS [2022-05-17T11:42:54.344Z] coverage: 43.2% of statements [2022-05-17T11:42:54.344Z] ok github.com/docker/docker/daemon/logger 0.308s coverage: 43.2% of statements [2022-05-17T11:42:54.344Z] === RUN TestSearchRegistryForImagesErrors [2022-05-17T11:42:54.344Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestSearchRegistryForImages [2022-05-17T11:42:54.344Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestOnlyPlatformWithFallback [2022-05-17T11:42:54.344Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-17T11:42:54.344Z] === RUN TestImageDelete [2022-05-17T11:42:54.344Z] === RUN TestImageDelete/no_lease [2022-05-17T11:42:54.344Z] === RUN TestImageDelete/lease_exists [2022-05-17T11:42:54.570Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.10s) [2022-05-17T11:42:54.570Z] PASS [2022-05-17T11:42:54.570Z] [2022-05-17T11:42:54.570Z] === Skipped [2022-05-17T11:42:54.570Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:42:54.570Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:42:54.570Z] [2022-05-17T11:42:54.570Z] DONE 38 tests, 1 skipped in 44.701s [2022-05-17T11:42:54.570Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-17T11:42:54.570Z] INFO: Testing against a local daemon [2022-05-17T11:42:54.570Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-17T11:42:54.570Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:42:54.570Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-17T11:42:54.570Z] === RUN TestDockerNetworkIpvlan [2022-05-17T11:42:54.570Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:42:54.570Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-17T11:42:54.570Z] PASS [2022-05-17T11:42:54.570Z] [2022-05-17T11:42:54.570Z] === Skipped [2022-05-17T11:42:54.570Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-17T11:42:54.570Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:42:54.570Z] [2022-05-17T11:42:54.570Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-17T11:42:54.570Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:42:54.570Z] [2022-05-17T11:42:54.570Z] DONE 2 tests, 2 skipped in 0.052s [2022-05-17T11:42:54.570Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-17T11:42:54.664Z] Loaded image: debian:bullseye-slim [2022-05-17T11:42:54.664Z] Loaded image: hello-world:latest [2022-05-17T11:42:54.664Z] Loaded image: arm32v7/hello-world:latest [2022-05-17T11:42:54.812Z] --- PASS: TestImageDelete (0.11s) [2022-05-17T11:42:54.812Z] --- PASS: TestImageDelete/no_lease (0.02s) [2022-05-17T11:42:54.812Z] --- PASS: TestImageDelete/lease_exists (0.04s) [2022-05-17T11:42:54.812Z] === RUN TestContentStoreForPull [2022-05-17T11:42:54.812Z] --- PASS: TestContentStoreForPull (0.21s) [2022-05-17T11:42:54.812Z] PASS [2022-05-17T11:42:54.812Z] coverage: 6.6% of statements [2022-05-17T11:42:54.812Z] ok github.com/docker/docker/daemon/images 0.546s coverage: 6.6% of statements [2022-05-17T11:42:54.812Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-17T11:42:54.812Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-17T11:42:54.825Z] INFO: Testing against a local daemon [2022-05-17T11:42:54.825Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptReconnectInterval [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/#00 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/:// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/something:// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-17T11:42:55.279Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-17T11:42:55.279Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-17T11:42:55.280Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-17T11:42:55.280Z] PASS [2022-05-17T11:42:55.280Z] coverage: 53.6% of statements [2022-05-17T11:42:55.280Z] ok github.com/docker/docker/daemon/logger/fluentd 0.129s coverage: 53.6% of statements [2022-05-17T11:42:55.280Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-17T11:42:55.280Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-17T11:42:55.280Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-17T11:42:55.623Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-17T11:42:55.623Z] --- PASS: TestPingSwarmHeader (2.42s) [2022-05-17T11:42:55.623Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-17T11:42:55.623Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-17T11:42:55.623Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-17T11:42:55.623Z] === RUN TestVersion [2022-05-17T11:42:55.623Z] --- PASS: TestVersion (0.03s) [2022-05-17T11:42:55.623Z] === CONT TestDiskUsage [2022-05-17T11:42:55.751Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-17T11:42:55.751Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-17T11:42:55.751Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-17T11:42:55.751Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.22s) [2022-05-17T11:42:55.751Z] === RUN TestFastTimeMarshalJSON [2022-05-17T11:42:55.751Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2022-05-17T11:42:55.751Z] PASS [2022-05-17T11:42:55.751Z] coverage: 87.2% of statements [2022-05-17T11:42:55.751Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.284s coverage: 87.2% of statements [2022-05-17T11:42:55.751Z] === RUN TestJSONFileLogger [2022-05-17T11:42:55.751Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-17T11:42:55.751Z] === RUN TestJSONFileLoggerWithTags [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/container_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/image_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/volume_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-17T11:42:55.880Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-17T11:42:56.136Z] === RUN TestDiskUsage/after_container.Run [2022-05-17T11:42:56.189Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s) [2022-05-17T11:42:56.189Z] === RUN TestDockerNetworkMacvlan [2022-05-17T11:42:56.219Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-05-17T11:42:56.219Z] === RUN TestJSONFileLoggerWithOpts [2022-05-17T11:42:56.219Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-05-17T11:42:56.219Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-17T11:42:56.219Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-05-17T11:42:56.219Z] === RUN TestEncodeDecode [2022-05-17T11:42:56.219Z] === PAUSE TestEncodeDecode [2022-05-17T11:42:56.219Z] === RUN TestUnexpectedEOF [2022-05-17T11:42:56.219Z] time="2022-05-17T11:42:55Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-17T11:42:56.219Z] time="2022-05-17T11:42:55Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-17T11:42:56.219Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-05-17T11:42:56.219Z] === CONT TestEncodeDecode [2022-05-17T11:42:56.219Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-17T11:42:56.219Z] PASS [2022-05-17T11:42:56.219Z] coverage: 69.9% of statements [2022-05-17T11:42:56.219Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.336s coverage: 69.9% of statements [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-17T11:42:56.697Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-17T11:42:56.751Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage (1.40s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run (0.45s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.01s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-05-17T11:42:56.954Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-05-17T11:42:56.954Z] PASS [2022-05-17T11:42:56.954Z] [2022-05-17T11:42:56.954Z] === Skipped [2022-05-17T11:42:56.954Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:42:56.954Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-17T11:42:56.954Z] [2022-05-17T11:42:56.954Z] DONE 54 tests, 1 skipped in 22.960s [2022-05-17T11:42:56.954Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-17T11:42:56.954Z] INFO: Testing against a local daemon [2022-05-17T11:42:56.954Z] === RUN TestVolumesCreateAndList [2022-05-17T11:42:56.954Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-17T11:42:56.954Z] === RUN TestVolumesRemove [2022-05-17T11:42:56.954Z] --- PASS: TestVolumesRemove (0.06s) [2022-05-17T11:42:56.954Z] === RUN TestVolumesInspect [2022-05-17T11:42:56.954Z] --- PASS: TestVolumesInspect (0.01s) [2022-05-17T11:42:56.954Z] === RUN TestVolumesInvalidJSON [2022-05-17T11:42:56.954Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-17T11:42:56.954Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-17T11:42:57.205Z] === RUN TestWriteLog [2022-05-17T11:42:57.205Z] === PAUSE TestWriteLog [2022-05-17T11:42:57.205Z] === RUN TestReadLog [2022-05-17T11:42:57.205Z] === PAUSE TestReadLog [2022-05-17T11:42:57.205Z] === RUN TestDecode [2022-05-17T11:42:57.205Z] --- PASS: TestDecode (0.02s) [2022-05-17T11:42:57.205Z] === CONT TestWriteLog [2022-05-17T11:42:57.205Z] === CONT TestReadLog [2022-05-17T11:42:57.205Z] === RUN TestReadLog/tail_exact [2022-05-17T11:42:57.205Z] --- PASS: TestWriteLog (0.00s) [2022-05-17T11:42:57.210Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-17T11:42:57.210Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-17T11:42:57.210Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-17T11:42:57.210Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-17T11:42:57.210Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-17T11:42:57.210Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-05-17T11:42:57.210Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-17T11:42:57.210Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-17T11:42:57.210Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-17T11:42:57.210Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-17T11:42:57.210Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-17T11:42:57.210Z] PASS [2022-05-17T11:42:57.210Z] [2022-05-17T11:42:57.210Z] DONE 9 tests in 0.204s [2022-05-17T11:42:57.210Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-17T11:42:57.210Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14196 is not a child of this shell [2022-05-17T11:42:57.210Z] warning: PID 14196 from bundles/test-integration/docker.pid had a nonzero exit code [2022-05-17T11:42:57.210Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-17T11:42:57.210Z] [2022-05-17T11:42:57.210Z] Unloading profiles will leave already running processes permanently [2022-05-17T11:42:57.210Z] unconfined, which can lead to unexpected situations. [2022-05-17T11:42:57.210Z] [2022-05-17T11:42:57.210Z] To set a process to complain mode, use the command line tool [2022-05-17T11:42:57.210Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-17T11:42:57.210Z] Removing test suite binaries [2022-05-17T11:42:57.210Z] exiting test-integration [2022-05-17T11:42:57.210Z] ++ exit 0 [2022-05-17T11:42:57.210Z] [2022-05-17T11:42:57.314Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-17T11:42:57.673Z] === RUN TestReadLog/tail_less_than_available [2022-05-17T11:42:57.673Z] === RUN TestReadLog/tail_more_than_available [2022-05-17T11:42:57.673Z] --- PASS: TestReadLog (0.26s) [2022-05-17T11:42:57.673Z] --- PASS: TestReadLog/tail_exact (0.23s) [2022-05-17T11:42:57.673Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-17T11:42:57.673Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-05-17T11:42:57.673Z] PASS [2022-05-17T11:42:57.673Z] coverage: 78.7% of statements [2022-05-17T11:42:57.673Z] ok github.com/docker/docker/daemon/logger/local 0.344s coverage: 78.7% of statements [2022-05-17T11:42:57.673Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-17T11:42:57.673Z] === RUN TestOpenFileDelete [2022-05-17T11:42:57.673Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-17T11:42:57.673Z] === RUN TestOpenFileRename [2022-05-17T11:42:57.673Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-17T11:42:57.673Z] === RUN TestHandleDecoderErr [2022-05-17T11:42:57.673Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-17T11:42:57.673Z] === RUN TestParseLogTagDefaultTag [2022-05-17T11:42:57.673Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-17T11:42:57.673Z] === RUN TestParseLogTag [2022-05-17T11:42:57.673Z] --- PASS: TestParseLogTag (0.00s) [2022-05-17T11:42:57.673Z] === RUN TestParseLogTagEmptyTag [2022-05-17T11:42:57.673Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-17T11:42:57.673Z] === RUN TestTailFiles [2022-05-17T11:42:57.673Z] --- PASS: TestTailFiles (0.00s) [2022-05-17T11:42:57.673Z] === RUN TestFollowLogsConsumerGone [2022-05-17T11:42:57.673Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-17T11:42:57.673Z] === RUN TestFollowLogsProducerGone [2022-05-17T11:42:57.673Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-17T11:42:57.673Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-17T11:42:57.673Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-05-17T11:42:57.673Z] === RUN TestCheckCapacityAndRotate [2022-05-17T11:42:57.673Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-17T11:42:57.673Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-17T11:42:57.673Z] --- PASS: TestCheckCapacityAndRotate (0.06s) [2022-05-17T11:42:57.673Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-17T11:42:57.673Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.04s) [2022-05-17T11:42:57.673Z] PASS [2022-05-17T11:42:57.673Z] coverage: 53.5% of statements [2022-05-17T11:42:57.673Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.134s coverage: 53.5% of statements [2022-05-17T11:42:58.141Z] === RUN TestLog [2022-05-17T11:42:58.141Z] --- PASS: TestLog (0.03s) [2022-05-17T11:42:58.141Z] PASS [2022-05-17T11:42:58.141Z] coverage: 31.5% of statements [2022-05-17T11:42:58.141Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.095s coverage: 31.5% of statements Post stage [Pipeline] junit [2022-05-17T11:42:58.190Z] Recording test results [2022-05-17T11:42:58.241Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-17T11:42:58.611Z] === RUN TestValidateLogOpt [2022-05-17T11:42:58.611Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-17T11:42:58.611Z] === RUN TestNewMissedConfig [2022-05-17T11:42:58.611Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-17T11:42:58.611Z] === RUN TestNewMissedUrl [2022-05-17T11:42:58.611Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-17T11:42:58.611Z] === RUN TestNewMissedToken [2022-05-17T11:42:58.611Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-17T11:42:58.611Z] === RUN TestNewWithProxy [2022-05-17T11:42:58.611Z] --- PASS: TestNewWithProxy (0.01s) [2022-05-17T11:42:58.611Z] === RUN TestDefault [2022-05-17T11:42:58.611Z] --- PASS: TestDefault (0.01s) [2022-05-17T11:42:58.611Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-17T11:42:58.611Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-17T11:42:58.611Z] === RUN TestJsonFormat [2022-05-17T11:42:58.611Z] --- PASS: TestJsonFormat (0.02s) [2022-05-17T11:42:58.611Z] === RUN TestRawFormat [2022-05-17T11:42:58.611Z] --- PASS: TestRawFormat (0.00s) [2022-05-17T11:42:58.611Z] === RUN TestRawFormatWithLabels [2022-05-17T11:42:58.611Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-17T11:42:58.611Z] === RUN TestRawFormatWithoutTag [2022-05-17T11:42:58.611Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-17T11:42:58.611Z] === RUN TestBatching [2022-05-17T11:42:58.611Z] === RUN TestNewParse [2022-05-17T11:42:58.611Z] --- PASS: TestNewParse (0.00s) [2022-05-17T11:42:58.611Z] PASS [2022-05-17T11:42:58.611Z] coverage: 8.3% of statements [2022-05-17T11:42:58.611Z] ok github.com/docker/docker/daemon/logger/templates 0.050s coverage: 8.3% of statements [2022-05-17T11:42:58.611Z] --- PASS: TestBatching (0.32s) [2022-05-17T11:42:58.611Z] === RUN TestFrequency [2022-05-17T11:42:59.080Z] --- PASS: TestFrequency (0.16s) [2022-05-17T11:42:59.080Z] === RUN TestOneMessagePerRequest [2022-05-17T11:42:59.080Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-17T11:42:59.080Z] === RUN TestVerify [2022-05-17T11:42:59.080Z] --- PASS: TestVerify (0.00s) [2022-05-17T11:42:59.080Z] === RUN TestSkipVerify [2022-05-17T11:42:59.080Z] time="2022-05-17T11:42:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.080Z] time="2022-05-17T11:42:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.080Z] time="2022-05-17T11:42:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.080Z] time="2022-05-17T11:42:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.547Z] === RUN TestParseLogFormat [2022-05-17T11:42:59.547Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-17T11:42:59.548Z] === RUN TestValidateLogOptEmpty [2022-05-17T11:42:59.548Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-17T11:42:59.548Z] === RUN TestValidateSyslogAddress [2022-05-17T11:42:59.548Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-17T11:42:59.548Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-17T11:42:59.548Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-17T11:42:59.548Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-17T11:42:59.548Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-17T11:42:59.548Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-17T11:42:59.548Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-17T11:42:59.548Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-17T11:42:59.548Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-17T11:42:59.548Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-17T11:42:59.548Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-17T11:42:59.548Z] === RUN TestParseAddressDefaultPort [2022-05-17T11:42:59.548Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-17T11:42:59.548Z] === RUN TestValidateSyslogFacility [2022-05-17T11:42:59.548Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-17T11:42:59.548Z] === RUN TestValidateLogOptSyslogFormat [2022-05-17T11:42:59.548Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-17T11:42:59.548Z] === RUN TestValidateLogOpt [2022-05-17T11:42:59.548Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-17T11:42:59.548Z] PASS [2022-05-17T11:42:59.548Z] coverage: 43.6% of statements [2022-05-17T11:42:59.548Z] ok github.com/docker/docker/daemon/logger/syslog 0.089s coverage: 43.6% of statements [2022-05-17T11:42:59.548Z] --- PASS: TestSkipVerify (0.49s) [2022-05-17T11:42:59.548Z] === RUN TestBufferMaximum [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652787779.137368\",\"host\":\"63942c6b3d47\"}'" [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652787779.137368\",\"host\":\"63942c6b3d47\"}'" [2022-05-17T11:42:59.548Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-17T11:42:59.548Z] === RUN TestServerAlwaysDown [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652787779.141368\",\"host\":\"63942c6b3d47\"}'" [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652787779.141368\",\"host\":\"63942c6b3d47\"}'" [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652787779.141368\",\"host\":\"63942c6b3d47\"}'" [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652787779.142366\",\"host\":\"63942c6b3d47\"}'" [2022-05-17T11:42:59.548Z] time="2022-05-17T11:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652787779.142366\",\"host\":\"63942c6b3d47\"}'" [2022-05-17T11:42:59.548Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-17T11:42:59.548Z] === RUN TestCannotSendAfterClose [2022-05-17T11:42:59.548Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-17T11:42:59.548Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-17T11:43:00.130Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-17T11:43:00.281Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2022-05-17T11:43:00.322Z] INFO: Extraction ended at 05/17/2022 11:42:59. Duration:00:00:37.4392195 [2022-05-17T11:43:00.322Z] INFO: Updating the golang and path environment variables [2022-05-17T11:43:00.322Z] INFO: GOPATH=d:\gopath [2022-05-17T11:43:00.322Z] INFO: go version go1.18.2 windows/amd64 [2022-05-17T11:43:00.322Z] INFO: Running the daemon under test in debug mode [2022-05-17T11:43:00.322Z] INFO: Starting a daemon under test... [2022-05-17T11:43:00.322Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43322\3\daemon --pidfile d:\CI\PR-43322\3\docker.pid -D [2022-05-17T11:43:00.322Z] INFO: Process started successfully. [2022-05-17T11:43:00.322Z] INFO: Start tailing logs of the daemon under tests [2022-05-17T11:43:00.322Z] INFO: Waiting for the daemon under test to start... [Pipeline] // stage Post stage [Pipeline] sh [2022-05-17T11:43:00.533Z] === RUN TestV2MetadataService [2022-05-17T11:43:00.533Z] time="2022-05-17T11:43:00Z" 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-17T11:43:00.533Z] time="2022-05-17T11:43:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"63942c6b3d47\"}'" [2022-05-17T11:43:00.533Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-17T11:43:00.533Z] PASS [2022-05-17T11:43:00.533Z] coverage: 82.5% of statements [2022-05-17T11:43:00.533Z] ok github.com/docker/docker/daemon/logger/splunk 2.097s coverage: 82.5% of statements [2022-05-17T11:43:00.533Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-17T11:43:00.533Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-17T11:43:00.533Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-17T11:43:00.690Z] + echo Ensuring container killed. [2022-05-17T11:43:00.690Z] Ensuring container killed. [2022-05-17T11:43:00.690Z] + docker rm -vf docker-pr3 [2022-05-17T11:43:00.690Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-17T11:43:01.055Z] + echo Chowning /workspace to jenkins user [2022-05-17T11:43:01.055Z] Chowning /workspace to jenkins user [2022-05-17T11:43:01.055Z] + id -u [2022-05-17T11:43:01.055Z] + id -g [2022-05-17T11:43:01.055Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43322:/workspace busybox chown -R 1000:1000 /workspace [2022-05-17T11:43:01.055Z] Unable to find image 'busybox:latest' locally [2022-05-17T11:43:01.055Z] latest: Pulling from library/busybox [2022-05-17T11:43:01.055Z] 50e8d59317eb: Pulling fs layer [2022-05-17T11:43:01.118Z] --- PASS: TestV2MetadataService (0.98s) [2022-05-17T11:43:01.118Z] PASS [2022-05-17T11:43:01.118Z] coverage: 44.4% of statements [2022-05-17T11:43:01.118Z] ok github.com/docker/docker/distribution/metadata 1.091s coverage: 44.4% of statements [2022-05-17T11:43:01.310Z] 50e8d59317eb: Verifying Checksum [2022-05-17T11:43:01.310Z] 50e8d59317eb: Download complete [2022-05-17T11:43:01.310Z] 50e8d59317eb: Pull complete [2022-05-17T11:43:01.310Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-17T11:43:01.310Z] Status: Downloaded newer image for busybox:latest [2022-05-17T11:43:01.587Z] === RUN TestSuccessfulDownload [2022-05-17T11:43:01.587Z] download_test.go:267: Needs fixing on Windows [2022-05-17T11:43:01.587Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-17T11:43:01.587Z] === RUN TestCancelledDownload [2022-05-17T11:43:01.587Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-17T11:43:01.587Z] === RUN TestMaxDownloadAttempts [2022-05-17T11:43:01.587Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-17T11:43:01.587Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-17T11:43:01.587Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-17T11:43:01.587Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-17T11:43:01.587Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-17T11:43:01.587Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-17T11:43:01.587Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-17T11:43:01.587Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-17T11:43:01.587Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-17T11:43:01.587Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-17T11:43:01.587Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-17T11:43:01.587Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-17T11:43:02.020Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-17T11:43:02.055Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-17T11:43:02.055Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-17T11:43:02.055Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-17T11:43:02.055Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:43:02.055Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-17T11:43:02.055Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.52s) [2022-05-17T11:43:02.055Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.52s) [2022-05-17T11:43:02.055Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.52s) [2022-05-17T11:43:02.055Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.52s) [2022-05-17T11:43:02.055Z] === RUN TestTransfer [2022-05-17T11:43:02.055Z] === RUN TestContinueOnError_NeverContinue [2022-05-17T11:43:02.055Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-17T11:43:02.055Z] === RUN TestManifestStore [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/no_remote_or_local [2022-05-17T11:43:02.055Z] --- PASS: TestTransfer (0.12s) [2022-05-17T11:43:02.055Z] === RUN TestConcurrencyLimit [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1236085582\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/no_local_cache [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/with_local_cache [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/unknown_media_type [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=warning msg="reference for unknown type: " [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=warning msg="reference for unknown type: " [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=warning msg="reference for unknown type: " [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=warning msg="reference for unknown type: " [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=warning msg="reference for unknown type: " [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-17T11:43:02.055Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-17T11:43:02.055Z] time="2022-05-17T11:43:01Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore (0.33s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/no_remote_or_local (0.21s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-17T11:43:02.055Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-05-17T11:43:02.055Z] === RUN TestDetectManifestBlobMediaType [2022-05-17T11:43:02.055Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-17T11:43:02.055Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-17T11:43:02.055Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-17T11:43:02.055Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-17T11:43:02.055Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-17T11:43:02.055Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-17T11:43:02.055Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-17T11:43:02.055Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-17T11:43:02.055Z] === RUN TestNotFound [2022-05-17T11:43:02.055Z] --- PASS: TestNotFound (0.00s) [2022-05-17T11:43:02.055Z] === RUN TestConflict [2022-05-17T11:43:02.055Z] --- PASS: TestConflict (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestForbidden [2022-05-17T11:43:02.523Z] --- PASS: TestForbidden (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestInvalidParameter [2022-05-17T11:43:02.523Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestNotImplemented [2022-05-17T11:43:02.523Z] --- PASS: TestNotImplemented (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestNotModified [2022-05-17T11:43:02.523Z] --- PASS: TestNotModified (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestUnauthorized [2022-05-17T11:43:02.523Z] --- PASS: TestUnauthorized (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestUnknown [2022-05-17T11:43:02.523Z] --- PASS: TestUnknown (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestCancelled [2022-05-17T11:43:02.523Z] --- PASS: TestCancelled (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestDeadline [2022-05-17T11:43:02.523Z] --- PASS: TestDeadline (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestDataLoss [2022-05-17T11:43:02.523Z] --- PASS: TestDataLoss (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestUnavailable [2022-05-17T11:43:02.523Z] --- PASS: TestUnavailable (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestSystem [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-17T11:43:02.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestSystem (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Not_Found [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Bad_Request [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Conflict [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Unauthorized [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Forbidden [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Not_Modified [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-17T11:43:02.523Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestFixManifestLayers [2022-05-17T11:43:02.523Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-17T11:43:02.523Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-17T11:43:02.523Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestFixManifestLayersBadParent [2022-05-17T11:43:02.523Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-17T11:43:02.523Z] === RUN TestValidateManifest [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-17T11:43:02.523Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-17T11:43:02.523Z] PASS [2022-05-17T11:43:02.524Z] coverage: 77.0% of statements [2022-05-17T11:43:02.524Z] ok github.com/docker/docker/errdefs 0.091s coverage: 77.0% of statements [2022-05-17T11:43:02.524Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-17T11:43:02.524Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-17T11:43:02.524Z] === RUN TestFormatPlatform [2022-05-17T11:43:02.524Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-17T11:43:02.524Z] === RUN TestPullSchema2Config [2022-05-17T11:43:02.524Z] === RUN TestPullSchema2Config/success_first_time [2022-05-17T11:43:02.524Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:43:02.524Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:43:02.524Z] === RUN TestPullSchema2Config/500_status [2022-05-17T11:43:02.524Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:43:02.524Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:43:02.524Z] --- PASS: TestConcurrencyLimit (0.41s) [2022-05-17T11:43:02.524Z] === RUN TestInactiveJobs [2022-05-17T11:43:02.524Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:43:02.524Z] === RUN TestPullSchema2Config/EOF [2022-05-17T11:43:02.524Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:43:02.524Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:43:02.524Z] 2022/05/17 11:43:02 http: panic serving 127.0.0.1:49218: intentional panic [2022-05-17T11:43:02.524Z] goroutine 118 [running]: [2022-05-17T11:43:02.524Z] net/http.(*conn).serve.func1() [2022-05-17T11:43:02.524Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-17T11:43:02.524Z] panic({0xf68ee0, 0x114b2f0}) [2022-05-17T11:43:02.524Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-17T11:43:02.524Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0000be680?, {0x1152a98?, 0xc00007c000?}) [2022-05-17T11:43:02.524Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-17T11:43:02.524Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1152a98, 0xc00007c000}, 0xc000291000) [2022-05-17T11:43:02.524Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-17T11:43:02.524Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1152a98?, 0xc00007c000?}, 0x156d5e0?) [2022-05-17T11:43:02.524Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-17T11:43:02.524Z] net/http.serverHandler.ServeHTTP({0xc0004f8180?}, {0x1152a98, 0xc00007c000}, 0xc000291000) [2022-05-17T11:43:02.524Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-17T11:43:02.524Z] net/http.(*conn).serve(0xc00017d5e0, {0x1153310, 0xc0002a50b0}) [2022-05-17T11:43:02.524Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-17T11:43:02.524Z] created by net/http.(*Server).Serve [2022-05-17T11:43:02.524Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-17T11:43:02.799Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.26s) [2022-05-17T11:43:02.799Z] PASS [2022-05-17T11:43:02.799Z] [2022-05-17T11:43:02.799Z] === Skipped [2022-05-17T11:43:02.799Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-05-17T11:43:02.799Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:43:02.799Z] [2022-05-17T11:43:02.799Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:43:02.799Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:43:02.799Z] [2022-05-17T11:43:02.799Z] DONE 34 tests, 2 skipped in 70.647s [2022-05-17T11:43:02.799Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-05-17T11:43:02.799Z] ++ 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-17T11:43:02.799Z] ++ set -e [2022-05-17T11:43:02.799Z] ++ '[' -n 0 ']' [2022-05-17T11:43:02.799Z] ++ set -x [2022-05-17T11:43:02.799Z] ++ 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-17T11:43:02.799Z] INFO: Testing against a local daemon [2022-05-17T11:43:02.799Z] === RUN TestConfigInspect [2022-05-17T11:43:02.991Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:43:02.991Z] === RUN TestPullSchema2Config/unauthorized [2022-05-17T11:43:02.991Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:43:02.991Z] --- PASS: TestInactiveJobs (0.35s) [2022-05-17T11:43:02.991Z] === RUN TestWatchRelease [2022-05-17T11:43:02.991Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:43:02.991Z] --- PASS: TestPullSchema2Config (0.54s) [2022-05-17T11:43:02.991Z] --- PASS: TestPullSchema2Config/success_first_time (0.02s) [2022-05-17T11:43:02.991Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-17T11:43:02.991Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-17T11:43:02.991Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-05-17T11:43:02.991Z] === RUN TestGetRepositoryMountCandidates [2022-05-17T11:43:02.991Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-17T11:43:02.991Z] === RUN TestLayerAlreadyExists [2022-05-17T11:43:02.991Z] 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-17T11:43:02.991Z] 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-17T11:43:02.991Z] 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-17T11:43:02.991Z] 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-17T11:43:02.991Z] 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-17T11:43:02.991Z] 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-17T11:43:02.991Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-17T11:43:02.991Z] === RUN TestWhenEmptyAuthConfig [2022-05-17T11:43:02.991Z] --- PASS: TestWatchRelease (0.04s) [2022-05-17T11:43:02.991Z] === RUN TestWatchFinishedTransfer [2022-05-17T11:43:02.991Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-17T11:43:02.991Z] === RUN TestDuplicateTransfer [2022-05-17T11:43:02.991Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-17T11:43:02.991Z] === RUN TestSuccessfulUpload [2022-05-17T11:43:02.991Z] time="2022-05-17T11:43:02Z" level=error msg="Upload failed, retrying: simulating retry" [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-17T11:43:03.459Z] --- PASS: TestSuccessfulUpload (0.38s) [2022-05-17T11:43:03.459Z] === RUN TestCancelledUpload [2022-05-17T11:43:03.459Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-17T11:43:03.459Z] PASS [2022-05-17T11:43:03.459Z] coverage: 76.8% of statements [2022-05-17T11:43:03.459Z] ok github.com/docker/docker/distribution/xfer 2.003s coverage: 76.8% of statements [2022-05-17T11:43:03.459Z] === RUN TestFSGetInvalidData [2022-05-17T11:43:03.459Z] --- PASS: TestFSGetInvalidData (0.03s) [2022-05-17T11:43:03.459Z] === RUN TestFSInvalidSet [2022-05-17T11:43:03.459Z] --- PASS: TestFSInvalidSet (0.02s) [2022-05-17T11:43:03.459Z] === RUN TestFSInvalidRoot [2022-05-17T11:43:03.459Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-17T11:43:03.459Z] === RUN TestFSMetadataGetSet [2022-05-17T11:43:03.459Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-05-17T11:43:03.459Z] === RUN TestFSInvalidWalker [2022-05-17T11:43:03.459Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-05-17T11:43:03.459Z] === RUN TestFSGetSet [2022-05-17T11:43:03.459Z] --- PASS: TestFSGetSet (0.04s) [2022-05-17T11:43:03.459Z] === RUN TestFSGetUnsetKey [2022-05-17T11:43:03.459Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-17T11:43:03.459Z] === RUN TestFSGetEmptyData [2022-05-17T11:43:03.459Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-17T11:43:03.459Z] === RUN TestFSDelete [2022-05-17T11:43:03.459Z] --- PASS: TestFSDelete (0.01s) [2022-05-17T11:43:03.459Z] === RUN TestFSWalker [2022-05-17T11:43:03.459Z] --- PASS: TestFSWalker (0.02s) [2022-05-17T11:43:03.459Z] === RUN TestFSWalkerStopOnError [2022-05-17T11:43:03.459Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-05-17T11:43:03.459Z] === RUN TestNewFromJSON [2022-05-17T11:43:03.459Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-17T11:43:03.459Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-17T11:43:03.459Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-17T11:43:03.459Z] === RUN TestMarshalKeyOrder [2022-05-17T11:43:03.459Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-17T11:43:03.459Z] === RUN TestHistoryEqual [2022-05-17T11:43:03.459Z] === RUN TestCompare [2022-05-17T11:43:03.459Z] --- PASS: TestCompare (0.00s) [2022-05-17T11:43:03.459Z] PASS [2022-05-17T11:43:03.459Z] coverage: 19.2% of statements [2022-05-17T11:43:03.459Z] ok github.com/docker/docker/image/cache 0.072s coverage: 19.2% of statements [2022-05-17T11:43:03.488Z] + bundleName=amd64-rootless [2022-05-17T11:43:03.488Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-05-17T11:43:03.488Z] Creating amd64-rootless-bundles.tar.gz [2022-05-17T11:43:03.488Z] + + xargs tar -czf amd64-rootless-bundles.tar.gzfind [2022-05-17T11:43:03.488Z] 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-17T11:43:03.497Z] Archiving artifacts [2022-05-17T11:43:03.927Z] --- PASS: TestHistoryEqual (0.21s) [2022-05-17T11:43:03.927Z] === RUN TestImage [2022-05-17T11:43:03.927Z] --- PASS: TestImage (0.00s) [2022-05-17T11:43:03.927Z] === RUN TestImageOSNotEmpty [2022-05-17T11:43:03.927Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-17T11:43:03.927Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-17T11:43:03.927Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-17T11:43:03.927Z] === RUN TestCreate [2022-05-17T11:43:03.927Z] --- PASS: TestCreate (0.01s) [2022-05-17T11:43:03.927Z] === RUN TestRestore [2022-05-17T11:43:03.927Z] time="2022-05-17T11:43:03Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-17T11:43:03.927Z] --- PASS: TestRestore (0.04s) [2022-05-17T11:43:03.927Z] === RUN TestAddDelete [2022-05-17T11:43:03.927Z] --- PASS: TestAddDelete (0.02s) [2022-05-17T11:43:03.927Z] === RUN TestSearchAfterDelete [2022-05-17T11:43:03.927Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-17T11:43:03.927Z] === RUN TestParentReset [2022-05-17T11:43:03.927Z] --- PASS: TestParentReset (0.03s) [2022-05-17T11:43:03.927Z] === RUN TestGetAndSetLastUpdated [2022-05-17T11:43:03.927Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-17T11:43:03.927Z] === RUN TestStoreLen [2022-05-17T11:43:03.927Z] --- PASS: TestStoreLen (0.06s) [2022-05-17T11:43:03.927Z] PASS [2022-05-17T11:43:03.927Z] coverage: 86.9% of statements [2022-05-17T11:43:03.927Z] ok github.com/docker/docker/image 0.670s coverage: 86.9% of statements [2022-05-17T11:43:03.927Z] --- PASS: TestWhenEmptyAuthConfig (1.19s) [2022-05-17T11:43:03.927Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-17T11:43:03.927Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-17T11:43:03.927Z] === RUN TestTokenPassThru [2022-05-17T11:43:03.927Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-17T11:43:03.927Z] === RUN TestTokenPassThruDifferentHost [2022-05-17T11:43:03.927Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-17T11:43:03.927Z] PASS [2022-05-17T11:43:03.927Z] coverage: 26.6% of statements [2022-05-17T11:43:03.927Z] ok github.com/docker/docker/distribution 2.172s coverage: 26.6% of statements [2022-05-17T11:43:04.395Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-17T11:43:04.395Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-17T11:43:04.709Z] --- PASS: TestConfigInspect (2.32s) [2022-05-17T11:43:04.709Z] === RUN TestConfigList [2022-05-17T11:43:04.863Z] === RUN TestValidateManifest [2022-05-17T11:43:04.863Z] === RUN TestValidateManifest/nil [2022-05-17T11:43:04.863Z] === RUN TestValidateManifest/non-nil [2022-05-17T11:43:04.863Z] --- PASS: TestValidateManifest (0.00s) [2022-05-17T11:43:04.863Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-17T11:43:04.863Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-17T11:43:04.863Z] PASS [2022-05-17T11:43:04.863Z] coverage: 0.7% of statements [2022-05-17T11:43:04.863Z] ok github.com/docker/docker/image/tarexport 0.160s coverage: 0.7% of statements [2022-05-17T11:43:04.863Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-17T11:43:04.863Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-17T11:43:05.202Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43322/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-17T11:43:05.288Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-17T11:43:05.564Z] + make clean [2022-05-17T11:43:05.819Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-17T11:43:05.819Z] docker-dev-cache [2022-05-17T11:43:05.819Z] docker-mod-cache [Pipeline] deleteDir [2022-05-17T11:43:05.848Z] === RUN TestSerialization [2022-05-17T11:43:05.848Z] --- PASS: TestSerialization (0.02s) [2022-05-17T11:43:05.848Z] PASS [2022-05-17T11:43:05.848Z] coverage: 100.0% of statements [2022-05-17T11:43:05.848Z] ok github.com/docker/docker/libcontainerd/queue 0.067s coverage: 100.0% of statements [2022-05-17T11:43:05.848Z] === RUN TestEmptyLayer [2022-05-17T11:43:05.848Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-17T11:43:05.848Z] === RUN TestCommitFailure [2022-05-17T11:43:06.214Z] --- PASS: TestDockerNetworkMacvlan (9.97s) [2022-05-17T11:43:06.214Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-05-17T11:43:06.214Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-05-17T11:43:06.214Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2022-05-17T11:43:06.214Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.98s) [2022-05-17T11:43:06.214Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.16s) [2022-05-17T11:43:06.214Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s) [2022-05-17T11:43:06.214Z] PASS [2022-05-17T11:43:06.214Z] [2022-05-17T11:43:06.214Z] DONE 8 tests in 11.289s [2022-05-17T11:43:06.214Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-17T11:43:06.214Z] testing: warning: no tests to run [2022-05-17T11:43:06.214Z] PASS [2022-05-17T11:43:06.214Z] [2022-05-17T11:43:06.214Z] DONE 0 tests in 0.007s [2022-05-17T11:43:06.214Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-17T11:43:06.214Z] INFO: Testing against a local daemon [2022-05-17T11:43:06.214Z] === RUN TestAuthZPluginAllowRequest [2022-05-17T11:43:06.315Z] --- PASS: TestCommitFailure (0.01s) [2022-05-17T11:43:06.315Z] === RUN TestStartTransactionFailure [2022-05-17T11:43:06.315Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestGetOrphan [2022-05-17T11:43:06.315Z] --- PASS: TestGetOrphan (0.01s) [2022-05-17T11:43:06.315Z] === RUN TestMountAndRegister [2022-05-17T11:43:06.315Z] layer_test.go:258: Layer size: 14 [2022-05-17T11:43:06.315Z] --- PASS: TestMountAndRegister (0.05s) [2022-05-17T11:43:06.315Z] === RUN TestLayerRelease [2022-05-17T11:43:06.315Z] layer_test.go:291: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestStoreRestore [2022-05-17T11:43:06.315Z] layer_test.go:340: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestTarStreamStability [2022-05-17T11:43:06.315Z] layer_test.go:455: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestRegisterExistingLayer [2022-05-17T11:43:06.315Z] --- PASS: TestRegisterExistingLayer (0.21s) [2022-05-17T11:43:06.315Z] === RUN TestTarStreamVerification [2022-05-17T11:43:06.315Z] layer_test.go:684: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestLayerMigration [2022-05-17T11:43:06.315Z] migration_test.go:45: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestLayerMigrationNoTarsplit [2022-05-17T11:43:06.315Z] migration_test.go:181: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestMountInit [2022-05-17T11:43:06.315Z] mount_test.go:17: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestMountInit (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestMountSize [2022-05-17T11:43:06.315Z] mount_test.go:76: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestMountSize (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestMountChanges [2022-05-17T11:43:06.315Z] mount_test.go:125: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestMountChanges (0.00s) [2022-05-17T11:43:06.315Z] === RUN TestMountApply [2022-05-17T11:43:06.315Z] mount_test.go:212: Failing on Windows [2022-05-17T11:43:06.315Z] --- SKIP: TestMountApply (0.00s) [2022-05-17T11:43:06.315Z] PASS [2022-05-17T11:43:06.315Z] coverage: 30.6% of statements [2022-05-17T11:43:06.315Z] ok github.com/docker/docker/layer 0.359s coverage: 30.6% of statements [2022-05-17T11:43:06.619Z] --- PASS: TestConfigList (2.18s) [2022-05-17T11:43:06.619Z] === RUN TestConfigsCreateAndDelete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-17T11:43:06.783Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-17T11:43:06.783Z] === RUN TestEnvironmentParsing [2022-05-17T11:43:06.783Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-17T11:43:06.783Z] PASS [2022-05-17T11:43:06.783Z] coverage: 1.2% of statements [2022-05-17T11:43:06.783Z] ok github.com/docker/docker/libcontainerd/local 0.071s coverage: 1.2% of statements [2022-05-17T11:43:06.783Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-17T11:43:06.783Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-17T11:43:06.783Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-17T11:43:07.141Z] --- PASS: TestAuthZPluginAllowRequest (1.18s) [2022-05-17T11:43:07.141Z] === RUN TestAuthZPluginTLS [2022-05-17T11:43:07.251Z] === RUN TestSequenceGetAvailableBit [2022-05-17T11:43:07.251Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestSequenceEqual [2022-05-17T11:43:07.251Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestSequenceCopy [2022-05-17T11:43:07.251Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestGetFirstAvailable [2022-05-17T11:43:07.251Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestFindSequence [2022-05-17T11:43:07.251Z] --- PASS: TestFindSequence (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestCheckIfAvailable [2022-05-17T11:43:07.251Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestMergeSequences [2022-05-17T11:43:07.251Z] --- PASS: TestMergeSequences (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestPushReservation [2022-05-17T11:43:07.251Z] --- PASS: TestPushReservation (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestSerializeDeserialize [2022-05-17T11:43:07.251Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestSet [2022-05-17T11:43:07.251Z] --- PASS: TestSet (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestSetUnset [2022-05-17T11:43:07.251Z] --- PASS: TestSetUnset (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestOffsetSetUnset [2022-05-17T11:43:07.251Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestSetInRange [2022-05-17T11:43:07.251Z] --- PASS: TestSetInRange (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestSetAnyInRange [2022-05-17T11:43:07.251Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestMethods [2022-05-17T11:43:07.251Z] --- PASS: TestMethods (0.00s) [2022-05-17T11:43:07.251Z] === RUN TestRandomAllocateDeallocate [2022-05-17T11:43:07.703Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-05-17T11:43:07.704Z] === RUN TestAuthZPluginDenyRequest [2022-05-17T11:43:08.265Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-17T11:43:08.265Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-17T11:43:08.826Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-17T11:43:08.826Z] === RUN TestAuthZPluginDenyResponse [2022-05-17T11:43:09.163Z] --- PASS: TestConfigsCreateAndDelete (2.18s) [2022-05-17T11:43:09.163Z] === RUN TestConfigsUpdate [2022-05-17T11:43:09.387Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-05-17T11:43:09.387Z] === RUN TestAuthZPluginAllowEventStream [2022-05-17T11:43:09.464Z] === RUN TestInvalidConfig [2022-05-17T11:43:09.464Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-17T11:43:09.464Z] === RUN TestConfig [2022-05-17T11:43:09.464Z] --- PASS: TestConfig (0.00s) [2022-05-17T11:43:09.464Z] === RUN TestOptionsLabels [2022-05-17T11:43:09.464Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-17T11:43:09.464Z] === RUN TestValidName [2022-05-17T11:43:09.464Z] --- PASS: TestValidName (0.00s) [2022-05-17T11:43:09.464Z] PASS [2022-05-17T11:43:09.464Z] coverage: 19.7% of statements [2022-05-17T11:43:09.464Z] ok github.com/docker/docker/libnetwork/config 0.077s coverage: 19.7% of statements [2022-05-17T11:43:09.933Z] === RUN TestKey [2022-05-17T11:43:09.933Z] --- PASS: TestKey (0.00s) [2022-05-17T11:43:09.933Z] === RUN TestParseKey [2022-05-17T11:43:09.933Z] --- PASS: TestParseKey (0.00s) [2022-05-17T11:43:09.933Z] === RUN TestInvalidDataStore [2022-05-17T11:43:09.933Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-17T11:43:09.933Z] === RUN TestKVObjectFlatKey [2022-05-17T11:43:09.933Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-17T11:43:09.933Z] === RUN TestAtomicKVObjectFlatKey [2022-05-17T11:43:09.933Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-17T11:43:09.933Z] PASS [2022-05-17T11:43:09.933Z] coverage: 21.9% of statements [2022-05-17T11:43:09.933Z] ok github.com/docker/docker/libnetwork/datastore 0.054s coverage: 21.9% of statements [2022-05-17T11:43:10.402Z] === RUN TestIPDataMarshalling [2022-05-17T11:43:10.402Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-17T11:43:10.402Z] === RUN TestValidateAndIsV6 [2022-05-17T11:43:10.402Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-17T11:43:10.402Z] PASS [2022-05-17T11:43:10.402Z] coverage: 68.9% of statements [2022-05-17T11:43:10.402Z] ok github.com/docker/docker/libnetwork/driverapi 0.064s coverage: 68.9% of statements [2022-05-17T11:43:10.546Z] --- PASS: TestConfigsUpdate (1.82s) [2022-05-17T11:43:10.546Z] === RUN TestTemplatedConfig [2022-05-17T11:43:10.753Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s) [2022-05-17T11:43:10.753Z] === RUN TestAuthZPluginErrorResponse [2022-05-17T11:43:10.870Z] === RUN TestErrorInterfaces [2022-05-17T11:43:10.870Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-17T11:43:10.870Z] === RUN TestNetworkMarshalling [2022-05-17T11:43:11.009Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-05-17T11:43:11.009Z] === RUN TestAuthZPluginErrorRequest [2022-05-17T11:43:11.338Z] --- PASS: TestNetworkMarshalling (0.24s) [2022-05-17T11:43:11.338Z] === RUN TestEndpointMarshalling [2022-05-17T11:43:11.338Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-17T11:43:11.338Z] === RUN TestAuxAddresses [2022-05-17T11:43:11.338Z] time="2022-05-17T11:43:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-17T11:43:11.338Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-17T11:43:11.338Z] === RUN TestSRVServiceQuery [2022-05-17T11:43:11.338Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.338Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-17T11:43:11.338Z] === RUN TestServiceVIPReuse [2022-05-17T11:43:11.338Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.338Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-17T11:43:11.339Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-17T11:43:11.339Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.339Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-17T11:43:11.339Z] === RUN TestDNSIPQuery [2022-05-17T11:43:11.339Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.339Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-17T11:43:11.339Z] === RUN TestDNSProxyServFail [2022-05-17T11:43:11.339Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.339Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-17T11:43:11.339Z] === RUN TestSandboxAddEmpty [2022-05-17T11:43:11.339Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.339Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-17T11:43:11.339Z] === RUN TestSandboxAddMultiPrio [2022-05-17T11:43:11.339Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.339Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-17T11:43:11.339Z] === RUN TestSandboxAddSamePrio [2022-05-17T11:43:11.339Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.339Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-17T11:43:11.339Z] === RUN TestCleanupServiceDiscovery [2022-05-17T11:43:11.339Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.339Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-17T11:43:11.339Z] === RUN TestDNSOptions [2022-05-17T11:43:11.339Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:43:11.339Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-17T11:43:11.339Z] === RUN TestMultipleControllersWithSameStore [2022-05-17T11:43:11.339Z] time="2022-05-17T11:43:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-17T11:43:11.339Z] time="2022-05-17T11:43:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-17T11:43:11.339Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-05-17T11:43:11.339Z] PASS [2022-05-17T11:43:11.339Z] coverage: 8.5% of statements [2022-05-17T11:43:11.339Z] ok github.com/docker/docker/libnetwork 0.413s coverage: 8.5% of statements [2022-05-17T11:43:11.570Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-17T11:43:11.570Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-17T11:43:11.806Z] === RUN TestDriver [2022-05-17T11:43:11.806Z] --- PASS: TestDriver (0.00s) [2022-05-17T11:43:11.806Z] PASS [2022-05-17T11:43:11.807Z] coverage: 34.8% of statements [2022-05-17T11:43:11.807Z] ok github.com/docker/docker/libnetwork/drivers/host 0.047s coverage: 34.8% of statements [2022-05-17T11:43:12.132Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-17T11:43:12.132Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-17T11:43:12.276Z] === RUN TestDriver [2022-05-17T11:43:12.276Z] --- PASS: TestDriver (0.00s) [2022-05-17T11:43:12.276Z] PASS [2022-05-17T11:43:12.276Z] coverage: 34.8% of statements [2022-05-17T11:43:12.276Z] ok github.com/docker/docker/libnetwork/drivers/null 0.044s coverage: 34.8% of statements [2022-05-17T11:43:12.743Z] === RUN TestNetworkAllocateFree [2022-05-17T11:43:12.743Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-17T11:43:12.743Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-17T11:43:12.743Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-17T11:43:12.743Z] PASS [2022-05-17T11:43:12.743Z] coverage: 63.6% of statements [2022-05-17T11:43:12.743Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.051s coverage: 63.6% of statements [2022-05-17T11:43:12.743Z] --- PASS: TestRandomAllocateDeallocate (5.51s) [2022-05-17T11:43:12.743Z] === RUN TestAllocateRandomDeallocate [2022-05-17T11:43:12.743Z] === RUN TestGetEmptyCapabilities [2022-05-17T11:43:13.089Z] --- PASS: TestTemplatedConfig (2.53s) [2022-05-17T11:43:13.089Z] === RUN TestConfigCreateResolve [2022-05-17T11:43:13.211Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-17T11:43:13.211Z] === RUN TestGetExtraCapabilities [2022-05-17T11:43:13.211Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-17T11:43:13.211Z] === RUN TestGetInvalidCapabilities [2022-05-17T11:43:13.211Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-05-17T11:43:13.211Z] === RUN TestRemoteDriver [2022-05-17T11:43:13.211Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-17T11:43:13.211Z] === RUN TestDriverError [2022-05-17T11:43:13.211Z] --- PASS: TestDriverError (0.01s) [2022-05-17T11:43:13.211Z] === RUN TestMissingValues [2022-05-17T11:43:13.211Z] --- PASS: TestMissingValues (0.01s) [2022-05-17T11:43:13.211Z] === RUN TestRollback [2022-05-17T11:43:13.211Z] --- PASS: TestRollback (0.01s) [2022-05-17T11:43:13.211Z] PASS [2022-05-17T11:43:13.211Z] coverage: 57.4% of statements [2022-05-17T11:43:13.211Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.103s coverage: 57.4% of statements [2022-05-17T11:43:13.496Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.44s) [2022-05-17T11:43:13.496Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-17T11:43:14.196Z] === RUN TestNAT [2022-05-17T11:43:14.196Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-17T11:43:14.196Z] --- SKIP: TestNAT (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestTransparent [2022-05-17T11:43:14.196Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-17T11:43:14.196Z] --- SKIP: TestTransparent (0.00s) [2022-05-17T11:43:14.196Z] PASS [2022-05-17T11:43:14.196Z] coverage: 0.0% of statements [2022-05-17T11:43:14.196Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.051s coverage: 0.0% of statements [2022-05-17T11:43:14.196Z] --- PASS: TestAllocateRandomDeallocate (1.30s) [2022-05-17T11:43:14.196Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-17T11:43:14.196Z] === RUN TestNew [2022-05-17T11:43:14.196Z] --- PASS: TestNew (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestAddDriver [2022-05-17T11:43:14.196Z] --- PASS: TestAddDriver (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestAddDuplicateDriver [2022-05-17T11:43:14.196Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-17T11:43:14.196Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestDriver [2022-05-17T11:43:14.196Z] --- PASS: TestDriver (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestIPAM [2022-05-17T11:43:14.196Z] --- PASS: TestIPAM (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestWalkIPAMs [2022-05-17T11:43:14.196Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestWalkDrivers [2022-05-17T11:43:14.196Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-17T11:43:14.196Z] PASS [2022-05-17T11:43:14.196Z] coverage: 82.4% of statements [2022-05-17T11:43:14.196Z] ok github.com/docker/docker/libnetwork/drvregistry 0.077s coverage: 82.4% of statements [2022-05-17T11:43:14.196Z] === RUN TestBuildDefault [2022-05-17T11:43:14.196Z] --- PASS: TestBuildDefault (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestBuildHostnameDomainname [2022-05-17T11:43:14.196Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestBuildHostname [2022-05-17T11:43:14.196Z] --- PASS: TestBuildHostname (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestBuildHostnameFQDN [2022-05-17T11:43:14.196Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestBuildNoIP [2022-05-17T11:43:14.196Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestUpdate [2022-05-17T11:43:14.196Z] --- PASS: TestUpdate (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-17T11:43:14.196Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-17T11:43:14.196Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestAddEmpty [2022-05-17T11:43:14.196Z] --- PASS: TestAddEmpty (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestAdd [2022-05-17T11:43:14.196Z] --- PASS: TestAdd (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestDeleteEmpty [2022-05-17T11:43:14.196Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestDeleteNewline [2022-05-17T11:43:14.196Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestDelete [2022-05-17T11:43:14.196Z] --- PASS: TestDelete (0.00s) [2022-05-17T11:43:14.196Z] === RUN TestConcurrentWrites [2022-05-17T11:43:14.196Z] --- PASS: TestConcurrentWrites (0.26s) [2022-05-17T11:43:14.196Z] PASS [2022-05-17T11:43:14.196Z] coverage: 81.2% of statements [2022-05-17T11:43:14.196Z] ok github.com/docker/docker/libnetwork/etchosts 0.331s coverage: 81.2% of statements [2022-05-17T11:43:14.663Z] === RUN TestCaller [2022-05-17T11:43:14.663Z] --- PASS: TestCaller (0.00s) [2022-05-17T11:43:14.663Z] PASS [2022-05-17T11:43:14.663Z] coverage: 100.0% of statements [2022-05-17T11:43:14.663Z] ok github.com/docker/docker/libnetwork/internal/caller 0.044s coverage: 100.0% of statements [2022-05-17T11:43:14.663Z] === RUN TestNew [2022-05-17T11:43:14.663Z] --- PASS: TestNew (0.00s) [2022-05-17T11:43:14.663Z] === RUN TestAllocate [2022-05-17T11:43:14.663Z] --- PASS: TestAllocate (0.00s) [2022-05-17T11:43:14.663Z] === RUN TestUninitialized [2022-05-17T11:43:14.663Z] --- PASS: TestUninitialized (0.00s) [2022-05-17T11:43:14.663Z] === RUN TestAllocateInRange [2022-05-17T11:43:14.663Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-17T11:43:14.663Z] === RUN TestAllocateSerial [2022-05-17T11:43:14.663Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-17T11:43:14.663Z] PASS [2022-05-17T11:43:14.663Z] coverage: 87.5% of statements [2022-05-17T11:43:14.663Z] ok github.com/docker/docker/libnetwork/idm 0.047s coverage: 87.5% of statements [2022-05-17T11:43:15.130Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.11s) [2022-05-17T11:43:15.130Z] === RUN TestRetrieveFromStore [2022-05-17T11:43:15.388Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.43s) [2022-05-17T11:43:15.388Z] === RUN TestAuthZPluginHeader [2022-05-17T11:43:15.598Z] === RUN TestSetSerialInsertDelete [2022-05-17T11:43:15.598Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-17T11:43:15.598Z] === RUN TestSetParallelInsertDelete [2022-05-17T11:43:15.630Z] --- PASS: TestConfigCreateResolve (2.18s) [2022-05-17T11:43:15.630Z] PASS [2022-05-17T11:43:15.630Z] [2022-05-17T11:43:15.630Z] DONE 6 tests in 13.300s [2022-05-17T11:43:15.630Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-05-17T11:43:15.630Z] ++ 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-17T11:43:15.630Z] ++ set -e [2022-05-17T11:43:15.630Z] ++ '[' -n 0 ']' [2022-05-17T11:43:15.630Z] ++ set -x [2022-05-17T11:43:15.630Z] ++ 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-17T11:43:15.630Z] INFO: Testing against a local daemon [2022-05-17T11:43:15.630Z] === RUN TestAttachWithTTY [2022-05-17T11:43:15.630Z] --- PASS: TestAttachWithTTY (0.05s) [2022-05-17T11:43:15.630Z] === RUN TestAttachWithoutTTy [2022-05-17T11:43:15.630Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-05-17T11:43:15.630Z] === RUN TestCheckpoint [2022-05-17T11:43:15.630Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:43:15.630Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/commit [2022-05-17T11:43:15.630Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-17T11:43:15.630Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:43:15.630Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:43:15.630Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:43:15.630Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:43:15.630Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:43:15.630Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:43:15.630Z] === CONT TestContainerInvalidJSON/commit [2022-05-17T11:43:15.630Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-17T11:43:15.630Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-17T11:43:15.630Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-17T11:43:15.630Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-17T11:43:15.630Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-17T11:43:15.630Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-17T11:43:15.630Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-17T11:43:15.630Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-17T11:43:15.631Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-17T11:43:15.631Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-17T11:43:15.631Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-17T11:43:15.631Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-17T11:43:15.631Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-17T11:43:15.631Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-17T11:43:15.631Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-05-17T11:43:15.631Z] === RUN TestCopyEmptyFile [2022-05-17T11:43:15.644Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-05-17T11:43:15.644Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-17T11:43:15.891Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-17T11:43:15.891Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-17T11:43:15.891Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-05-17T11:43:15.891Z] === RUN TestCopyFromContainer [2022-05-17T11:43:16.066Z] --- PASS: TestRetrieveFromStore (0.83s) [2022-05-17T11:43:16.066Z] === RUN TestIsCorrupted [2022-05-17T11:43:16.066Z] --- PASS: TestIsCorrupted (0.02s) [2022-05-17T11:43:16.066Z] === RUN TestSetRollover [2022-05-17T11:43:16.534Z] === RUN TestInt2IP2IntConversion [2022-05-17T11:43:17.001Z] --- PASS: TestInt2IP2IntConversion (0.53s) [2022-05-17T11:43:17.001Z] === RUN TestGetAddressVersion [2022-05-17T11:43:17.001Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-17T11:43:17.001Z] === RUN TestKeyString [2022-05-17T11:43:17.001Z] --- PASS: TestKeyString (0.00s) [2022-05-17T11:43:17.001Z] === RUN TestPoolDataMarshal [2022-05-17T11:43:17.001Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-17T11:43:17.001Z] === RUN TestSubnetsMarshal [2022-05-17T11:43:17.001Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-05-17T11:43:17.001Z] === RUN TestAddSubnets [2022-05-17T11:43:17.001Z] --- PASS: TestAddSubnets (0.05s) [2022-05-17T11:43:17.001Z] === RUN TestDoublePoolRelease [2022-05-17T11:43:17.001Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-05-17T11:43:17.001Z] === RUN TestAddReleasePoolID [2022-05-17T11:43:17.001Z] === RUN TestPoolRequest [2022-05-17T11:43:17.001Z] --- PASS: TestPoolRequest (0.00s) [2022-05-17T11:43:17.001Z] === RUN TestOtherRequests [2022-05-17T11:43:17.001Z] --- PASS: TestOtherRequests (0.00s) [2022-05-17T11:43:17.001Z] PASS [2022-05-17T11:43:17.001Z] coverage: 57.1% of statements [2022-05-17T11:43:17.001Z] ok github.com/docker/docker/libnetwork/ipams/null 0.048s coverage: 57.1% of statements [2022-05-17T11:43:17.001Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-05-17T11:43:17.001Z] === RUN TestPredefinedPool [2022-05-17T11:43:17.001Z] --- PASS: TestPredefinedPool (0.02s) [2022-05-17T11:43:17.001Z] === RUN TestRemoveSubnet [2022-05-17T11:43:17.275Z] === RUN TestCopyFromContainer// [2022-05-17T11:43:17.275Z] === RUN TestCopyFromContainer//bar/root [2022-05-17T11:43:17.275Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-17T11:43:17.275Z] === RUN TestCopyFromContainer/bar/quux [2022-05-17T11:43:17.275Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-17T11:43:17.275Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-17T11:43:17.275Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-17T11:43:17.275Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-17T11:43:17.469Z] --- PASS: TestRemoveSubnet (0.22s) [2022-05-17T11:43:17.469Z] === RUN TestGetSameAddress [2022-05-17T11:43:17.469Z] --- PASS: TestGetSameAddress (0.02s) [2022-05-17T11:43:17.469Z] === RUN TestPoolAllocationReuse [2022-05-17T11:43:17.469Z] --- PASS: TestSetRollover (1.52s) [2022-05-17T11:43:17.469Z] === RUN TestSetRolloverSerial [2022-05-17T11:43:17.535Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-17T11:43:17.535Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-17T11:43:17.535Z] --- PASS: TestCopyFromContainer (1.60s) [2022-05-17T11:43:17.535Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-17T11:43:17.535Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-17T11:43:17.535Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-17T11:43:17.536Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-17T11:43:17.536Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-17T11:43:17.536Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-17T11:43:17.536Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-17T11:43:17.536Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-17T11:43:17.536Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-17T11:43:17.536Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-17T11:43:17.536Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-17T11:43:17.536Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:43:17.536Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:43:17.536Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:43:17.536Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:43:17.536Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:43:17.536Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:43:17.536Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:43:17.536Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:43:17.536Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:43:17.536Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-17T11:43:17.536Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-17T11:43:17.536Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-17T11:43:17.536Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-17T11:43:17.536Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-17T11:43:17.536Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-17T11:43:17.536Z] === RUN TestCreateWithInvalidEnv [2022-05-17T11:43:17.536Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-17T11:43:17.536Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-17T11:43:17.536Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-17T11:43:17.536Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-17T11:43:17.536Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-17T11:43:17.536Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-17T11:43:17.536Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-17T11:43:17.536Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-17T11:43:17.536Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-17T11:43:17.536Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-17T11:43:17.536Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-17T11:43:17.536Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-17T11:43:17.536Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-17T11:43:17.536Z] === RUN TestCreateTmpfsMountsTarget [2022-05-17T11:43:17.796Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-17T11:43:17.796Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-17T11:43:18.454Z] === RUN TestGetCapabilities [2022-05-17T11:43:18.454Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-17T11:43:18.454Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-17T11:43:18.454Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-05-17T11:43:18.454Z] === RUN TestGetDefaultAddressSpaces [2022-05-17T11:43:18.454Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-05-17T11:43:18.454Z] === RUN TestRemoteDriver [2022-05-17T11:43:18.454Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-17T11:43:18.454Z] PASS [2022-05-17T11:43:18.454Z] coverage: 47.4% of statements [2022-05-17T11:43:18.454Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.080s coverage: 47.4% of statements [2022-05-17T11:43:18.922Z] --- PASS: TestSetRolloverSerial (1.36s) [2022-05-17T11:43:18.922Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-17T11:43:18.922Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-17T11:43:18.922Z] PASS [2022-05-17T11:43:18.922Z] coverage: 84.4% of statements [2022-05-17T11:43:18.922Z] ok github.com/docker/docker/libnetwork/bitseq 11.709s coverage: 84.4% of statements [2022-05-17T11:43:18.922Z] --- PASS: TestPoolAllocationReuse (1.49s) [2022-05-17T11:43:18.922Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-17T11:43:18.922Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-05-17T11:43:18.922Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-17T11:43:19.183Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s) [2022-05-17T11:43:19.183Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-17T11:43:19.389Z] === RUN TestWindowsIPAM [2022-05-17T11:43:19.389Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-17T11:43:19.389Z] PASS [2022-05-17T11:43:19.389Z] coverage: 71.4% of statements [2022-05-17T11:43:19.389Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.046s coverage: 71.4% of statements [2022-05-17T11:43:19.806Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.89s) [2022-05-17T11:43:19.806Z] === RUN TestAuthZPluginV2Disable [2022-05-17T11:43:20.124Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2022-05-17T11:43:20.124Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-17T11:43:20.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:43:20.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:43:20.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:43:20.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:43:20.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:43:20.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:43:20.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:43:20.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:43:20.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:43:20.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:43:20.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:43:20.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:43:20.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:43:20.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:43:20.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:43:20.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-17T11:43:20.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-17T11:43:20.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-17T11:43:20.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-17T11:43:20.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-17T11:43:20.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-17T11:43:20.124Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-17T11:43:20.376Z] === RUN TestDefaultNetwork [2022-05-17T11:43:20.385Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-05-17T11:43:20.385Z] === RUN TestCreateDifferentPlatform [2022-05-17T11:43:20.385Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-17T11:43:20.385Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-17T11:43:20.385Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-05-17T11:43:20.385Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-17T11:43:20.385Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-17T11:43:20.385Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-17T11:43:20.647Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-05-17T11:43:20.647Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-17T11:43:20.647Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-17T11:43:20.647Z] === RUN TestContainerStartOnDaemonRestart [2022-05-17T11:43:20.647Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-17T11:43:20.647Z] === RUN TestDaemonRestartIpcMode [2022-05-17T11:43:20.647Z] === PAUSE TestDaemonRestartIpcMode [2022-05-17T11:43:20.647Z] === RUN TestDaemonHostGatewayIP [2022-05-17T11:43:20.647Z] === PAUSE TestDaemonHostGatewayIP [2022-05-17T11:43:20.647Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-17T11:43:20.647Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-17T11:43:20.647Z] === RUN TestContainerKillOnDaemonStart [2022-05-17T11:43:20.647Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-17T11:43:20.647Z] === RUN TestDiff [2022-05-17T11:43:20.844Z] --- PASS: TestDefaultNetwork (0.30s) [2022-05-17T11:43:20.844Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-17T11:43:20.844Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-05-17T11:43:20.844Z] === RUN TestInitAddressPools [2022-05-17T11:43:20.844Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-17T11:43:20.844Z] PASS [2022-05-17T11:43:20.844Z] coverage: 74.0% of statements [2022-05-17T11:43:20.844Z] ok github.com/docker/docker/libnetwork/ipamutils 0.669s coverage: 74.0% of statements [2022-05-17T11:43:20.908Z] --- PASS: TestDiff (0.43s) [2022-05-17T11:43:20.909Z] === RUN TestExecWithCloseStdin [2022-05-17T11:43:21.312Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.31s) [2022-05-17T11:43:21.312Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-17T11:43:21.480Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-05-17T11:43:21.480Z] === RUN TestExec [2022-05-17T11:43:21.781Z] === RUN TestKeyValue [2022-05-17T11:43:21.781Z] --- PASS: TestKeyValue (0.00s) [2022-05-17T11:43:21.781Z] PASS [2022-05-17T11:43:21.781Z] coverage: 60.0% of statements [2022-05-17T11:43:21.781Z] .....INFO: Daemon under test started and replied! [2022-05-17T11:43:21.781Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-05-17T11:43:21.781Z] INFO: Docker version of the daemon under test [2022-05-17T11:43:21.781Z] [2022-05-17T11:43:21.781Z] Client: [2022-05-17T11:43:21.781Z] Version: 17.06.2-ce [2022-05-17T11:43:21.781Z] API version: 1.30 [2022-05-17T11:43:21.781Z] Go version: go1.8.3 [2022-05-17T11:43:21.781Z] Git commit: cec0b72 [2022-05-17T11:43:21.781Z] Built: Tue Sep 5 19:57:19 2017 [2022-05-17T11:43:21.781Z] OS/Arch: windows/amd64 [2022-05-17T11:43:21.781Z] [2022-05-17T11:43:21.781Z] Server: [2022-05-17T11:43:21.781Z] Version: 0.0.0-dev [2022-05-17T11:43:21.781Z] API version: 1.42 (minimum version 1.24) [2022-05-17T11:43:21.781Z] Go version: go1.18.2 [2022-05-17T11:43:21.781Z] Git commit: a89e866f7d [2022-05-17T11:43:21.781Z] Built: [2022-05-17T11:43:21.781Z] OS/Arch: windows/amd64 [2022-05-17T11:43:21.781Z] Experimental: false [2022-05-17T11:43:21.781Z] [2022-05-17T11:43:21.781Z] INFO: Docker info of the daemon under test [2022-05-17T11:43:21.781Z] [2022-05-17T11:43:21.781Z] Containers: 0 [2022-05-17T11:43:21.781Z] Running: 0 [2022-05-17T11:43:21.781Z] Paused: 0 [2022-05-17T11:43:21.781Z] Stopped: 0 [2022-05-17T11:43:21.781Z] Images: 0 [2022-05-17T11:43:21.781Z] Server Version: 0.0.0-dev [2022-05-17T11:43:21.781Z] Storage Driver: windowsfilter [2022-05-17T11:43:21.781Z] Windows: [2022-05-17T11:43:21.781Z] Logging Driver: json-file [2022-05-17T11:43:21.781Z] Plugins: [2022-05-17T11:43:21.781Z] Volume: local [2022-05-17T11:43:21.781Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T11:43:21.781Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T11:43:21.781Z] Swarm: inactive [2022-05-17T11:43:21.781Z] Default Isolation: process [2022-05-17T11:43:21.781Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-17T11:43:21.781Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-17T11:43:21.781Z] OSType: windows [2022-05-17T11:43:21.781Z] Architecture: x86_64 [2022-05-17T11:43:21.781Z] CPUs: 4 [2022-05-17T11:43:21.781Z] Total Memory: 32GiB [2022-05-17T11:43:21.781Z] Name: azwin-2-354e70 [2022-05-17T11:43:21.781Z] ID: 4dcee434-8929-458a-bab1-6b84c0cd8b31 [2022-05-17T11:43:21.781Z] Docker Root Dir: D:\CI\PR-43322\3\daemon [2022-05-17T11:43:21.781Z] Debug Mode (client): false [2022-05-17T11:43:21.781Z] Debug Mode (server): true [2022-05-17T11:43:21.781Z] File Descriptors: -1 [2022-05-17T11:43:21.781Z] Goroutines: 16 [2022-05-17T11:43:21.781Z] System Time: 2022-05-17T11:43:19.6673136Z [2022-05-17T11:43:21.781Z] EventsListeners: 0 [2022-05-17T11:43:21.781Z] Registry: https://index.docker.io/v1/ [2022-05-17T11:43:21.781Z] Labels: [2022-05-17T11:43:21.781Z] Experimental: false [2022-05-17T11:43:21.781Z] Insecure Registries: [2022-05-17T11:43:21.781Z] 127.0.0.0/8 [2022-05-17T11:43:21.781Z] Live Restore Enabled: false [2022-05-17T11:43:21.781Z] [2022-05-17T11:43:21.781Z] [2022-05-17T11:43:21.781Z] INFO: Docker images of the daemon under test [2022-05-17T11:43:21.781Z] [2022-05-17T11:43:21.781Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-17T11:43:21.781Z] [2022-05-17T11:43:21.781Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-05-17T11:43:21.781Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-05-17T11:43:21.781Z] ltsc2019: Pulling from windows/servercore [2022-05-17T11:43:21.781Z] b111c3320c94: Pulling fs layer [2022-05-17T11:43:21.781Z] 8b534d64a7c3: Pulling fs layer [2022-05-17T11:43:22.051Z] --- PASS: TestExec (0.48s) [2022-05-17T11:43:22.051Z] === RUN TestExecUser [2022-05-17T11:43:22.311Z] --- PASS: TestExecUser (0.45s) [2022-05-17T11:43:22.311Z] === RUN TestExportContainerAndImportImage [2022-05-17T11:43:22.883Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-05-17T11:43:22.883Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-17T11:43:23.069Z] --- PASS: TestAuthZPluginV2Disable (3.32s) [2022-05-17T11:43:23.069Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-17T11:43:23.993Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.57s) [2022-05-17T11:43:23.993Z] === RUN TestGetAddress [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-17T11:43:23.993Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-17T11:43:24.266Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-05-17T11:43:24.266Z] === RUN TestHealthCheckWorkdir [2022-05-17T11:43:24.461Z] === RUN TestNetworkDBSimple [2022-05-17T11:43:24.837Z] --- PASS: TestHealthCheckWorkdir (0.51s) [2022-05-17T11:43:24.837Z] === RUN TestHealthKillContainer [2022-05-17T11:43:24.928Z] === RUN TestGenerate [2022-05-17T11:43:24.928Z] --- PASS: TestGenerate (0.00s) [2022-05-17T11:43:24.928Z] === RUN TestGeneratePtr [2022-05-17T11:43:24.928Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-17T11:43:24.928Z] === RUN TestGenerateMissingField [2022-05-17T11:43:24.928Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-17T11:43:24.928Z] === RUN TestFieldCannotBeSet [2022-05-17T11:43:24.928Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-17T11:43:24.928Z] === RUN TestTypeMismatchError [2022-05-17T11:43:24.928Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-17T11:43:24.928Z] PASS [2022-05-17T11:43:24.928Z] coverage: 100.0% of statements [2022-05-17T11:43:24.928Z] ok github.com/docker/docker/libnetwork/options 0.036s coverage: 100.0% of statements [2022-05-17T11:43:25.397Z] 2022/05/17 11:43:25 Closing DB instances... [2022-05-17T11:43:25.864Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-17T11:43:25.864Z] PASS [2022-05-17T11:43:25.864Z] coverage: 100.0% of statements [2022-05-17T11:43:25.864Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.047s coverage: 100.0% of statements [2022-05-17T11:43:25.864Z] testing: warning: no tests to run [2022-05-17T11:43:25.864Z] PASS [2022-05-17T11:43:25.864Z] coverage: 0.0% of statements [2022-05-17T11:43:25.864Z] ok github.com/docker/docker/libnetwork/osl 0.042s coverage: 0.0% of statements [no tests to run] [2022-05-17T11:43:26.333Z] === RUN TestRequestNewPort [2022-05-17T11:43:26.333Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-17T11:43:26.333Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.33s) [2022-05-17T11:43:26.333Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-17T11:43:26.333Z] === RUN TestRequestSpecificPort [2022-05-17T11:43:26.333Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-17T11:43:26.333Z] === RUN TestReleasePort [2022-05-17T11:43:26.333Z] --- PASS: TestReleasePort (0.00s) [2022-05-17T11:43:26.333Z] === RUN TestReuseReleasedPort [2022-05-17T11:43:26.333Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-17T11:43:26.333Z] === RUN TestReleaseUnreadledPort [2022-05-17T11:43:26.333Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-17T11:43:26.333Z] === RUN TestUnknowProtocol [2022-05-17T11:43:26.333Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-17T11:43:26.333Z] === RUN TestAllocateAllPorts [2022-05-17T11:43:26.333Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-17T11:43:26.333Z] === RUN TestPortAllocation [2022-05-17T11:43:26.333Z] --- PASS: TestPortAllocation (0.00s) [2022-05-17T11:43:26.333Z] === RUN TestPortAllocationWithCustomRange [2022-05-17T11:43:26.333Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-17T11:43:26.333Z] === RUN TestNoDuplicateBPR [2022-05-17T11:43:26.333Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-17T11:43:26.333Z] === RUN TestChangePortRange [2022-05-17T11:43:26.333Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-17T11:43:26.333Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-17T11:43:26.333Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-17T11:43:26.333Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-17T11:43:26.333Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-17T11:43:26.333Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-17T11:43:26.333Z] --- PASS: TestChangePortRange (0.00s) [2022-05-17T11:43:26.333Z] PASS [2022-05-17T11:43:26.333Z] coverage: 88.6% of statements [2022-05-17T11:43:26.333Z] ok github.com/docker/docker/libnetwork/portallocator 0.042s coverage: 88.6% of statements [2022-05-17T11:43:26.801Z] testing: warning: no tests to run [2022-05-17T11:43:26.801Z] PASS [2022-05-17T11:43:26.801Z] coverage: 0.0% of statements [2022-05-17T11:43:26.801Z] ok github.com/docker/docker/libnetwork/portmapper 0.038s coverage: 0.0% of statements [no tests to run] [2022-05-17T11:43:26.801Z] --- PASS: TestNetworkDBSimple (2.46s) [2022-05-17T11:43:26.801Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-17T11:43:27.269Z] === RUN TestHashData [2022-05-17T11:43:27.269Z] --- PASS: TestHashData (0.00s) [2022-05-17T11:43:27.269Z] PASS [2022-05-17T11:43:27.269Z] coverage: 2.8% of statements [2022-05-17T11:43:27.269Z] ok github.com/docker/docker/libnetwork/resolvconf 0.047s coverage: 2.8% of statements [2022-05-17T11:43:27.738Z] === RUN TestErrorConstructors [2022-05-17T11:43:27.738Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-17T11:43:27.738Z] === RUN TestCompareIPMask [2022-05-17T11:43:27.738Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-17T11:43:27.738Z] === RUN TestUtilGetHostPartIP [2022-05-17T11:43:27.738Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-17T11:43:27.738Z] === RUN TestUtilGetBroadcastIP [2022-05-17T11:43:27.738Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-17T11:43:27.738Z] === RUN TestParseCIDR [2022-05-17T11:43:27.738Z] --- PASS: TestParseCIDR (0.00s) [2022-05-17T11:43:27.738Z] PASS [2022-05-17T11:43:27.738Z] coverage: 37.3% of statements [2022-05-17T11:43:27.738Z] ok github.com/docker/docker/libnetwork/types 0.041s coverage: 37.3% of statements [2022-05-17T11:43:28.206Z] 2022/05/17 11:43:28 Closing DB instances... [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-17T11:43:28.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-17T11:43:28.674Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-17T11:43:28.674Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-17T11:43:28.674Z] PASS [2022-05-17T11:43:28.674Z] coverage: 55.0% of statements [2022-05-17T11:43:28.674Z] ok github.com/docker/docker/oci 0.059s coverage: 55.0% of statements [2022-05-17T11:43:29.141Z] === RUN TestAddressPoolOpt [2022-05-17T11:43:29.141Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/a [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/something [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/_=a [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/env1=value1 [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/_env1=value1 [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/PATH [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/=a [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/PATH= [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/PATH=something [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/asd!qwe [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/1asd [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/123 [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/some_space [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/__some_space_before [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/some_space_after__ [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/= [2022-05-17T11:43:29.141Z] === RUN TestValidateEnv/PaTh [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-17T11:43:29.141Z] === RUN TestParseHost [2022-05-17T11:43:29.141Z] === RUN TestParseHost/:// [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://:5555/ [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-17T11:43:29.141Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-17T11:43:29.141Z] === RUN TestParseHost/something_with_spaces [2022-05-17T11:43:29.141Z] === RUN TestParseHost/unknown:// [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://:port [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://invalid:port [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://:5555/p [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-17T11:43:29.141Z] === RUN TestParseHost/npipe:// [2022-05-17T11:43:29.141Z] === RUN TestParseHost/_ [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp:// [2022-05-17T11:43:29.141Z] === RUN TestParseHost/unix://path/to/socket [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://host: [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseHost/unix:// [2022-05-17T11:43:29.141Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://[::1] [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://[::1]: [2022-05-17T11:43:29.141Z] === RUN TestParseHost/#00 [2022-05-17T11:43:29.141Z] === RUN TestParseHost/fd:// [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://: [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseHost/__ [2022-05-17T11:43:29.141Z] === RUN TestParseHost/fd://something [2022-05-17T11:43:29.141Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://[::1] (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp://127.0.0.1/ [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp://[::1] [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/: [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/[::1] [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-17T11:43:29.141Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/tcp://127.0.0.1/ (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-17T11:43:29.141Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1] (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/[::1] (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestParseTCP [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/localhost:5555/path [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/:5555/path [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/default_localhost [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/default_udp://localhost [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/default_tcp://localhost:noport [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/default_tcp://localhost:5555/path [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/[::1] [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/localhost:5555 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/0.0.0.1 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/0.0.0.1: [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/localhost [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/localhost: [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/tcp://: [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/[::1]: [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1] [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/tcp://:5555 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/#00 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/: [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/:5555 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/[::1]:5555 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-17T11:43:29.142Z] === RUN TestParseTCP/tcp:// [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/default_localhost (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/default_udp://localhost (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/default_tcp://localhost:noport (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/default_tcp://localhost:5555/path (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/[::1] (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-17T11:43:29.142Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestValidateExtraHosts [2022-05-17T11:43:29.142Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestValidateIPAddress [2022-05-17T11:43:29.142Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestMapOpts [2022-05-17T11:43:29.142Z] --- PASS: TestMapOpts (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestListOptsWithoutValidator [2022-05-17T11:43:29.142Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestListOptsWithValidator [2022-05-17T11:43:29.142Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestValidateDNSSearch [2022-05-17T11:43:29.142Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_general_format [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_one_more [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-17T11:43:29.142Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel (0.03s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-17T11:43:29.142Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestNamedListOpts [2022-05-17T11:43:29.142Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestNamedMapOpts [2022-05-17T11:43:29.142Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestParseLink [2022-05-17T11:43:29.142Z] --- PASS: TestParseLink (0.00s) [2022-05-17T11:43:29.142Z] === RUN TestUlimitOpt [2022-05-17T11:43:29.142Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-17T11:43:29.142Z] PASS [2022-05-17T11:43:29.142Z] coverage: 66.0% of statements [2022-05-17T11:43:29.142Z] ok github.com/docker/docker/opts 0.144s coverage: 66.0% of statements [2022-05-17T11:43:29.609Z] === RUN TestParseVersion [2022-05-17T11:43:29.609Z] --- PASS: TestParseVersion (0.00s) [2022-05-17T11:43:29.609Z] PASS [2022-05-17T11:43:29.609Z] coverage: 52.9% of statements [2022-05-17T11:43:29.609Z] ok github.com/docker/docker/pkg/aaparser 0.040s coverage: 52.9% of statements [2022-05-17T11:43:30.077Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.86s) [2022-05-17T11:43:30.077Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-17T11:43:30.484Z] 8b534d64a7c3: Verifying Checksum [2022-05-17T11:43:30.484Z] 8b534d64a7c3: Download complete [2022-05-17T11:43:31.061Z] 2022/05/17 11:43:30 Closing DB instances... [2022-05-17T11:43:31.528Z] === RUN TestPeerCertificateMarshalJSON [2022-05-17T11:43:31.528Z] === RUN TestIsArchivePathDir [2022-05-17T11:43:31.995Z] --- PASS: TestIsArchivePathDir (0.17s) [2022-05-17T11:43:31.995Z] === RUN TestIsArchivePathInvalidFile [2022-05-17T11:43:31.995Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-05-17T11:43:31.995Z] === RUN TestIsArchivePathTar [2022-05-17T11:43:31.995Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-17T11:43:31.995Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-17T11:43:31.995Z] --- PASS: TestPeerCertificateMarshalJSON (0.81s) [2022-05-17T11:43:31.995Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-17T11:43:31.995Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-17T11:43:31.995Z] === RUN TestMiddleware [2022-05-17T11:43:31.995Z] --- PASS: TestMiddleware (0.00s) [2022-05-17T11:43:31.995Z] === RUN TestNewResponseModifier [2022-05-17T11:43:31.995Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-17T11:43:31.995Z] PASS [2022-05-17T11:43:31.995Z] coverage: 26.8% of statements [2022-05-17T11:43:31.995Z] --- PASS: TestIsArchivePathTar (0.17s) [2022-05-17T11:43:31.995Z] === RUN TestDecompressStreamGzip [2022-05-17T11:43:31.995Z] ok github.com/docker/docker/pkg/authorization 0.857s coverage: 26.8% of statements [2022-05-17T11:43:32.619Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-05-17T11:43:32.619Z] === RUN TestDecompressStreamBzip2 [2022-05-17T11:43:32.619Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-05-17T11:43:32.619Z] === RUN TestDecompressStreamXz [2022-05-17T11:43:32.619Z] archive_test.go:133: Xz not present in msys2 [2022-05-17T11:43:32.619Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestDecompressStreamZstd [2022-05-17T11:43:32.619Z] archive_test.go:140: zstd not installed [2022-05-17T11:43:32.619Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-17T11:43:32.619Z] === RUN TestCompressStreamXzUnsupported [2022-05-17T11:43:32.619Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-17T11:43:32.619Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestCompressStreamInvalid [2022-05-17T11:43:32.619Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestExtensionInvalid [2022-05-17T11:43:32.619Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestExtensionUncompressed [2022-05-17T11:43:32.619Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestExtensionBzip2 [2022-05-17T11:43:32.619Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestExtensionGzip [2022-05-17T11:43:32.619Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestExtensionXz [2022-05-17T11:43:32.619Z] --- PASS: TestExtensionXz (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestExtensionZstd [2022-05-17T11:43:32.619Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestCmdStreamLargeStderr [2022-05-17T11:43:32.619Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.65s) [2022-05-17T11:43:32.619Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-17T11:43:32.619Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-05-17T11:43:32.619Z] === RUN TestCmdStreamBad [2022-05-17T11:43:32.619Z] archive_test.go:252: Failing on Windows CI machines [2022-05-17T11:43:32.619Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestCmdStreamGood [2022-05-17T11:43:32.619Z] --- PASS: TestCmdStreamGood (0.05s) [2022-05-17T11:43:32.619Z] === RUN TestUntarPathWithInvalidDest [2022-05-17T11:43:32.619Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-05-17T11:43:32.619Z] === RUN TestUntarPathWithInvalidSrc [2022-05-17T11:43:32.619Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-17T11:43:32.619Z] === RUN TestUntarPath [2022-05-17T11:43:32.619Z] --- PASS: TestUntarPath (0.07s) [2022-05-17T11:43:32.619Z] === RUN TestUntarPathWithDestinationFile [2022-05-17T11:43:32.619Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-05-17T11:43:32.619Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-17T11:43:32.970Z] --- PASS: TestHealthKillContainer (7.88s) [2022-05-17T11:43:32.970Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-17T11:43:32.970Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2022-05-17T11:43:32.970Z] === RUN TestIpcModeNone [2022-05-17T11:43:33.086Z] === RUN TestUnbuffered [2022-05-17T11:43:33.086Z] --- PASS: TestUnbuffered (0.00s) [2022-05-17T11:43:33.086Z] === RUN TestRaceUnbuffered [2022-05-17T11:43:33.086Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-17T11:43:33.086Z] PASS [2022-05-17T11:43:33.086Z] coverage: 100.0% of statements [2022-05-17T11:43:33.086Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2022-05-17T11:43:33.086Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-05-17T11:43:33.086Z] === RUN TestCopyWithTarInvalidSrc [2022-05-17T11:43:33.086Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-17T11:43:33.086Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-17T11:43:33.086Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-17T11:43:33.086Z] === RUN TestCopyWithTarSrcFile [2022-05-17T11:43:33.086Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-17T11:43:33.086Z] === RUN TestCopyWithTarSrcFolder [2022-05-17T11:43:33.086Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-17T11:43:33.086Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-17T11:43:33.086Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-17T11:43:33.086Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-17T11:43:33.086Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-05-17T11:43:33.086Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-17T11:43:33.086Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-17T11:43:33.086Z] === RUN TestCopyFileWithTarSrcFile [2022-05-17T11:43:33.086Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-17T11:43:33.086Z] === RUN TestTarFiles [2022-05-17T11:43:33.541Z] --- PASS: TestIpcModeNone (0.48s) [2022-05-17T11:43:33.541Z] === RUN TestIpcModePrivate [2022-05-17T11:43:33.554Z] === RUN TestMatch [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[]] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[foo]] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[foo_bar]] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[]#01 [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[qux]] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-17T11:43:33.554Z] === RUN TestMatch/[[foo_baz]] [2022-05-17T11:43:33.554Z] --- PASS: TestMatch (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-17T11:43:33.554Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-17T11:43:33.554Z] PASS [2022-05-17T11:43:33.554Z] coverage: 87.5% of statements [2022-05-17T11:43:33.554Z] ok github.com/docker/docker/pkg/capabilities 0.048s coverage: 87.5% of statements [2022-05-17T11:43:33.802Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-05-17T11:43:34.063Z] --- PASS: TestIpcModePrivate (0.50s) [2022-05-17T11:43:34.063Z] === RUN TestIpcModeShareable [2022-05-17T11:43:34.323Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2022-05-17T11:43:34.540Z] 2022/05/17 11:43:34 Closing DB instances... [2022-05-17T11:43:34.540Z] === RUN TestChrootTarUntar [2022-05-17T11:43:34.540Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:43:34.540Z] --- SKIP: TestChrootTarUntar (0.01s) [2022-05-17T11:43:34.540Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-17T11:43:34.540Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:43:34.540Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-17T11:43:34.540Z] === RUN TestChrootUntarEmptyArchive [2022-05-17T11:43:34.540Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-17T11:43:34.540Z] === RUN TestChrootTarUntarWithSymlink [2022-05-17T11:43:34.540Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:43:34.540Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-17T11:43:34.540Z] === RUN TestChrootCopyWithTar [2022-05-17T11:43:34.540Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:43:34.540Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-17T11:43:34.540Z] === RUN TestChrootCopyFileWithTar [2022-05-17T11:43:34.540Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:43:34.540Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-17T11:43:34.540Z] === RUN TestChrootUntarPath [2022-05-17T11:43:34.540Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:43:34.540Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-17T11:43:34.540Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-17T11:43:34.540Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:43:34.540Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:43:34.540Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-17T11:43:34.540Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:43:34.540Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:43:34.540Z] === RUN TestChrootApplyDotDotFile [2022-05-17T11:43:34.540Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:43:34.540Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-17T11:43:34.540Z] PASS [2022-05-17T11:43:34.540Z] coverage: 12.0% of statements [2022-05-17T11:43:34.540Z] ok github.com/docker/docker/pkg/chrootarchive 0.098s coverage: 12.0% of statements [2022-05-17T11:43:34.583Z] --- PASS: TestIpcModeShareable (0.47s) [2022-05-17T11:43:34.583Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-17T11:43:35.986Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.43s) [2022-05-17T11:43:35.986Z] === RUN TestAPIIpcModeHost [2022-05-17T11:43:36.102Z] === RUN TestEnsureRemoveAllNotExist [2022-05-17T11:43:36.102Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-17T11:43:36.102Z] === RUN TestEnsureRemoveAllWithDir [2022-05-17T11:43:36.102Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-17T11:43:36.102Z] === RUN TestEnsureRemoveAllWithFile [2022-05-17T11:43:36.102Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-17T11:43:36.102Z] PASS [2022-05-17T11:43:36.102Z] coverage: 0.0% of statements [2022-05-17T11:43:36.102Z] ok github.com/docker/docker/pkg/containerfs 0.038s coverage: 0.0% of statements [2022-05-17T11:43:36.251Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-05-17T11:43:36.251Z] === RUN TestDaemonIpcModeShareable [2022-05-17T11:43:36.569Z] --- PASS: TestNetworkDBCRUDTableEntry (4.09s) [2022-05-17T11:43:36.569Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-17T11:43:36.569Z] === RUN TestSizeEmpty [2022-05-17T11:43:36.569Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-17T11:43:36.569Z] === RUN TestSizeEmptyFile [2022-05-17T11:43:36.569Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-17T11:43:36.569Z] === RUN TestSizeNonemptyFile [2022-05-17T11:43:36.569Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-17T11:43:36.569Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-17T11:43:36.569Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-17T11:43:36.569Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-17T11:43:36.569Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-17T11:43:36.569Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-17T11:43:36.569Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-17T11:43:36.569Z] === RUN TestMoveToSubdir [2022-05-17T11:43:36.569Z] --- PASS: TestMoveToSubdir (0.01s) [2022-05-17T11:43:36.569Z] === RUN TestSizeNonExistingDirectory [2022-05-17T11:43:36.569Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-17T11:43:36.569Z] PASS [2022-05-17T11:43:36.569Z] coverage: 80.0% of statements [2022-05-17T11:43:36.569Z] ok github.com/docker/docker/pkg/directory 0.063s coverage: 80.0% of statements [2022-05-17T11:43:37.553Z] === RUN TestPollerAddRemove [2022-05-17T11:43:37.553Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-17T11:43:37.553Z] === RUN TestPollerEvent [2022-05-17T11:43:37.553Z] poller_test.go:40: No chmod on Windows [2022-05-17T11:43:37.553Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-17T11:43:37.553Z] === RUN TestPollerClose [2022-05-17T11:43:37.553Z] --- PASS: TestPollerClose (0.00s) [2022-05-17T11:43:37.553Z] PASS [2022-05-17T11:43:37.553Z] coverage: 36.2% of statements [2022-05-17T11:43:37.553Z] ok github.com/docker/docker/pkg/filenotify 0.047s coverage: 36.2% of statements [2022-05-17T11:43:37.684Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-05-17T11:43:37.685Z] --- PASS: TestDaemonIpcModeShareable (1.19s) [2022-05-17T11:43:37.685Z] === RUN TestDaemonIpcModePrivate [2022-05-17T11:43:38.496Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.49s) [2022-05-17T11:43:38.496Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-17T11:43:38.537Z] 2022/05/17 11:43:38 Closing DB instances... [2022-05-17T11:43:38.626Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-05-17T11:43:38.626Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-05-17T11:43:38.626Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-17T11:43:39.004Z] === RUN TestCopyFileWithInvalidSrc [2022-05-17T11:43:39.004Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCopyFileWithInvalidDest [2022-05-17T11:43:39.004Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-17T11:43:39.004Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-17T11:43:39.004Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCopyFile [2022-05-17T11:43:39.004Z] --- PASS: TestCopyFile (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-17T11:43:39.004Z] fileutils_test.go:133: Needs porting to Windows [2022-05-17T11:43:39.004Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-17T11:43:39.004Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-17T11:43:39.004Z] fileutils_test.go:179: Needs porting to Windows [2022-05-17T11:43:39.004Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestWildcardMatches [2022-05-17T11:43:39.004Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestPatternMatches [2022-05-17T11:43:39.004Z] --- PASS: TestPatternMatches (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-17T11:43:39.004Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestPatternMatchesFolderExclusions [2022-05-17T11:43:39.004Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-17T11:43:39.004Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-17T11:43:39.004Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-17T11:43:39.004Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-17T11:43:39.004Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestSingleExclamationError [2022-05-17T11:43:39.004Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestMatchesWithNoPatterns [2022-05-17T11:43:39.004Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestMatchesWithMalformedPatterns [2022-05-17T11:43:39.004Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestMatches [2022-05-17T11:43:39.004Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-17T11:43:39.004Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-17T11:43:39.004Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-17T11:43:39.004Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-17T11:43:39.004Z] --- PASS: TestMatches (0.01s) [2022-05-17T11:43:39.004Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-17T11:43:39.004Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-17T11:43:39.004Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-17T11:43:39.004Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCleanPatterns [2022-05-17T11:43:39.004Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-17T11:43:39.004Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCleanPatternsExceptionFlag [2022-05-17T11:43:39.004Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-17T11:43:39.004Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-17T11:43:39.004Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCleanPatternsErrorSingleException [2022-05-17T11:43:39.004Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCreateIfNotExistsDir [2022-05-17T11:43:39.004Z] --- PASS: TestCreateIfNotExistsDir (0.02s) [2022-05-17T11:43:39.004Z] === RUN TestCreateIfNotExistsFile [2022-05-17T11:43:39.004Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-17T11:43:39.004Z] === RUN TestMatch [2022-05-17T11:43:39.004Z] --- PASS: TestMatch (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestCompile [2022-05-17T11:43:39.004Z] === RUN TestCompile/slash [2022-05-17T11:43:39.004Z] === RUN TestCompile/backslash [2022-05-17T11:43:39.004Z] --- PASS: TestCompile (0.00s) [2022-05-17T11:43:39.004Z] --- PASS: TestCompile/slash (0.00s) [2022-05-17T11:43:39.004Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-17T11:43:39.004Z] PASS [2022-05-17T11:43:39.004Z] coverage: 84.7% of statements [2022-05-17T11:43:39.004Z] ok github.com/docker/docker/pkg/fileutils 0.098s coverage: 84.7% of statements [2022-05-17T11:43:39.004Z] --- PASS: TestTarFiles (6.00s) [2022-05-17T11:43:39.004Z] === RUN TestDetectCompressionZstd [2022-05-17T11:43:39.004Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestTarUntar [2022-05-17T11:43:39.004Z] --- PASS: TestTarUntar (0.04s) [2022-05-17T11:43:39.004Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-17T11:43:39.004Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestTarWithOptions [2022-05-17T11:43:39.004Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-17T11:43:39.004Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-17T11:43:39.004Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestUntarUstarGnuConflict [2022-05-17T11:43:39.004Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-17T11:43:39.004Z] === RUN TestUntarInvalidFilenames [2022-05-17T11:43:39.004Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames984537563\\dest" [2022-05-17T11:43:39.471Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2022-05-17T11:43:39.471Z] === RUN TestUntarHardlinkToSymlink [2022-05-17T11:43:39.471Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-17T11:43:39.471Z] === RUN TestUntarInvalidHardlink [2022-05-17T11:43:39.471Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2608124939\\victim\\hello" -> "../victim/hello" [2022-05-17T11:43:39.471Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1243975045\\victim\\hello" -> "/../victim/hello" [2022-05-17T11:43:39.471Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink720804577\\victim" -> "../victim" [2022-05-17T11:43:39.471Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1554398257\\victim" -> "../victim" [2022-05-17T11:43:39.471Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3708705141\\victim" -> "../victim" [2022-05-17T11:43:39.471Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2945197096\\victim" -> "../victim" [2022-05-17T11:43:39.471Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-05-17T11:43:39.471Z] === RUN TestUntarInvalidSymlink [2022-05-17T11:43:39.471Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink295964296\\dest\\dotdot" -> "../victim/hello" [2022-05-17T11:43:39.471Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1147293658\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-17T11:43:39.471Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3362035392\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:43:39.471Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1465430759\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:43:39.471Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3417834640\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:43:39.471Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2152437309\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:43:39.471Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1119885011\\dest\\dir\\loophole" -> "../../victim" [2022-05-17T11:43:39.471Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-05-17T11:43:39.471Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-17T11:43:39.471Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-17T11:43:39.471Z] === RUN TestXGlobalNoParent [2022-05-17T11:43:39.471Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-17T11:43:39.471Z] === RUN TestReplaceFileTarWrapper [2022-05-17T11:43:39.471Z] --- PASS: TestReplaceFileTarWrapper (0.18s) [2022-05-17T11:43:39.471Z] === RUN TestPrefixHeaderReadable [2022-05-17T11:43:39.471Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-17T11:43:39.471Z] === RUN TestDisablePigz [2022-05-17T11:43:39.471Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-17T11:43:39.471Z] === RUN TestGet [2022-05-17T11:43:39.471Z] --- PASS: TestGet (0.00s) [2022-05-17T11:43:39.471Z] === RUN TestGetShortcutString [2022-05-17T11:43:39.471Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-17T11:43:39.471Z] PASS [2022-05-17T11:43:39.471Z] coverage: 42.9% of statements [2022-05-17T11:43:39.471Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-05-17T11:43:39.471Z] --- PASS: TestDisablePigz (0.13s) [2022-05-17T11:43:39.471Z] === RUN TestPigz [2022-05-17T11:43:39.938Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-17T11:43:39.938Z] --- PASS: TestPigz (0.16s) [2022-05-17T11:43:39.938Z] === RUN TestNosysFileInfo [2022-05-17T11:43:39.938Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestCopyFileWithInvalidDest [2022-05-17T11:43:39.938Z] archive_windows_test.go:16: Currently fails [2022-05-17T11:43:39.938Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestCanonicalTarNameForPath [2022-05-17T11:43:39.938Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestCanonicalTarName [2022-05-17T11:43:39.938Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestChmodTarEntry [2022-05-17T11:43:39.938Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestHardLinkOrder [2022-05-17T11:43:39.938Z] --- PASS: TestNetworkDBCRUDTableEntries (3.26s) [2022-05-17T11:43:39.938Z] === RUN TestNetworkDBNodeLeave [2022-05-17T11:43:39.938Z] --- PASS: TestHardLinkOrder (0.10s) [2022-05-17T11:43:39.938Z] === RUN TestChangeString [2022-05-17T11:43:39.938Z] --- PASS: TestChangeString (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestChangesWithNoChanges [2022-05-17T11:43:39.938Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-17T11:43:39.938Z] === RUN TestChangesWithChanges [2022-05-17T11:43:39.938Z] --- PASS: TestChangesWithChanges (0.04s) [2022-05-17T11:43:39.938Z] === RUN TestChangesWithChangesGH13590 [2022-05-17T11:43:39.938Z] changes_test.go:196: needs more investigation [2022-05-17T11:43:39.938Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestChangesDirsEmpty [2022-05-17T11:43:39.938Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-17T11:43:39.938Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestChangesDirsMutated [2022-05-17T11:43:39.938Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-17T11:43:39.938Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestApplyLayer [2022-05-17T11:43:39.938Z] changes_test.go:433: needs further investigation [2022-05-17T11:43:39.938Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestChangesSizeWithHardlinks [2022-05-17T11:43:39.938Z] changes_test.go:469: needs further investigation [2022-05-17T11:43:39.938Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestChangesSizeWithNoChanges [2022-05-17T11:43:39.938Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-17T11:43:39.938Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestChangesSize [2022-05-17T11:43:39.938Z] --- PASS: TestChangesSize (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestApplyLayerInvalidFilenames [2022-05-17T11:43:39.938Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2843586591\\dest" [2022-05-17T11:43:39.938Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-05-17T11:43:39.938Z] === RUN TestApplyLayerInvalidHardlink [2022-05-17T11:43:39.938Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink945361423\\victim\\hello" -> "../victim/hello" [2022-05-17T11:43:39.938Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1472336087\\victim\\hello" -> "/../victim/hello" [2022-05-17T11:43:39.938Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink448745081\\victim" -> "../victim" [2022-05-17T11:43:39.938Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3720489729\\victim" -> "../victim" [2022-05-17T11:43:39.938Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3607979309\\victim" -> "../victim" [2022-05-17T11:43:39.938Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3780015846\\victim" -> "../victim" [2022-05-17T11:43:39.938Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-05-17T11:43:39.938Z] === RUN TestApplyLayerInvalidSymlink [2022-05-17T11:43:39.938Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink920219286\\dest\\dotdot" -> "../victim/hello" [2022-05-17T11:43:39.938Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink610128108\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-17T11:43:39.938Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1031391367\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:43:39.938Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink469831572\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:43:39.938Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1646427280\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:43:39.938Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1049916777\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:43:39.938Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-05-17T11:43:39.938Z] === RUN TestApplyLayerWhiteouts [2022-05-17T11:43:39.938Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-05-17T11:43:39.938Z] === RUN TestGenerateEmptyFile [2022-05-17T11:43:39.938Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-17T11:43:39.938Z] === RUN TestGenerateWithContent [2022-05-17T11:43:39.938Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-17T11:43:39.938Z] PASS [2022-05-17T11:43:39.938Z] coverage: 61.9% of statements [2022-05-17T11:43:39.938Z] ok github.com/docker/docker/pkg/archive 8.490s coverage: 61.9% of statements [2022-05-17T11:43:40.010Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-05-17T11:43:40.010Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s) [2022-05-17T11:43:40.010Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-17T11:43:40.119Z] 12fb50a031bd: Pull complete [2022-05-17T11:43:40.119Z] Digest: sha256:93373be6f6c576ef3f778b9d5e7b54231975bb6876a07d90c4e4599a29a65d54 [2022-05-17T11:43:40.119Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:43:40.119Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-05-17T11:43:40.119Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-05-17T11:43:40.119Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.707' [2022-05-17T11:43:40.119Z] WARN: Skipping validation tests [2022-05-17T11:43:40.119Z] INFO: Running unit tests at 05/17/2022 11:43:31... [2022-05-17T11:43:40.119Z] INFO: make.ps1 starting at 05/17/2022 11:43:36 [2022-05-17T11:43:40.119Z] INFO: Git commit (734cf61bb0) assumed from DOCKER_GITCOMMIT environment variable [2022-05-17T11:43:40.119Z] INFO: Running unit tests... [2022-05-17T11:43:40.405Z] === RUN TestCreateIDMapOrder [2022-05-17T11:43:40.405Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-17T11:43:40.405Z] PASS [2022-05-17T11:43:40.405Z] coverage: 7.2% of statements [2022-05-17T11:43:40.405Z] ok github.com/docker/docker/pkg/idtools 0.039s coverage: 7.2% of statements [2022-05-17T11:43:40.940Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-17T11:43:40.940Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-17T11:43:40.940Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-17T11:43:40.940Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-17T11:43:40.940Z] Cross building: bundles/cross/linux/s390x [2022-05-17T11:43:40.940Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-17T11:43:40.940Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-17T11:43:40.950Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-05-17T11:43:40.950Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.23s) [2022-05-17T11:43:40.950Z] === RUN TestIpcModeOlderClient [2022-05-17T11:43:41.210Z] === PAUSE TestIpcModeOlderClient [2022-05-17T11:43:41.210Z] === RUN TestKillContainerInvalidSignal [2022-05-17T11:43:41.471Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2022-05-17T11:43:41.471Z] === RUN TestKillContainer [2022-05-17T11:43:41.471Z] === RUN TestKillContainer/no_signal [2022-05-17T11:43:41.966Z] === RUN TestFixedBufferCap [2022-05-17T11:43:41.966Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-17T11:43:41.966Z] === RUN TestFixedBufferLen [2022-05-17T11:43:41.966Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-17T11:43:41.966Z] === RUN TestFixedBufferString [2022-05-17T11:43:41.966Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-17T11:43:41.966Z] === RUN TestFixedBufferWrite [2022-05-17T11:43:41.966Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-17T11:43:41.966Z] === RUN TestFixedBufferRead [2022-05-17T11:43:41.966Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-17T11:43:41.966Z] === RUN TestBytesPipeRead [2022-05-17T11:43:41.966Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-17T11:43:41.966Z] === RUN TestBytesPipeWrite [2022-05-17T11:43:41.966Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-17T11:43:41.966Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-17T11:43:42.046Z] === RUN TestKillContainer/non_killing_signal [2022-05-17T11:43:42.307Z] === RUN TestKillContainer/killing_signal [2022-05-17T11:43:42.434Z] --- PASS: TestBytesPipeWriteRandomChunks (0.46s) [2022-05-17T11:43:42.434Z] === RUN TestAtomicWriteToFile [2022-05-17T11:43:42.434Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-05-17T11:43:42.434Z] === RUN TestAtomicWriteSetCommit [2022-05-17T11:43:42.434Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-17T11:43:42.434Z] === RUN TestAtomicWriteSetCancel [2022-05-17T11:43:42.434Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-17T11:43:42.434Z] === RUN TestReadCloserWrapperClose [2022-05-17T11:43:42.434Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-17T11:43:42.434Z] === RUN TestReaderErrWrapperReadOnError [2022-05-17T11:43:42.434Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-17T11:43:42.434Z] === RUN TestReaderErrWrapperRead [2022-05-17T11:43:42.434Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-17T11:43:42.434Z] === RUN TestCancelReadCloser [2022-05-17T11:43:42.434Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-17T11:43:42.434Z] === RUN TestWriteCloserWrapperClose [2022-05-17T11:43:42.434Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-17T11:43:42.434Z] === RUN TestNopWriteCloser [2022-05-17T11:43:42.434Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-17T11:43:42.434Z] === RUN TestNopWriter [2022-05-17T11:43:42.434Z] --- PASS: TestNopWriter (0.00s) [2022-05-17T11:43:42.434Z] === RUN TestWriteCounter [2022-05-17T11:43:42.434Z] --- PASS: TestWriteCounter (0.00s) [2022-05-17T11:43:42.434Z] PASS [2022-05-17T11:43:42.434Z] coverage: 70.1% of statements [2022-05-17T11:43:42.434Z] ok github.com/docker/docker/pkg/ioutils 0.630s coverage: 70.1% of statements [2022-05-17T11:43:42.876Z] --- PASS: TestKillContainer (1.25s) [2022-05-17T11:43:42.876Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-05-17T11:43:42.876Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-05-17T11:43:42.876Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-05-17T11:43:42.876Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-17T11:43:42.876Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-17T11:43:42.902Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-05-17T11:43:42.902Z] === RUN TestNetworkDBWatch [2022-05-17T11:43:43.137Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-17T11:43:43.374Z] === RUN TestError [2022-05-17T11:43:43.374Z] --- PASS: TestError (0.00s) [2022-05-17T11:43:43.374Z] === RUN TestProgressString [2022-05-17T11:43:43.374Z] === RUN TestProgressString/no_progress [2022-05-17T11:43:43.374Z] === RUN TestProgressString/progress_1 [2022-05-17T11:43:43.374Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-17T11:43:43.374Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-17T11:43:43.374Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-17T11:43:43.374Z] === RUN TestProgressString/with_units [2022-05-17T11:43:43.374Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-17T11:43:43.374Z] === RUN TestProgressString/hide_counts [2022-05-17T11:43:43.374Z] --- PASS: TestProgressString (0.00s) [2022-05-17T11:43:43.374Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-17T11:43:43.374Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-17T11:43:43.374Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-17T11:43:43.374Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-17T11:43:43.374Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-17T11:43:43.374Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-17T11:43:43.374Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-17T11:43:43.374Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-17T11:43:43.374Z] === RUN TestJSONMessageDisplay [2022-05-17T11:43:43.374Z] --- PASS: TestJSONMessageDisplay (0.17s) [2022-05-17T11:43:43.374Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-17T11:43:43.374Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-17T11:43:43.374Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-17T11:43:43.374Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-17T11:43:43.374Z] === RUN TestDisplayJSONMessagesStream [2022-05-17T11:43:43.374Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-17T11:43:43.374Z] PASS [2022-05-17T11:43:43.374Z] coverage: 91.7% of statements [2022-05-17T11:43:43.374Z] ok github.com/docker/docker/pkg/jsonmessage 0.214s coverage: 91.7% of statements [2022-05-17T11:43:46.130Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.21s) [2022-05-17T11:43:46.131Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-05-17T11:43:46.131Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2022-05-17T11:43:46.131Z] === RUN TestKillStoppedContainer [2022-05-17T11:43:46.131Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-17T11:43:46.131Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-17T11:43:46.131Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-17T11:43:46.131Z] === RUN TestKillDifferentUserContainer [2022-05-17T11:43:46.131Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-05-17T11:43:46.131Z] === RUN TestInspectOomKilledTrue [2022-05-17T11:43:46.131Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2022-05-17T11:43:46.131Z] === RUN TestInspectOomKilledFalse [2022-05-17T11:43:46.131Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-05-17T11:43:46.131Z] === RUN TestLinksEtcHostsContentMatch [2022-05-17T11:43:46.131Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-05-17T11:43:46.131Z] === RUN TestLinksContainerNames [2022-05-17T11:43:46.216Z] === RUN TestStandardLongPath [2022-05-17T11:43:46.216Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-17T11:43:46.216Z] === RUN TestUNCLongPath [2022-05-17T11:43:46.216Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-17T11:43:46.216Z] PASS [2022-05-17T11:43:46.216Z] coverage: 100.0% of statements [2022-05-17T11:43:46.216Z] ok github.com/docker/docker/pkg/longpath 0.038s coverage: 100.0% of statements [2022-05-17T11:43:46.216Z] 2022/05/17 11:43:44 Closing DB instances... [2022-05-17T11:43:46.216Z] === RUN TestNameFormat [2022-05-17T11:43:46.216Z] --- PASS: TestNameFormat (0.00s) [2022-05-17T11:43:46.216Z] === RUN TestNameRetries [2022-05-17T11:43:46.216Z] --- PASS: TestNameRetries (0.00s) [2022-05-17T11:43:46.216Z] PASS [2022-05-17T11:43:46.216Z] coverage: 85.7% of statements [2022-05-17T11:43:46.216Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2022-05-17T11:43:46.216Z] === RUN TestParseKeyValueOpt [2022-05-17T11:43:46.216Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-17T11:43:46.216Z] === RUN TestParseUintList [2022-05-17T11:43:46.216Z] --- PASS: TestParseUintList (0.00s) [2022-05-17T11:43:46.216Z] === RUN TestParseUintListMaximumLimits [2022-05-17T11:43:46.216Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-17T11:43:46.216Z] PASS [2022-05-17T11:43:46.216Z] coverage: 97.0% of statements [2022-05-17T11:43:46.216Z] ok github.com/docker/docker/pkg/parsers 0.037s coverage: 97.0% of statements [2022-05-17T11:43:46.216Z] --- PASS: TestNetworkDBWatch (3.24s) [2022-05-17T11:43:46.216Z] === RUN TestNetworkDBBulkSync [2022-05-17T11:43:46.391Z] --- PASS: TestLinksContainerNames (0.86s) [2022-05-17T11:43:46.391Z] === RUN TestLogsFollowTailEmpty [2022-05-17T11:43:46.683Z] === RUN Test_windowsOSRelease_String [2022-05-17T11:43:46.683Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-17T11:43:46.683Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-17T11:43:46.683Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-17T11:43:46.683Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-17T11:43:46.683Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-17T11:43:46.683Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-17T11:43:46.683Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-17T11:43:46.683Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-17T11:43:46.683Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-17T11:43:46.683Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-17T11:43:46.683Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-17T11:43:46.683Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-17T11:43:46.683Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-17T11:43:46.683Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-17T11:43:46.683Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-17T11:43:46.683Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-17T11:43:46.683Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-17T11:43:46.683Z] PASS [2022-05-17T11:43:46.683Z] coverage: 36.4% of statements [2022-05-17T11:43:46.683Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.050s coverage: 36.4% of statements [2022-05-17T11:43:46.962Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-05-17T11:43:46.962Z] === RUN TestContainerNetworkMountsNoChown [2022-05-17T11:43:47.150Z] 2022/05/17 11:43:46 Closing DB instances... [2022-05-17T11:43:47.222Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/default [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/default [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/private [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/private [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/rprivate [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/slave [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/slave [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/rslave [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/shared [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/shared [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/rshared [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-17T11:43:47.222Z] === CONT TestMountDaemonRoot/default [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:43:47.222Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-17T11:43:47.222Z] === CONT TestMountDaemonRoot/rshared [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:43:47.222Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:43:47.222Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:43:47.222Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:43:47.270Z] 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/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-17T11:43:47.483Z] === CONT TestMountDaemonRoot/shared [2022-05-17T11:43:47.483Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-17T11:43:47.483Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-17T11:43:47.483Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:43:47.483Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:43:47.483Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-17T11:43:47.483Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rslave [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/slave [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rprivate [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/private [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:43:47.484Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-17T11:43:47.484Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:43:47.484Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:43:47.617Z] === RUN TestNewAndRemove [2022-05-17T11:43:47.617Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-17T11:43:47.617Z] === RUN TestRemoveInvalidPath [2022-05-17T11:43:47.617Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-17T11:43:47.617Z] PASS [2022-05-17T11:43:47.617Z] coverage: 82.6% of statements [2022-05-17T11:43:47.617Z] ok github.com/docker/docker/pkg/pidfile 0.039s coverage: 82.6% of statements [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:43:47.744Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-17T11:43:47.744Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-17T11:43:47.744Z] === RUN TestContainerBindMountNonRecursive [2022-05-17T11:43:48.313Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-17T11:43:48.313Z] Using test binary docker [2022-05-17T11:43:48.313Z] +++ /etc/init.d/apparmor start [2022-05-17T11:43:48.313Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-17T11:43:48.313Z] Using test binary docker [2022-05-17T11:43:48.313Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-17T11:43:48.313Z] INFO: Waiting for daemon to start... [2022-05-17T11:43:48.313Z] Starting dockerd [2022-05-17T11:43:48.313Z] +++ 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-17T11:43:48.313Z] +++ /etc/init.d/apparmor start [2022-05-17T11:43:48.313Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-17T11:43:48.313Z] INFO: Waiting for daemon to start... [2022-05-17T11:43:48.313Z] Starting dockerd [2022-05-17T11:43:48.313Z] +++ 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-17T11:43:48.313Z] .. [2022-05-17T11:43:48.313Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-17T11:43:48.313Z] [2022-05-17T11:43:48.313Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-17T11:43:48.313Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-17T11:43:48.313Z] Error: No such image: emptyfs [2022-05-17T11:43:48.313Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-17T11:43:48.313Z] ++++ docker load [2022-05-17T11:43:48.313Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-17T11:43:48.313Z] Error: No such image: emptyfs [2022-05-17T11:43:48.313Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-17T11:43:48.313Z] ++++ docker load [2022-05-17T11:43:48.313Z] Running integration-test (iteration 1) [2022-05-17T11:43:48.313Z] 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-17T11:43:48.313Z] ++ 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-17T11:43:48.313Z] ++ set -e [2022-05-17T11:43:48.313Z] ++ '[' -n 0 ']' [2022-05-17T11:43:48.313Z] ++ set -x [2022-05-17T11:43:48.313Z] ++ 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-17T11:43:48.313Z] Running integration-test (iteration 1) [2022-05-17T11:43:48.313Z] 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-17T11:43:48.313Z] ++ 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-17T11:43:48.313Z] ++ set -e [2022-05-17T11:43:48.313Z] ++ '[' -n 0 ']' [2022-05-17T11:43:48.313Z] ++ set -x [2022-05-17T11:43:48.313Z] ++ 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-17T11:43:48.602Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-05-17T11:43:48.602Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-17T11:43:48.879Z] Loaded image: busybox:latest [2022-05-17T11:43:49.069Z] === RUN TestFailedConnection [2022-05-17T11:43:49.127Z] --- PASS: TestContainerBindMountNonRecursive (1.30s) [2022-05-17T11:43:49.127Z] === RUN TestContainerVolumesMountedAsShared [2022-05-17T11:43:49.137Z] Loaded image: busybox:latest [2022-05-17T11:43:49.182Z] b111c3320c94: Verifying Checksum [2022-05-17T11:43:49.182Z] b111c3320c94: Download complete [2022-05-17T11:43:49.387Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-05-17T11:43:49.387Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-17T11:43:49.395Z] Loaded image: busybox:glibc [2022-05-17T11:43:49.535Z] --- PASS: TestGetAddress (25.86s) [2022-05-17T11:43:49.535Z] === RUN TestRequestSyntaxCheck [2022-05-17T11:43:49.535Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-05-17T11:43:49.535Z] === RUN TestRequest [2022-05-17T11:43:49.647Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-05-17T11:43:49.647Z] === RUN TestNetworkNat [2022-05-17T11:43:49.653Z] Loaded image: busybox:glibc [2022-05-17T11:43:50.218Z] --- PASS: TestNetworkNat (0.46s) [2022-05-17T11:43:50.218Z] === RUN TestNetworkLocalhostTCPNat [2022-05-17T11:43:50.789Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2022-05-17T11:43:50.789Z] === RUN TestNetworkLoopbackNat [2022-05-17T11:43:51.097Z] --- PASS: TestFailedConnection (2.18s) [2022-05-17T11:43:51.097Z] === RUN TestFailOnce [2022-05-17T11:43:51.564Z] 2022/05/17 11:43:51 http: panic serving 127.0.0.1:49297: Plugin not ready [2022-05-17T11:43:51.564Z] goroutine 3 [running]: [2022-05-17T11:43:51.564Z] net/http.(*conn).serve.func1() [2022-05-17T11:43:51.564Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-17T11:43:51.564Z] panic({0x13a36e0, 0x14ed090}) [2022-05-17T11:43:51.564Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-17T11:43:51.564Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xdd0000000000003b?, 0xffffffffffffffff?}, 0xdd30573e36f05da4?) [2022-05-17T11:43:51.564Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-17T11:43:51.564Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x14f2898?, 0xc0001ac0e0?}, 0xc000043a78?) [2022-05-17T11:43:51.564Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-17T11:43:51.564Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x14f2898, 0xc0001ac0e0}, 0xc000060000) [2022-05-17T11:43:51.564Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-17T11:43:51.564Z] net/http.serverHandler.ServeHTTP({0x14f0eb8?}, {0x14f2898, 0xc0001ac0e0}, 0xc000060000) [2022-05-17T11:43:51.564Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-17T11:43:51.564Z] net/http.(*conn).serve(0xc000058000, {0x14f2d98, 0xc0000260f0}) [2022-05-17T11:43:51.564Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-17T11:43:51.564Z] created by net/http.(*Server).Serve [2022-05-17T11:43:51.564Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-17T11:43:51.564Z] time="2022-05-17T11:43:51Z" 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-17T11:43:51.564Z] 2022/05/17 11:43:51 Closing DB instances... [2022-05-17T11:43:52.031Z] time="2022-05-17T11:43:51Z" level=error msg="node: 843e9b0814ff is unknown to memberlist" [2022-05-17T11:43:52.498Z] --- PASS: TestFailOnce (1.21s) [2022-05-17T11:43:52.498Z] === RUN TestEchoInputOutput [2022-05-17T11:43:52.498Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-17T11:43:52.498Z] === RUN TestBackoff [2022-05-17T11:43:52.498Z] --- PASS: TestBackoff (0.00s) [2022-05-17T11:43:52.498Z] === RUN TestAbortRetry [2022-05-17T11:43:52.498Z] --- PASS: TestAbortRetry (0.00s) [2022-05-17T11:43:52.498Z] === RUN TestClientScheme [2022-05-17T11:43:52.498Z] --- PASS: TestClientScheme (0.00s) [2022-05-17T11:43:52.498Z] === RUN TestNewClientWithTimeout [2022-05-17T11:43:52.966Z] time="2022-05-17T11:43:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-17T11:43:53.330Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-05-17T11:43:53.330Z] === RUN TestPause [2022-05-17T11:43:53.590Z] --- PASS: TestPause (0.44s) [2022-05-17T11:43:53.590Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-17T11:43:53.590Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-17T11:43:53.590Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-17T11:43:53.590Z] === RUN TestPauseStopPausedContainer [2022-05-17T11:43:53.839Z] Loaded image: debian:bullseye-slim [2022-05-17T11:43:53.839Z] Loaded image: hello-world:latest [2022-05-17T11:43:54.098Z] Loaded image: debian:bullseye-slim [2022-05-17T11:43:54.098Z] Loaded image: arm32v7/hello-world:latest [2022-05-17T11:43:54.098Z] INFO: Testing against a local daemon [2022-05-17T11:43:54.098Z] === RUN TestDockerSuite [2022-05-17T11:43:54.098Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-17T11:43:54.098Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-17T11:43:54.098Z] Loaded image: hello-world:latest [2022-05-17T11:43:54.161Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2022-05-17T11:43:54.161Z] === RUN TestPidHost [2022-05-17T11:43:54.357Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-17T11:43:54.357Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-17T11:43:54.357Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-17T11:43:54.357Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-17T11:43:54.357Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-17T11:43:54.357Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-17T11:43:54.357Z] Loaded image: arm32v7/hello-world:latest [2022-05-17T11:43:54.357Z] INFO: Testing against a local daemon [2022-05-17T11:43:54.357Z] === RUN TestDockerDaemonSuite [2022-05-17T11:43:54.357Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-05-17T11:43:54.528Z] time="2022-05-17T11:43:54Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-17T11:43:54.528Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.80s) [2022-05-17T11:43:54.528Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-17T11:43:55.102Z] --- PASS: TestPidHost (0.97s) [2022-05-17T11:43:55.102Z] === RUN TestPsFilter [2022-05-17T11:43:55.102Z] --- PASS: TestPsFilter (0.10s) [2022-05-17T11:43:55.102Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-17T11:43:55.513Z] 2022/05/17 11:43:55 Closing DB instances... [2022-05-17T11:43:55.673Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2022-05-17T11:43:55.673Z] === RUN TestRemoveContainerWithVolume [2022-05-17T11:43:55.741Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-05-17T11:43:55.741Z] PASS [2022-05-17T11:43:55.741Z] [2022-05-17T11:43:55.741Z] DONE 17 tests in 47.290s [2022-05-17T11:43:55.741Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-17T11:43:55.741Z] INFO: Testing against a local daemon [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:43:55.741Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:43:55.741Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-17T11:43:55.741Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-17T11:43:55.741Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-17T11:43:55.741Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-17T11:43:55.741Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-17T11:43:55.741Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.01s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.01s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-17T11:43:55.741Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-17T11:43:55.741Z] === RUN TestPluginInstall [2022-05-17T11:43:55.741Z] === RUN TestPluginInstall/no_auth [2022-05-17T11:43:55.741Z] time="2022-05-17T11:43:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:43:55.741Z] time="2022-05-17T11:43:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41437eba90d64451437b6388eb2eb4ec2b063253c4cf5a6d462cf4eada1f92b5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:43:55.741Z] time="2022-05-17T11:43:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:43:55.741Z] time="2022-05-17T11:43:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:41437eba90d64451437b6388eb2eb4ec2b063253c4cf5a6d462cf4eada1f92b5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:43:55.741Z] === RUN TestPluginInstall/with_htpasswd [2022-05-17T11:43:55.741Z] time="2022-05-17T11:43:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:43:55.741Z] time="2022-05-17T11:43:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:658892f7beaff95dc5432bb93374446d832bc347095526c4bcc0365e3f0f7697" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:43:55.741Z] time="2022-05-17T11:43:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:43:55.741Z] time="2022-05-17T11:43:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:658892f7beaff95dc5432bb93374446d832bc347095526c4bcc0365e3f0f7697" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:43:55.741Z] === RUN TestPluginInstall/with_insecure [2022-05-17T11:43:55.933Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-05-17T11:43:55.933Z] === RUN TestRemoveContainerRunning [2022-05-17T11:43:55.999Z] time="2022-05-17T11:43:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:43:55.999Z] time="2022-05-17T11:43:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fe9c2b6bfb49e69a620c2afc53a6ab82a21885f9a655b31b5f984ccbb57b9338" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:43:55.999Z] time="2022-05-17T11:43:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:43:55.999Z] time="2022-05-17T11:43:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fe9c2b6bfb49e69a620c2afc53a6ab82a21885f9a655b31b5f984ccbb57b9338" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:43:55.999Z] plugin_test.go:195: [d4d837d80d5b3] daemon is not started [2022-05-17T11:43:55.999Z] --- PASS: TestPluginInstall (2.76s) [2022-05-17T11:43:55.999Z] --- PASS: TestPluginInstall/no_auth (1.05s) [2022-05-17T11:43:55.999Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-05-17T11:43:55.999Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-05-17T11:43:55.999Z] === RUN TestPluginsWithRuntimes [2022-05-17T11:43:56.503Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-05-17T11:43:56.503Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-17T11:43:56.763Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-05-17T11:43:56.763Z] === RUN TestRemoveInvalidContainer [2022-05-17T11:43:56.763Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-17T11:43:56.763Z] === RUN TestRenameLinkedContainer [2022-05-17T11:43:57.075Z] time="2022-05-17T11:43:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-17T11:43:57.075Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-05-17T11:43:57.075Z] === RUN TestNetworkDBGarbageCollection [2022-05-17T11:43:57.889Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-17T11:43:58.491Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-17T11:43:58.545Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-17T11:43:58.545Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-17T11:43:58.635Z] --- PASS: TestRequest (8.57s) [2022-05-17T11:43:58.635Z] === RUN TestOverlappingRequests [2022-05-17T11:43:58.635Z] --- PASS: TestOverlappingRequests (0.43s) [2022-05-17T11:43:58.635Z] === RUN TestRelease [2022-05-17T11:43:58.673Z] --- PASS: TestRenameLinkedContainer (1.69s) [2022-05-17T11:43:58.673Z] === RUN TestRenameStoppedContainer [2022-05-17T11:43:58.804Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-17T11:43:58.804Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-17T11:43:58.934Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-05-17T11:43:58.934Z] === RUN TestRenameRunningContainerAndReuse [2022-05-17T11:43:59.416Z] --- PASS: TestPluginsWithRuntimes (3.33s) [2022-05-17T11:43:59.416Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) [2022-05-17T11:43:59.416Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2022-05-17T11:43:59.416Z] === RUN TestPluginBackCompatMediaTypes [2022-05-17T11:43:59.739Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-17T11:43:59.739Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-17T11:43:59.739Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-17T11:43:59.790Z] ? github.com/docker/docker/api [no test files] [2022-05-17T11:43:59.875Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2022-05-17T11:43:59.875Z] === RUN TestRenameInvalidName [2022-05-17T11:43:59.977Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-05-17T11:43:59.977Z] PASS [2022-05-17T11:43:59.977Z] [2022-05-17T11:43:59.977Z] DONE 24 tests in 6.704s [2022-05-17T11:43:59.977Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-17T11:43:59.977Z] INFO: Testing against a local daemon [2022-05-17T11:43:59.977Z] === RUN TestExternalGraphDriver [2022-05-17T11:43:59.977Z] === RUN TestExternalGraphDriver/json [2022-05-17T11:44:00.136Z] --- PASS: TestRenameInvalidName (0.45s) [2022-05-17T11:44:00.136Z] === RUN TestRenameAnonymousContainer [2022-05-17T11:44:00.205Z] --- PASS: TestRelease (1.62s) [2022-05-17T11:44:00.205Z] === RUN TestAllocateRandomDeallocate [2022-05-17T11:44:01.640Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-17T11:44:01.767Z] time="2022-05-17T11:44:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49301/Test.Echo: Post \"http://127.0.0.1:49301/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-17T11:44:01.865Z] === RUN TestExternalGraphDriver/spec [2022-05-17T11:44:01.899Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-17T11:44:01.899Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-17T11:44:01.899Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-17T11:44:02.049Z] --- PASS: TestRenameAnonymousContainer (1.60s) [2022-05-17T11:44:02.049Z] === RUN TestRenameContainerWithSameName [2022-05-17T11:44:02.157Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-05-17T11:44:02.310Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-05-17T11:44:02.310Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-17T11:44:03.092Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-17T11:44:03.250Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s) [2022-05-17T11:44:03.250Z] === RUN TestResize [2022-05-17T11:44:03.511Z] --- PASS: TestResize (0.45s) [2022-05-17T11:44:03.511Z] === RUN TestResizeWithInvalidSize [2022-05-17T11:44:03.660Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-17T11:44:03.751Z] === RUN TestExternalGraphDriver/pull [2022-05-17T11:44:03.919Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-17T11:44:03.919Z] --- PASS: TestBuildWithHugeFile (127.74s) [2022-05-17T11:44:03.919Z] === RUN TestBuildWCOWSandboxSize [2022-05-17T11:44:03.919Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:44:03.919Z] --- SKIP: TestBuildWCOWSandboxSize (0.03s) [2022-05-17T11:44:03.919Z] === RUN TestBuildWithEmptyDockerfile [2022-05-17T11:44:03.919Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-17T11:44:03.919Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-17T11:44:03.919Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:44:03.919Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-17T11:44:03.919Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:44:03.919Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:44:03.919Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:44:03.919Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:44:03.919Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:44:04.082Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-05-17T11:44:04.082Z] === RUN TestResizeWhenContainerNotStarted [2022-05-17T11:44:04.177Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:44:04.177Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:44:04.177Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:44:04.435Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-05-17T11:44:04.435Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2022-05-17T11:44:04.435Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2022-05-17T11:44:04.435Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2022-05-17T11:44:04.435Z] === RUN TestBuildPreserveOwnership [2022-05-17T11:44:04.435Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-17T11:44:04.652Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-05-17T11:44:04.652Z] === RUN TestDaemonRestartKillContainers [2022-05-17T11:44:04.652Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-17T11:44:04.652Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-17T11:44:04.652Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-17T11:44:04.652Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-17T11:44:04.652Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-17T11:44:04.652Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-17T11:44:04.652Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-17T11:44:04.652Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-17T11:44:04.652Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-17T11:44:04.652Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-17T11:44:04.652Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-17T11:44:04.652Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:44:04.653Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:44:04.653Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:44:04.653Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-17T11:44:04.653Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:44:05.115Z] --- PASS: TestExternalGraphDriver (5.07s) [2022-05-17T11:44:05.116Z] --- PASS: TestExternalGraphDriver/json (1.73s) [2022-05-17T11:44:05.116Z] --- PASS: TestExternalGraphDriver/spec (1.67s) [2022-05-17T11:44:05.116Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-05-17T11:44:05.116Z] === RUN TestGraphdriverPluginV2 [2022-05-17T11:44:05.551Z] --- PASS: TestAllocateRandomDeallocate (4.76s) [2022-05-17T11:44:05.551Z] === RUN TestRetrieveFromStore [2022-05-17T11:44:06.037Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:44:06.964Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-17T11:44:07.098Z] --- PASS: TestRetrieveFromStore (1.68s) [2022-05-17T11:44:07.098Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-17T11:44:07.098Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-05-17T11:44:07.098Z] === RUN TestParallelPredefinedRequest1 [2022-05-17T11:44:07.098Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-17T11:44:07.098Z] === RUN TestParallelPredefinedRequest2 [2022-05-17T11:44:07.098Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-17T11:44:07.098Z] === RUN TestParallelPredefinedRequest3 [2022-05-17T11:44:07.098Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-17T11:44:07.098Z] === RUN TestParallelPredefinedRequest4 [2022-05-17T11:44:07.098Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-17T11:44:07.098Z] === RUN TestParallelPredefinedRequest5 [2022-05-17T11:44:07.098Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-17T11:44:07.098Z] === RUN TestDebug [2022-05-17T11:44:07.098Z] --- PASS: TestDebug (0.00s) [2022-05-17T11:44:07.098Z] === RUN TestRequestPoolParallel [2022-05-17T11:44:07.098Z] === RUN TestParseEmptyInterface [2022-05-17T11:44:07.098Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-17T11:44:07.098Z] === RUN TestParseNonInterfaceType [2022-05-17T11:44:07.098Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-17T11:44:07.098Z] === RUN TestParseWithOneFunction [2022-05-17T11:44:07.098Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-17T11:44:07.098Z] === RUN TestParseWithMultipleFuncs [2022-05-17T11:44:07.098Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-17T11:44:07.098Z] === RUN TestParseWithUnnamedReturn [2022-05-17T11:44:07.098Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-17T11:44:07.098Z] === RUN TestEmbeddedInterface [2022-05-17T11:44:07.098Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-17T11:44:07.098Z] === RUN TestParsedImports [2022-05-17T11:44:07.098Z] --- PASS: TestParsedImports (0.00s) [2022-05-17T11:44:07.098Z] === RUN TestAliasedImports [2022-05-17T11:44:07.098Z] --- PASS: TestAliasedImports (0.00s) [2022-05-17T11:44:07.098Z] PASS [2022-05-17T11:44:07.098Z] coverage: 56.8% of statements [2022-05-17T11:44:07.098Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.053s coverage: 56.8% of statements [2022-05-17T11:44:07.098Z] --- PASS: TestRequestPoolParallel (0.26s) [2022-05-17T11:44:07.098Z] === RUN TestFullAllocateRelease [2022-05-17T11:44:07.420Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:44:07.532Z] --- PASS: TestBuildPreserveOwnership (3.22s) [2022-05-17T11:44:07.533Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.19s) [2022-05-17T11:44:07.533Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.02s) [2022-05-17T11:44:07.533Z] === RUN TestBuildPlatformInvalid [2022-05-17T11:44:07.533Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2022-05-17T11:44:07.533Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-17T11:44:07.555Z] --- PASS: TestFullAllocateRelease (0.44s) [2022-05-17T11:44:07.555Z] === RUN TestOddAllocateRelease [2022-05-17T11:44:07.555Z] --- PASS: TestOddAllocateRelease (0.27s) [2022-05-17T11:44:07.555Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-17T11:44:07.790Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-17T11:44:08.010Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-05-17T11:44:08.010Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-17T11:44:08.010Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-05-17T11:44:08.010Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-17T11:44:08.010Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-05-17T11:44:08.010Z] === CONT TestParallelPredefinedRequest1 [2022-05-17T11:44:08.010Z] === CONT TestParallelPredefinedRequest4 [2022-05-17T11:44:08.010Z] === CONT TestParallelPredefinedRequest5 [2022-05-17T11:44:08.010Z] === CONT TestParallelPredefinedRequest1 [2022-05-17T11:44:08.010Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:44:08.010Z] === CONT TestParallelPredefinedRequest5 [2022-05-17T11:44:08.010Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:44:08.010Z] === CONT TestParallelPredefinedRequest4 [2022-05-17T11:44:08.010Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:44:08.010Z] === CONT TestParallelPredefinedRequest3 [2022-05-17T11:44:08.010Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:44:08.010Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-17T11:44:08.010Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-17T11:44:08.010Z] === CONT TestParallelPredefinedRequest2 [2022-05-17T11:44:08.010Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:44:08.010Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-17T11:44:08.010Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-17T11:44:08.010Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-17T11:44:08.010Z] PASS [2022-05-17T11:44:08.010Z] coverage: 85.3% of statements [2022-05-17T11:44:08.010Z] ok github.com/docker/docker/libnetwork/ipam 51.575s coverage: 85.3% of statements [2022-05-17T11:44:08.010Z] === RUN TestHTTPTransport [2022-05-17T11:44:08.010Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-17T11:44:08.010Z] PASS [2022-05-17T11:44:08.010Z] coverage: 85.7% of statements [2022-05-17T11:44:08.010Z] ok github.com/docker/docker/pkg/plugins/transport 0.049s coverage: 85.7% of statements [2022-05-17T11:44:08.360Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:44:08.620Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:44:08.723Z] Loaded image: busybox:latest [2022-05-17T11:44:08.723Z] Loaded image: busybox:glibc [2022-05-17T11:44:08.971Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-17T11:44:08.971Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-17T11:44:08.971Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-17T11:44:08.971Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-17T11:44:08.971Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-17T11:44:08.971Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-17T11:44:08.971Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-17T11:44:08.971Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-17T11:44:08.971Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-17T11:44:08.971Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-17T11:44:08.971Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-17T11:44:08.971Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-17T11:44:08.971Z] === RUN TestBufferPoolPutAndGet [2022-05-17T11:44:08.971Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-17T11:44:08.971Z] PASS [2022-05-17T11:44:08.971Z] coverage: 88.2% of statements [2022-05-17T11:44:08.971Z] ok github.com/docker/docker/pkg/pools 0.048s coverage: 88.2% of statements [2022-05-17T11:44:09.279Z] --- PASS: TestGraphdriverPluginV2 (4.06s) [2022-05-17T11:44:09.279Z] PASS [2022-05-17T11:44:09.279Z] [2022-05-17T11:44:09.279Z] DONE 5 tests in 9.164s [2022-05-17T11:44:09.279Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-17T11:44:09.279Z] INFO: Testing against a local daemon [2022-05-17T11:44:09.279Z] === RUN TestContinueAfterPluginCrash [2022-05-17T11:44:09.279Z] === PAUSE TestContinueAfterPluginCrash [2022-05-17T11:44:09.279Z] === RUN TestReadPluginNoRead [2022-05-17T11:44:09.279Z] === PAUSE TestReadPluginNoRead [2022-05-17T11:44:09.279Z] === RUN TestDaemonStartWithLogOpt [2022-05-17T11:44:09.279Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-17T11:44:09.279Z] === CONT TestContinueAfterPluginCrash [2022-05-17T11:44:09.279Z] === CONT TestDaemonStartWithLogOpt [2022-05-17T11:44:09.932Z] === RUN TestOutputOnPrematureClose [2022-05-17T11:44:09.932Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-17T11:44:09.932Z] === RUN TestCompleteSilently [2022-05-17T11:44:09.932Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-17T11:44:09.932Z] PASS [2022-05-17T11:44:09.932Z] coverage: 75.9% of statements [2022-05-17T11:44:09.932Z] ok github.com/docker/docker/pkg/progress 0.040s coverage: 75.9% of statements [2022-05-17T11:44:09.932Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-17T11:44:09.932Z] === RUN TestClientStream [2022-05-17T11:44:09.932Z] --- PASS: TestClientStream (0.00s) [2022-05-17T11:44:09.932Z] === RUN TestClientSendFile [2022-05-17T11:44:09.932Z] --- PASS: TestClientSendFile (0.00s) [2022-05-17T11:44:09.932Z] === RUN TestClientWithRequestTimeout [2022-05-17T11:44:09.932Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-05-17T11:44:09.932Z] === RUN TestFileSpecPlugin [2022-05-17T11:44:10.004Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:44:10.004Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:44:10.099Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-17T11:44:10.358Z] Loaded image: debian:bullseye-slim [2022-05-17T11:44:10.358Z] Loaded image: hello-world:latest [2022-05-17T11:44:10.358Z] Loaded image: arm32v7/hello-world:latest [2022-05-17T11:44:10.388Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-05-17T11:44:10.388Z] === RUN TestFileJSONSpecPlugin [2022-05-17T11:44:10.388Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-05-17T11:44:10.388Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-17T11:44:10.388Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-17T11:44:10.388Z] === RUN TestPluginAddHandler [2022-05-17T11:44:10.388Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-17T11:44:10.388Z] === RUN TestPluginWaitBadPlugin [2022-05-17T11:44:10.388Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-17T11:44:10.388Z] === RUN TestGet [2022-05-17T11:44:10.388Z] time="2022-05-17T11:44:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-17T11:44:10.388Z] === RUN TestSendToOneSub [2022-05-17T11:44:10.388Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-17T11:44:10.388Z] === RUN TestSendToMultipleSubs [2022-05-17T11:44:10.388Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-17T11:44:10.388Z] === RUN TestEvictOneSub [2022-05-17T11:44:10.388Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-17T11:44:10.388Z] === RUN TestClosePublisher [2022-05-17T11:44:10.388Z] --- PASS: TestClosePublisher (0.00s) [2022-05-17T11:44:10.388Z] === RUN TestPubSubRace [2022-05-17T11:44:11.352Z] time="2022-05-17T11:44:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-17T11:44:11.352Z] --- PASS: TestPubSubRace (1.09s) [2022-05-17T11:44:11.352Z] PASS [2022-05-17T11:44:11.352Z] coverage: 75.0% of statements [2022-05-17T11:44:11.352Z] ok github.com/docker/docker/pkg/pubsub 1.136s coverage: 75.0% of statements [2022-05-17T11:44:12.261Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-17T11:44:12.316Z] === RUN TestRegister [2022-05-17T11:44:12.316Z] --- PASS: TestRegister (0.00s) [2022-05-17T11:44:12.316Z] === RUN TestCommand [2022-05-17T11:44:12.316Z] --- PASS: TestCommand (0.03s) [2022-05-17T11:44:12.316Z] === RUN TestNaiveSelf [2022-05-17T11:44:12.316Z] --- PASS: TestNaiveSelf (0.04s) [2022-05-17T11:44:12.316Z] PASS [2022-05-17T11:44:12.316Z] coverage: 82.4% of statements [2022-05-17T11:44:12.316Z] ok github.com/docker/docker/pkg/reexec 0.112s coverage: 82.4% of statements [2022-05-17T11:44:13.276Z] time="2022-05-17T11:44:12Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-17T11:44:13.276Z] === RUN TestDump [2022-05-17T11:44:13.276Z] goroutine 4 [running]: [2022-05-17T11:44:13.276Z] github.com/docker/docker/pkg/stack.dump(0x522d57?) [2022-05-17T11:44:13.276Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-17T11:44:13.276Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-17T11:44:13.276Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-17T11:44:13.276Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-17T11:44:13.276Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-17T11:44:13.276Z] testing.tRunner(0xc000031d40, 0x6ea4b0) [2022-05-17T11:44:13.276Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:44:13.276Z] created by testing.(*T).Run [2022-05-17T11:44:13.276Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-17T11:44:13.276Z] [2022-05-17T11:44:13.276Z] goroutine 1 [chan receive]: [2022-05-17T11:44:13.276Z] testing.(*T).Run(0xc000031ba0, {0x6d9154?, 0x4fc1f3?}, 0x6ea4b0) [2022-05-17T11:44:13.276Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-17T11:44:13.276Z] testing.runTests.func1(0xc00005e870?) [2022-05-17T11:44:13.276Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-17T11:44:13.276Z] testing.tRunner(0xc000031ba0, 0xc000067ca0) [2022-05-17T11:44:13.276Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:44:13.276Z] testing.runTests(0xc00004a460?, {0x86e400, 0x3, 0x3}, {0x2037c350108?, 0x40?, 0x8734a0?}) [2022-05-17T11:44:13.276Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-17T11:44:13.276Z] testing.(*M).Run(0xc00004a460) [2022-05-17T11:44:13.276Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-17T11:44:13.276Z] main.main() [2022-05-17T11:44:13.276Z] _testmain.go:99 +0x255 [2022-05-17T11:44:13.276Z] --- PASS: TestDump (0.00s) [2022-05-17T11:44:13.276Z] === RUN TestDumpToFile [2022-05-17T11:44:13.303Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:44:13.303Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-17T11:44:13.445Z] --- PASS: TestDaemonStartWithLogOpt (3.53s) [2022-05-17T11:44:13.445Z] === CONT TestReadPluginNoRead [2022-05-17T11:44:13.732Z] --- PASS: TestDumpToFile (0.21s) [2022-05-17T11:44:13.732Z] === RUN TestDumpToFileWithEmptyInput [2022-05-17T11:44:13.732Z] goroutine 20 [running]: [2022-05-17T11:44:13.732Z] github.com/docker/docker/pkg/stack.dump(0x59ed93?) [2022-05-17T11:44:13.732Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-17T11:44:13.732Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x59ed60?}) [2022-05-17T11:44:13.732Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-17T11:44:13.732Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0x0?) [2022-05-17T11:44:13.732Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-17T11:44:13.732Z] testing.tRunner(0xc0000844e0, 0x6ea4a0) [2022-05-17T11:44:13.732Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:44:13.732Z] created by testing.(*T).Run [2022-05-17T11:44:13.732Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-17T11:44:13.732Z] [2022-05-17T11:44:13.732Z] goroutine 1 [chan receive]: [2022-05-17T11:44:13.732Z] testing.(*T).Run(0xc000031ba0, {0x6e072b?, 0x4fc1f3?}, 0x6ea4a0) [2022-05-17T11:44:13.732Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-17T11:44:13.732Z] testing.runTests.func1(0xc00005e870?) [2022-05-17T11:44:13.732Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-17T11:44:13.732Z] testing.tRunner(0xc000031ba0, 0xc000067ca0) [2022-05-17T11:44:13.732Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:44:13.732Z] testing.runTests(0xc00004a460?, {0x86e400, 0x3, 0x3}, {0x2037c350108?, 0x40?, 0x8734a0?}) [2022-05-17T11:44:13.732Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-17T11:44:13.732Z] testing.(*M).Run(0xc00004a460) [2022-05-17T11:44:13.732Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-17T11:44:13.732Z] main.main() [2022-05-17T11:44:13.732Z] _testmain.go:99 +0x255 [2022-05-17T11:44:13.732Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-17T11:44:13.732Z] PASS [2022-05-17T11:44:13.732Z] coverage: 90.9% of statements [2022-05-17T11:44:13.732Z] ok github.com/docker/docker/pkg/stack 0.266s coverage: 90.9% of statements [2022-05-17T11:44:14.164Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-17T11:44:14.187Z] === RUN TestNewStdWriter [2022-05-17T11:44:14.187Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-17T11:44:14.187Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestWriteWithNilBytes [2022-05-17T11:44:14.187Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestWrite [2022-05-17T11:44:14.187Z] --- PASS: TestWrite (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestWriteWithWriterError [2022-05-17T11:44:14.187Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-17T11:44:14.187Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestStdCopyWriteAndRead [2022-05-17T11:44:14.187Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-17T11:44:14.187Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-17T11:44:14.187Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-17T11:44:14.187Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-17T11:44:14.187Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-17T11:44:14.187Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-17T11:44:14.187Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-17T11:44:14.187Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-17T11:44:14.187Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-17T11:44:14.187Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-17T11:44:14.187Z] PASS [2022-05-17T11:44:14.187Z] coverage: 100.0% of statements [2022-05-17T11:44:14.187Z] ok github.com/docker/docker/pkg/stdcopy 0.041s coverage: 100.0% of statements [2022-05-17T11:44:14.423Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-17T11:44:15.214Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-17T11:44:15.334Z] === RUN TestReadPluginNoRead/default [2022-05-17T11:44:15.358Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-17T11:44:15.713Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-17T11:44:15.713Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-17T11:44:15.713Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestFormatStatus [2022-05-17T11:44:15.713Z] --- PASS: TestFormatStatus (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestFormatError [2022-05-17T11:44:15.713Z] --- PASS: TestFormatError (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestFormatJSONError [2022-05-17T11:44:15.713Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-17T11:44:15.713Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-17T11:44:15.713Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestNewJSONProgressOutput [2022-05-17T11:44:15.713Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestAuxFormatterEmit [2022-05-17T11:44:15.713Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestStreamWriterStdout [2022-05-17T11:44:15.713Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-17T11:44:15.713Z] === RUN TestStreamWriterStderr [2022-05-17T11:44:15.713Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-17T11:44:15.713Z] PASS [2022-05-17T11:44:15.713Z] coverage: 66.2% of statements [2022-05-17T11:44:15.713Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2022-05-17T11:44:15.924Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-17T11:44:16.168Z] === RUN TestGenerateRandomID [2022-05-17T11:44:16.168Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-17T11:44:16.168Z] === RUN TestShortenId [2022-05-17T11:44:16.168Z] --- PASS: TestShortenId (0.00s) [2022-05-17T11:44:16.168Z] === RUN TestShortenSha256Id [2022-05-17T11:44:16.168Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-17T11:44:16.168Z] === RUN TestShortenIdEmpty [2022-05-17T11:44:16.168Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-17T11:44:16.168Z] === RUN TestShortenIdInvalid [2022-05-17T11:44:16.168Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-17T11:44:16.168Z] === RUN TestIsShortIDNonHex [2022-05-17T11:44:16.168Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-17T11:44:16.168Z] === RUN TestIsShortIDNotCorrectSize [2022-05-17T11:44:16.168Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-17T11:44:16.168Z] PASS [2022-05-17T11:44:16.168Z] coverage: 70.6% of statements [2022-05-17T11:44:16.168Z] ok github.com/docker/docker/pkg/stringid 0.043s coverage: 70.6% of statements [2022-05-17T11:44:16.261Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-17T11:44:16.489Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-05-17T11:44:17.129Z] === RUN TestIsCpusetListAvailable [2022-05-17T11:44:17.129Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-17T11:44:17.129Z] PASS [2022-05-17T11:44:17.129Z] coverage: 39.4% of statements [2022-05-17T11:44:17.129Z] ok github.com/docker/docker/pkg/sysinfo 0.043s coverage: 39.4% of statements [2022-05-17T11:44:17.129Z] time="2022-05-17T11:44:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-17T11:44:17.129Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-17T11:44:17.130Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-17T11:44:17.625Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-17T11:44:17.625Z] --- PASS: TestContinueAfterPluginCrash (8.33s) [2022-05-17T11:44:18.514Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-17T11:44:18.655Z] === RUN TestChtimes [2022-05-17T11:44:18.655Z] --- PASS: TestChtimes (0.00s) [2022-05-17T11:44:18.655Z] === RUN TestChtimesWindows [2022-05-17T11:44:18.655Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-17T11:44:18.655Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-17T11:44:18.655Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-17T11:44:18.655Z] PASS [2022-05-17T11:44:18.655Z] coverage: 13.0% of statements [2022-05-17T11:44:18.655Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 13.0% of statements [2022-05-17T11:44:18.774Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-17T11:44:18.991Z] === CONT TestReadPluginNoRead [2022-05-17T11:44:18.991Z] read_test.go:92: [d4b4c19d71bd9] daemon is not started [2022-05-17T11:44:18.991Z] --- PASS: TestReadPluginNoRead (5.99s) [2022-05-17T11:44:18.991Z] --- PASS: TestReadPluginNoRead/default (1.25s) [2022-05-17T11:44:18.991Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.28s) [2022-05-17T11:44:18.991Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-05-17T11:44:18.991Z] PASS [2022-05-17T11:44:18.991Z] [2022-05-17T11:44:18.991Z] DONE 6 tests in 9.547s [2022-05-17T11:44:18.991Z] 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-17T11:44:18.991Z] testing: warning: no tests to run [2022-05-17T11:44:18.991Z] PASS [2022-05-17T11:44:18.991Z] [2022-05-17T11:44:18.991Z] DONE 0 tests in 0.008s [2022-05-17T11:44:18.991Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-17T11:44:18.991Z] INFO: Testing against a local daemon [2022-05-17T11:44:18.991Z] === RUN TestPluginWithDevMounts [2022-05-17T11:44:18.991Z] === PAUSE TestPluginWithDevMounts [2022-05-17T11:44:18.991Z] === CONT TestPluginWithDevMounts [2022-05-17T11:44:19.020Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-05-17T11:44:19.110Z] === RUN TestTailFile [2022-05-17T11:44:19.110Z] --- PASS: TestTailFile (0.00s) [2022-05-17T11:44:19.110Z] === RUN TestTailFileManyLines [2022-05-17T11:44:19.110Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-17T11:44:19.110Z] === RUN TestTailEmptyFile [2022-05-17T11:44:19.110Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-17T11:44:19.110Z] === RUN TestTailNegativeN [2022-05-17T11:44:19.110Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/truncated_last_line [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader/no_delimiter [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.110Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.110Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.110Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.566Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.566Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-17T11:44:19.566Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.566Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.566Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.567Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.567Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.567Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.568Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.568Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.568Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.569Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.569Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.570Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:19.571Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:19.954Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.18s) [2022-05-17T11:44:19.954Z] PASS [2022-05-17T11:44:19.954Z] [2022-05-17T11:44:19.954Z] === Skipped [2022-05-17T11:44:19.954Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-17T11:44:19.954Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:44:19.954Z] [2022-05-17T11:44:19.954Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.03s) [2022-05-17T11:44:19.954Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:44:19.954Z] [2022-05-17T11:44:19.954Z] DONE 34 tests, 2 skipped in 192.367s [2022-05-17T11:44:19.954Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-17T11:44:19.954Z] ++ 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-17T11:44:19.954Z] ++ set -e [2022-05-17T11:44:19.954Z] ++ '[' -n 0 ']' [2022-05-17T11:44:19.954Z] ++ set -x [2022-05-17T11:44:19.954Z] ++ 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-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:20.027Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:44:20.028Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:44:20.029Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:44:20.030Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-05-17T11:44:20.030Z] PASS [2022-05-17T11:44:20.030Z] coverage: 88.6% of statements [2022-05-17T11:44:20.030Z] ok github.com/docker/docker/pkg/tailfile 0.171s coverage: 88.6% of statements [2022-05-17T11:44:20.175Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-17T11:44:20.212Z] === RUN TestDockerSuite/TestAttachDetach [2022-05-17T11:44:20.212Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-05-17T11:44:20.354Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-05-17T11:44:20.354Z] PASS [2022-05-17T11:44:20.354Z] [2022-05-17T11:44:20.354Z] DONE 1 tests in 1.629s [2022-05-17T11:44:20.354Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-17T11:44:20.354Z] INFO: Testing against a local daemon [2022-05-17T11:44:20.354Z] === RUN TestSecretInspect [2022-05-17T11:44:20.469Z] INFO: Testing against a local daemon [2022-05-17T11:44:20.469Z] === RUN TestConfigInspect [2022-05-17T11:44:20.484Z] === RUN TestTarSumRemoveNonExistent [2022-05-17T11:44:20.484Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestTarSumRemove [2022-05-17T11:44:20.484Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestSortFileInfoSums [2022-05-17T11:44:20.484Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestNewTarSumForLabelInvalid [2022-05-17T11:44:20.484Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestNewTarSumForLabel [2022-05-17T11:44:20.484Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestEmptyTar [2022-05-17T11:44:20.484Z] --- PASS: TestEmptyTar (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestTarSumsReadSize [2022-05-17T11:44:20.484Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestTarSums [2022-05-17T11:44:20.484Z] --- PASS: TestTarSums (0.05s) [2022-05-17T11:44:20.484Z] === RUN TestIteration [2022-05-17T11:44:20.484Z] --- PASS: TestIteration (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestVersionLabelForChecksum [2022-05-17T11:44:20.484Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestVersion [2022-05-17T11:44:20.484Z] --- PASS: TestVersion (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestGetVersion [2022-05-17T11:44:20.484Z] --- PASS: TestGetVersion (0.00s) [2022-05-17T11:44:20.484Z] === RUN TestGetVersions [2022-05-17T11:44:20.484Z] --- PASS: TestGetVersions (0.00s) [2022-05-17T11:44:20.484Z] PASS [2022-05-17T11:44:20.484Z] coverage: 89.3% of statements [2022-05-17T11:44:20.484Z] ok github.com/docker/docker/pkg/tarsum 0.105s coverage: 89.3% of statements [2022-05-17T11:44:21.037Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-17T11:44:21.444Z] === RUN TestTruncIndex [2022-05-17T11:44:21.444Z] --- PASS: TestTruncIndex (0.10s) [2022-05-17T11:44:21.444Z] PASS [2022-05-17T11:44:21.444Z] coverage: 91.5% of statements [2022-05-17T11:44:21.444Z] ok github.com/docker/docker/pkg/truncindex 0.128s coverage: 91.5% of statements [2022-05-17T11:44:21.899Z] === RUN TestVersionInfo [2022-05-17T11:44:21.899Z] --- PASS: TestVersionInfo (0.00s) [2022-05-17T11:44:21.899Z] === RUN TestAppendVersions [2022-05-17T11:44:21.899Z] --- PASS: TestAppendVersions (0.00s) [2022-05-17T11:44:21.899Z] PASS [2022-05-17T11:44:21.899Z] coverage: 88.9% of statements [2022-05-17T11:44:21.899Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2022-05-17T11:44:21.899Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-17T11:44:21.899Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-17T11:44:21.899Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-17T11:44:21.899Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-17T11:44:21.970Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.62s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.97s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.34s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.40s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.91s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.62s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.87s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.85s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.70s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.79s) [2022-05-17T11:44:22.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.65s) [2022-05-17T11:44:22.111Z] === RUN TestCgroupNamespacesRun [2022-05-17T11:44:22.537Z] docker_cli_daemon_test.go:1474: [db85e685eee8a] daemon is not started [2022-05-17T11:44:22.867Z] --- PASS: TestSecretInspect (2.22s) [2022-05-17T11:44:22.867Z] === RUN TestSecretList [2022-05-17T11:44:23.051Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-05-17T11:44:23.051Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-17T11:44:23.102Z] check_test.go:307: [d380d7dc8b2e5] daemon is not started [2022-05-17T11:44:23.102Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-05-17T11:44:23.361Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-17T11:44:23.430Z] === RUN TestNewSettable [2022-05-17T11:44:23.430Z] --- PASS: TestNewSettable (0.00s) [2022-05-17T11:44:23.430Z] === RUN TestIsSettable [2022-05-17T11:44:23.430Z] --- PASS: TestIsSettable (0.00s) [2022-05-17T11:44:23.430Z] === RUN TestUpdateSettingsEnv [2022-05-17T11:44:23.430Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-17T11:44:23.430Z] PASS [2022-05-17T11:44:23.430Z] coverage: 20.0% of statements [2022-05-17T11:44:23.430Z] ok github.com/docker/docker/plugin/v2 0.035s coverage: 20.0% of statements [2022-05-17T11:44:23.430Z] === RUN TestValidatePrivileges [2022-05-17T11:44:23.430Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-17T11:44:23.430Z] === RUN TestFilterByCapNeg [2022-05-17T11:44:23.430Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-17T11:44:23.430Z] === RUN TestFilterByCapPos [2022-05-17T11:44:23.430Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-17T11:44:23.430Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-17T11:44:23.430Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-17T11:44:23.430Z] PASS [2022-05-17T11:44:23.430Z] coverage: 12.2% of statements [2022-05-17T11:44:23.430Z] ok github.com/docker/docker/plugin 0.049s coverage: 12.2% of statements [2022-05-17T11:44:23.619Z] --- PASS: TestConfigInspect (3.18s) [2022-05-17T11:44:23.619Z] === RUN TestConfigList [2022-05-17T11:44:23.885Z] === RUN TestLoad [2022-05-17T11:44:23.885Z] --- PASS: TestLoad (0.00s) [2022-05-17T11:44:23.885Z] === RUN TestSave [2022-05-17T11:44:23.885Z] --- PASS: TestSave (0.02s) [2022-05-17T11:44:23.885Z] === RUN TestAddDeleteGet [2022-05-17T11:44:23.885Z] --- PASS: TestAddDeleteGet (0.03s) [2022-05-17T11:44:23.885Z] === RUN TestInvalidTags [2022-05-17T11:44:23.885Z] --- PASS: TestInvalidTags (0.01s) [2022-05-17T11:44:23.885Z] PASS [2022-05-17T11:44:23.885Z] coverage: 84.4% of statements [2022-05-17T11:44:23.885Z] ok github.com/docker/docker/reference 0.109s coverage: 84.4% of statements [2022-05-17T11:44:24.194Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-17T11:44:24.434Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s) [2022-05-17T11:44:24.434Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-17T11:44:24.754Z] --- PASS: TestSecretList (2.18s) [2022-05-17T11:44:24.754Z] === RUN TestSecretsCreateAndDelete [2022-05-17T11:44:25.064Z] === RUN TestMiddlewares [2022-05-17T11:44:25.064Z] --- PASS: TestMiddlewares (0.00s) [2022-05-17T11:44:25.064Z] PASS [2022-05-17T11:44:25.064Z] coverage: 7.9% of statements [2022-05-17T11:44:25.064Z] ok github.com/docker/docker/api/server 0.050s coverage: 7.9% of statements [2022-05-17T11:44:25.139Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-17T11:44:25.374Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-05-17T11:44:25.374Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-17T11:44:25.399Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-05-17T11:44:25.411Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-17T11:44:25.411Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-17T11:44:25.411Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-17T11:44:25.411Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-17T11:44:25.411Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-17T11:44:25.411Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-17T11:44:25.411Z] === RUN TestResumableRequestReaderWithReadError [2022-05-17T11:44:25.411Z] --- PASS: TestGet (15.01s) [2022-05-17T11:44:25.411Z] === RUN TestPluginWithNoManifest [2022-05-17T11:44:25.411Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-17T11:44:25.411Z] === RUN TestGetAll [2022-05-17T11:44:25.411Z] --- PASS: TestGetAll (0.00s) [2022-05-17T11:44:25.411Z] PASS [2022-05-17T11:44:25.411Z] coverage: 73.2% of statements [2022-05-17T11:44:25.411Z] ok github.com/docker/docker/pkg/plugins 36.101s coverage: 73.2% of statements [2022-05-17T11:44:25.411Z] time="2022-05-17T11:44:24Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-17T11:44:25.411Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2022-05-17T11:44:25.411Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-17T11:44:25.411Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-17T11:44:25.411Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-17T11:44:25.411Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.01s) [2022-05-17T11:44:25.411Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-17T11:44:25.411Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-17T11:44:25.411Z] === RUN TestResumableRequestReader [2022-05-17T11:44:25.411Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-17T11:44:25.411Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-17T11:44:25.411Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-17T11:44:25.411Z] PASS [2022-05-17T11:44:25.411Z] coverage: 100.0% of statements [2022-05-17T11:44:25.411Z] ok github.com/docker/docker/registry/resumable 0.225s coverage: 100.0% of statements [2022-05-17T11:44:25.411Z] === RUN TestResolveAuthConfigIndexServer [2022-05-17T11:44:25.411Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-17T11:44:25.411Z] === RUN TestResolveAuthConfigFullURL [2022-05-17T11:44:25.411Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-17T11:44:25.411Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-17T11:44:25.411Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-17T11:44:25.411Z] === RUN TestValidateMirror [2022-05-17T11:44:25.411Z] --- PASS: TestValidateMirror (0.00s) [2022-05-17T11:44:25.411Z] === RUN TestLoadInsecureRegistries [2022-05-17T11:44:25.412Z] time="2022-05-17T11:44:25Z" 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-17T11:44:25.412Z] time="2022-05-17T11:44:25Z" 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-17T11:44:25.412Z] time="2022-05-17T11:44:25Z" 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-17T11:44:25.412Z] --- PASS: TestLoadInsecureRegistries (0.19s) [2022-05-17T11:44:25.412Z] === RUN TestNewServiceConfig [2022-05-17T11:44:25.412Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-17T11:44:25.412Z] === RUN TestValidateIndexName [2022-05-17T11:44:25.412Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-17T11:44:25.412Z] === RUN TestValidateIndexNameWithError [2022-05-17T11:44:25.412Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-17T11:44:25.866Z] === RUN TestEndpointParse [2022-05-17T11:44:25.866Z] --- PASS: TestEndpointParse (0.00s) [2022-05-17T11:44:25.866Z] === RUN TestEndpointParseInvalid [2022-05-17T11:44:25.866Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-17T11:44:25.866Z] === RUN TestValidateEndpoint [2022-05-17T11:44:25.866Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-17T11:44:25.866Z] === RUN TestPing [2022-05-17T11:44:25.866Z] --- PASS: TestPing (0.00s) [2022-05-17T11:44:25.866Z] === RUN TestPingRegistryEndpoint [2022-05-17T11:44:25.866Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:44:25.866Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-05-17T11:44:25.866Z] === RUN TestEndpoint [2022-05-17T11:44:25.866Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:44:25.866Z] --- SKIP: TestEndpoint (0.01s) [2022-05-17T11:44:25.866Z] === RUN TestParseRepositoryInfo [2022-05-17T11:44:25.866Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-17T11:44:25.866Z] === RUN TestNewIndexInfo [2022-05-17T11:44:25.866Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-17T11:44:25.866Z] === RUN TestMirrorEndpointLookup [2022-05-17T11:44:25.866Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:44:25.866Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-17T11:44:25.866Z] === RUN TestSearchRepositories [2022-05-17T11:44:25.866Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-17T11:44:25.866Z] Host: 127.0.0.1:49337 [2022-05-17T11:44:25.866Z] User-Agent: docker test client [2022-05-17T11:44:25.866Z] Authorization: Token fake-token [2022-05-17T11:44:25.866Z] X-Docker-Token: true [2022-05-17T11:44:25.866Z] Accept-Encoding: gzip [2022-05-17T11:44:25.866Z] [2022-05-17T11:44:25.866Z] [2022-05-17T11:44:25.866Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-17T11:44:25.866Z] Connection: close [2022-05-17T11:44:25.866Z] Content-Length: 144 [2022-05-17T11:44:25.866Z] Cache-Control: no-cache [2022-05-17T11:44:25.866Z] Content-Type: application/json [2022-05-17T11:44:25.866Z] Date: Tue, 17 May 2022 11:44:25 GMT [2022-05-17T11:44:25.866Z] Expires: -1 [2022-05-17T11:44:25.866Z] Pragma: no-cache [2022-05-17T11:44:25.866Z] Server: docker-tests/mock [2022-05-17T11:44:25.866Z] X-Docker-Registry-Config: mock [2022-05-17T11:44:25.866Z] X-Docker-Registry-Version: 0.0.0 [2022-05-17T11:44:25.866Z] [2022-05-17T11:44:25.866Z] [2022-05-17T11:44:25.866Z] --- PASS: TestSearchRepositories (0.01s) [2022-05-17T11:44:25.867Z] === RUN TestTrustedLocation [2022-05-17T11:44:25.867Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-17T11:44:25.867Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-17T11:44:25.867Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-17T11:44:25.867Z] === RUN TestAllowNondistributableArtifacts [2022-05-17T11:44:25.867Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-17T11:44:25.867Z] === RUN TestIsSecureIndex [2022-05-17T11:44:25.867Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-17T11:44:25.867Z] PASS [2022-05-17T11:44:25.867Z] coverage: 51.7% of statements [2022-05-17T11:44:25.867Z] ok github.com/docker/docker/registry 0.282s coverage: 51.7% of statements [2022-05-17T11:44:25.867Z] === RUN TestRestartManagerTimeout [2022-05-17T11:44:25.867Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-17T11:44:25.867Z] === RUN TestRestartManagerTimeoutReset [2022-05-17T11:44:25.867Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-17T11:44:25.867Z] PASS [2022-05-17T11:44:25.867Z] coverage: 50.9% of statements [2022-05-17T11:44:25.867Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 50.9% of statements [2022-05-17T11:44:26.322Z] === RUN TestDecodeContainerConfig [2022-05-17T11:44:26.322Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-17T11:44:26.322Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-17T11:44:26.322Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-17T11:44:26.322Z] === RUN TestDecodeContainerConfigIsolation [2022-05-17T11:44:26.322Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-17T11:44:26.322Z] === RUN TestValidatePrivileged [2022-05-17T11:44:26.322Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-17T11:44:26.322Z] PASS [2022-05-17T11:44:26.322Z] coverage: 52.4% of statements [2022-05-17T11:44:26.322Z] ok github.com/docker/docker/runconfig 0.051s coverage: 52.4% of statements [2022-05-17T11:44:26.335Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-17T11:44:26.640Z] --- PASS: TestSecretsCreateAndDelete (1.79s) [2022-05-17T11:44:26.640Z] === RUN TestSecretsUpdate [2022-05-17T11:44:26.756Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-05-17T11:44:26.756Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-17T11:44:26.779Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-17T11:44:26.779Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-17T11:44:26.779Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-17T11:44:26.779Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-17T11:44:26.779Z] PASS [2022-05-17T11:44:26.779Z] coverage: 62.5% of statements [2022-05-17T11:44:26.779Z] ok github.com/docker/docker/testutil 0.038s coverage: 62.5% of statements [2022-05-17T11:44:26.902Z] --- PASS: TestConfigList (3.14s) [2022-05-17T11:44:26.902Z] === RUN TestConfigsCreateAndDelete [2022-05-17T11:44:26.902Z] check_test.go:307: [d405422fbad4c] daemon is not started [2022-05-17T11:44:26.902Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-05-17T11:44:27.698Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-05-17T11:44:27.699Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-17T11:44:27.836Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-17T11:44:28.305Z] === RUN TestGetAddress [2022-05-17T11:44:28.305Z] --- PASS: TestGetAddress (0.00s) [2022-05-17T11:44:28.306Z] === RUN TestRemove [2022-05-17T11:44:28.306Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-17T11:44:28.306Z] --- SKIP: TestRemove (0.00s) [2022-05-17T11:44:28.306Z] === RUN TestInitializeWithVolumes [2022-05-17T11:44:28.306Z] === RUN TestGetDriver [2022-05-17T11:44:28.306Z] --- PASS: TestGetDriver (0.00s) [2022-05-17T11:44:28.306Z] === RUN TestVolumeRequestError [2022-05-17T11:44:28.306Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-17T11:44:28.306Z] === RUN TestCreate [2022-05-17T11:44:28.306Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-17T11:44:28.306Z] PASS [2022-05-17T11:44:28.306Z] coverage: 36.1% of statements [2022-05-17T11:44:28.306Z] --- PASS: TestCreate (0.01s) [2022-05-17T11:44:28.306Z] === RUN TestValidateName [2022-05-17T11:44:28.306Z] --- PASS: TestValidateName (0.00s) [2022-05-17T11:44:28.306Z] === RUN TestCreateWithOpts [2022-05-17T11:44:28.306Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-17T11:44:28.306Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-17T11:44:28.306Z] === RUN TestRelaodNoOpts [2022-05-17T11:44:28.306Z] ok github.com/docker/docker/volume/drivers 0.050s coverage: 36.1% of statements [2022-05-17T11:44:28.306Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-05-17T11:44:28.306Z] PASS [2022-05-17T11:44:28.306Z] coverage: 41.6% of statements [2022-05-17T11:44:28.306Z] ok github.com/docker/docker/volume/local 0.077s coverage: 41.6% of statements [2022-05-17T11:44:28.403Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRaw [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-17T11:44:28.761Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRaw [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-17T11:44:28.761Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-17T11:44:28.761Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-17T11:44:28.761Z] === RUN TestConvertTmpfsOptions [2022-05-17T11:44:28.761Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-17T11:44:28.761Z] linux_parser_test.go:209: data="ro" [2022-05-17T11:44:28.761Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-17T11:44:28.761Z] === RUN TestParseMountSpec [2022-05-17T11:44:28.761Z] parser_test.go:62: case 0 [2022-05-17T11:44:28.761Z] parser_test.go:62: case 1 [2022-05-17T11:44:28.761Z] parser_test.go:62: case 2 [2022-05-17T11:44:28.761Z] parser_test.go:62: case 3 [2022-05-17T11:44:28.761Z] parser_test.go:62: case 4 [2022-05-17T11:44:28.761Z] parser_test.go:62: case 5 [2022-05-17T11:44:28.761Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-17T11:44:28.761Z] === RUN TestValidateMount [2022-05-17T11:44:28.761Z] --- PASS: TestValidateMount (0.00s) [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRaw [2022-05-17T11:44:28.761Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-17T11:44:28.761Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-17T11:44:28.761Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-17T11:44:28.761Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-17T11:44:28.762Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-17T11:44:28.762Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-17T11:44:28.762Z] PASS [2022-05-17T11:44:28.762Z] coverage: 67.6% of statements [2022-05-17T11:44:28.762Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.6% of statements [2022-05-17T11:44:29.124Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-17T11:44:29.124Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-17T11:44:29.126Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2022-05-17T11:44:29.126Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-17T11:44:29.153Z] --- PASS: TestSecretsUpdate (2.22s) [2022-05-17T11:44:29.153Z] === RUN TestTemplatedSecret [2022-05-17T11:44:29.383Z] --- PASS: TestConfigsCreateAndDelete (2.62s) [2022-05-17T11:44:29.383Z] === RUN TestConfigsUpdate [2022-05-17T11:44:29.386Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-05-17T11:44:29.386Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-17T11:44:29.760Z] === RUN TestSetGetMeta [2022-05-17T11:44:29.760Z] === PAUSE TestSetGetMeta [2022-05-17T11:44:29.760Z] === RUN TestRestore [2022-05-17T11:44:29.760Z] === PAUSE TestRestore [2022-05-17T11:44:29.760Z] === RUN TestServiceCreate [2022-05-17T11:44:29.760Z] === PAUSE TestServiceCreate [2022-05-17T11:44:29.760Z] === RUN TestServiceList [2022-05-17T11:44:29.760Z] === PAUSE TestServiceList [2022-05-17T11:44:29.760Z] === RUN TestServiceRemove [2022-05-17T11:44:29.760Z] === PAUSE TestServiceRemove [2022-05-17T11:44:29.760Z] === RUN TestServiceGet [2022-05-17T11:44:29.760Z] === PAUSE TestServiceGet [2022-05-17T11:44:29.760Z] === RUN TestServicePrune [2022-05-17T11:44:29.760Z] === PAUSE TestServicePrune [2022-05-17T11:44:29.760Z] === RUN TestCreate [2022-05-17T11:44:29.760Z] === PAUSE TestCreate [2022-05-17T11:44:29.760Z] === RUN TestRemove [2022-05-17T11:44:29.760Z] === PAUSE TestRemove [2022-05-17T11:44:29.760Z] === RUN TestList [2022-05-17T11:44:29.760Z] === PAUSE TestList [2022-05-17T11:44:29.760Z] === RUN TestFindByDriver [2022-05-17T11:44:29.760Z] === PAUSE TestFindByDriver [2022-05-17T11:44:29.760Z] === RUN TestFindByReferenced [2022-05-17T11:44:29.760Z] === PAUSE TestFindByReferenced [2022-05-17T11:44:29.760Z] === RUN TestDerefMultipleOfSameRef [2022-05-17T11:44:29.760Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-17T11:44:29.760Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-17T11:44:29.760Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-17T11:44:29.760Z] === RUN TestDefererencePluginOnCreateError [2022-05-17T11:44:29.760Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-17T11:44:29.760Z] === RUN TestRefDerefRemove [2022-05-17T11:44:29.760Z] === PAUSE TestRefDerefRemove [2022-05-17T11:44:29.760Z] === RUN TestGet [2022-05-17T11:44:29.760Z] === PAUSE TestGet [2022-05-17T11:44:29.760Z] === RUN TestGetWithReference [2022-05-17T11:44:29.760Z] === PAUSE TestGetWithReference [2022-05-17T11:44:29.760Z] === RUN TestFilterFunc [2022-05-17T11:44:29.760Z] === RUN TestFilterFunc/test_nil_list [2022-05-17T11:44:29.760Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-17T11:44:29.760Z] === RUN TestFilterFunc/test_empty_list [2022-05-17T11:44:29.760Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-17T11:44:29.760Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-17T11:44:29.760Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-17T11:44:29.760Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-17T11:44:29.760Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-17T11:44:29.760Z] === RUN TestFilterFunc/test_filter_some [2022-05-17T11:44:29.760Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-17T11:44:29.760Z] === RUN TestFilterFunc/test_filter_middle [2022-05-17T11:44:29.760Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-17T11:44:29.760Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-17T11:44:29.760Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-17T11:44:29.760Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-17T11:44:29.760Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-17T11:44:29.760Z] === CONT TestFilterFunc/test_nil_list [2022-05-17T11:44:29.760Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-17T11:44:29.760Z] === CONT TestFilterFunc/test_filter_some [2022-05-17T11:44:29.760Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-17T11:44:29.760Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-17T11:44:29.760Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-17T11:44:29.760Z] === CONT TestFilterFunc/test_empty_list [2022-05-17T11:44:29.760Z] === CONT TestFilterFunc/test_filter_middle [2022-05-17T11:44:29.760Z] --- PASS: TestFilterFunc (0.00s) [2022-05-17T11:44:29.760Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-17T11:44:29.760Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-17T11:44:29.760Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-17T11:44:29.760Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-17T11:44:29.760Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-17T11:44:29.760Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-17T11:44:29.760Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-17T11:44:29.760Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-17T11:44:29.760Z] === CONT TestSetGetMeta [2022-05-17T11:44:29.760Z] === CONT TestList [2022-05-17T11:44:29.760Z] === CONT TestServiceGet [2022-05-17T11:44:29.760Z] === CONT TestDefererencePluginOnCreateError [2022-05-17T11:44:29.760Z] --- PASS: TestSetGetMeta (0.02s) [2022-05-17T11:44:29.760Z] === CONT TestServiceRemove [2022-05-17T11:44:29.760Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-05-17T11:44:29.760Z] === CONT TestServiceList [2022-05-17T11:44:29.760Z] --- PASS: TestList (0.04s) [2022-05-17T11:44:29.760Z] === CONT TestServiceCreate [2022-05-17T11:44:29.951Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-17T11:44:30.215Z] --- PASS: TestServiceGet (0.16s) [2022-05-17T11:44:30.215Z] === CONT TestRestore [2022-05-17T11:44:30.215Z] --- PASS: TestServiceRemove (0.14s) [2022-05-17T11:44:30.215Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-17T11:44:30.215Z] --- PASS: TestServiceCreate (0.13s) [2022-05-17T11:44:30.215Z] === CONT TestDerefMultipleOfSameRef [2022-05-17T11:44:30.215Z] --- PASS: TestServiceList (0.13s) [2022-05-17T11:44:30.215Z] === CONT TestFindByReferenced [2022-05-17T11:44:30.215Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-05-17T11:44:30.215Z] === CONT TestFindByDriver [2022-05-17T11:44:30.215Z] --- PASS: TestRestore (0.03s) [2022-05-17T11:44:30.215Z] === CONT TestRemove [2022-05-17T11:44:30.215Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-05-17T11:44:30.215Z] === CONT TestCreate [2022-05-17T11:44:30.215Z] --- PASS: TestFindByReferenced (0.03s) [2022-05-17T11:44:30.215Z] === CONT TestServicePrune [2022-05-17T11:44:30.215Z] --- PASS: TestRemove (0.02s) [2022-05-17T11:44:30.215Z] === CONT TestGetWithReference [2022-05-17T11:44:30.215Z] --- PASS: TestCreate (0.02s) [2022-05-17T11:44:30.215Z] === CONT TestGet [2022-05-17T11:44:30.215Z] --- PASS: TestFindByDriver (0.03s) [2022-05-17T11:44:30.215Z] === CONT TestRefDerefRemove [2022-05-17T11:44:30.215Z] time="2022-05-17T11:44:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:44:30.215Z] time="2022-05-17T11:44:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:44:30.215Z] --- PASS: TestGet (0.02s) [2022-05-17T11:44:30.215Z] time="2022-05-17T11:44:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:44:30.215Z] --- PASS: TestRefDerefRemove (0.02s) [2022-05-17T11:44:30.215Z] --- PASS: TestGetWithReference (0.02s) [2022-05-17T11:44:30.215Z] time="2022-05-17T11:44:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-17T11:44:30.215Z] time="2022-05-17T11:44:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:44:30.215Z] --- PASS: TestServicePrune (0.05s) [2022-05-17T11:44:30.215Z] PASS [2022-05-17T11:44:30.215Z] coverage: 69.0% of statements [2022-05-17T11:44:30.215Z] ok github.com/docker/docker/volume/service 0.290s coverage: 69.0% of statements [2022-05-17T11:44:30.521Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-17T11:44:30.769Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s) [2022-05-17T11:44:30.770Z] === RUN TestNISDomainname [2022-05-17T11:44:31.030Z] --- PASS: TestNISDomainname (0.50s) [2022-05-17T11:44:31.030Z] === RUN TestHostnameDnsResolution [2022-05-17T11:44:31.457Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-05-17T11:44:31.666Z] --- PASS: TestTemplatedSecret (2.61s) [2022-05-17T11:44:31.666Z] === RUN TestSecretCreateResolve [2022-05-17T11:44:31.971Z] --- PASS: TestHostnameDnsResolution (0.72s) [2022-05-17T11:44:31.971Z] === RUN TestUnprivilegedPortsAndPing [2022-05-17T11:44:32.391Z] --- PASS: TestConfigsUpdate (2.78s) [2022-05-17T11:44:32.391Z] === RUN TestTemplatedConfig [2022-05-17T11:44:32.541Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s) [2022-05-17T11:44:32.542Z] === RUN TestPrivilegedHostDevices [2022-05-17T11:44:32.802Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-05-17T11:44:32.802Z] === RUN TestStats [2022-05-17T11:44:33.595Z] --- PASS: TestSecretCreateResolve (2.20s) [2022-05-17T11:44:33.595Z] PASS [2022-05-17T11:44:33.595Z] [2022-05-17T11:44:33.595Z] DONE 6 tests in 13.235s [2022-05-17T11:44:33.595Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-17T11:44:33.595Z] INFO: Testing against a local daemon [2022-05-17T11:44:33.595Z] === RUN TestServiceCreateInit [2022-05-17T11:44:33.595Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-17T11:44:34.293Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-05-17T11:44:35.342Z] --- PASS: TestStats (2.45s) [2022-05-17T11:44:35.342Z] === RUN TestStopContainerWithTimeout [2022-05-17T11:44:35.342Z] === RUN TestStopContainerWithTimeout/0 [2022-05-17T11:44:35.342Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-17T11:44:35.342Z] === RUN TestStopContainerWithTimeout/1 [2022-05-17T11:44:35.342Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-17T11:44:35.342Z] === RUN TestStopContainerWithTimeout/3 [2022-05-17T11:44:35.342Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-17T11:44:35.342Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-17T11:44:35.342Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-17T11:44:35.342Z] === CONT TestStopContainerWithTimeout/0 [2022-05-17T11:44:35.342Z] === CONT TestStopContainerWithTimeout/3 [2022-05-17T11:44:36.202Z] --- PASS: TestTemplatedConfig (3.59s) [2022-05-17T11:44:36.202Z] === RUN TestConfigCreateResolve [2022-05-17T11:44:36.282Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-17T11:44:36.460Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-05-17T11:44:37.759Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-17T11:44:38.192Z] === CONT TestStopContainerWithTimeout/1 [2022-05-17T11:44:38.993Z] --- PASS: TestConfigCreateResolve (2.87s) [2022-05-17T11:44:38.993Z] PASS [2022-05-17T11:44:38.993Z] [2022-05-17T11:44:38.993Z] DONE 6 tests in 18.761s [2022-05-17T11:44:38.993Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-17T11:44:38.993Z] ++ 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-17T11:44:38.993Z] ++ set -e [2022-05-17T11:44:38.993Z] ++ '[' -n 0 ']' [2022-05-17T11:44:38.993Z] ++ set -x [2022-05-17T11:44:38.993Z] ++ 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-17T11:44:38.993Z] INFO: Testing against a local daemon [2022-05-17T11:44:38.993Z] === RUN TestAttachWithTTY [2022-05-17T11:44:38.993Z] --- PASS: TestAttachWithTTY (0.07s) [2022-05-17T11:44:38.993Z] === RUN TestAttachWithoutTTy [2022-05-17T11:44:38.993Z] --- PASS: TestAttachWithoutTTy (0.08s) [2022-05-17T11:44:38.993Z] === RUN TestCheckpoint [2022-05-17T11:44:39.252Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:44:39.252Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/commit [2022-05-17T11:44:39.252Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-17T11:44:39.252Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:44:39.252Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:44:39.252Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:44:39.252Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:44:39.252Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:44:39.252Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:44:39.252Z] === CONT TestContainerInvalidJSON/commit [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-17T11:44:39.252Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-17T11:44:39.252Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-17T11:44:39.252Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-17T11:44:39.252Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-17T11:44:39.252Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-17T11:44:39.252Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-17T11:44:39.252Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.02s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/create (0.02s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:44:39.252Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-17T11:44:39.252Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-17T11:44:39.252Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-05-17T11:44:39.252Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-17T11:44:39.252Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-05-17T11:44:39.252Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-17T11:44:39.515Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-05-17T11:44:39.515Z] === RUN TestCopyEmptyFile [2022-05-17T11:44:39.574Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-17T11:44:39.574Z] --- PASS: TestStopContainerWithTimeout/0 (0.72s) [2022-05-17T11:44:39.574Z] --- PASS: TestStopContainerWithTimeout/3 (2.73s) [2022-05-17T11:44:39.574Z] --- PASS: TestStopContainerWithTimeout/-1 (2.38s) [2022-05-17T11:44:39.574Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-05-17T11:44:39.574Z] === RUN TestDeleteDevicemapper [2022-05-17T11:44:39.574Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-17T11:44:39.574Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-17T11:44:39.574Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-17T11:44:39.773Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-05-17T11:44:39.773Z] --- PASS: TestCopyEmptyFile (0.35s) [2022-05-17T11:44:39.773Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-17T11:44:39.773Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-05-17T11:44:39.773Z] === RUN TestCopyFromContainer [2022-05-17T11:44:40.957Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.41s) [2022-05-17T11:44:40.958Z] === RUN TestUpdateMemory [2022-05-17T11:44:41.527Z] --- PASS: TestUpdateMemory (0.54s) [2022-05-17T11:44:41.527Z] === RUN TestUpdateCPUQuota [2022-05-17T11:44:41.675Z] === RUN TestCopyFromContainer// [2022-05-17T11:44:41.676Z] === RUN TestCopyFromContainer//bar/root [2022-05-17T11:44:41.676Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-17T11:44:41.923Z] --- PASS: TestServiceCreateInit (7.56s) [2022-05-17T11:44:41.923Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.89s) [2022-05-17T11:44:41.923Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.65s) [2022-05-17T11:44:41.923Z] === RUN TestCreateServiceMultipleTimes [2022-05-17T11:44:41.934Z] === RUN TestCopyFromContainer/bar/quux [2022-05-17T11:44:41.934Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-17T11:44:41.934Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-17T11:44:42.098Z] --- PASS: TestUpdateCPUQuota (0.75s) [2022-05-17T11:44:42.098Z] === RUN TestUpdatePidsLimit [2022-05-17T11:44:42.098Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-17T11:44:42.193Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-17T11:44:42.193Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-17T11:44:42.357Z] === RUN TestUpdatePidsLimit/no_change [2022-05-17T11:44:42.452Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-17T11:44:42.452Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-17T11:44:42.617Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer (2.80s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer// (0.15s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer//bar/root/ (0.17s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2022-05-17T11:44:42.711Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2022-05-17T11:44:42.711Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-17T11:44:42.711Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:44:42.711Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:44:42.711Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:44:42.711Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:44:42.711Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:44:42.711Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:44:42.711Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:44:42.711Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:44:42.711Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:44:42.711Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-05-17T11:44:42.711Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-17T11:44:42.711Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-17T11:44:42.711Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-17T11:44:42.711Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-17T11:44:42.711Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-05-17T11:44:42.711Z] === RUN TestCreateWithInvalidEnv [2022-05-17T11:44:42.711Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-17T11:44:42.711Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-17T11:44:42.711Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-17T11:44:42.711Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-17T11:44:42.711Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-17T11:44:42.711Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-17T11:44:42.711Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-17T11:44:42.711Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-17T11:44:42.711Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-17T11:44:42.711Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-17T11:44:42.711Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-17T11:44:42.711Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-17T11:44:42.711Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-17T11:44:42.711Z] === RUN TestCreateTmpfsMountsTarget [2022-05-17T11:44:42.711Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-17T11:44:42.711Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-17T11:44:42.877Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-17T11:44:42.877Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-17T11:44:43.138Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-17T11:44:43.279Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-05-17T11:44:43.398Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-17T11:44:43.968Z] --- PASS: TestUpdatePidsLimit (1.74s) [2022-05-17T11:44:43.968Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-05-17T11:44:43.968Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-05-17T11:44:43.968Z] --- PASS: TestUpdatePidsLimit/update_lower (0.19s) [2022-05-17T11:44:43.968Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-05-17T11:44:43.968Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-05-17T11:44:43.968Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s) [2022-05-17T11:44:43.968Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s) [2022-05-17T11:44:43.968Z] === RUN TestUpdateRestartPolicy [2022-05-17T11:44:44.654Z] --- PASS: TestCreateWithCustomMaskedPaths (2.02s) [2022-05-17T11:44:44.654Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-17T11:44:46.055Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-05-17T11:44:47.008Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.33s) [2022-05-17T11:44:47.008Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-17T11:44:47.008Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:44:47.008Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:44:47.008Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:44:47.008Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:44:47.008Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:44:47.008Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:44:47.008Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:44:47.008Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:44:47.008Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:44:47.008Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:44:47.008Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:44:47.008Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:44:47.008Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:44:47.008Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:44:47.008Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:44:47.269Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-05-17T11:44:47.269Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-17T11:44:47.269Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-05-17T11:44:47.269Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-05-17T11:44:47.269Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-05-17T11:44:47.269Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2022-05-17T11:44:47.269Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-17T11:44:47.269Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-17T11:44:47.269Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-05-17T11:44:47.835Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-17T11:44:48.092Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s) [2022-05-17T11:44:48.092Z] === RUN TestCreateDifferentPlatform [2022-05-17T11:44:48.092Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-17T11:44:48.092Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-17T11:44:48.092Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-05-17T11:44:48.092Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-17T11:44:48.092Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-05-17T11:44:48.092Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-17T11:44:48.092Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-05-17T11:44:48.092Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-17T11:44:48.092Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-05-17T11:44:48.092Z] === RUN TestContainerStartOnDaemonRestart [2022-05-17T11:44:48.092Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-17T11:44:48.092Z] === RUN TestDaemonRestartIpcMode [2022-05-17T11:44:48.092Z] === PAUSE TestDaemonRestartIpcMode [2022-05-17T11:44:48.092Z] === RUN TestDaemonHostGatewayIP [2022-05-17T11:44:48.092Z] === PAUSE TestDaemonHostGatewayIP [2022-05-17T11:44:48.092Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-17T11:44:48.092Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-17T11:44:48.092Z] === RUN TestContainerKillOnDaemonStart [2022-05-17T11:44:48.092Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-17T11:44:48.092Z] === RUN TestDiff [2022-05-17T11:44:49.026Z] --- PASS: TestDiff (0.74s) [2022-05-17T11:44:49.026Z] === RUN TestExecWithCloseStdin [2022-05-17T11:44:49.593Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-17T11:44:49.593Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-05-17T11:44:49.852Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-17T11:44:49.852Z] --- PASS: TestExecWithCloseStdin (0.90s) [2022-05-17T11:44:49.852Z] === RUN TestExec [2022-05-17T11:44:50.788Z] --- PASS: TestExec (0.88s) [2022-05-17T11:44:50.788Z] === RUN TestExecUser [2022-05-17T11:44:50.788Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-05-17T11:44:51.047Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-05-17T11:44:51.249Z] 2022/05/17 11:44:49 Closing DB instances... [2022-05-17T11:44:51.249Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2022-05-17T11:44:51.249Z] === RUN TestFindNode [2022-05-17T11:44:51.249Z] 2022/05/17 11:44:51 Closing DB instances... [2022-05-17T11:44:51.249Z] --- PASS: TestFindNode (0.02s) [2022-05-17T11:44:51.249Z] === RUN TestChangeNodeState [2022-05-17T11:44:51.249Z] 2022/05/17 11:44:51 Closing DB instances... [2022-05-17T11:44:51.249Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-17T11:44:51.249Z] === RUN TestNodeReincarnation [2022-05-17T11:44:51.614Z] --- PASS: TestExecUser (0.85s) [2022-05-17T11:44:51.614Z] === RUN TestExportContainerAndImportImage [2022-05-17T11:44:51.614Z] check_test.go:307: [df1eff752084d] daemon is not started [2022-05-17T11:44:51.614Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-05-17T11:44:51.704Z] 2022/05/17 11:44:51 Closing DB instances... [2022-05-17T11:44:52.551Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2022-05-17T11:44:52.551Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-17T11:44:52.808Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-17T11:44:54.185Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-05-17T11:44:54.185Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2022-05-17T11:44:54.185Z] === RUN TestHealthCheckWorkdir [2022-05-17T11:44:55.120Z] --- PASS: TestHealthCheckWorkdir (0.80s) [2022-05-17T11:44:55.120Z] === RUN TestHealthKillContainer [2022-05-17T11:44:55.379Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-05-17T11:44:55.379Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-17T11:44:55.946Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-17T11:44:56.190Z] --- PASS: TestUpdateRestartPolicy (10.82s) [2022-05-17T11:44:56.190Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-17T11:44:56.190Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-05-17T11:44:56.190Z] === RUN TestWaitNonBlocked [2022-05-17T11:44:56.190Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:44:56.190Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:44:56.190Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:44:56.190Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:44:56.190Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:44:56.190Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:44:56.190Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-17T11:44:56.190Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s) [2022-05-17T11:44:56.190Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2022-05-17T11:44:56.190Z] === RUN TestWaitBlocked [2022-05-17T11:44:56.190Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:44:56.190Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:44:56.190Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:44:56.190Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:44:56.190Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:44:56.190Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-17T11:44:56.371Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-17T11:44:56.371Z] === RUN TestParallelCreate [2022-05-17T11:44:56.371Z] 2022/05/17 11:44:56 Closing DB instances... [2022-05-17T11:44:56.371Z] --- PASS: TestParallelCreate (0.02s) [2022-05-17T11:44:56.371Z] === RUN TestParallelDelete [2022-05-17T11:44:56.371Z] 2022/05/17 11:44:56 Closing DB instances... [2022-05-17T11:44:56.371Z] --- PASS: TestParallelDelete (0.02s) [2022-05-17T11:44:56.371Z] === RUN TestNetworkDBIslands [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:5199766234c0 with config:&{NodeID:5199766234c0 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-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="Node 5199766234c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="Node 5199766234c0/172.18.39.109, added to nodes list" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:72b123fe32eb with config:&{NodeID:72b123fe32eb 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-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="Node 72b123fe32eb/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="Node 72b123fe32eb/172.18.39.109, added to nodes list" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=debug msg="memberlist: Stream connection from=[::1]:49357" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="Node 72b123fe32eb/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="Node 72b123fe32eb/172.18.39.109, added to nodes list" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="Node 5199766234c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=info msg="Node 5199766234c0/172.18.39.109, added to nodes list" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-17T11:44:56.371Z] time="2022-05-17T11:44:56Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49358" [2022-05-17T11:44:56.760Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-17T11:44:56.760Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2022-05-17T11:44:56.760Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2022-05-17T11:44:56.760Z] === CONT TestContainerStartOnDaemonRestart [2022-05-17T11:44:56.760Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-17T11:44:57.319Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:cc654034dd7c with config:&{NodeID:cc654034dd7c 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-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49359" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="Node 5199766234c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="Node 5199766234c0/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="Node 72b123fe32eb/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="Node 72b123fe32eb/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49360" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-17T11:44:57.330Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.331Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:466bc38dd16b with config:&{NodeID:466bc38dd16b 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-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 72b123fe32eb/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 72b123fe32eb/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 5199766234c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 5199766234c0/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, added to nodes list" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:57.785Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, added to nodes list" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:55e6f2a9cf56 with config:&{NodeID:55e6f2a9cf56 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-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, added to nodes list" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, added to nodes list" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=info msg="Node 72b123fe32eb/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=info msg="Node 72b123fe32eb/172.18.39.109, added to nodes list" [2022-05-17T11:44:58.239Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:57Z" level=info msg="Node cc654034dd7c/172.18.39.109, added to nodes list" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:57Z" level=info msg="Node 5199766234c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:57Z" level=info msg="Node 5199766234c0/172.18.39.109, added to nodes list" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:57Z" level=info msg="Node 466bc38dd16b/172.18.39.109, added to nodes list" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:58Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:58Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, added to nodes list" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:58Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:58.240Z] time="2022-05-17T11:44:58Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, added to nodes list" [2022-05-17T11:44:58.672Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.10s) [2022-05-17T11:44:58.672Z] === CONT TestIpcModeOlderClient [2022-05-17T11:44:58.672Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-05-17T11:44:58.672Z] === CONT TestContainerKillOnDaemonStart [2022-05-17T11:44:58.672Z] --- PASS: TestContainerStartOnDaemonRestart (2.17s) [2022-05-17T11:44:58.672Z] === CONT TestDaemonHostGatewayIP [2022-05-17T11:44:58.694Z] time="2022-05-17T11:44:58Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, joined gossip cluster" [2022-05-17T11:44:58.694Z] time="2022-05-17T11:44:58Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, added to nodes list" [2022-05-17T11:44:59.962Z] --- PASS: TestCreateServiceMultipleTimes (16.04s) [2022-05-17T11:44:59.962Z] === RUN TestCreateServiceConflict [2022-05-17T11:44:59.962Z] --- PASS: TestCreateServiceConflict (2.18s) [2022-05-17T11:44:59.962Z] === RUN TestCreateServiceMaxReplicas [2022-05-17T11:45:00.495Z] networkdb_test.go:835: Re-joining: 3 [2022-05-17T11:45:00.495Z] time="2022-05-17T11:45:00Z" level=info msg="The new bootstrap node list is:[172.18.39.109:10033 172.18.39.109:10034 172.18.39.109:10035]" [2022-05-17T11:45:00.495Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10033" [2022-05-17T11:45:00.495Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49365" [2022-05-17T11:45:00.495Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10034" [2022-05-17T11:45:00.495Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49366" [2022-05-17T11:45:00.495Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10035" [2022-05-17T11:45:00.495Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49367" [2022-05-17T11:45:00.951Z] networkdb_test.go:835: Re-joining: 4 [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="The new bootstrap node list is:[172.18.39.109:10033 172.18.39.109:10034 172.18.39.109:10035]" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10033" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49368" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49369" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10034" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10035" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49370" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="node 0 leaving" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="Node 5199766234c0 change state NodeActive --> NodeLeft" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="node5(55e6f2a9cf56): Node leave event for 5199766234c0/172.18.39.109" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="Node 5199766234c0 change state NodeActive --> NodeLeft" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="node2(72b123fe32eb): Node leave event for 5199766234c0/172.18.39.109" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="Node 5199766234c0 change state NodeActive --> NodeLeft" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="node4(466bc38dd16b): Node leave event for 5199766234c0/172.18.39.109" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="Node 5199766234c0 change state NodeActive --> NodeLeft" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="node3(cc654034dd7c): Node leave event for 5199766234c0/172.18.39.109" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="Node 5199766234c0 change state NodeActive --> NodeLeft" [2022-05-17T11:45:00.951Z] time="2022-05-17T11:45:00Z" level=info msg="node1(5199766234c0): Node leave event for 5199766234c0/172.18.39.109" [2022-05-17T11:45:01.214Z] --- PASS: TestDaemonHostGatewayIP (2.36s) [2022-05-17T11:45:01.214Z] === CONT TestDaemonRestartIpcMode [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 5199766234c0/172.18.39.109, left gossip cluster" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 5199766234c0/172.18.39.109, left gossip cluster" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 5199766234c0/172.18.39.109, left gossip cluster" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 5199766234c0/172.18.39.109, left gossip cluster" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 5199766234c0/172.18.39.109, left gossip cluster" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="node 1 leaving" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 72b123fe32eb change state NodeActive --> NodeLeft" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="node5(55e6f2a9cf56): Node leave event for 72b123fe32eb/172.18.39.109" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 72b123fe32eb change state NodeActive --> NodeLeft" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 72b123fe32eb/172.18.39.109, left gossip cluster" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 72b123fe32eb change state NodeActive --> NodeFailed" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 72b123fe32eb/172.18.39.109, added to failed nodes list" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="node3(cc654034dd7c): Node leave event for 72b123fe32eb/172.18.39.109" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="Node 72b123fe32eb change state NodeActive --> NodeLeft" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=info msg="node4(466bc38dd16b): Node leave event for 72b123fe32eb/172.18.39.109" [2022-05-17T11:45:01.406Z] time="2022-05-17T11:45:01Z" level=error msg="node: 72b123fe32eb is unknown to memberlist" [2022-05-17T11:45:01.508Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-17T11:45:01.508Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="Node 72b123fe32eb/172.18.39.109, left gossip cluster" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="Node 72b123fe32eb/172.18.39.109, left gossip cluster" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="Node 72b123fe32eb/172.18.39.109, left gossip cluster" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="node 2 leaving" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=warning msg="memberlist: Failed to send gossip to 172.18.39.109:10036: write udp [::]:10034->172.18.39.109:10036: use of closed network connection" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="Node cc654034dd7c change state NodeActive --> NodeLeft" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="node5(55e6f2a9cf56): Node leave event for cc654034dd7c/172.18.39.109" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="Node cc654034dd7c change state NodeActive --> NodeLeft" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="node4(466bc38dd16b): Node leave event for cc654034dd7c/172.18.39.109" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="Node cc654034dd7c change state NodeActive --> NodeLeft" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=info msg="node3(cc654034dd7c): Node leave event for cc654034dd7c/172.18.39.109" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=debug msg="memberlist: Failed ping: 55e6f2a9cf56 (timeout reached)" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.39.109:10034: use of closed network connection" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.39.109:10036: use of closed network connection" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.18.39.109:10035: use of closed network connection" [2022-05-17T11:45:01.861Z] time="2022-05-17T11:45:01Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49371" [2022-05-17T11:45:02.316Z] time="2022-05-17T11:45:01Z" level=info msg="Node cc654034dd7c/172.18.39.109, left gossip cluster" [2022-05-17T11:45:02.316Z] time="2022-05-17T11:45:02Z" level=info msg="Node cc654034dd7c/172.18.39.109, left gossip cluster" [2022-05-17T11:45:02.316Z] time="2022-05-17T11:45:02Z" level=info msg="Node cc654034dd7c/172.18.39.109, left gossip cluster" [2022-05-17T11:45:02.316Z] time="2022-05-17T11:45:02Z" level=warning msg="memberlist: Was able to connect to 55e6f2a9cf56 but other probes failed, network may be misconfigured" [2022-05-17T11:45:02.475Z] --- PASS: TestCreateServiceMaxReplicas (2.80s) [2022-05-17T11:45:02.475Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-17T11:45:02.773Z] networkdb_test.go:867: node4: OK [2022-05-17T11:45:02.773Z] networkdb_test.go:867: node5: OK [2022-05-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="node 0 coming back" [2022-05-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:aa5c33456c9b with config:&{NodeID:aa5c33456c9b 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-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="Node aa5c33456c9b/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="Node aa5c33456c9b/172.18.39.109, added to nodes list" [2022-05-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="node 1 coming back" [2022-05-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a5d3b34a00c0 with config:&{NodeID:a5d3b34a00c0 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-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, added to nodes list" [2022-05-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="node 2 coming back" [2022-05-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e915ce29a7c9 with config:&{NodeID:e915ce29a7c9 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-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="Node e915ce29a7c9/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:02.773Z] time="2022-05-17T11:45:02Z" level=info msg="Node e915ce29a7c9/172.18.39.109, added to nodes list" [2022-05-17T11:45:03.409Z] --- PASS: TestHealthKillContainer (8.21s) [2022-05-17T11:45:03.409Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-17T11:45:03.409Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-17T11:45:03.409Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-17T11:45:03.667Z] --- PASS: TestInspectCpusetInConfigPre120 (0.60s) [2022-05-17T11:45:03.667Z] === RUN TestIpcModeNone [2022-05-17T11:45:03.733Z] time="2022-05-17T11:45:03Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.39.109:10033 172.18.39.109:10034 172.18.39.109:10035]" [2022-05-17T11:45:03.758Z] --- PASS: TestDaemonRestartIpcMode (2.22s) [2022-05-17T11:45:04.188Z] time="2022-05-17T11:45:03Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.39.109:10033 172.18.39.109:10034 172.18.39.109:10035]" [2022-05-17T11:45:04.600Z] --- PASS: TestIpcModeNone (0.67s) [2022-05-17T11:45:04.600Z] === RUN TestIpcModePrivate [2022-05-17T11:45:04.600Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-05-17T11:45:04.642Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10033" [2022-05-17T11:45:04.642Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49372" [2022-05-17T11:45:04.642Z] time="2022-05-17T11:45:04Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.642Z] time="2022-05-17T11:45:04Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.642Z] time="2022-05-17T11:45:04Z" level=info msg="Node 466bc38dd16b/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.642Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.642Z] time="2022-05-17T11:45:04Z" level=info msg="Node 466bc38dd16b/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.642Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, is the new incarnation of the shutdown node 5199766234c0/172.18.39.109" [2022-05-17T11:45:04.642Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10034" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49373" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node 466bc38dd16b/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node 466bc38dd16b/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, is the new incarnation of the shutdown node 72b123fe32eb/172.18.39.109" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10035" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49374" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, is the new incarnation of the shutdown node 5199766234c0/172.18.39.109" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node aa5c33456c9b/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node 466bc38dd16b/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node 466bc38dd16b/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, is the new incarnation of the shutdown node cc654034dd7c/172.18.39.109" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, is the new incarnation of the shutdown node 72b123fe32eb/172.18.39.109" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:04.643Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, added to nodes list" [2022-05-17T11:45:04.858Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2022-05-17T11:45:05.099Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, joined gossip cluster" [2022-05-17T11:45:05.099Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, is the new incarnation of the shutdown node cc654034dd7c/172.18.39.109" [2022-05-17T11:45:05.099Z] time="2022-05-17T11:45:04Z" level=info msg="Node e915ce29a7c9/172.18.39.109, added to nodes list" [2022-05-17T11:45:05.099Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10033" [2022-05-17T11:45:05.099Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49375" [2022-05-17T11:45:05.099Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10034" [2022-05-17T11:45:05.099Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49376" [2022-05-17T11:45:05.099Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.39.109:10035" [2022-05-17T11:45:05.099Z] time="2022-05-17T11:45:04Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49377" [2022-05-17T11:45:05.117Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-17T11:45:05.117Z] check_test.go:307: [d222b8ba26bff] daemon is not started [2022-05-17T11:45:05.117Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-05-17T11:45:05.117Z] --- PASS: TestIpcModePrivate (0.75s) [2022-05-17T11:45:05.117Z] === RUN TestIpcModeShareable [2022-05-17T11:45:05.553Z] 2022/05/17 11:45:05 Closing DB instances... [2022-05-17T11:45:05.683Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-05-17T11:45:05.683Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2022-05-17T11:45:05.942Z] --- PASS: TestIpcModeShareable (0.81s) [2022-05-17T11:45:05.942Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="node5(55e6f2a9cf56): Node leave event for aa5c33456c9b/172.18.39.109" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="node2(a5d3b34a00c0): Node leave event for aa5c33456c9b/172.18.39.109" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="node3(e915ce29a7c9): Node leave event for aa5c33456c9b/172.18.39.109" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="node4(466bc38dd16b): Node leave event for aa5c33456c9b/172.18.39.109" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="node1(aa5c33456c9b): Node leave event for aa5c33456c9b/172.18.39.109" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node aa5c33456c9b/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node a5d3b34a00c0 change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="node4(466bc38dd16b): Node leave event for a5d3b34a00c0/172.18.39.109" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node a5d3b34a00c0 change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="Node a5d3b34a00c0 change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="node3(e915ce29a7c9): Node leave event for a5d3b34a00c0/172.18.39.109" [2022-05-17T11:45:06.008Z] time="2022-05-17T11:45:05Z" level=info msg="node5(55e6f2a9cf56): Node leave event for a5d3b34a00c0/172.18.39.109" [2022-05-17T11:45:06.200Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:05Z" level=info msg="Node a5d3b34a00c0 change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:05Z" level=info msg="node2(a5d3b34a00c0): Node leave event for a5d3b34a00c0/172.18.39.109" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="Node a5d3b34a00c0/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="Node e915ce29a7c9 change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="node5(55e6f2a9cf56): Node leave event for e915ce29a7c9/172.18.39.109" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="Node e915ce29a7c9 change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="node4(466bc38dd16b): Node leave event for e915ce29a7c9/172.18.39.109" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="Node e915ce29a7c9 change state NodeActive --> NodeLeft" [2022-05-17T11:45:06.463Z] time="2022-05-17T11:45:06Z" level=info msg="node3(e915ce29a7c9): Node leave event for e915ce29a7c9/172.18.39.109" [2022-05-17T11:45:06.765Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-05-17T11:45:06.917Z] time="2022-05-17T11:45:06Z" level=info msg="Node e915ce29a7c9/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.917Z] time="2022-05-17T11:45:06Z" level=info msg="Node e915ce29a7c9/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.917Z] time="2022-05-17T11:45:06Z" level=info msg="Node e915ce29a7c9/172.18.39.109, left gossip cluster" [2022-05-17T11:45:06.917Z] time="2022-05-17T11:45:06Z" level=debug msg="memberlist: Failed ping: 55e6f2a9cf56 (timeout reached)" [2022-05-17T11:45:06.917Z] time="2022-05-17T11:45:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.39.109:10036: use of closed network connection" [2022-05-17T11:45:06.917Z] time="2022-05-17T11:45:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.39.109:10035: use of closed network connection" [2022-05-17T11:45:06.917Z] time="2022-05-17T11:45:06Z" level=debug msg="memberlist: Stream connection from=172.18.39.109:49378" [2022-05-17T11:45:07.372Z] time="2022-05-17T11:45:06Z" level=info msg="Node 466bc38dd16b change state NodeActive --> NodeLeft" [2022-05-17T11:45:07.372Z] time="2022-05-17T11:45:06Z" level=info msg="node5(55e6f2a9cf56): Node leave event for 466bc38dd16b/172.18.39.109" [2022-05-17T11:45:07.372Z] time="2022-05-17T11:45:06Z" level=info msg="Node 466bc38dd16b change state NodeActive --> NodeLeft" [2022-05-17T11:45:07.372Z] time="2022-05-17T11:45:06Z" level=info msg="node4(466bc38dd16b): Node leave event for 466bc38dd16b/172.18.39.109" [2022-05-17T11:45:07.827Z] time="2022-05-17T11:45:07Z" level=warning msg="memberlist: Was able to connect to 55e6f2a9cf56 but other probes failed, network may be misconfigured" [2022-05-17T11:45:07.827Z] time="2022-05-17T11:45:07Z" level=info msg="Node 466bc38dd16b/172.18.39.109, left gossip cluster" [2022-05-17T11:45:07.827Z] time="2022-05-17T11:45:07Z" level=info msg="Node 466bc38dd16b/172.18.39.109, left gossip cluster" [2022-05-17T11:45:08.667Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.35s) [2022-05-17T11:45:08.667Z] === RUN TestAPIIpcModeHost [2022-05-17T11:45:08.667Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-17T11:45:08.786Z] time="2022-05-17T11:45:08Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, left gossip cluster" [2022-05-17T11:45:08.787Z] time="2022-05-17T11:45:08Z" level=info msg="Node 55e6f2a9cf56 change state NodeActive --> NodeFailed" [2022-05-17T11:45:08.787Z] time="2022-05-17T11:45:08Z" level=info msg="Node 55e6f2a9cf56/172.18.39.109, added to failed nodes list" [2022-05-17T11:45:08.787Z] --- PASS: TestNetworkDBIslands (12.08s) [2022-05-17T11:45:08.787Z] PASS [2022-05-17T11:45:08.787Z] coverage: 59.9% of statements [2022-05-17T11:45:08.787Z] ok github.com/docker/docker/libnetwork/networkdb 104.136s coverage: 59.9% of statements [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/quota [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/rootless [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/volume [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-17T11:45:08.787Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-17T11:45:08.925Z] --- PASS: TestAPIIpcModeHost (0.73s) [2022-05-17T11:45:08.925Z] === RUN TestDaemonIpcModeShareable [2022-05-17T11:45:09.864Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-05-17T11:45:10.122Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-17T11:45:10.334Z] --- PASS: TestContainerKillOnDaemonStart (11.65s) [2022-05-17T11:45:10.334Z] PASS [2022-05-17T11:45:10.334Z] [2022-05-17T11:45:10.334Z] === Skipped [2022-05-17T11:45:10.334Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-05-17T11:45:10.334Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:45:10.334Z] [2022-05-17T11:45:10.334Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-17T11:45:10.334Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-17T11:45:10.334Z] [2022-05-17T11:45:10.334Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-17T11:45:10.334Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-17T11:45:10.334Z] [2022-05-17T11:45:10.334Z] DONE 237 tests, 3 skipped in 115.078s [2022-05-17T11:45:10.334Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-17T11:45:10.334Z] ++ 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-17T11:45:10.334Z] ++ set -e [2022-05-17T11:45:10.334Z] ++ '[' -n 0 ']' [2022-05-17T11:45:10.334Z] ++ set -x [2022-05-17T11:45:10.335Z] ++ 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-17T11:45:10.380Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2022-05-17T11:45:10.595Z] === RUN TestConfigDaemonLibtrustID [2022-05-17T11:45:10.638Z] --- PASS: TestDaemonIpcModeShareable (1.67s) [2022-05-17T11:45:10.638Z] === RUN TestDaemonIpcModePrivate [2022-05-17T11:45:10.896Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-17T11:45:11.164Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-05-17T11:45:11.164Z] === RUN TestConfigDaemonID [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === Skipped [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-17T11:45:11.700Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-17T11:45:11.700Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-17T11:45:11.700Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-17T11:45:11.700Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-05-17T11:45:11.700Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-17T11:45:11.700Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-17T11:45:11.700Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-17T11:45:11.700Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-17T11:45:11.700Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-05-17T11:45:11.700Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-17T11:45:11.700Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-17T11:45:11.700Z] daemon_test.go:145: root required [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-17T11:45:11.700Z] reload_test.go:342: root required [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-17T11:45:11.700Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-17T11:45:11.700Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-17T11:45:11.700Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-17T11:45:11.700Z] download_test.go:267: Needs fixing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-17T11:45:11.700Z] layer_test.go:291: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-17T11:45:11.700Z] layer_test.go:340: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-17T11:45:11.700Z] layer_test.go:455: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-17T11:45:11.700Z] layer_test.go:684: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-17T11:45:11.700Z] migration_test.go:45: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-17T11:45:11.700Z] migration_test.go:181: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-17T11:45:11.700Z] mount_test.go:17: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-17T11:45:11.700Z] mount_test.go:76: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-17T11:45:11.700Z] mount_test.go:125: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-17T11:45:11.700Z] mount_test.go:212: Failing on Windows [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-17T11:45:11.700Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-17T11:45:11.700Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-17T11:45:11.700Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-17T11:45:11.700Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-17T11:45:11.700Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-17T11:45:11.700Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-17T11:45:11.700Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-17T11:45:11.700Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-17T11:45:11.700Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-17T11:45:11.700Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-17T11:45:11.700Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-17T11:45:11.700Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-17T11:45:11.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-17T11:45:11.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-17T11:45:11.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-17T11:45:11.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-17T11:45:11.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-17T11:45:11.700Z] archive_test.go:133: Xz not present in msys2 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-17T11:45:11.700Z] archive_test.go:140: zstd not installed [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-17T11:45:11.700Z] archive_test.go:252: Failing on Windows CI machines [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-17T11:45:11.700Z] archive_windows_test.go:16: Currently fails [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-17T11:45:11.700Z] changes_test.go:196: needs more investigation [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-17T11:45:11.700Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-17T11:45:11.700Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-17T11:45:11.700Z] changes_test.go:433: needs further investigation [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-17T11:45:11.700Z] changes_test.go:469: needs further investigation [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.01s) [2022-05-17T11:45:11.700Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-17T11:45:11.700Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.700Z] [2022-05-17T11:45:11.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-17T11:45:11.701Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-17T11:45:11.701Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-17T11:45:11.701Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-17T11:45:11.701Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:45:11.701Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:45:11.701Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-17T11:45:11.701Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-17T11:45:11.701Z] poller_test.go:40: No chmod on Windows [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-17T11:45:11.701Z] fileutils_test.go:133: Needs porting to Windows [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-17T11:45:11.701Z] fileutils_test.go:179: Needs porting to Windows [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-05-17T11:45:11.701Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-05-17T11:45:11.701Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-17T11:45:11.701Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-17T11:45:11.701Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-17T11:45:11.701Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-17T11:45:11.701Z] [2022-05-17T11:45:11.701Z] DONE 2329 tests, 70 skipped in 303.687s [2022-05-17T11:45:12.105Z] daemon_test.go:84: [d6a4da553e125] daemon is not started [2022-05-17T11:45:12.105Z] --- PASS: TestConfigDaemonID (1.04s) [2022-05-17T11:45:12.105Z] === RUN TestDaemonConfigValidation [2022-05-17T11:45:12.105Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:45:12.105Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:45:12.105Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-17T11:45:12.105Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-17T11:45:12.105Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-17T11:45:12.105Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-17T11:45:12.105Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-17T11:45:12.105Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-17T11:45:12.105Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-17T11:45:12.105Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-17T11:45:12.105Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:45:12.105Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-17T11:45:12.105Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-17T11:45:12.105Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-17T11:45:12.156Z] INFO: make.ps1 ended at 05/17/2022 11:45:11 [2022-05-17T11:45:12.276Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:129, shared: false, mustBeShared: false [2022-05-17T11:45:12.276Z] --- PASS: TestDaemonIpcModePrivate (1.59s) [2022-05-17T11:45:12.276Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-17T11:45:12.365Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-17T11:45:12.365Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-17T11:45:12.365Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-05-17T11:45:12.366Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-05-17T11:45:12.366Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-05-17T11:45:12.366Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-05-17T11:45:12.366Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-17T11:45:12.366Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-17T11:45:12.366Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-17T11:45:13.306Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-17T11:45:13.656Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: false, mustBeShared: false [2022-05-17T11:45:13.729Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-17T11:45:13.729Z] INFO: Unit tests ended at 05/17/2022 11:45:13. Duration:00:05:19.6696419 [2022-05-17T11:45:13.729Z] INFO: Building busybox [2022-05-17T11:45:13.729Z] Sending build context to Docker daemon 5.12kB [2022-05-17T11:45:13.729Z] [2022-05-17T11:45:13.729Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-17T11:45:13.729Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-17T11:45:13.729Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-17T11:45:13.729Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-17T11:45:13.729Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-17T11:45:13.729Z] ---> 7c569352fed3 [2022-05-17T11:45:13.729Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-17T11:45:13.914Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-17T11:45:13.914Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.67s) [2022-05-17T11:45:13.914Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-17T11:45:14.186Z] ---> Running in 8720482c9bca [2022-05-17T11:45:14.688Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-17T11:45:14.849Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-05-17T11:45:15.108Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true [2022-05-17T11:45:15.366Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.35s) [2022-05-17T11:45:15.366Z] === RUN TestIpcModeOlderClient [2022-05-17T11:45:15.366Z] === PAUSE TestIpcModeOlderClient [2022-05-17T11:45:15.366Z] === RUN TestKillContainerInvalidSignal [2022-05-17T11:45:15.637Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-17T11:45:15.637Z] daemon_test.go:198: [dd5ee33221ebe] daemon is not started [2022-05-17T11:45:15.637Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-05-17T11:45:15.637Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-17T11:45:15.637Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-17T11:45:15.637Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-17T11:45:15.637Z] === RUN TestDaemonProxy [2022-05-17T11:45:15.637Z] === RUN TestDaemonProxy/environment_variables [2022-05-17T11:45:15.932Z] --- PASS: TestKillContainerInvalidSignal (0.57s) [2022-05-17T11:45:15.932Z] === RUN TestKillContainer [2022-05-17T11:45:15.932Z] === RUN TestKillContainer/no_signal [2022-05-17T11:45:16.498Z] === RUN TestKillContainer/non_killing_signal [2022-05-17T11:45:16.757Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-17T11:45:17.015Z] === RUN TestKillContainer/killing_signal [2022-05-17T11:45:17.015Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-05-17T11:45:17.015Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-17T11:45:17.015Z] check_test.go:307: [d593cb2f25fb5] daemon is not started [2022-05-17T11:45:17.273Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-05-17T11:45:17.307Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.22s) [2022-05-17T11:45:17.307Z] === RUN TestCreateServiceSecretFileMode [2022-05-17T11:45:17.582Z] === RUN TestDaemonProxy/command-line_options [2022-05-17T11:45:17.839Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-17T11:45:18.098Z] --- PASS: TestKillContainer (2.14s) [2022-05-17T11:45:18.098Z] --- PASS: TestKillContainer/no_signal (0.53s) [2022-05-17T11:45:18.098Z] --- PASS: TestKillContainer/non_killing_signal (0.65s) [2022-05-17T11:45:18.098Z] --- PASS: TestKillContainer/killing_signal (0.69s) [2022-05-17T11:45:18.098Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-17T11:45:18.098Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-17T11:45:18.233Z] --- PASS: TestCreateServiceSecretFileMode (2.54s) [2022-05-17T11:45:18.233Z] === RUN TestCreateServiceConfigFileMode [2022-05-17T11:45:18.964Z] === RUN TestDaemonProxy/configuration_file [2022-05-17T11:45:19.032Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-17T11:45:19.292Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-17T11:45:19.292Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-05-17T11:45:19.550Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.59s) [2022-05-17T11:45:19.550Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.78s) [2022-05-17T11:45:19.550Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s) [2022-05-17T11:45:19.550Z] === RUN TestKillStoppedContainer [2022-05-17T11:45:19.808Z] --- PASS: TestKillStoppedContainer (0.09s) [2022-05-17T11:45:19.808Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-17T11:45:19.808Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2022-05-17T11:45:19.808Z] === RUN TestKillDifferentUserContainer [2022-05-17T11:45:19.971Z] Removing intermediate container 8720482c9bca [2022-05-17T11:45:19.971Z] ---> 26369c1e45df [2022-05-17T11:45:19.971Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-17T11:45:19.971Z] ---> Running in 7f14f0a25795 [2022-05-17T11:45:19.971Z] Removing intermediate container 7f14f0a25795 [2022-05-17T11:45:19.971Z] ---> 1a33ba20afac [2022-05-17T11:45:19.971Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-17T11:45:19.971Z] ---> Running in ca8c64486f3a [2022-05-17T11:45:20.165Z] --- PASS: TestCreateServiceConfigFileMode (2.25s) [2022-05-17T11:45:20.165Z] === RUN TestCreateServiceSysctls [2022-05-17T11:45:20.428Z] Removing intermediate container ca8c64486f3a [2022-05-17T11:45:20.428Z] ---> e2b645809576 [2022-05-17T11:45:20.428Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-17T11:45:20.743Z] --- PASS: TestKillDifferentUserContainer (0.77s) [2022-05-17T11:45:20.743Z] === RUN TestInspectOomKilledTrue [2022-05-17T11:45:20.743Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:45:20.743Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2022-05-17T11:45:20.743Z] === RUN TestInspectOomKilledFalse [2022-05-17T11:45:20.743Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:45:20.743Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-17T11:45:20.743Z] === RUN TestLinksEtcHostsContentMatch [2022-05-17T11:45:20.874Z] === RUN TestDaemonProxy/conflicting_options [2022-05-17T11:45:21.134Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-17T11:45:21.309Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2022-05-17T11:45:21.309Z] === RUN TestLinksContainerNames [2022-05-17T11:45:21.568Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-05-17T11:45:21.704Z] --- PASS: TestDaemonProxy (6.21s) [2022-05-17T11:45:21.704Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-05-17T11:45:21.704Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-05-17T11:45:21.704Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-05-17T11:45:21.704Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-17T11:45:21.704Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-17T11:45:21.704Z] PASS [2022-05-17T11:45:21.704Z] [2022-05-17T11:45:21.704Z] DONE 18 tests in 11.250s [2022-05-17T11:45:21.704Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-05-17T11:45:21.704Z] ++ 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-17T11:45:21.704Z] ++ set -e [2022-05-17T11:45:21.704Z] ++ '[' -n 0 ']' [2022-05-17T11:45:21.704Z] ++ set -x [2022-05-17T11:45:21.704Z] ++ 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-17T11:45:21.954Z] [2022-05-17T11:45:21.964Z] INFO: Testing against a local daemon [2022-05-17T11:45:21.964Z] === RUN TestCommitInheritsEnv [2022-05-17T11:45:22.136Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-17T11:45:22.224Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-05-17T11:45:22.224Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-17T11:45:22.224Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-17T11:45:22.224Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-17T11:45:22.224Z] === RUN TestImportWithCustomPlatform [2022-05-17T11:45:22.224Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-17T11:45:22.224Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-17T11:45:22.224Z] === RUN TestImportWithCustomPlatform// [2022-05-17T11:45:22.224Z] === RUN TestImportWithCustomPlatform/linux [2022-05-17T11:45:22.224Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-17T11:45:22.408Z] ---> 83764591a129 [2022-05-17T11:45:22.408Z] 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-17T11:45:22.408Z] ---> Running in 5dcc9c92a8db [2022-05-17T11:45:22.484Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-17T11:45:22.484Z] === RUN TestImportWithCustomPlatform/macos [2022-05-17T11:45:22.484Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-17T11:45:22.484Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-17T11:45:22.484Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-17T11:45:22.484Z] === RUN TestImagesFilterMultiReference [2022-05-17T11:45:22.484Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-05-17T11:45:22.484Z] === RUN TestImagePullPlatformInvalid [2022-05-17T11:45:22.484Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-17T11:45:22.484Z] === RUN TestRemoveImageOrphaning [2022-05-17T11:45:22.703Z] --- PASS: TestLinksContainerNames (1.47s) [2022-05-17T11:45:22.703Z] === RUN TestLogsFollowTailEmpty [2022-05-17T11:45:22.745Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-05-17T11:45:22.745Z] === RUN TestRemoveImageGarbageCollector [2022-05-17T11:45:22.745Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:45:22.745Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-17T11:45:22.745Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-17T11:45:22.745Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-17T11:45:22.745Z] === RUN TestTagInvalidReference [2022-05-17T11:45:22.745Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-17T11:45:22.745Z] === RUN TestTagValidPrefixedRepo [2022-05-17T11:45:22.745Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-17T11:45:22.745Z] === RUN TestTagExistedNameWithoutForce [2022-05-17T11:45:22.745Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-17T11:45:22.745Z] === RUN TestTagOfficialNames [2022-05-17T11:45:23.006Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-17T11:45:23.006Z] === RUN TestTagMatchesDigest [2022-05-17T11:45:23.006Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-17T11:45:23.006Z] PASS [2022-05-17T11:45:23.006Z] [2022-05-17T11:45:23.006Z] === Skipped [2022-05-17T11:45:23.006Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-17T11:45:23.006Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-17T11:45:23.006Z] [2022-05-17T11:45:23.006Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-17T11:45:23.006Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:45:23.006Z] [2022-05-17T11:45:23.006Z] DONE 22 tests, 2 skipped in 1.222s [2022-05-17T11:45:23.006Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-05-17T11:45:23.006Z] ++ 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-17T11:45:23.006Z] ++ set -e [2022-05-17T11:45:23.006Z] ++ '[' -n 0 ']' [2022-05-17T11:45:23.006Z] ++ set -x [2022-05-17T11:45:23.006Z] ++ 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-17T11:45:23.006Z] INFO: Testing against a local daemon [2022-05-17T11:45:23.006Z] === RUN TestNetworkCreateDelete [2022-05-17T11:45:23.266Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-05-17T11:45:23.266Z] === RUN TestDockerNetworkDeletePreferID [2022-05-17T11:45:23.270Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-05-17T11:45:23.270Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2022-05-17T11:45:23.270Z] === RUN TestContainerNetworkMountsNoChown [2022-05-17T11:45:23.452Z] --- PASS: TestCreateServiceSysctls (3.20s) [2022-05-17T11:45:23.452Z] === RUN TestCreateServiceCapabilities [2022-05-17T11:45:23.527Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-05-17T11:45:23.527Z] === RUN TestDaemonDNSFallback [2022-05-17T11:45:24.206Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s) [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/default [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/default [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/private [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/private [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rprivate [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/slave [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/slave [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rslave [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/shared [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/shared [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rshared [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/default [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/rshared [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/rprivate [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/shared [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/rslave [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/slave [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/private [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:45:24.206Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-17T11:45:24.206Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-17T11:45:24.206Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-17T11:45:24.465Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-17T11:45:24.724Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-17T11:45:24.724Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-17T11:45:24.724Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-17T11:45:24.724Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-17T11:45:24.724Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-17T11:45:24.724Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-05-17T11:45:24.724Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-05-17T11:45:24.724Z] === RUN TestContainerBindMountNonRecursive [2022-05-17T11:45:24.724Z] check_test.go:307: [d5436424bbb4c] daemon is not started [2022-05-17T11:45:24.724Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-05-17T11:45:25.966Z] --- PASS: TestCreateServiceCapabilities (2.53s) [2022-05-17T11:45:25.966Z] === RUN TestInspect [2022-05-17T11:45:27.255Z] --- PASS: TestContainerBindMountNonRecursive (2.10s) [2022-05-17T11:45:27.255Z] === RUN TestContainerVolumesMountedAsShared [2022-05-17T11:45:27.515Z] --- PASS: TestContainerVolumesMountedAsShared (0.67s) [2022-05-17T11:45:27.515Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-17T11:45:28.082Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-05-17T11:45:28.082Z] --- PASS: TestContainerVolumesMountedAsSlave (0.66s) [2022-05-17T11:45:28.082Z] === RUN TestNetworkNat [2022-05-17T11:45:28.380Z] check_test.go:307: [d9d1c230b9784] daemon is not started [2022-05-17T11:45:28.641Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-05-17T11:45:28.899Z] --- PASS: TestNetworkNat (0.73s) [2022-05-17T11:45:28.899Z] === RUN TestNetworkLocalhostTCPNat [2022-05-17T11:45:29.233Z] --- PASS: TestInspect (2.82s) [2022-05-17T11:45:29.233Z] === RUN TestCreateJob [2022-05-17T11:45:29.468Z] --- PASS: TestNetworkLocalhostTCPNat (0.68s) [2022-05-17T11:45:29.468Z] === RUN TestNetworkLoopbackNat [2022-05-17T11:45:29.726Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-17T11:45:30.107Z] --- PASS: TestDaemonDNSFallback (6.29s) [2022-05-17T11:45:30.107Z] === RUN TestInspectNetwork [2022-05-17T11:45:31.098Z] docker_cli_daemon_plugins_test.go:80: [dc60a1be9ebd7] daemon is not started [2022-05-17T11:45:32.031Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-05-17T11:45:32.498Z] --- PASS: TestCreateJob (3.17s) [2022-05-17T11:45:32.498Z] === RUN TestReplicatedJob [2022-05-17T11:45:32.598Z] --- PASS: TestNetworkLoopbackNat (2.89s) [2022-05-17T11:45:32.598Z] === RUN TestPause [2022-05-17T11:45:32.649Z] === RUN TestInspectNetwork/full_network_id [2022-05-17T11:45:32.649Z] === RUN TestInspectNetwork/partial_network_id [2022-05-17T11:45:32.649Z] === RUN TestInspectNetwork/network_name [2022-05-17T11:45:32.649Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-17T11:45:32.930Z] Removing intermediate container 5dcc9c92a8db [2022-05-17T11:45:32.930Z] ---> 79beceb3b5b4 [2022-05-17T11:45:32.930Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-17T11:45:32.930Z] ---> Running in 886efbde1b5d [2022-05-17T11:45:33.166Z] --- PASS: TestPause (0.72s) [2022-05-17T11:45:33.166Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-17T11:45:33.166Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-17T11:45:33.166Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-17T11:45:33.166Z] === RUN TestPauseStopPausedContainer [2022-05-17T11:45:33.166Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-17T11:45:33.731Z] --- PASS: TestPauseStopPausedContainer (0.64s) [2022-05-17T11:45:33.731Z] === RUN TestPidHost [2022-05-17T11:45:33.917Z] [2022-05-17T11:45:33.917Z] SUCCESS: Specified value was saved. [2022-05-17T11:45:34.326Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-17T11:45:34.326Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-17T11:45:34.326Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-17T11:45:34.326Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-17T11:45:34.326Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-17T11:45:34.668Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-17T11:45:34.948Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=dc18167fb196b5d38855bde3d914fc6d27055d27 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:dc18167fb196b5d38855bde3d914fc6d27055d27 hack/test/unit [2022-05-17T11:45:35.151Z] docker_cli_daemon_plugins_test.go:170: [dc64173e6fc27] daemon is not started [2022-05-17T11:45:35.220Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-05-17T11:45:35.220Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-17T11:45:35.220Z] + TESTDIRS=./... [2022-05-17T11:45:35.220Z] + exclude_paths='/vendor/|/integration' [2022-05-17T11:45:35.220Z] ++ go list ./... [2022-05-17T11:45:35.220Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-17T11:45:35.729Z] --- PASS: TestPidHost (1.75s) [2022-05-17T11:45:35.729Z] === RUN TestPsFilter [2022-05-17T11:45:35.729Z] --- PASS: TestPsFilter (0.15s) [2022-05-17T11:45:35.729Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-17T11:45:35.987Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-17T11:45:36.253Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-05-17T11:45:36.512Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-17T11:45:36.512Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2022-05-17T11:45:36.512Z] === RUN TestRemoveContainerWithVolume [2022-05-17T11:45:36.599Z] + pkg_list='github.com/docker/docker/api [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/backend [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/container [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/events [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/filters [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/image [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/mount [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/network [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/registry [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/time [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/versions [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:45:36.599Z] github.com/docker/docker/api/types/volume [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:45:36.599Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:45:36.599Z] github.com/docker/docker/cli [2022-05-17T11:45:36.599Z] github.com/docker/docker/cli/config [2022-05-17T11:45:36.599Z] github.com/docker/docker/cli/debug [2022-05-17T11:45:36.599Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:45:36.599Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:45:36.599Z] github.com/docker/docker/client [2022-05-17T11:45:36.599Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:45:36.599Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:45:36.599Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:45:36.599Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:45:36.599Z] github.com/docker/docker/container [2022-05-17T11:45:36.599Z] github.com/docker/docker/container/stream [2022-05-17T11:45:36.599Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:45:36.599Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:45:36.599Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/config [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/events [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/exec [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:45:36.599Z] github.com/docker/docker/daemon/images [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/links [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/names [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/network [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/stats [2022-05-17T11:45:36.600Z] github.com/docker/docker/distribution [2022-05-17T11:45:36.600Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:45:36.600Z] github.com/docker/docker/distribution/utils [2022-05-17T11:45:36.600Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:45:36.600Z] github.com/docker/docker/dockerversion [2022-05-17T11:45:36.600Z] github.com/docker/docker/errdefs [2022-05-17T11:45:36.600Z] github.com/docker/docker/image [2022-05-17T11:45:36.600Z] github.com/docker/docker/image/cache [2022-05-17T11:45:36.600Z] github.com/docker/docker/image/tarexport [2022-05-17T11:45:36.600Z] github.com/docker/docker/image/v1 [2022-05-17T11:45:36.600Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:45:36.600Z] github.com/docker/docker/layer [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/types [2022-05-17T11:45:36.600Z] github.com/docker/docker/oci [2022-05-17T11:45:36.600Z] github.com/docker/docker/oci/caps [2022-05-17T11:45:36.600Z] github.com/docker/docker/opts [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/archive [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/directory [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/platform [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/pools [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/progress [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/signal [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/stack [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/system [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:45:36.600Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:45:36.600Z] github.com/docker/docker/plugin [2022-05-17T11:45:36.600Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:45:36.600Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:45:36.600Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:45:36.600Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:45:36.600Z] github.com/docker/docker/quota [2022-05-17T11:45:36.600Z] github.com/docker/docker/reference [2022-05-17T11:45:36.600Z] github.com/docker/docker/registry [2022-05-17T11:45:36.600Z] github.com/docker/docker/registry/resumable [2022-05-17T11:45:36.600Z] github.com/docker/docker/restartmanager [2022-05-17T11:45:36.600Z] github.com/docker/docker/rootless [2022-05-17T11:45:36.600Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:45:36.600Z] github.com/docker/docker/runconfig [2022-05-17T11:45:36.600Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/environment [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/registry [2022-05-17T11:45:36.600Z] github.com/docker/docker/testutil/request [2022-05-17T11:45:36.600Z] github.com/docker/docker/volume [2022-05-17T11:45:36.600Z] github.com/docker/docker/volume/drivers [2022-05-17T11:45:36.600Z] github.com/docker/docker/volume/local [2022-05-17T11:45:36.600Z] github.com/docker/docker/volume/mounts [2022-05-17T11:45:36.600Z] github.com/docker/docker/volume/service [2022-05-17T11:45:36.600Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:45:36.600Z] github.com/docker/docker/volume/testutils' [2022-05-17T11:45:36.600Z] ++ grep --fixed-strings -v /libnetwork [2022-05-17T11:45:36.600Z] ++ echo 'github.com/docker/docker/api [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/backend [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/container [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/events [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/filters [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/image [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/mount [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/network [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/registry [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/time [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/versions [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:45:36.600Z] github.com/docker/docker/api/types/volume [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:45:36.600Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:45:36.600Z] github.com/docker/docker/cli [2022-05-17T11:45:36.600Z] github.com/docker/docker/cli/config [2022-05-17T11:45:36.600Z] github.com/docker/docker/cli/debug [2022-05-17T11:45:36.600Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:45:36.600Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:45:36.600Z] github.com/docker/docker/client [2022-05-17T11:45:36.600Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:45:36.600Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:45:36.600Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:45:36.600Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:45:36.600Z] github.com/docker/docker/container [2022-05-17T11:45:36.600Z] github.com/docker/docker/container/stream [2022-05-17T11:45:36.600Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:45:36.600Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:45:36.600Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/config [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/events [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/exec [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/images [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/links [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/names [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/network [2022-05-17T11:45:36.600Z] github.com/docker/docker/daemon/stats [2022-05-17T11:45:36.600Z] github.com/docker/docker/distribution [2022-05-17T11:45:36.600Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:45:36.600Z] github.com/docker/docker/distribution/utils [2022-05-17T11:45:36.600Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:45:36.600Z] github.com/docker/docker/dockerversion [2022-05-17T11:45:36.600Z] github.com/docker/docker/errdefs [2022-05-17T11:45:36.600Z] github.com/docker/docker/image [2022-05-17T11:45:36.600Z] github.com/docker/docker/image/cache [2022-05-17T11:45:36.600Z] github.com/docker/docker/image/tarexport [2022-05-17T11:45:36.600Z] github.com/docker/docker/image/v1 [2022-05-17T11:45:36.600Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:45:36.600Z] github.com/docker/docker/layer [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:45:36.600Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:45:36.600Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/libnetwork/types [2022-05-17T11:45:36.601Z] github.com/docker/docker/oci [2022-05-17T11:45:36.601Z] github.com/docker/docker/oci/caps [2022-05-17T11:45:36.601Z] github.com/docker/docker/opts [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/archive [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/directory [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/platform [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/pools [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/progress [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/signal [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/stack [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/system [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:45:36.601Z] github.com/docker/docker/plugin [2022-05-17T11:45:36.601Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:45:36.601Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:45:36.601Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:45:36.601Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:45:36.601Z] github.com/docker/docker/quota [2022-05-17T11:45:36.601Z] github.com/docker/docker/reference [2022-05-17T11:45:36.601Z] github.com/docker/docker/registry [2022-05-17T11:45:36.601Z] github.com/docker/docker/registry/resumable [2022-05-17T11:45:36.601Z] github.com/docker/docker/restartmanager [2022-05-17T11:45:36.601Z] github.com/docker/docker/rootless [2022-05-17T11:45:36.601Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:45:36.601Z] github.com/docker/docker/runconfig [2022-05-17T11:45:36.601Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/environment [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/registry [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/request [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/drivers [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/local [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/mounts [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/service [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/testutils' [2022-05-17T11:45:36.601Z] + base_pkg_list='github.com/docker/docker/api [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/backend [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/container [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/events [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/filters [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/image [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/mount [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/network [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/registry [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/time [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/versions [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/volume [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:45:36.601Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:45:36.601Z] github.com/docker/docker/cli [2022-05-17T11:45:36.601Z] github.com/docker/docker/cli/config [2022-05-17T11:45:36.601Z] github.com/docker/docker/cli/debug [2022-05-17T11:45:36.601Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:45:36.601Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:45:36.601Z] github.com/docker/docker/client [2022-05-17T11:45:36.601Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:45:36.601Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:45:36.601Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:45:36.601Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:45:36.601Z] github.com/docker/docker/container [2022-05-17T11:45:36.601Z] github.com/docker/docker/container/stream [2022-05-17T11:45:36.601Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:45:36.601Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:45:36.601Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/config [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/events [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/exec [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/images [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/links [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/names [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/network [2022-05-17T11:45:36.601Z] github.com/docker/docker/daemon/stats [2022-05-17T11:45:36.601Z] github.com/docker/docker/distribution [2022-05-17T11:45:36.601Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:45:36.601Z] github.com/docker/docker/distribution/utils [2022-05-17T11:45:36.601Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:45:36.601Z] github.com/docker/docker/dockerversion [2022-05-17T11:45:36.601Z] github.com/docker/docker/errdefs [2022-05-17T11:45:36.601Z] github.com/docker/docker/image [2022-05-17T11:45:36.601Z] github.com/docker/docker/image/cache [2022-05-17T11:45:36.601Z] github.com/docker/docker/image/tarexport [2022-05-17T11:45:36.601Z] github.com/docker/docker/image/v1 [2022-05-17T11:45:36.601Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:45:36.601Z] github.com/docker/docker/layer [2022-05-17T11:45:36.601Z] github.com/docker/docker/libcontainerd [2022-05-17T11:45:36.601Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:45:36.601Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:45:36.601Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:45:36.601Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:45:36.601Z] github.com/docker/docker/oci [2022-05-17T11:45:36.601Z] github.com/docker/docker/oci/caps [2022-05-17T11:45:36.601Z] github.com/docker/docker/opts [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/archive [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/directory [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/platform [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/pools [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/progress [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/signal [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/stack [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/system [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:45:36.601Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:45:36.601Z] github.com/docker/docker/plugin [2022-05-17T11:45:36.601Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:45:36.601Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:45:36.601Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:45:36.601Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:45:36.601Z] github.com/docker/docker/quota [2022-05-17T11:45:36.601Z] github.com/docker/docker/reference [2022-05-17T11:45:36.601Z] github.com/docker/docker/registry [2022-05-17T11:45:36.601Z] github.com/docker/docker/registry/resumable [2022-05-17T11:45:36.601Z] github.com/docker/docker/restartmanager [2022-05-17T11:45:36.601Z] github.com/docker/docker/rootless [2022-05-17T11:45:36.601Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:45:36.601Z] github.com/docker/docker/runconfig [2022-05-17T11:45:36.601Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/environment [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/registry [2022-05-17T11:45:36.601Z] github.com/docker/docker/testutil/request [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/drivers [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/local [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/mounts [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/service [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:45:36.601Z] github.com/docker/docker/volume/testutils' [2022-05-17T11:45:36.601Z] ++ grep --fixed-strings /libnetwork [2022-05-17T11:45:36.601Z] ++ echo 'github.com/docker/docker/api [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/backend [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/container [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/events [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/filters [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/image [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/mount [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/network [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/registry [2022-05-17T11:45:36.601Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:45:36.602Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:45:36.602Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:45:36.602Z] github.com/docker/docker/api/types/time [2022-05-17T11:45:36.602Z] github.com/docker/docker/api/types/versions [2022-05-17T11:45:36.602Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:45:36.602Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:45:36.602Z] github.com/docker/docker/api/types/volume [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:45:36.602Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:45:36.602Z] github.com/docker/docker/cli [2022-05-17T11:45:36.602Z] github.com/docker/docker/cli/config [2022-05-17T11:45:36.602Z] github.com/docker/docker/cli/debug [2022-05-17T11:45:36.602Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:45:36.602Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:45:36.602Z] github.com/docker/docker/client [2022-05-17T11:45:36.602Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:45:36.602Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:45:36.602Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:45:36.602Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:45:36.602Z] github.com/docker/docker/container [2022-05-17T11:45:36.602Z] github.com/docker/docker/container/stream [2022-05-17T11:45:36.602Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:45:36.602Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:45:36.602Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/config [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/events [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/exec [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/images [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/links [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/names [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/network [2022-05-17T11:45:36.602Z] github.com/docker/docker/daemon/stats [2022-05-17T11:45:36.602Z] github.com/docker/docker/distribution [2022-05-17T11:45:36.602Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:45:36.602Z] github.com/docker/docker/distribution/utils [2022-05-17T11:45:36.602Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:45:36.602Z] github.com/docker/docker/dockerversion [2022-05-17T11:45:36.602Z] github.com/docker/docker/errdefs [2022-05-17T11:45:36.602Z] github.com/docker/docker/image [2022-05-17T11:45:36.602Z] github.com/docker/docker/image/cache [2022-05-17T11:45:36.602Z] github.com/docker/docker/image/tarexport [2022-05-17T11:45:36.602Z] github.com/docker/docker/image/v1 [2022-05-17T11:45:36.602Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:45:36.602Z] github.com/docker/docker/layer [2022-05-17T11:45:36.602Z] github.com/docker/docker/libcontainerd [2022-05-17T11:45:36.602Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:45:36.602Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:45:36.602Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:45:36.602Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/types [2022-05-17T11:45:36.602Z] github.com/docker/docker/oci [2022-05-17T11:45:36.602Z] github.com/docker/docker/oci/caps [2022-05-17T11:45:36.602Z] github.com/docker/docker/opts [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/archive [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/directory [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/platform [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/pools [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/progress [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/signal [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/stack [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/system [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:45:36.602Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:45:36.602Z] github.com/docker/docker/plugin [2022-05-17T11:45:36.602Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:45:36.602Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:45:36.602Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:45:36.602Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:45:36.602Z] github.com/docker/docker/quota [2022-05-17T11:45:36.602Z] github.com/docker/docker/reference [2022-05-17T11:45:36.602Z] github.com/docker/docker/registry [2022-05-17T11:45:36.602Z] github.com/docker/docker/registry/resumable [2022-05-17T11:45:36.602Z] github.com/docker/docker/restartmanager [2022-05-17T11:45:36.602Z] github.com/docker/docker/rootless [2022-05-17T11:45:36.602Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:45:36.602Z] github.com/docker/docker/runconfig [2022-05-17T11:45:36.602Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/environment [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/registry [2022-05-17T11:45:36.602Z] github.com/docker/docker/testutil/request [2022-05-17T11:45:36.602Z] github.com/docker/docker/volume [2022-05-17T11:45:36.602Z] github.com/docker/docker/volume/drivers [2022-05-17T11:45:36.602Z] github.com/docker/docker/volume/local [2022-05-17T11:45:36.602Z] github.com/docker/docker/volume/mounts [2022-05-17T11:45:36.602Z] github.com/docker/docker/volume/service [2022-05-17T11:45:36.602Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:45:36.602Z] github.com/docker/docker/volume/testutils' [2022-05-17T11:45:36.602Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:45:36.602Z] github.com/docker/docker/libnetwork/types' [2022-05-17T11:45:36.602Z] + echo 'github.com/docker/docker/libnetwork [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/types' [2022-05-17T11:45:36.603Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:45:36.603Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:45:36.603Z] + type docker-proxy [2022-05-17T11:45:36.603Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-17T11:45:36.603Z] + hack/make.sh binary-proxy install-proxy [2022-05-17T11:45:36.603Z] [2022-05-17T11:45:36.603Z] Removing bundles/ [2022-05-17T11:45:36.603Z] [2022-05-17T11:45:36.603Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-17T11:45:36.603Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-17T11:45:36.603Z] GOOS="" GOARCH="" GOARM="" [2022-05-17T11:45:36.849Z] --- PASS: TestInspectNetwork (6.93s) [2022-05-17T11:45:36.850Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-17T11:45:36.850Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-17T11:45:36.850Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-17T11:45:36.850Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-17T11:45:36.850Z] === RUN TestRunContainerWithBridgeNone [2022-05-17T11:45:36.864Z] Removing intermediate container 886efbde1b5d [2022-05-17T11:45:36.864Z] ---> 38ac2e9f7155 [2022-05-17T11:45:36.864Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-17T11:45:36.864Z] ---> Running in 07699b6fa52b [2022-05-17T11:45:37.078Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2022-05-17T11:45:37.078Z] === RUN TestRemoveContainerRunning [2022-05-17T11:45:37.343Z] === RUN TestBoolValue [2022-05-17T11:45:37.343Z] --- PASS: TestBoolValue (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestBoolValueOrDefault [2022-05-17T11:45:37.343Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestInt64ValueOrZero [2022-05-17T11:45:37.343Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestInt64ValueOrDefault [2022-05-17T11:45:37.343Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-17T11:45:37.343Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestJsonContentType [2022-05-17T11:45:37.343Z] --- PASS: TestJsonContentType (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestReadJSON [2022-05-17T11:45:37.343Z] === RUN TestReadJSON/nil_body [2022-05-17T11:45:37.343Z] === RUN TestReadJSON/empty_body [2022-05-17T11:45:37.343Z] === RUN TestReadJSON/with_valid_request [2022-05-17T11:45:37.343Z] === RUN TestReadJSON/with_whitespace [2022-05-17T11:45:37.343Z] === RUN TestReadJSON/with_extra_content [2022-05-17T11:45:37.343Z] === RUN TestReadJSON/invalid_JSON [2022-05-17T11:45:37.343Z] --- PASS: TestReadJSON (0.00s) [2022-05-17T11:45:37.343Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-17T11:45:37.343Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-17T11:45:37.343Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-17T11:45:37.343Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-17T11:45:37.343Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-17T11:45:37.343Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-17T11:45:37.343Z] PASS [2022-05-17T11:45:37.343Z] coverage: 31.9% of statements [2022-05-17T11:45:37.343Z] ok github.com/docker/docker/api/server/httputils 0.050s coverage: 31.9% of statements [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-17T11:45:37.343Z] === RUN TestMaskSecretKeys [2022-05-17T11:45:37.343Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-17T11:45:37.343Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-17T11:45:37.343Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-17T11:45:37.343Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-17T11:45:37.343Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-17T11:45:37.343Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-17T11:45:37.343Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestVersionMiddlewareVersion [2022-05-17T11:45:37.343Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-17T11:45:37.343Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-17T11:45:37.343Z] PASS [2022-05-17T11:45:37.343Z] coverage: 37.7% of statements [2022-05-17T11:45:37.343Z] ok github.com/docker/docker/api/server/middleware 0.076s coverage: 37.7% of statements [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-17T11:45:37.343Z] === RUN TestToJSON [2022-05-17T11:45:37.343Z] --- PASS: TestToJSON (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestToParamWithVersion [2022-05-17T11:45:37.343Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestFromJSON [2022-05-17T11:45:37.343Z] --- PASS: TestFromJSON (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestEmpty [2022-05-17T11:45:37.343Z] --- PASS: TestEmpty (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestArgsMatchKVListEmptySources [2022-05-17T11:45:37.343Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestArgsMatchKVList [2022-05-17T11:45:37.343Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestArgsMatch [2022-05-17T11:45:37.343Z] --- PASS: TestArgsMatch (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestAdd [2022-05-17T11:45:37.343Z] --- PASS: TestAdd (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestDel [2022-05-17T11:45:37.343Z] --- PASS: TestDel (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestLen [2022-05-17T11:45:37.343Z] --- PASS: TestLen (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestExactMatch [2022-05-17T11:45:37.343Z] --- PASS: TestExactMatch (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestOnlyOneExactMatch [2022-05-17T11:45:37.343Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestContains [2022-05-17T11:45:37.343Z] --- PASS: TestContains (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestValidate [2022-05-17T11:45:37.343Z] --- PASS: TestValidate (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestWalkValues [2022-05-17T11:45:37.343Z] --- PASS: TestWalkValues (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestFuzzyMatch [2022-05-17T11:45:37.343Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestClone [2022-05-17T11:45:37.343Z] --- PASS: TestClone (0.00s) [2022-05-17T11:45:37.343Z] PASS [2022-05-17T11:45:37.343Z] coverage: 92.2% of statements [2022-05-17T11:45:37.343Z] ok github.com/docker/docker/api/types/filters 0.066s coverage: 92.2% of statements [2022-05-17T11:45:37.343Z] === RUN TestAdjustForAPIVersion [2022-05-17T11:45:37.343Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-17T11:45:37.343Z] PASS [2022-05-17T11:45:37.343Z] coverage: 6.0% of statements [2022-05-17T11:45:37.343Z] ok github.com/docker/docker/api/server/router/swarm 0.052s coverage: 6.0% of statements [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-17T11:45:37.343Z] === RUN TestStrSliceMarshalJSON [2022-05-17T11:45:37.343Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestStrSliceUnmarshalJSON [2022-05-17T11:45:37.343Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestStrSliceUnmarshalString [2022-05-17T11:45:37.343Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestStrSliceUnmarshalSlice [2022-05-17T11:45:37.343Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-17T11:45:37.343Z] PASS [2022-05-17T11:45:37.343Z] coverage: 90.0% of statements [2022-05-17T11:45:37.343Z] ok github.com/docker/docker/api/types/strslice 0.054s coverage: 90.0% of statements [2022-05-17T11:45:37.343Z] === RUN TestGetVolumeByNameNotFoundNoSwarm [2022-05-17T11:45:37.343Z] --- PASS: TestGetVolumeByNameNotFoundNoSwarm (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestGetVolumeByNameNotFoundNotManager [2022-05-17T11:45:37.343Z] --- PASS: TestGetVolumeByNameNotFoundNotManager (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestGetVolumeByNameNotFound [2022-05-17T11:45:37.343Z] --- PASS: TestGetVolumeByNameNotFound (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestGetVolumeByNameFoundRegular [2022-05-17T11:45:37.343Z] --- PASS: TestGetVolumeByNameFoundRegular (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestGetVolumeByNameFoundSwarm [2022-05-17T11:45:37.343Z] --- PASS: TestGetVolumeByNameFoundSwarm (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestListVolumes [2022-05-17T11:45:37.343Z] --- PASS: TestListVolumes (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestListVolumesNoSwarm [2022-05-17T11:45:37.343Z] --- PASS: TestListVolumesNoSwarm (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestListVolumesNoManager [2022-05-17T11:45:37.343Z] --- PASS: TestListVolumesNoManager (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestCreateRegularVolume [2022-05-17T11:45:37.343Z] --- PASS: TestCreateRegularVolume (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestCreateSwarmVolumeNoSwarm [2022-05-17T11:45:37.343Z] --- PASS: TestCreateSwarmVolumeNoSwarm (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestCreateSwarmVolumeNotManager [2022-05-17T11:45:37.343Z] --- PASS: TestCreateSwarmVolumeNotManager (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestCreateVolumeCluster [2022-05-17T11:45:37.343Z] --- PASS: TestCreateVolumeCluster (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestUpdateVolume [2022-05-17T11:45:37.343Z] --- PASS: TestUpdateVolume (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestUpdateVolumeNoSwarm [2022-05-17T11:45:37.343Z] --- PASS: TestUpdateVolumeNoSwarm (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestUpdateVolumeNotFound [2022-05-17T11:45:37.343Z] --- PASS: TestUpdateVolumeNotFound (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestVolumeRemove [2022-05-17T11:45:37.343Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestVolumeRemoveSwarm [2022-05-17T11:45:37.343Z] --- PASS: TestVolumeRemoveSwarm (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestVolumeRemoveNotFoundNoSwarm [2022-05-17T11:45:37.343Z] --- PASS: TestVolumeRemoveNotFoundNoSwarm (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestVolumeRemoveNotFoundNoManager [2022-05-17T11:45:37.343Z] --- PASS: TestVolumeRemoveNotFoundNoManager (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestVolumeRemoveFoundNoSwarm [2022-05-17T11:45:37.343Z] --- PASS: TestVolumeRemoveFoundNoSwarm (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestVolumeRemoveNoSwarmInUse [2022-05-17T11:45:37.343Z] --- PASS: TestVolumeRemoveNoSwarmInUse (0.00s) [2022-05-17T11:45:37.343Z] === RUN TestVolumeRemoveSwarmForce [2022-05-17T11:45:37.343Z] --- PASS: TestVolumeRemoveSwarmForce (0.00s) [2022-05-17T11:45:37.343Z] PASS [2022-05-17T11:45:37.343Z] coverage: 67.9% of statements [2022-05-17T11:45:37.343Z] ok github.com/docker/docker/api/server/router/volume 0.073s coverage: 67.9% of statements [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/types [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-17T11:45:37.343Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-17T11:45:37.344Z] === RUN TestGetTimestamp [2022-05-17T11:45:37.344Z] === RUN TestCompareVersion [2022-05-17T11:45:37.344Z] --- PASS: TestCompareVersion (0.00s) [2022-05-17T11:45:37.344Z] PASS [2022-05-17T11:45:37.344Z] coverage: 77.3% of statements [2022-05-17T11:45:37.344Z] ok github.com/docker/docker/api/types/versions 0.114s coverage: 77.3% of statements [2022-05-17T11:45:37.344Z] --- PASS: TestGetTimestamp (0.22s) [2022-05-17T11:45:37.344Z] === RUN TestParseTimestamps [2022-05-17T11:45:37.344Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-17T11:45:37.344Z] PASS [2022-05-17T11:45:37.344Z] coverage: 100.0% of statements [2022-05-17T11:45:37.344Z] ok github.com/docker/docker/api/types/time 0.267s coverage: 100.0% of statements [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/builder [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-17T11:45:37.344Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-17T11:45:37.344Z] === RUN TestIsGIT [2022-05-17T11:45:37.344Z] --- PASS: TestIsGIT (0.00s) [2022-05-17T11:45:37.344Z] PASS [2022-05-17T11:45:37.344Z] coverage: 100.0% of statements [2022-05-17T11:45:37.344Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.046s coverage: 100.0% of statements [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-17T11:45:37.344Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-17T11:45:37.344Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-17T11:45:37.344Z] === RUN TestCloneArgsSmartHttp [2022-05-17T11:45:37.740Z] --- PASS: TestReplicatedJob (4.97s) [2022-05-17T11:45:37.740Z] === RUN TestUpdateReplicatedJob [2022-05-17T11:45:37.811Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-17T11:45:37.811Z] === RUN TestCloneArgsDumbHttp [2022-05-17T11:45:37.811Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-17T11:45:37.811Z] === RUN TestCloneArgsGit [2022-05-17T11:45:37.811Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-17T11:45:37.811Z] === RUN TestCheckoutGit [2022-05-17T11:45:38.012Z] --- PASS: TestRemoveContainerRunning (0.73s) [2022-05-17T11:45:38.012Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-17T11:45:38.231Z] --- PASS: TestRunContainerWithBridgeNone (1.48s) [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-17T11:45:38.232Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:45:38.232Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:45:38.232Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:45:38.232Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-17T11:45:38.232Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-17T11:45:38.232Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-17T11:45:38.232Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-17T11:45:38.232Z] === RUN TestNetworkList [2022-05-17T11:45:38.232Z] === RUN TestNetworkList//networks [2022-05-17T11:45:38.232Z] === PAUSE TestNetworkList//networks [2022-05-17T11:45:38.232Z] === RUN TestNetworkList//networks/ [2022-05-17T11:45:38.232Z] === PAUSE TestNetworkList//networks/ [2022-05-17T11:45:38.232Z] === CONT TestNetworkList//networks [2022-05-17T11:45:38.232Z] === CONT TestNetworkList//networks/ [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkList (0.01s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-17T11:45:38.232Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-17T11:45:38.232Z] === RUN TestHostIPv4BridgeLabel [2022-05-17T11:45:38.802Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-05-17T11:45:38.802Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-17T11:45:38.948Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s) [2022-05-17T11:45:38.948Z] === RUN TestRemoveInvalidContainer [2022-05-17T11:45:38.948Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-17T11:45:38.948Z] === RUN TestRenameLinkedContainer [2022-05-17T11:45:39.516Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-05-17T11:45:40.022Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-17T11:45:40.022Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-05-17T11:45:40.022Z] === RUN TestProcessNoDockerignore [2022-05-17T11:45:40.022Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-05-17T11:45:40.022Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-17T11:45:40.022Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-05-17T11:45:40.022Z] === RUN TestDetectContentType [2022-05-17T11:45:40.022Z] --- PASS: TestDetectContentType (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestSelectAcceptableMIME [2022-05-17T11:45:40.022Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestInspectEmptyResponse [2022-05-17T11:45:40.022Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestInspectResponseBinary [2022-05-17T11:45:40.022Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestResponseUnsupportedContentType [2022-05-17T11:45:40.022Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestInspectResponseTextSimple [2022-05-17T11:45:40.022Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestInspectResponseEmptyContentType [2022-05-17T11:45:40.022Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestUnknownContentLength [2022-05-17T11:45:40.022Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestDownloadRemote [2022-05-17T11:45:40.022Z] --- PASS: TestDownloadRemote (0.10s) [2022-05-17T11:45:40.022Z] === RUN TestGetWithStatusError [2022-05-17T11:45:40.022Z] --- PASS: TestGetWithStatusError (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestCloseRootDirectory [2022-05-17T11:45:40.022Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:40.022Z] --- SKIP: TestCloseRootDirectory (0.01s) [2022-05-17T11:45:40.022Z] === RUN TestHashFile [2022-05-17T11:45:40.022Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:40.022Z] --- SKIP: TestHashFile (0.00s) [2022-05-17T11:45:40.022Z] === RUN TestHashSubdir [2022-05-17T11:45:40.022Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:40.022Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-17T11:45:40.022Z] === RUN TestRemoveDirectory [2022-05-17T11:45:40.022Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:45:40.022Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-05-17T11:45:40.022Z] PASS [2022-05-17T11:45:40.022Z] coverage: 9.3% of statements [2022-05-17T11:45:40.022Z] ok github.com/docker/docker/builder/remotecontext 0.310s coverage: 9.3% of statements [2022-05-17T11:45:40.083Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-05-17T11:45:40.184Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-05-17T11:45:40.184Z] === RUN TestDaemonDefaultNetworkPools [2022-05-17T11:45:40.253Z] --- PASS: TestUpdateReplicatedJob (3.23s) [2022-05-17T11:45:40.253Z] === RUN TestServiceListWithStatuses [2022-05-17T11:45:40.253Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-17T11:45:40.253Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-17T11:45:40.253Z] === RUN TestDockerNetworkConnectAlias [2022-05-17T11:45:40.490Z] === RUN TestEnable [2022-05-17T11:45:40.490Z] --- PASS: TestEnable (0.00s) [2022-05-17T11:45:40.490Z] === RUN TestDisable [2022-05-17T11:45:40.490Z] --- PASS: TestDisable (0.00s) [2022-05-17T11:45:40.490Z] === RUN TestEnabled [2022-05-17T11:45:40.490Z] --- PASS: TestEnabled (0.00s) [2022-05-17T11:45:40.490Z] PASS [2022-05-17T11:45:40.490Z] coverage: 100.0% of statements [2022-05-17T11:45:40.490Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements [2022-05-17T11:45:40.490Z] === RUN TestGetAllAllowed [2022-05-17T11:45:40.490Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-17T11:45:40.490Z] === RUN TestGetAllMeta [2022-05-17T11:45:40.490Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-17T11:45:40.490Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-17T11:45:40.490Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-17T11:45:40.490Z] === RUN TestIsUnreferencedBuiltin [2022-05-17T11:45:40.490Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-17T11:45:40.490Z] === RUN TestIsExistingDirectory [2022-05-17T11:45:40.490Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-17T11:45:40.490Z] === RUN TestGetFilenameForDownload [2022-05-17T11:45:40.490Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-17T11:45:40.490Z] === RUN TestEnv2Variables [2022-05-17T11:45:40.490Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-17T11:45:40.490Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-17T11:45:40.490Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-17T11:45:40.490Z] === RUN TestMaintainer [2022-05-17T11:45:40.490Z] --- PASS: TestMaintainer (0.00s) [2022-05-17T11:45:40.649Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-05-17T11:45:40.754Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-05-17T11:45:40.754Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-17T11:45:40.956Z] === RUN TestLabel [2022-05-17T11:45:40.957Z] --- PASS: TestLabel (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestFromScratch [2022-05-17T11:45:40.957Z] --- PASS: TestFromScratch (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestFromWithArg [2022-05-17T11:45:40.957Z] --- PASS: TestFromWithArg (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-17T11:45:40.957Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestFromWithUndefinedArg [2022-05-17T11:45:40.957Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestFromMultiStageWithNamedStage [2022-05-17T11:45:40.957Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestOnbuild [2022-05-17T11:45:40.957Z] --- PASS: TestOnbuild (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestWorkdir [2022-05-17T11:45:40.957Z] --- PASS: TestWorkdir (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestCmd [2022-05-17T11:45:40.957Z] --- PASS: TestCmd (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestHealthcheckNone [2022-05-17T11:45:40.957Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestHealthcheckCmd [2022-05-17T11:45:40.957Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestEntrypoint [2022-05-17T11:45:40.957Z] --- PASS: TestEntrypoint (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestExpose [2022-05-17T11:45:40.957Z] --- PASS: TestExpose (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestUser [2022-05-17T11:45:40.957Z] --- PASS: TestUser (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestVolume [2022-05-17T11:45:40.957Z] --- PASS: TestVolume (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestStopSignal [2022-05-17T11:45:40.957Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-17T11:45:40.957Z] --- SKIP: TestStopSignal (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestArg [2022-05-17T11:45:40.957Z] --- PASS: TestArg (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestShell [2022-05-17T11:45:40.957Z] --- PASS: TestShell (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestPrependEnvOnCmd [2022-05-17T11:45:40.957Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestRunWithBuildArgs [2022-05-17T11:45:40.957Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestRunIgnoresHealthcheck [2022-05-17T11:45:40.957Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestDispatchUnsupportedOptions [2022-05-17T11:45:40.957Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-17T11:45:40.957Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-17T11:45:40.957Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-17T11:45:40.957Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestNormalizeWorkdir [2022-05-17T11:45:40.957Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestDispatch [2022-05-17T11:45:40.957Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-17T11:45:40.957Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-17T11:45:40.957Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-17T11:45:40.957Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-17T11:45:40.957Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-17T11:45:40.957Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-17T11:45:40.957Z] === RUN TestDispatch/COPY_url [2022-05-17T11:45:40.957Z] --- PASS: TestDispatch (0.08s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-17T11:45:40.957Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestAddScratchImageAddsToMounts [2022-05-17T11:45:40.957Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-17T11:45:40.957Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-17T11:45:40.957Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-17T11:45:40.957Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestImageSourceGetAddsToMounts [2022-05-17T11:45:40.957Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestEmptyDockerfile [2022-05-17T11:45:40.957Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestSymlinkDockerfile [2022-05-17T11:45:40.957Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-17T11:45:40.957Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-17T11:45:40.957Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-05-17T11:45:40.957Z] === RUN TestNonExistingDockerfile [2022-05-17T11:45:40.957Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestCopyRunConfig [2022-05-17T11:45:40.957Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestDeepCopyRunConfig [2022-05-17T11:45:40.957Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestExportImage [2022-05-17T11:45:40.957Z] --- PASS: TestExportImage (0.00s) [2022-05-17T11:45:40.957Z] === RUN TestNormalizeDest [2022-05-17T11:45:40.957Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-17T11:45:40.957Z] PASS [2022-05-17T11:45:40.957Z] coverage: 46.7% of statements [2022-05-17T11:45:40.957Z] ok github.com/docker/docker/builder/dockerfile 0.262s coverage: 46.7% of statements [2022-05-17T11:45:41.215Z] check_test.go:307: [d1a58beecabd7] daemon is not started [2022-05-17T11:45:41.215Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-05-17T11:45:41.473Z] --- PASS: TestRenameLinkedContainer (2.84s) [2022-05-17T11:45:41.473Z] === RUN TestRenameStoppedContainer [2022-05-17T11:45:41.614Z] Cannot create a file when that file already exists. [2022-05-17T11:45:41.695Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-05-17T11:45:41.695Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-17T11:45:42.408Z] --- PASS: TestRenameStoppedContainer (0.71s) [2022-05-17T11:45:42.408Z] === RUN TestRenameRunningContainerAndReuse [2022-05-17T11:45:42.526Z] === RUN TestTCP4Proxy [2022-05-17T11:45:42.526Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-17T11:45:42.526Z] === RUN TestTCP4ProxyHalfClose [2022-05-17T11:45:42.526Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-05-17T11:45:42.526Z] === RUN TestTCP6Proxy [2022-05-17T11:45:42.526Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-17T11:45:42.526Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-17T11:45:42.526Z] === RUN TestTCPDualStackProxy [2022-05-17T11:45:42.526Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-17T11:45:42.526Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-17T11:45:42.526Z] === RUN TestUDP4Proxy [2022-05-17T11:45:42.526Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-17T11:45:42.526Z] === RUN TestUDP6Proxy [2022-05-17T11:45:42.526Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-17T11:45:42.526Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-17T11:45:42.526Z] === RUN TestUDPWriteError [2022-05-17T11:45:42.526Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-17T11:45:42.526Z] === RUN TestSCTP4Proxy [2022-05-17T11:45:42.526Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-17T11:45:42.526Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-05-17T11:45:42.526Z] === RUN TestSCTP6Proxy [2022-05-17T11:45:42.526Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-17T11:45:42.526Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-17T11:45:42.526Z] PASS [2022-05-17T11:45:42.526Z] coverage: 49.4% of statements [2022-05-17T11:45:42.526Z] ok github.com/docker/docker/cmd/docker-proxy 0.066s coverage: 49.4% of statements [2022-05-17T11:45:42.975Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-05-17T11:45:43.079Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-05-17T11:45:43.079Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-17T11:45:43.648Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-05-17T11:45:43.648Z] === RUN TestServiceWithPredefinedNetwork [2022-05-17T11:45:43.910Z] --- PASS: TestRenameRunningContainerAndReuse (1.48s) [2022-05-17T11:45:43.910Z] === RUN TestRenameInvalidName [2022-05-17T11:45:43.910Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-17T11:45:44.419Z] --- PASS: TestDockerNetworkConnectAlias (4.28s) [2022-05-17T11:45:44.419Z] === RUN TestDockerNetworkReConnect [2022-05-17T11:45:44.477Z] --- PASS: TestRenameInvalidName (0.74s) [2022-05-17T11:45:44.477Z] === RUN TestRenameAnonymousContainer [2022-05-17T11:45:44.716Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-17T11:45:44.716Z] [2022-05-17T11:45:44.716Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-17T11:45:44.716Z] Installing docker-proxy to /usr/local/bin/ [2022-05-17T11:45:44.716Z] [2022-05-17T11:45:44.716Z] + mkdir -p bundles [2022-05-17T11:45:44.716Z] + '[' -n 'github.com/docker/docker/api [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/backend/build [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/httpstatus [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/httputils [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/middleware [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/build [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/container [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/debug [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/distribution [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/grpc [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/image [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/network [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/plugin [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/session [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/swarm [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/system [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/server/router/volume [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/backend [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/blkiodev [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/container [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/events [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/filters [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/image [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/mount [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/network [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/registry [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/strslice [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/swarm [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/time [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/versions [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-17T11:45:44.716Z] github.com/docker/docker/api/types/volume [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/builder-next [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/builder-next/worker [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/dockerfile [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/remotecontext [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/remotecontext/git [2022-05-17T11:45:44.716Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-17T11:45:44.716Z] github.com/docker/docker/cli [2022-05-17T11:45:44.716Z] github.com/docker/docker/cli/config [2022-05-17T11:45:44.716Z] github.com/docker/docker/cli/debug [2022-05-17T11:45:44.716Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-17T11:45:44.716Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-17T11:45:44.716Z] github.com/docker/docker/client [2022-05-17T11:45:44.716Z] github.com/docker/docker/cmd/docker-proxy [2022-05-17T11:45:44.716Z] github.com/docker/docker/cmd/dockerd [2022-05-17T11:45:44.716Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-17T11:45:44.716Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-17T11:45:44.716Z] github.com/docker/docker/container [2022-05-17T11:45:44.716Z] github.com/docker/docker/container/stream [2022-05-17T11:45:44.716Z] github.com/docker/docker/contrib/apparmor [2022-05-17T11:45:44.716Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-17T11:45:44.716Z] github.com/docker/docker/contrib/httpserver [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/cluster [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/cluster/convert [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/cluster/executor [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/cluster/provider [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/config [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/events [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/events/testutils [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/exec [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/images [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/initlayer [2022-05-17T11:45:44.716Z] github.com/docker/docker/daemon/links [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/listeners [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/gelf [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/journald [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/local [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/logentries [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/splunk [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/syslog [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/logger/templates [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/names [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/network [2022-05-17T11:45:44.717Z] github.com/docker/docker/daemon/stats [2022-05-17T11:45:44.717Z] github.com/docker/docker/distribution [2022-05-17T11:45:44.717Z] github.com/docker/docker/distribution/metadata [2022-05-17T11:45:44.717Z] github.com/docker/docker/distribution/utils [2022-05-17T11:45:44.717Z] github.com/docker/docker/distribution/xfer [2022-05-17T11:45:44.717Z] github.com/docker/docker/dockerversion [2022-05-17T11:45:44.717Z] github.com/docker/docker/errdefs [2022-05-17T11:45:44.717Z] github.com/docker/docker/image [2022-05-17T11:45:44.717Z] github.com/docker/docker/image/cache [2022-05-17T11:45:44.717Z] github.com/docker/docker/image/tarexport [2022-05-17T11:45:44.717Z] github.com/docker/docker/image/v1 [2022-05-17T11:45:44.717Z] github.com/docker/docker/internal/test/suite [2022-05-17T11:45:44.717Z] github.com/docker/docker/layer [2022-05-17T11:45:44.717Z] github.com/docker/docker/libcontainerd [2022-05-17T11:45:44.717Z] github.com/docker/docker/libcontainerd/queue [2022-05-17T11:45:44.717Z] github.com/docker/docker/libcontainerd/remote [2022-05-17T11:45:44.717Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-17T11:45:44.717Z] github.com/docker/docker/libcontainerd/types [2022-05-17T11:45:44.717Z] github.com/docker/docker/oci [2022-05-17T11:45:44.717Z] github.com/docker/docker/oci/caps [2022-05-17T11:45:44.717Z] github.com/docker/docker/opts [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/aaparser [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/archive [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/authorization [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/broadcaster [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/capabilities [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/chrootarchive [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/containerfs [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/devicemapper [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/directory [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/dmesg [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/filenotify [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/fileutils [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/fsutils [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/homedir [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/idtools [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/ioutils [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/jsonmessage [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/longpath [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/loopback [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/namesgenerator [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/parsers [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/pidfile [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/platform [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/plugingetter [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/plugins [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/plugins/transport [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/pools [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/progress [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/pubsub [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/reexec [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/signal [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/stack [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/stdcopy [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/streamformatter [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/stringid [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/sysinfo [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/system [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/tailfile [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/tarsum [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/truncindex [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/urlutil [2022-05-17T11:45:44.717Z] github.com/docker/docker/pkg/useragent [2022-05-17T11:45:44.717Z] github.com/docker/docker/plugin [2022-05-17T11:45:44.717Z] github.com/docker/docker/plugin/executor/containerd [2022-05-17T11:45:44.717Z] github.com/docker/docker/plugin/v2 [2022-05-17T11:45:44.717Z] github.com/docker/docker/profiles/apparmor [2022-05-17T11:45:44.717Z] github.com/docker/docker/profiles/seccomp [2022-05-17T11:45:44.717Z] github.com/docker/docker/quota [2022-05-17T11:45:44.717Z] github.com/docker/docker/reference [2022-05-17T11:45:44.717Z] github.com/docker/docker/registry [2022-05-17T11:45:44.717Z] github.com/docker/docker/registry/resumable [2022-05-17T11:45:44.717Z] github.com/docker/docker/restartmanager [2022-05-17T11:45:44.717Z] github.com/docker/docker/rootless [2022-05-17T11:45:44.717Z] github.com/docker/docker/rootless/specconv [2022-05-17T11:45:44.717Z] github.com/docker/docker/runconfig [2022-05-17T11:45:44.717Z] github.com/docker/docker/runconfig/opts [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/daemon [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/environment [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/fakecontext [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/fakegit [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/fakestorage [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/fixtures/load [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/registry [2022-05-17T11:45:44.717Z] github.com/docker/docker/testutil/request [2022-05-17T11:45:44.717Z] github.com/docker/docker/volume [2022-05-17T11:45:44.717Z] github.com/docker/docker/volume/drivers [2022-05-17T11:45:44.717Z] github.com/docker/docker/volume/local [2022-05-17T11:45:44.717Z] github.com/docker/docker/volume/mounts [2022-05-17T11:45:44.717Z] github.com/docker/docker/volume/service [2022-05-17T11:45:44.717Z] github.com/docker/docker/volume/service/opts [2022-05-17T11:45:44.717Z] github.com/docker/docker/volume/testutils' ']' [2022-05-17T11:45:44.717Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo 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-17T11:45:44.717Z] ? github.com/docker/docker/api [no test files] [2022-05-17T11:45:44.735Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-05-17T11:45:45.302Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-17T11:45:46.190Z] --- PASS: TestServiceWithPredefinedNetwork (2.22s) [2022-05-17T11:45:46.190Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-17T11:45:46.190Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:45:46.190Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:45:46.190Z] === RUN TestServiceWithDataPathPortInit [2022-05-17T11:45:46.678Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-05-17T11:45:46.678Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-17T11:45:47.245Z] --- PASS: TestRenameAnonymousContainer (2.88s) [2022-05-17T11:45:47.245Z] === RUN TestRenameContainerWithSameName [2022-05-17T11:45:47.484Z] Removing intermediate container 07699b6fa52b [2022-05-17T11:45:47.484Z] ---> b863ffbab625 [2022-05-17T11:45:47.484Z] Step 13/13 : CMD ["sh"] [2022-05-17T11:45:47.484Z] ---> Running in 174879c5a1d2 [2022-05-17T11:45:47.484Z] Removing intermediate container 174879c5a1d2 [2022-05-17T11:45:47.484Z] ---> 9b6436a6f60c [2022-05-17T11:45:47.484Z] Successfully built 9b6436a6f60c [2022-05-17T11:45:47.484Z] Successfully tagged busybox:latest [2022-05-17T11:45:47.484Z] INFO: Docker images of the daemon under test [2022-05-17T11:45:47.484Z] [2022-05-17T11:45:47.484Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-17T11:45:47.484Z] busybox latest 9b6436a6f60c Less than a second ago 4.95GB [2022-05-17T11:45:47.484Z] microsoft/windowsservercore latest 7c569352fed3 12 days ago 4.9GB [2022-05-17T11:45:47.484Z] mcr.microsoft.com/windows/servercore ltsc2022 7c569352fed3 12 days ago 4.9GB [2022-05-17T11:45:47.484Z] [2022-05-17T11:45:47.484Z] INFO: Running integration tests at 05/17/2022 11:45:47... [2022-05-17T11:45:47.484Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-17T11:45:47.484Z] INFO: Integration API tests being run from the host: [2022-05-17T11:45:47.484Z] INFO: make.ps1 starting at 05/17/2022 11:45:47 [2022-05-17T11:45:48.181Z] --- PASS: TestRenameContainerWithSameName (0.75s) [2022-05-17T11:45:48.181Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-17T11:45:48.439Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-05-17T11:45:48.472Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-17T11:45:48.582Z] --- PASS: TestDockerNetworkReConnect (3.47s) [2022-05-17T11:45:48.582Z] === RUN TestServicePlugin [2022-05-17T11:45:49.814Z] --- PASS: TestRenameContainerWithLinkedContainer (1.47s) [2022-05-17T11:45:49.814Z] === RUN TestResize [2022-05-17T11:45:50.072Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-05-17T11:45:50.330Z] --- PASS: TestResize (0.78s) [2022-05-17T11:45:50.330Z] === RUN TestResizeWithInvalidSize [2022-05-17T11:45:50.589Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-17T11:45:51.157Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2022-05-17T11:45:51.157Z] === RUN TestResizeWhenContainerNotStarted [2022-05-17T11:45:51.723Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-05-17T11:45:51.846Z] plugin_test.go:61: [d5f941bd8c490] joining swarm manager [d1dd8ed67b9aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:45:51.982Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:45:51.982Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:45:51.982Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:45:51.982Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-17T11:45:51.982Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:45:53.210Z] plugin_test.go:64: [debacc773a0b1] joining swarm manager [d1dd8ed67b9aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:45:53.886Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-05-17T11:45:54.454Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-05-17T11:45:55.009Z] === RUN TestCheckpointCreateError [2022-05-17T11:45:55.009Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCheckpointCreate [2022-05-17T11:45:55.009Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCheckpointDeleteError [2022-05-17T11:45:55.009Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCheckpointDelete [2022-05-17T11:45:55.009Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCheckpointListError [2022-05-17T11:45:55.009Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCheckpointList [2022-05-17T11:45:55.009Z] --- PASS: TestCheckpointList (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCheckpointListContainerNotFound [2022-05-17T11:45:55.009Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestNewClientWithOpsFromEnv [2022-05-17T11:45:55.009Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-17T11:45:55.009Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2022-05-17T11:45:55.009Z] === RUN TestGetAPIPath [2022-05-17T11:45:55.009Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestParseHostURL [2022-05-17T11:45:55.009Z] --- PASS: TestParseHostURL (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-17T11:45:55.009Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersion [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPVersionOverride [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-17T11:45:55.009Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestClientRedirect [2022-05-17T11:45:55.009Z] === RUN TestClientRedirect/GET [2022-05-17T11:45:55.009Z] === RUN TestClientRedirect/POST [2022-05-17T11:45:55.009Z] === RUN TestClientRedirect/PUT [2022-05-17T11:45:55.009Z] === RUN TestClientRedirect/DELETE [2022-05-17T11:45:55.009Z] --- PASS: TestClientRedirect (0.00s) [2022-05-17T11:45:55.009Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-17T11:45:55.009Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-17T11:45:55.009Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-17T11:45:55.009Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigCreateUnsupported [2022-05-17T11:45:55.009Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigCreateError [2022-05-17T11:45:55.009Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigCreate [2022-05-17T11:45:55.009Z] --- PASS: TestConfigCreate (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigInspectNotFound [2022-05-17T11:45:55.009Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigInspectWithEmptyID [2022-05-17T11:45:55.009Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigInspectUnsupported [2022-05-17T11:45:55.009Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigInspectError [2022-05-17T11:45:55.009Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigInspectConfigNotFound [2022-05-17T11:45:55.009Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigInspect [2022-05-17T11:45:55.009Z] --- PASS: TestConfigInspect (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigListUnsupported [2022-05-17T11:45:55.009Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigListError [2022-05-17T11:45:55.009Z] --- PASS: TestConfigListError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigList [2022-05-17T11:45:55.009Z] --- PASS: TestConfigList (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigRemoveUnsupported [2022-05-17T11:45:55.009Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigRemoveError [2022-05-17T11:45:55.009Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigRemove [2022-05-17T11:45:55.009Z] --- PASS: TestConfigRemove (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigUpdateUnsupported [2022-05-17T11:45:55.009Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigUpdateError [2022-05-17T11:45:55.009Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestConfigUpdate [2022-05-17T11:45:55.009Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerCommitError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerCommit [2022-05-17T11:45:55.009Z] --- PASS: TestContainerCommit (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerStatPathError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerStatPathNotFoundError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerStatPathNoHeaderError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerStatPath [2022-05-17T11:45:55.009Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCopyToContainerError [2022-05-17T11:45:55.009Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCopyToContainerNotFoundError [2022-05-17T11:45:55.009Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCopyToContainerEmptyResponse [2022-05-17T11:45:55.009Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCopyToContainer [2022-05-17T11:45:55.009Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCopyFromContainerError [2022-05-17T11:45:55.009Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCopyFromContainerNotFoundError [2022-05-17T11:45:55.009Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-17T11:45:55.009Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-17T11:45:55.009Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestCopyFromContainer [2022-05-17T11:45:55.009Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerCreateError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerCreateImageNotFound [2022-05-17T11:45:55.009Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerCreateWithName [2022-05-17T11:45:55.009Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerCreateAutoRemove [2022-05-17T11:45:55.009Z] --- PASS: TestContainerCreateAutoRemove (0.01s) [2022-05-17T11:45:55.009Z] === RUN TestContainerDiffError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerDiff [2022-05-17T11:45:55.009Z] --- PASS: TestContainerDiff (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerExecCreateError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerExecCreate [2022-05-17T11:45:55.009Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerExecStartError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerExecStart [2022-05-17T11:45:55.009Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerExecInspectError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerExecInspect [2022-05-17T11:45:55.009Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerExportError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerExportError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerExport [2022-05-17T11:45:55.009Z] --- PASS: TestContainerExport (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerInspectError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerInspectContainerNotFound [2022-05-17T11:45:55.009Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerInspectWithEmptyID [2022-05-17T11:45:55.009Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerInspect [2022-05-17T11:45:55.009Z] --- PASS: TestContainerInspect (0.01s) [2022-05-17T11:45:55.009Z] === RUN TestContainerInspectNode [2022-05-17T11:45:55.009Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerKillError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerKillError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerKill [2022-05-17T11:45:55.009Z] --- PASS: TestContainerKill (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerListError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerListError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerList [2022-05-17T11:45:55.009Z] --- PASS: TestContainerList (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerLogsNotFoundError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerLogsError [2022-05-17T11:45:55.009Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-17T11:45:55.009Z] === RUN TestContainerLogs [2022-05-17T11:45:55.021Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:45:55.477Z] --- PASS: TestContainerLogs (0.22s) [2022-05-17T11:45:55.477Z] === RUN TestContainerPauseError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerPause [2022-05-17T11:45:55.477Z] --- PASS: TestContainerPause (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainersPruneError [2022-05-17T11:45:55.477Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainersPrune [2022-05-17T11:45:55.477Z] --- PASS: TestContainersPrune (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerRemoveError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerRemoveNotFoundError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerRemove [2022-05-17T11:45:55.477Z] --- PASS: TestContainerRemove (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerRenameError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerRename [2022-05-17T11:45:55.477Z] --- PASS: TestContainerRename (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerResizeError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerExecResizeError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerResize [2022-05-17T11:45:55.477Z] --- PASS: TestContainerResize (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerExecResize [2022-05-17T11:45:55.477Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerRestartError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerRestart [2022-05-17T11:45:55.477Z] --- PASS: TestContainerRestart (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerStartError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerStartError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerStart [2022-05-17T11:45:55.477Z] --- PASS: TestContainerStart (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerStatsError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerStats [2022-05-17T11:45:55.477Z] --- PASS: TestContainerStats (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerStopError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerStopError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerStop [2022-05-17T11:45:55.477Z] --- PASS: TestContainerStop (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerTopError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerTopError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerTop [2022-05-17T11:45:55.477Z] --- PASS: TestContainerTop (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerUnpauseError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerUnpause [2022-05-17T11:45:55.477Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerUpdateError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerUpdateError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerUpdate [2022-05-17T11:45:55.477Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerWaitError [2022-05-17T11:45:55.477Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestContainerWait [2022-05-17T11:45:55.477Z] --- PASS: TestContainerWait (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestDiskUsageError [2022-05-17T11:45:55.477Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestDiskUsage [2022-05-17T11:45:55.477Z] --- PASS: TestDiskUsage (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestDistributionInspectUnsupported [2022-05-17T11:45:55.477Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestDistributionInspectWithEmptyID [2022-05-17T11:45:55.477Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestEventsErrorInOptions [2022-05-17T11:45:55.477Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestEventsErrorFromServer [2022-05-17T11:45:55.477Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestEvents [2022-05-17T11:45:55.477Z] --- PASS: TestEvents (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestTLSCloseWriter [2022-05-17T11:45:55.477Z] === PAUSE TestTLSCloseWriter [2022-05-17T11:45:55.477Z] === RUN TestImageBuildError [2022-05-17T11:45:55.477Z] --- PASS: TestImageBuildError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageBuild [2022-05-17T11:45:55.477Z] --- PASS: TestImageBuild (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestGetDockerOS [2022-05-17T11:45:55.477Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageCreateError [2022-05-17T11:45:55.477Z] --- PASS: TestImageCreateError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageCreate [2022-05-17T11:45:55.477Z] --- PASS: TestImageCreate (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageHistoryError [2022-05-17T11:45:55.477Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageHistory [2022-05-17T11:45:55.477Z] --- PASS: TestImageHistory (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageImportError [2022-05-17T11:45:55.477Z] --- PASS: TestImageImportError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageImport [2022-05-17T11:45:55.477Z] --- PASS: TestImageImport (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageInspectError [2022-05-17T11:45:55.477Z] --- PASS: TestImageInspectError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageInspectImageNotFound [2022-05-17T11:45:55.477Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageInspectWithEmptyID [2022-05-17T11:45:55.477Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageInspect [2022-05-17T11:45:55.477Z] --- PASS: TestImageInspect (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageListError [2022-05-17T11:45:55.477Z] --- PASS: TestImageListError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageList [2022-05-17T11:45:55.477Z] --- PASS: TestImageList (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageListApiBefore125 [2022-05-17T11:45:55.477Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageLoadError [2022-05-17T11:45:55.477Z] --- PASS: TestImageLoadError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImageLoad [2022-05-17T11:45:55.477Z] --- PASS: TestImageLoad (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagesPruneError [2022-05-17T11:45:55.477Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagesPrune [2022-05-17T11:45:55.477Z] --- PASS: TestImagesPrune (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePullReferenceParseError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePullAnyError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePullWithoutErrors [2022-05-17T11:45:55.477Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePushReferenceError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePushAnyError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-17T11:45:55.477Z] === RUN TestImagePushWithoutErrors [2022-05-17T11:45:55.477Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-17T11:45:55.477Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-17T11:45:55.477Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-17T11:45:55.477Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-17T11:45:55.477Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageRemoveError [2022-05-17T11:45:55.478Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageRemoveImageNotFound [2022-05-17T11:45:55.478Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageRemove [2022-05-17T11:45:55.478Z] --- PASS: TestImageRemove (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageSaveError [2022-05-17T11:45:55.478Z] --- PASS: TestImageSaveError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageSave [2022-05-17T11:45:55.478Z] --- PASS: TestImageSave (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageSearchAnyError [2022-05-17T11:45:55.478Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-17T11:45:55.478Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-17T11:45:55.478Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-17T11:45:55.478Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-17T11:45:55.478Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageSearchWithoutErrors [2022-05-17T11:45:55.478Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageTagError [2022-05-17T11:45:55.478Z] --- PASS: TestImageTagError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageTagInvalidReference [2022-05-17T11:45:55.478Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageTagInvalidSourceImageName [2022-05-17T11:45:55.478Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageTagHexSource [2022-05-17T11:45:55.478Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestImageTag [2022-05-17T11:45:55.478Z] --- PASS: TestImageTag (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestInfoServerError [2022-05-17T11:45:55.478Z] --- PASS: TestInfoServerError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestInfoInvalidResponseJSONError [2022-05-17T11:45:55.478Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestInfo [2022-05-17T11:45:55.478Z] --- PASS: TestInfo (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkConnectError [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkConnect [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkCreateError [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkCreate [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkDisconnectError [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkDisconnect [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkInspect [2022-05-17T11:45:55.478Z] === RUN TestNetworkInspect/empty_ID [2022-05-17T11:45:55.478Z] === RUN TestNetworkInspect/no_options [2022-05-17T11:45:55.478Z] === RUN TestNetworkInspect/verbose [2022-05-17T11:45:55.478Z] === RUN TestNetworkInspect/global_scope [2022-05-17T11:45:55.478Z] === RUN TestNetworkInspect/unknown_network [2022-05-17T11:45:55.478Z] === RUN TestNetworkInspect/server_error [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkInspect (0.01s) [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkListError [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkListError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkList [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkList (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworksPruneError [2022-05-17T11:45:55.478Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworksPrune [2022-05-17T11:45:55.478Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkRemoveError [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNetworkRemove [2022-05-17T11:45:55.478Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeInspectError [2022-05-17T11:45:55.478Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeInspectNodeNotFound [2022-05-17T11:45:55.478Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeInspectWithEmptyID [2022-05-17T11:45:55.478Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeInspect [2022-05-17T11:45:55.478Z] --- PASS: TestNodeInspect (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeListError [2022-05-17T11:45:55.478Z] --- PASS: TestNodeListError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeList [2022-05-17T11:45:55.478Z] --- PASS: TestNodeList (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeRemoveError [2022-05-17T11:45:55.478Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeRemove [2022-05-17T11:45:55.478Z] --- PASS: TestNodeRemove (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeUpdateError [2022-05-17T11:45:55.478Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestNodeUpdate [2022-05-17T11:45:55.478Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestOptionWithHostFromEnv [2022-05-17T11:45:55.478Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestOptionWithTimeout [2022-05-17T11:45:55.478Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestOptionWithVersionFromEnv [2022-05-17T11:45:55.478Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPingFail [2022-05-17T11:45:55.478Z] --- PASS: TestPingFail (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPingWithError [2022-05-17T11:45:55.478Z] 2022/05/17 11:45:55 RoundTripper returned a response & error; ignoring response [2022-05-17T11:45:55.478Z] 2022/05/17 11:45:55 RoundTripper returned a response & error; ignoring response [2022-05-17T11:45:55.478Z] --- PASS: TestPingWithError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPingSuccess [2022-05-17T11:45:55.478Z] --- PASS: TestPingSuccess (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPingHeadFallback [2022-05-17T11:45:55.478Z] === RUN TestPingHeadFallback/OK [2022-05-17T11:45:55.478Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-17T11:45:55.478Z] === RUN TestPingHeadFallback/Not_Found [2022-05-17T11:45:55.478Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-17T11:45:55.478Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-17T11:45:55.478Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginDisableError [2022-05-17T11:45:55.478Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginDisable [2022-05-17T11:45:55.478Z] --- PASS: TestPluginDisable (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginEnableError [2022-05-17T11:45:55.478Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginEnable [2022-05-17T11:45:55.478Z] --- PASS: TestPluginEnable (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginInspectError [2022-05-17T11:45:55.478Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginInspectWithEmptyID [2022-05-17T11:45:55.478Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginInspect [2022-05-17T11:45:55.478Z] --- PASS: TestPluginInspect (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginListError [2022-05-17T11:45:55.478Z] --- PASS: TestPluginListError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginList [2022-05-17T11:45:55.478Z] --- PASS: TestPluginList (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginPushError [2022-05-17T11:45:55.478Z] --- PASS: TestPluginPushError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginPush [2022-05-17T11:45:55.478Z] --- PASS: TestPluginPush (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginRemoveError [2022-05-17T11:45:55.478Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginRemove [2022-05-17T11:45:55.478Z] --- PASS: TestPluginRemove (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginSetError [2022-05-17T11:45:55.478Z] --- PASS: TestPluginSetError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPluginSet [2022-05-17T11:45:55.478Z] --- PASS: TestPluginSet (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSetHostHeader [2022-05-17T11:45:55.478Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestPlainTextError [2022-05-17T11:45:55.478Z] --- PASS: TestPlainTextError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestInfiniteError [2022-05-17T11:45:55.478Z] --- PASS: TestInfiniteError (0.04s) [2022-05-17T11:45:55.478Z] === RUN TestCanceledContext [2022-05-17T11:45:55.478Z] 2022/05/17 11:45:55 RoundTripper returned a response & error; ignoring response [2022-05-17T11:45:55.478Z] --- PASS: TestCanceledContext (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestDeadlineExceededContext [2022-05-17T11:45:55.478Z] 2022/05/17 11:45:55 RoundTripper returned a response & error; ignoring response [2022-05-17T11:45:55.478Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretCreateUnsupported [2022-05-17T11:45:55.478Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretCreateError [2022-05-17T11:45:55.478Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretCreate [2022-05-17T11:45:55.478Z] --- PASS: TestSecretCreate (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretInspectUnsupported [2022-05-17T11:45:55.478Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretInspectError [2022-05-17T11:45:55.478Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretInspectSecretNotFound [2022-05-17T11:45:55.478Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretInspectWithEmptyID [2022-05-17T11:45:55.478Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretInspect [2022-05-17T11:45:55.478Z] --- PASS: TestSecretInspect (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretListUnsupported [2022-05-17T11:45:55.478Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretListError [2022-05-17T11:45:55.478Z] --- PASS: TestSecretListError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretList [2022-05-17T11:45:55.478Z] --- PASS: TestSecretList (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretRemoveUnsupported [2022-05-17T11:45:55.478Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretRemoveError [2022-05-17T11:45:55.478Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretRemove [2022-05-17T11:45:55.478Z] --- PASS: TestSecretRemove (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretUpdateUnsupported [2022-05-17T11:45:55.478Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretUpdateError [2022-05-17T11:45:55.478Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSecretUpdate [2022-05-17T11:45:55.478Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceCreateError [2022-05-17T11:45:55.478Z] --- PASS: TestServiceCreateError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceCreate [2022-05-17T11:45:55.478Z] --- PASS: TestServiceCreate (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-17T11:45:55.478Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceCreateDigestPinning [2022-05-17T11:45:55.478Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceInspectError [2022-05-17T11:45:55.478Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceInspectServiceNotFound [2022-05-17T11:45:55.478Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceInspectWithEmptyID [2022-05-17T11:45:55.478Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceInspect [2022-05-17T11:45:55.478Z] --- PASS: TestServiceInspect (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceListError [2022-05-17T11:45:55.478Z] --- PASS: TestServiceListError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceList [2022-05-17T11:45:55.478Z] --- PASS: TestServiceList (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceLogsError [2022-05-17T11:45:55.478Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceLogs [2022-05-17T11:45:55.478Z] --- PASS: TestServiceLogs (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceRemoveError [2022-05-17T11:45:55.478Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceRemoveNotFoundError [2022-05-17T11:45:55.478Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceRemove [2022-05-17T11:45:55.478Z] --- PASS: TestServiceRemove (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceUpdateError [2022-05-17T11:45:55.478Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestServiceUpdate [2022-05-17T11:45:55.478Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmGetUnlockKeyError [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmGetUnlockKey [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmInitError [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmInit [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmInit (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmInspectError [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmInspect [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmJoinError [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmJoin [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmLeaveError [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmLeave [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmUnlockError [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmUnlock [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmUpdateError [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestSwarmUpdate [2022-05-17T11:45:55.478Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestTaskInspectError [2022-05-17T11:45:55.478Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestTaskInspectWithEmptyID [2022-05-17T11:45:55.478Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestTaskInspect [2022-05-17T11:45:55.478Z] --- PASS: TestTaskInspect (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestTaskListError [2022-05-17T11:45:55.478Z] --- PASS: TestTaskListError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestTaskList [2022-05-17T11:45:55.478Z] --- PASS: TestTaskList (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestVolumeCreateError [2022-05-17T11:45:55.478Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestVolumeCreate [2022-05-17T11:45:55.478Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestVolumeInspectError [2022-05-17T11:45:55.478Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestVolumeInspectNotFound [2022-05-17T11:45:55.478Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestVolumeInspectWithEmptyID [2022-05-17T11:45:55.478Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestVolumeInspect [2022-05-17T11:45:55.478Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-17T11:45:55.478Z] === RUN TestVolumeListError [2022-05-17T11:45:55.478Z] --- PASS: TestVolumeListError (0.00s) [2022-05-17T11:45:55.479Z] === RUN TestVolumeList [2022-05-17T11:45:55.479Z] --- PASS: TestVolumeList (0.00s) [2022-05-17T11:45:55.479Z] === RUN TestVolumeRemoveError [2022-05-17T11:45:55.479Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-17T11:45:55.479Z] === RUN TestVolumeRemove [2022-05-17T11:45:55.479Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-17T11:45:55.479Z] === RUN TestVolumeUpdateError [2022-05-17T11:45:55.479Z] --- PASS: TestVolumeUpdateError (0.00s) [2022-05-17T11:45:55.479Z] === RUN TestVolumeUpdate [2022-05-17T11:45:55.479Z] --- PASS: TestVolumeUpdate (0.00s) [2022-05-17T11:45:55.479Z] === CONT TestTLSCloseWriter [2022-05-17T11:45:55.479Z] --- PASS: TestTLSCloseWriter (0.06s) [2022-05-17T11:45:55.479Z] PASS [2022-05-17T11:45:55.479Z] coverage: 75.1% of statements [2022-05-17T11:45:55.479Z] ok github.com/docker/docker/client 0.559s coverage: 75.1% of statements [2022-05-17T11:45:56.396Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:45:56.654Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-17T11:45:56.912Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-17T11:45:57.849Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-17T11:45:57.849Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-17T11:45:57.849Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-05-17T11:45:58.785Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-17T11:45:59.352Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-17T11:45:59.352Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:46:00.289Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-17T11:46:01.089Z] --- PASS: TestServiceWithDataPathPortInit (13.75s) [2022-05-17T11:46:01.090Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-17T11:46:01.223Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-17T11:46:02.030Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:p0jlzrwecbi9mdxoyika94ltd Created:2022-05-17 11:46:00.78315971 +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[3a6b95a8c9e5b1cbeaf589207e88b44e722a73fe871895b89f9defd841437a62:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.w5c4hzww1y6r7a0nb689b71x0 EndpointID:c1f20166e8e1a66689fad59e80377de148e64ac19f0722f0924d6417add6b2ea MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:71d4b33ff5433f5801f8d3e215853d06bc442468c1f61beac7cbe4b30508dc99 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:88dbd187ad05 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.w5c4hzww1y6r7a0nb689b71x0 EndpointID:c1f20166e8e1a66689fad59e80377de148e64ac19f0722f0924d6417add6b2ea EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-17T11:46:02.597Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-17T11:46:02.804Z] ok github.com/docker/docker/api/server 0.015s coverage: 7.9% of statements [2022-05-17T11:46:03.530Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-17T11:46:03.530Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-17T11:46:04.469Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-17T11:46:04.469Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-05-17T11:46:06.231Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.78s) [2022-05-17T11:46:06.231Z] PASS [2022-05-17T11:46:06.231Z] [2022-05-17T11:46:06.231Z] === Skipped [2022-05-17T11:46:06.231Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:46:06.231Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:46:06.231Z] [2022-05-17T11:46:06.231Z] DONE 38 tests, 1 skipped in 43.327s [2022-05-17T11:46:06.231Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-17T11:46:06.231Z] ++ 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-17T11:46:06.231Z] ++ set -e [2022-05-17T11:46:06.231Z] ++ '[' -n 0 ']' [2022-05-17T11:46:06.231Z] ++ set -x [2022-05-17T11:46:06.231Z] ++ 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-17T11:46:06.491Z] INFO: Testing against a local daemon [2022-05-17T11:46:06.491Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-17T11:46:06.491Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:46:06.491Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-17T11:46:06.491Z] === RUN TestDockerNetworkIpvlan [2022-05-17T11:46:06.491Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:46:06.491Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-17T11:46:06.491Z] PASS [2022-05-17T11:46:06.491Z] [2022-05-17T11:46:06.491Z] === Skipped [2022-05-17T11:46:06.491Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-17T11:46:06.491Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:46:06.491Z] [2022-05-17T11:46:06.491Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-17T11:46:06.491Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:46:06.491Z] [2022-05-17T11:46:06.491Z] DONE 2 tests, 2 skipped in 0.089s [2022-05-17T11:46:06.491Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-17T11:46:06.491Z] ++ 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-17T11:46:06.491Z] ++ set -e [2022-05-17T11:46:06.491Z] ++ '[' -n 0 ']' [2022-05-17T11:46:06.491Z] ++ set -x [2022-05-17T11:46:06.491Z] ++ 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-17T11:46:06.491Z] INFO: Testing against a local daemon [2022-05-17T11:46:06.491Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-17T11:46:07.000Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-17T11:46:07.000Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-17T11:46:07.877Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2022-05-17T11:46:07.877Z] === RUN TestDockerNetworkMacvlan [2022-05-17T11:46:07.934Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-17T11:46:08.448Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-17T11:46:08.870Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-17T11:46:09.129Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-17T11:46:09.389Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-17T11:46:09.959Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-17T11:46:11.031Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-17T11:46:11.597Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-17T11:46:11.856Z] check_test.go:307: [d8138f3ccd347] daemon is not started [2022-05-17T11:46:11.856Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-05-17T11:46:11.870Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-17T11:46:12.791Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-17T11:46:13.781Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-17T11:46:14.695Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-17T11:46:14.695Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers (0.01s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.14s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.32s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.77s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.56s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.05s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.09s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.67s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.53s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.01s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.74s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.64s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.69s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.68s) [2022-05-17T11:46:16.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.36s) [2022-05-17T11:46:16.621Z] === RUN TestCgroupNamespacesRun [2022-05-17T11:46:16.703Z] --- PASS: TestCheckoutGit (37.43s) [2022-05-17T11:46:16.703Z] === RUN TestValidGitTransport [2022-05-17T11:46:16.703Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-17T11:46:16.703Z] === RUN TestGitInvalidRef [2022-05-17T11:46:16.703Z] --- PASS: TestGitInvalidRef (0.25s) [2022-05-17T11:46:16.703Z] PASS [2022-05-17T11:46:16.703Z] coverage: 86.3% of statements [2022-05-17T11:46:16.703Z] ok github.com/docker/docker/builder/remotecontext/git 37.752s coverage: 86.3% of statements [2022-05-17T11:46:16.703Z] ? github.com/docker/docker/cli [no test files] [2022-05-17T11:46:16.703Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-17T11:46:16.703Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-17T11:46:16.703Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-17T11:46:17.080Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-17T11:46:17.341Z] --- PASS: TestDockerNetworkMacvlan (9.44s) [2022-05-17T11:46:17.341Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-05-17T11:46:17.341Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-05-17T11:46:17.341Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2022-05-17T11:46:17.341Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.80s) [2022-05-17T11:46:17.341Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.97s) [2022-05-17T11:46:17.341Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-05-17T11:46:17.341Z] PASS [2022-05-17T11:46:17.341Z] [2022-05-17T11:46:17.341Z] DONE 8 tests in 10.915s [2022-05-17T11:46:17.341Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-17T11:46:17.341Z] ++ 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-17T11:46:17.341Z] ++ set -e [2022-05-17T11:46:17.341Z] ++ '[' -n 0 ']' [2022-05-17T11:46:17.341Z] ++ set -x [2022-05-17T11:46:17.341Z] ++ 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-17T11:46:17.341Z] testing: warning: no tests to run [2022-05-17T11:46:17.341Z] PASS [2022-05-17T11:46:17.341Z] [2022-05-17T11:46:17.341Z] DONE 0 tests in 0.024s [2022-05-17T11:46:17.341Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-17T11:46:17.341Z] ++ 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-17T11:46:17.341Z] ++ set -e [2022-05-17T11:46:17.341Z] ++ '[' -n 0 ']' [2022-05-17T11:46:17.341Z] ++ set -x [2022-05-17T11:46:17.341Z] ++ 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-17T11:46:17.341Z] INFO: Testing against a local daemon [2022-05-17T11:46:17.341Z] === RUN TestAuthZPluginAllowRequest [2022-05-17T11:46:18.745Z] --- PASS: TestAuthZPluginAllowRequest (1.19s) [2022-05-17T11:46:18.745Z] === RUN TestAuthZPluginTLS [2022-05-17T11:46:19.156Z] --- PASS: TestCgroupNamespacesRun (2.07s) [2022-05-17T11:46:19.156Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-17T11:46:19.332Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-05-17T11:46:19.332Z] === RUN TestAuthZPluginDenyRequest [2022-05-17T11:46:19.704Z] --- PASS: TestServicePlugin (30.05s) [2022-05-17T11:46:19.705Z] === RUN TestServiceUpdateLabel [2022-05-17T11:46:19.928Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-05-17T11:46:19.928Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-17T11:46:20.188Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-05-17T11:46:20.188Z] === RUN TestAuthZPluginDenyResponse [2022-05-17T11:46:20.265Z] --- PASS: TestServiceUpdateLabel (2.28s) [2022-05-17T11:46:20.265Z] === RUN TestServiceUpdateSecrets [2022-05-17T11:46:20.533Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2022-05-17T11:46:20.533Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-17T11:46:20.759Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-05-17T11:46:20.759Z] === RUN TestAuthZPluginAllowEventStream [2022-05-17T11:46:22.143Z] --- PASS: TestAuthZPluginAllowEventStream (1.14s) [2022-05-17T11:46:22.143Z] === RUN TestAuthZPluginErrorResponse [2022-05-17T11:46:22.403Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-05-17T11:46:22.403Z] === RUN TestAuthZPluginErrorRequest [2022-05-17T11:46:22.435Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.91s) [2022-05-17T11:46:22.435Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-17T11:46:22.974Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-17T11:46:22.974Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-17T11:46:23.543Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-05-17T11:46:23.543Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-17T11:46:24.336Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-17T11:46:24.595Z] --- PASS: TestCgroupNamespacesRunHostMode (2.08s) [2022-05-17T11:46:24.595Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-17T11:46:24.926Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2022-05-17T11:46:24.926Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-17T11:46:26.308Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.39s) [2022-05-17T11:46:26.308Z] === RUN TestAuthZPluginHeader [2022-05-17T11:46:26.499Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.98s) [2022-05-17T11:46:26.499Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-17T11:46:26.878Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-05-17T11:46:26.878Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-17T11:46:27.113Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestConfigureDaemonLogs [2022-05-17T11:46:27.113Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestCommonOptionsInstallFlags [2022-05-17T11:46:27.113Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-17T11:46:27.113Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-17T11:46:27.113Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-17T11:46:27.113Z] PASS [2022-05-17T11:46:27.113Z] coverage: 19.7% of statements [2022-05-17T11:46:27.113Z] ok github.com/docker/docker/cmd/dockerd 0.234s coverage: 19.7% of statements [2022-05-17T11:46:27.113Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-17T11:46:27.113Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-17T11:46:27.139Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:27.139Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2022-05-17T11:46:27.139Z] === RUN TestAuthZPluginV2Disable [2022-05-17T11:46:27.139Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:27.139Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-05-17T11:46:27.139Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-17T11:46:27.139Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:27.139Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-17T11:46:27.139Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-17T11:46:27.139Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:27.139Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-17T11:46:27.139Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-17T11:46:28.424Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-17T11:46:28.424Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.95s) [2022-05-17T11:46:28.424Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-17T11:46:28.674Z] === RUN TestContainerStopSignal [2022-05-17T11:46:28.674Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestContainerStopTimeout [2022-05-17T11:46:28.674Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-17T11:46:28.674Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-17T11:46:28.674Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-17T11:46:28.674Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-05-17T11:46:28.674Z] === RUN TestReplaceAndAppendEnvVars [2022-05-17T11:46:28.674Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-17T11:46:28.674Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestNewMemoryStore [2022-05-17T11:46:28.674Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestAddContainers [2022-05-17T11:46:28.674Z] --- PASS: TestAddContainers (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestGetContainer [2022-05-17T11:46:28.674Z] --- PASS: TestGetContainer (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestDeleteContainer [2022-05-17T11:46:28.674Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestListContainers [2022-05-17T11:46:28.674Z] --- PASS: TestListContainers (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestFirstContainer [2022-05-17T11:46:28.674Z] --- PASS: TestFirstContainer (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestApplyAllContainer [2022-05-17T11:46:28.674Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestIsValidHealthString [2022-05-17T11:46:28.674Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestStateRunStop [2022-05-17T11:46:28.674Z] --- PASS: TestStateRunStop (0.00s) [2022-05-17T11:46:28.674Z] === RUN TestStateTimeoutWait [2022-05-17T11:46:29.142Z] state_test.go:141: Stop callback fired [2022-05-17T11:46:29.142Z] state_test.go:165: Stop callback fired [2022-05-17T11:46:29.142Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-17T11:46:29.142Z] === RUN TestIsValidStateString [2022-05-17T11:46:29.142Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-17T11:46:29.142Z] === RUN TestViewSaveDelete [2022-05-17T11:46:29.142Z] --- PASS: TestViewSaveDelete (0.02s) [2022-05-17T11:46:29.142Z] === RUN TestViewAll [2022-05-17T11:46:29.142Z] --- PASS: TestViewAll (0.01s) [2022-05-17T11:46:29.142Z] === RUN TestViewGet [2022-05-17T11:46:29.142Z] --- PASS: TestViewGet (0.01s) [2022-05-17T11:46:29.142Z] === RUN TestNames [2022-05-17T11:46:29.142Z] --- PASS: TestNames (0.00s) [2022-05-17T11:46:29.142Z] === RUN TestViewWithHealthCheck [2022-05-17T11:46:29.142Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-17T11:46:29.142Z] PASS [2022-05-17T11:46:29.142Z] coverage: 41.5% of statements [2022-05-17T11:46:29.142Z] ok github.com/docker/docker/container 0.257s coverage: 41.5% of statements [2022-05-17T11:46:29.142Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-17T11:46:29.142Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-17T11:46:29.142Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-17T11:46:29.142Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-17T11:46:29.392Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-05-17T11:46:29.392Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.01s) [2022-05-17T11:46:29.392Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-17T11:46:29.609Z] === RUN TestPrepare [2022-05-17T11:46:29.609Z] --- PASS: TestPrepare (0.00s) [2022-05-17T11:46:29.609Z] === RUN TestStart [2022-05-17T11:46:29.609Z] --- PASS: TestStart (0.00s) [2022-05-17T11:46:29.609Z] === RUN TestWaitCancel [2022-05-17T11:46:29.609Z] --- PASS: TestWaitCancel (0.00s) [2022-05-17T11:46:29.609Z] === RUN TestWaitDisabled [2022-05-17T11:46:29.609Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-17T11:46:29.609Z] === RUN TestWaitEnabled [2022-05-17T11:46:29.609Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-17T11:46:29.609Z] === RUN TestRemove [2022-05-17T11:46:29.609Z] --- PASS: TestRemove (0.00s) [2022-05-17T11:46:29.609Z] PASS [2022-05-17T11:46:29.609Z] coverage: 65.3% of statements [2022-05-17T11:46:29.609Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.072s coverage: 65.3% of statements [2022-05-17T11:46:31.160Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:46:31.160Z] INFO: Testing against a local daemon [2022-05-17T11:46:31.160Z] === RUN TestBuildWithSession [2022-05-17T11:46:31.160Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:46:31.160Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-17T11:46:31.160Z] === RUN TestBuildSquashParent [2022-05-17T11:46:31.160Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:46:31.160Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-17T11:46:31.160Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-17T11:46:31.160Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:46:31.160Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:46:31.160Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:46:31.160Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:46:31.160Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:46:31.160Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:46:31.160Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:46:31.160Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:46:31.160Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:46:31.160Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:46:31.160Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:46:31.160Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:46:31.160Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:46:31.160Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:46:31.160Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:46:31.160Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:46:31.301Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-17T11:46:31.301Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.65s) [2022-05-17T11:46:31.301Z] === RUN TestNISDomainname [2022-05-17T11:46:31.301Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-17T11:46:31.559Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-05-17T11:46:32.125Z] --- PASS: TestNISDomainname (1.02s) [2022-05-17T11:46:32.125Z] === RUN TestHostnameDnsResolution [2022-05-17T11:46:32.692Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-05-17T11:46:33.260Z] --- PASS: TestHostnameDnsResolution (1.15s) [2022-05-17T11:46:33.260Z] === RUN TestUnprivilegedPortsAndPing [2022-05-17T11:46:33.519Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-17T11:46:34.085Z] --- PASS: TestUnprivilegedPortsAndPing (0.92s) [2022-05-17T11:46:34.085Z] === RUN TestPrivilegedHostDevices [2022-05-17T11:46:34.363Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-17T11:46:34.363Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-17T11:46:34.363Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-17T11:46:34.363Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestTopologyFromGRPC [2022-05-17T11:46:34.363Z] --- PASS: TestTopologyFromGRPC (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestCapacityRangeFromGRPC [2022-05-17T11:46:34.363Z] --- PASS: TestCapacityRangeFromGRPC (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestVolumeAvailabilityFromGRPC [2022-05-17T11:46:34.363Z] === RUN TestVolumeAvailabilityFromGRPC/Active [2022-05-17T11:46:34.363Z] === RUN TestVolumeAvailabilityFromGRPC/Pause [2022-05-17T11:46:34.363Z] === RUN TestVolumeAvailabilityFromGRPC/Drain [2022-05-17T11:46:34.363Z] --- PASS: TestVolumeAvailabilityFromGRPC (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestVolumeAvailabilityFromGRPC/Active (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestVolumeAvailabilityFromGRPC/Pause (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestVolumeAvailabilityFromGRPC/Drain (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestAccessModeFromGRPC [2022-05-17T11:46:34.363Z] === RUN TestAccessModeFromGRPC/MountVolume [2022-05-17T11:46:34.363Z] === RUN TestAccessModeFromGRPC/BlockVolume [2022-05-17T11:46:34.363Z] --- PASS: TestAccessModeFromGRPC (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestAccessModeFromGRPC/MountVolume (0.00s) [2022-05-17T11:46:34.363Z] --- PASS: TestAccessModeFromGRPC/BlockVolume (0.00s) [2022-05-17T11:46:34.363Z] === RUN TestVolumeCreateToGRPC [2022-05-17T11:46:34.363Z] --- PASS: TestVolumeCreateToGRPC (0.00s) [2022-05-17T11:46:34.363Z] PASS [2022-05-17T11:46:34.363Z] coverage: 36.9% of statements [2022-05-17T11:46:34.831Z] ok github.com/docker/docker/daemon/cluster/convert 0.750s coverage: 36.9% of statements [2022-05-17T11:46:34.831Z] === RUN TestNewListSecretsFilters [2022-05-17T11:46:34.831Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-17T11:46:34.831Z] === RUN TestNewListConfigsFilters [2022-05-17T11:46:34.831Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-17T11:46:34.831Z] PASS [2022-05-17T11:46:34.831Z] coverage: 0.5% of statements [2022-05-17T11:46:34.831Z] ok github.com/docker/docker/daemon/cluster 1.592s coverage: 0.5% of statements [2022-05-17T11:46:35.019Z] --- PASS: TestPrivilegedHostDevices (0.92s) [2022-05-17T11:46:35.019Z] === RUN TestStats [2022-05-17T11:46:35.095Z] --- PASS: TestServiceUpdateSecrets (14.49s) [2022-05-17T11:46:35.095Z] === RUN TestServiceUpdateConfigs [2022-05-17T11:46:35.953Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-17T11:46:37.132Z] === RUN TestWaitNodeAttachment [2022-05-17T11:46:37.452Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-05-17T11:46:37.599Z] --- PASS: TestWaitNodeAttachment (0.52s) [2022-05-17T11:46:37.599Z] === RUN TestIsolationConversion [2022-05-17T11:46:37.599Z] === RUN TestIsolationConversion/default [2022-05-17T11:46:37.599Z] === RUN TestIsolationConversion/process [2022-05-17T11:46:37.599Z] === RUN TestIsolationConversion/hyperv [2022-05-17T11:46:37.599Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-17T11:46:37.599Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-17T11:46:37.599Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-17T11:46:37.599Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-17T11:46:37.599Z] === RUN TestContainerLabels [2022-05-17T11:46:37.599Z] --- PASS: TestContainerLabels (0.00s) [2022-05-17T11:46:37.599Z] === RUN TestCredentialSpecConversion [2022-05-17T11:46:37.599Z] === RUN TestCredentialSpecConversion/none [2022-05-17T11:46:37.599Z] === RUN TestCredentialSpecConversion/config [2022-05-17T11:46:37.599Z] === RUN TestCredentialSpecConversion/file [2022-05-17T11:46:37.599Z] === RUN TestCredentialSpecConversion/registry [2022-05-17T11:46:37.599Z] --- PASS: TestCredentialSpecConversion (0.02s) [2022-05-17T11:46:37.599Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-17T11:46:37.599Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-17T11:46:37.599Z] --- PASS: TestCredentialSpecConversion/file (0.01s) [2022-05-17T11:46:37.599Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-17T11:46:37.599Z] === RUN TestControllerValidateMountBind [2022-05-17T11:46:37.599Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-17T11:46:37.599Z] === RUN TestControllerValidateMountVolume [2022-05-17T11:46:37.599Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-17T11:46:37.599Z] === RUN TestControllerValidateMountTarget [2022-05-17T11:46:37.599Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-17T11:46:37.599Z] === RUN TestControllerValidateMountTmpfs [2022-05-17T11:46:37.599Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-17T11:46:37.599Z] === RUN TestControllerValidateMountInvalidType [2022-05-17T11:46:37.599Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-17T11:46:37.599Z] === RUN TestControllerValidateMountNamedPipe [2022-05-17T11:46:37.599Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-17T11:46:37.599Z] PASS [2022-05-17T11:46:37.599Z] coverage: 10.7% of statements [2022-05-17T11:46:37.599Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.797s coverage: 10.7% of statements [2022-05-17T11:46:37.599Z] === RUN TestBuilderGC [2022-05-17T11:46:37.599Z] --- PASS: TestBuilderGC (0.00s) [2022-05-17T11:46:37.599Z] === RUN TestDaemonConfigurationNotFound [2022-05-17T11:46:38.017Z] --- PASS: TestStats (2.84s) [2022-05-17T11:46:38.017Z] === RUN TestStopContainerWithTimeout [2022-05-17T11:46:38.017Z] === RUN TestStopContainerWithTimeout/0 [2022-05-17T11:46:38.017Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-17T11:46:38.017Z] === RUN TestStopContainerWithTimeout/1 [2022-05-17T11:46:38.017Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-17T11:46:38.017Z] === RUN TestStopContainerWithTimeout/3 [2022-05-17T11:46:38.017Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-17T11:46:38.017Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-17T11:46:38.017Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-17T11:46:38.017Z] === CONT TestStopContainerWithTimeout/0 [2022-05-17T11:46:38.017Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestDaemonBrokenConfiguration [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestFindConfigurationConflicts [2022-05-17T11:46:38.066Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-17T11:46:38.066Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-17T11:46:38.066Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-17T11:46:38.066Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-17T11:46:38.066Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-17T11:46:38.066Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-17T11:46:38.066Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-17T11:46:38.066Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_label [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_dns [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_hosts [2022-05-17T11:46:38.066Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-17T11:46:38.066Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestReloadSetConfigFileNotExist [2022-05-17T11:46:38.066Z] time="2022-05-17T11:46:37Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-17T11:46:38.066Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-05-17T11:46:38.066Z] === RUN TestReloadDefaultConfigNotExist [2022-05-17T11:46:38.066Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:46:38.066Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestReloadBadDefaultConfig [2022-05-17T11:46:38.066Z] time="2022-05-17T11:46:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3091768524" [2022-05-17T11:46:38.066Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestReloadWithConflictingLabels [2022-05-17T11:46:38.066Z] time="2022-05-17T11:46:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3363263417" [2022-05-17T11:46:38.066Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestReloadWithDuplicateLabels [2022-05-17T11:46:38.066Z] time="2022-05-17T11:46:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2685018008" [2022-05-17T11:46:38.066Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-17T11:46:38.066Z] === RUN TestMaskURLCredentials [2022-05-17T11:46:38.066Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-17T11:46:38.067Z] === RUN TestDaemonConfigurationMerge [2022-05-17T11:46:38.067Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-17T11:46:38.067Z] PASS [2022-05-17T11:46:38.067Z] coverage: 79.8% of statements [2022-05-17T11:46:38.067Z] ok github.com/docker/docker/daemon/config 0.417s coverage: 79.8% of statements [2022-05-17T11:46:38.534Z] === RUN TestEventsLog [2022-05-17T11:46:38.534Z] --- PASS: TestEventsLog (0.00s) [2022-05-17T11:46:38.534Z] === RUN TestEventsLogTimeout [2022-05-17T11:46:38.534Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-17T11:46:38.534Z] === RUN TestLogEvents [2022-05-17T11:46:38.534Z] --- PASS: TestLogEvents (0.05s) [2022-05-17T11:46:38.534Z] === RUN TestLoadBufferedEvents [2022-05-17T11:46:38.534Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-05-17T11:46:38.534Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-17T11:46:38.534Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-17T11:46:38.534Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-17T11:46:38.534Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-17T11:46:38.534Z] PASS [2022-05-17T11:46:38.534Z] coverage: 50.0% of statements [2022-05-17T11:46:38.534Z] ok github.com/docker/docker/daemon/events 0.307s coverage: 50.0% of statements [2022-05-17T11:46:39.391Z] === CONT TestStopContainerWithTimeout/3 [2022-05-17T11:46:39.518Z] === RUN TestIsEmptyDir [2022-05-17T11:46:39.518Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-17T11:46:39.518Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-17T11:46:39.518Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-17T11:46:39.518Z] PASS [2022-05-17T11:46:39.518Z] coverage: 2.3% of statements [2022-05-17T11:46:39.518Z] ok github.com/docker/docker/daemon/graphdriver 0.118s coverage: 2.3% of statements [2022-05-17T11:46:39.723Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:46:39.958Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-05-17T11:46:39.985Z] === RUN TestLinkNaming [2022-05-17T11:46:39.985Z] --- PASS: TestLinkNaming (0.00s) [2022-05-17T11:46:39.985Z] === RUN TestLinkNew [2022-05-17T11:46:39.985Z] --- PASS: TestLinkNew (0.00s) [2022-05-17T11:46:39.985Z] === RUN TestLinkEnv [2022-05-17T11:46:39.985Z] --- PASS: TestLinkEnv (0.00s) [2022-05-17T11:46:39.985Z] === RUN TestLinkMultipleEnv [2022-05-17T11:46:39.985Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-17T11:46:39.985Z] === RUN TestLinkPortRangeEnv [2022-05-17T11:46:39.985Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-17T11:46:39.985Z] PASS [2022-05-17T11:46:39.985Z] coverage: 93.0% of statements [2022-05-17T11:46:39.985Z] ok github.com/docker/docker/daemon/links 0.043s coverage: 93.0% of statements [2022-05-17T11:46:40.217Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-17T11:46:40.452Z] === RUN TestVerifyNetworkingConfig [2022-05-17T11:46:40.452Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-17T11:46:40.452Z] === RUN TestGetContainer [2022-05-17T11:46:40.452Z] --- PASS: TestGetContainer (0.00s) [2022-05-17T11:46:40.452Z] === RUN TestValidContainerNames [2022-05-17T11:46:40.452Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-17T11:46:40.452Z] === RUN TestContainerInitDNS [2022-05-17T11:46:40.452Z] daemon_test.go:145: root required [2022-05-17T11:46:40.452Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestMerge [2022-05-17T11:46:40.919Z] --- PASS: TestMerge (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestValidateContainerIsolation [2022-05-17T11:46:40.919Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestFindNetworkErrorType [2022-05-17T11:46:40.919Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestEnsureServicesExist [2022-05-17T11:46:40.919Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-05-17T11:46:40.919Z] === RUN TestEnsureServicesExistErrors [2022-05-17T11:46:40.919Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-17T11:46:40.919Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-17T11:46:40.919Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-17T11:46:40.919Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestContainerDelete [2022-05-17T11:46:40.919Z] --- PASS: TestContainerDelete (0.01s) [2022-05-17T11:46:40.919Z] === RUN TestContainerDoubleDelete [2022-05-17T11:46:40.919Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestLogContainerEventCopyLabels [2022-05-17T11:46:40.919Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestLogContainerEventWithAttributes [2022-05-17T11:46:40.919Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestNoneHealthcheck [2022-05-17T11:46:40.919Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestHealthStates [2022-05-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] time="2022-05-17T11:46:40Z" 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-17T11:46:40.919Z] --- PASS: TestHealthStates (0.21s) [2022-05-17T11:46:40.919Z] === RUN TestGetInspectData [2022-05-17T11:46:40.919Z] --- PASS: TestGetInspectData (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestFillLicense [2022-05-17T11:46:40.919Z] --- PASS: TestFillLicense (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestListInvalidFilter [2022-05-17T11:46:40.919Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestNameFilter [2022-05-17T11:46:40.919Z] --- PASS: TestNameFilter (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-17T11:46:40.919Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-17T11:46:40.919Z] === 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-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-17T11:46:40.919Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-17T11:46:40.919Z] --- 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-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-17T11:46:40.919Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-17T11:46:40.919Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-17T11:46:40.919Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-17T11:46:40.920Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-17T11:46:40.920Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-17T11:46:40.920Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-17T11:46:40.920Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-17T11:46:40.920Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-17T11:46:40.920Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-17T11:46:40.920Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-17T11:46:40.920Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-17T11:46:40.920Z] === RUN TestDaemonReloadLabels [2022-05-17T11:46:40.920Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-17T11:46:40.920Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-17T11:46:40.920Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-05-17T11:46:40.920Z] === RUN TestDaemonReloadMirrors [2022-05-17T11:46:40.920Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-17T11:46:40.920Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-17T11:46:40.920Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-17T11:46:40.920Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-17T11:46:40.920Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-17T11:46:40.920Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-17T11:46:40.920Z] reload_test.go:342: root required [2022-05-17T11:46:40.920Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-17T11:46:40.920Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-17T11:46:40.920Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-05-17T11:46:40.920Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-17T11:46:40.920Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-05-17T11:46:40.920Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-17T11:46:40.920Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-05-17T11:46:40.920Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-17T11:46:40.920Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-05-17T11:46:40.920Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-17T11:46:40.920Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-05-17T11:46:40.920Z] === RUN TestParseVolumesFrom [2022-05-17T11:46:40.920Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-17T11:46:40.920Z] PASS [2022-05-17T11:46:40.920Z] coverage: 8.6% of statements [2022-05-17T11:46:40.920Z] ok github.com/docker/docker/daemon 0.511s coverage: 8.6% of statements [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-17T11:46:40.920Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-17T11:46:41.151Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-17T11:46:41.151Z] === CONT TestStopContainerWithTimeout/1 [2022-05-17T11:46:41.971Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:46:42.086Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-17T11:46:43.022Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-17T11:46:43.022Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-17T11:46:43.022Z] --- PASS: TestStopContainerWithTimeout/0 (1.24s) [2022-05-17T11:46:43.022Z] --- PASS: TestStopContainerWithTimeout/-1 (3.17s) [2022-05-17T11:46:43.022Z] --- PASS: TestStopContainerWithTimeout/3 (2.61s) [2022-05-17T11:46:43.022Z] --- PASS: TestStopContainerWithTimeout/1 (1.71s) [2022-05-17T11:46:43.022Z] === RUN TestDeleteDevicemapper [2022-05-17T11:46:43.022Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-17T11:46:43.022Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-17T11:46:43.022Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-17T11:46:43.138Z] === RUN TestNewStreamConfig [2022-05-17T11:46:43.138Z] === RUN TestNewStreamConfig/defaults [2022-05-17T11:46:43.138Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-17T11:46:43.138Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-17T11:46:43.138Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-17T11:46:43.138Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-17T11:46:43.138Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-17T11:46:43.138Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-17T11:46:43.138Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-17T11:46:43.138Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-17T11:46:43.138Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-17T11:46:43.138Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-17T11:46:43.138Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-17T11:46:43.138Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-17T11:46:43.138Z] time="2022-05-17T11:46:42Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-17T11:46:43.138Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-05-17T11:46:43.138Z] === RUN TestCreateSuccess [2022-05-17T11:46:43.138Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCreateStreamSkipped [2022-05-17T11:46:43.138Z] time="2022-05-17T11:46:42Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-17T11:46:43.138Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCreateLogGroupSuccess [2022-05-17T11:46:43.138Z] time="2022-05-17T11:46:42Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-17T11:46:43.138Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCreateError [2022-05-17T11:46:43.138Z] --- PASS: TestCreateError (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCreateAlreadyExists [2022-05-17T11:46:43.138Z] time="2022-05-17T11:46:42Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-17T11:46:43.138Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestLogClosed [2022-05-17T11:46:43.138Z] --- PASS: TestLogClosed (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestLogBlocking [2022-05-17T11:46:43.138Z] --- PASS: TestLogBlocking (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-17T11:46:43.138Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestLogNonBlockingBufferFull [2022-05-17T11:46:43.138Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestPublishBatchSuccess [2022-05-17T11:46:43.138Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestPublishBatchError [2022-05-17T11:46:43.138Z] time="2022-05-17T11:46:42Z" level=error msg=error [2022-05-17T11:46:43.138Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-17T11:46:43.138Z] time="2022-05-17T11:46:42Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-17T11:46:43.138Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-17T11:46:43.138Z] time="2022-05-17T11:46:42Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-17T11:46:43.138Z] time="2022-05-17T11:46:42Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-17T11:46:43.138Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchSimple [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchTicker [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchMultilinePattern [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-17T11:46:43.138Z] === RUN TestAdapterReadLogs [2022-05-17T11:46:43.138Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCopier [2022-05-17T11:46:43.138Z] --- PASS: TestCopier (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCopierLongLines [2022-05-17T11:46:43.138Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCopierSlow [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchClose [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestEffectiveLen [2022-05-17T11:46:43.138Z] === RUN TestEffectiveLen/0/Hello [2022-05-17T11:46:43.138Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-17T11:46:43.138Z] === RUN TestEffectiveLen/2/🙃 [2022-05-17T11:46:43.138Z] === RUN TestEffectiveLen/3/���� [2022-05-17T11:46:43.138Z] === RUN TestEffectiveLen/4/He��o [2022-05-17T11:46:43.138Z] === RUN TestEffectiveLen/5/ [2022-05-17T11:46:43.138Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestFindValidSplit [2022-05-17T11:46:43.138Z] === RUN TestFindValidSplit/0/ [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1076: [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:46:43.138Z] === RUN TestFindValidSplit/1/Hello [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1076: Hello [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:46:43.138Z] === RUN TestFindValidSplit/2/Hello [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1076: He [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1077: llo [2022-05-17T11:46:43.138Z] === RUN TestFindValidSplit/3/Hello [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1076: [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1077: Hello [2022-05-17T11:46:43.138Z] === RUN TestFindValidSplit/4/🙃 [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1076: [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-17T11:46:43.138Z] === RUN TestFindValidSplit/5/🙃 [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:46:43.138Z] === RUN TestFindValidSplit/6/a� [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1076: a [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1077: � [2022-05-17T11:46:43.138Z] === RUN TestFindValidSplit/7/a� [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1076: a� [2022-05-17T11:46:43.138Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:46:43.138Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestProcessEventEmoji [2022-05-17T11:46:43.138Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchLineSplit [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchMaxEvents [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-05-17T11:46:43.138Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-17T11:46:43.138Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-05-17T11:46:43.138Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-17T11:46:43.138Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-17T11:46:43.138Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-17T11:46:43.138Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-17T11:46:43.138Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-17T11:46:43.138Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-17T11:46:43.138Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-17T11:46:43.138Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-17T11:46:43.138Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-17T11:46:43.138Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-17T11:46:43.138Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-17T11:46:43.138Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-17T11:46:43.138Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-17T11:46:43.138Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-17T11:46:43.138Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-17T11:46:43.591Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-17T11:46:43.606Z] === RUN TestValidateLogOptionsFormat [2022-05-17T11:46:43.606Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-17T11:46:43.606Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-17T11:46:43.606Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-17T11:46:43.606Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-17T11:46:43.606Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-17T11:46:43.606Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-17T11:46:43.606Z] === RUN TestCreateTagSuccess [2022-05-17T11:46:43.606Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-17T11:46:43.606Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-17T11:46:43.606Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-05-17T11:46:43.606Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-17T11:46:43.606Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-17T11:46:43.606Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-17T11:46:43.606Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.02s) [2022-05-17T11:46:43.606Z] PASS [2022-05-17T11:46:43.606Z] coverage: 80.2% of statements [2022-05-17T11:46:43.606Z] ok github.com/docker/docker/daemon/logger/awslogs 0.518s coverage: 80.2% of statements [2022-05-17T11:46:43.606Z] --- PASS: TestCopierSlow (0.20s) [2022-05-17T11:46:43.606Z] === RUN TestCopierWithSized [2022-05-17T11:46:43.606Z] === RUN TestCopierWithSized/as_is [2022-05-17T11:46:43.606Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-17T11:46:43.606Z] --- PASS: TestCopierWithSized (0.01s) [2022-05-17T11:46:43.606Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-17T11:46:43.606Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-17T11:46:43.606Z] === RUN TestCopierWithPartial [2022-05-17T11:46:43.606Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-17T11:46:43.606Z] === RUN TestRingLogger [2022-05-17T11:46:43.606Z] --- PASS: TestRingLogger (0.00s) [2022-05-17T11:46:43.606Z] === RUN TestRingCap [2022-05-17T11:46:43.606Z] --- PASS: TestRingCap (0.00s) [2022-05-17T11:46:43.606Z] === RUN TestRingClose [2022-05-17T11:46:43.606Z] --- PASS: TestRingClose (0.00s) [2022-05-17T11:46:43.606Z] === RUN TestRingDrain [2022-05-17T11:46:43.606Z] --- PASS: TestRingDrain (0.00s) [2022-05-17T11:46:43.606Z] PASS [2022-05-17T11:46:43.606Z] coverage: 43.2% of statements [2022-05-17T11:46:43.606Z] ok github.com/docker/docker/daemon/logger 0.381s coverage: 43.2% of statements [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptReconnectInterval [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-17T11:46:44.073Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-17T11:46:44.073Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-17T11:46:44.073Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-17T11:46:44.073Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-17T11:46:44.073Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-17T11:46:44.073Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-17T11:46:44.073Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-17T11:46:44.073Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/#00 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-17T11:46:44.073Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/:// [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/something:// [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-17T11:46:44.074Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-17T11:46:44.074Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-17T11:46:44.074Z] PASS [2022-05-17T11:46:44.074Z] coverage: 53.6% of statements [2022-05-17T11:46:44.074Z] ok github.com/docker/docker/daemon/logger/fluentd 0.180s coverage: 53.6% of statements [2022-05-17T11:46:44.074Z] === RUN TestSearchRegistryForImagesErrors [2022-05-17T11:46:44.074Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-17T11:46:44.074Z] === RUN TestSearchRegistryForImages [2022-05-17T11:46:44.074Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-17T11:46:44.074Z] === RUN TestOnlyPlatformWithFallback [2022-05-17T11:46:44.074Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-17T11:46:44.074Z] === RUN TestImageDelete [2022-05-17T11:46:44.074Z] === RUN TestImageDelete/no_lease [2022-05-17T11:46:44.074Z] === RUN TestImageDelete/lease_exists [2022-05-17T11:46:44.074Z] --- PASS: TestImageDelete (0.06s) [2022-05-17T11:46:44.074Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-05-17T11:46:44.074Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-05-17T11:46:44.074Z] === RUN TestContentStoreForPull [2022-05-17T11:46:44.527Z] check_test.go:307: [d6795f9dd294a] daemon is not started [2022-05-17T11:46:44.527Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-05-17T11:46:44.541Z] --- PASS: TestContentStoreForPull (0.24s) [2022-05-17T11:46:44.541Z] PASS [2022-05-17T11:46:44.541Z] coverage: 6.6% of statements [2022-05-17T11:46:44.541Z] ok github.com/docker/docker/daemon/images 0.557s coverage: 6.6% of statements [2022-05-17T11:46:44.541Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-17T11:46:44.541Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-17T11:46:44.541Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-17T11:46:44.541Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-17T11:46:44.541Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-17T11:46:44.541Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-17T11:46:44.541Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-17T11:46:44.541Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-17T11:46:45.007Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-05-17T11:46:45.007Z] === RUN TestFastTimeMarshalJSON [2022-05-17T11:46:45.007Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-17T11:46:45.007Z] PASS [2022-05-17T11:46:45.007Z] coverage: 87.2% of statements [2022-05-17T11:46:45.007Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.264s coverage: 87.2% of statements [2022-05-17T11:46:45.246Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-05-17T11:46:45.246Z] PASS [2022-05-17T11:46:45.246Z] [2022-05-17T11:46:45.246Z] === Skipped [2022-05-17T11:46:45.246Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2022-05-17T11:46:45.246Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:45.246Z] [2022-05-17T11:46:45.246Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-05-17T11:46:45.246Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:45.246Z] [2022-05-17T11:46:45.246Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-17T11:46:45.246Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:45.246Z] [2022-05-17T11:46:45.246Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-17T11:46:45.246Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:45.246Z] [2022-05-17T11:46:45.246Z] DONE 17 tests, 4 skipped in 26.254s [2022-05-17T11:46:45.246Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-17T11:46:45.246Z] ++ 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-17T11:46:45.246Z] ++ set -e [2022-05-17T11:46:45.246Z] ++ '[' -n 0 ']' [2022-05-17T11:46:45.246Z] ++ set -x [2022-05-17T11:46:45.246Z] ++ 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-17T11:46:45.246Z] INFO: Testing against a local daemon [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:46:45.246Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:46:45.246Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-17T11:46:45.246Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-17T11:46:45.246Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-17T11:46:45.246Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-17T11:46:45.246Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-17T11:46:45.246Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-17T11:46:45.246Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-17T11:46:45.246Z] === RUN TestPluginInstall [2022-05-17T11:46:45.246Z] === RUN TestPluginInstall/no_auth [2022-05-17T11:46:45.246Z] time="2022-05-17T11:46:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:46:45.246Z] time="2022-05-17T11:46:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:570bee815f162ccdb657a8eae8a89cc3e6fe53120e8c163d45adbe2201467941" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:46:45.246Z] time="2022-05-17T11:46:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:46:45.246Z] time="2022-05-17T11:46:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:570bee815f162ccdb657a8eae8a89cc3e6fe53120e8c163d45adbe2201467941" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:46:45.246Z] === RUN TestPluginInstall/with_htpasswd [2022-05-17T11:46:45.246Z] time="2022-05-17T11:46:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:46:45.246Z] time="2022-05-17T11:46:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:570bee815f162ccdb657a8eae8a89cc3e6fe53120e8c163d45adbe2201467941" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:46:45.246Z] time="2022-05-17T11:46:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:46:45.246Z] time="2022-05-17T11:46:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:570bee815f162ccdb657a8eae8a89cc3e6fe53120e8c163d45adbe2201467941" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:46:45.246Z] === RUN TestPluginInstall/with_insecure [2022-05-17T11:46:45.462Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.60s) [2022-05-17T11:46:45.462Z] === RUN TestUpdateMemory [2022-05-17T11:46:45.462Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:46:45.462Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-17T11:46:45.462Z] === RUN TestUpdateCPUQuota [2022-05-17T11:46:45.474Z] === RUN TestJSONFileLogger [2022-05-17T11:46:45.474Z] --- PASS: TestJSONFileLogger (0.01s) [2022-05-17T11:46:45.474Z] === RUN TestJSONFileLoggerWithTags [2022-05-17T11:46:45.474Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-05-17T11:46:45.474Z] === RUN TestJSONFileLoggerWithOpts [2022-05-17T11:46:45.474Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-05-17T11:46:45.474Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-17T11:46:45.474Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-05-17T11:46:45.474Z] === RUN TestEncodeDecode [2022-05-17T11:46:45.474Z] === PAUSE TestEncodeDecode [2022-05-17T11:46:45.474Z] === RUN TestUnexpectedEOF [2022-05-17T11:46:45.474Z] time="2022-05-17T11:46:45Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-17T11:46:45.474Z] time="2022-05-17T11:46:45Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-17T11:46:45.474Z] --- PASS: TestUnexpectedEOF (0.22s) [2022-05-17T11:46:45.474Z] === CONT TestEncodeDecode [2022-05-17T11:46:45.474Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-17T11:46:45.474Z] PASS [2022-05-17T11:46:45.474Z] coverage: 69.9% of statements [2022-05-17T11:46:45.474Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.331s coverage: 69.9% of statements [2022-05-17T11:46:45.941Z] === RUN TestWriteLog [2022-05-17T11:46:45.941Z] === PAUSE TestWriteLog [2022-05-17T11:46:45.941Z] === RUN TestReadLog [2022-05-17T11:46:45.941Z] === PAUSE TestReadLog [2022-05-17T11:46:45.941Z] === RUN TestDecode [2022-05-17T11:46:45.941Z] --- PASS: TestDecode (0.03s) [2022-05-17T11:46:46.029Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-05-17T11:46:46.186Z] time="2022-05-17T11:46:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:46:46.186Z] time="2022-05-17T11:46:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:386098419b3caf1e9db638c2d69731e1bd494374d85cdc1d76a6f19182ddd649" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:46:46.186Z] time="2022-05-17T11:46:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:46:46.186Z] time="2022-05-17T11:46:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:386098419b3caf1e9db638c2d69731e1bd494374d85cdc1d76a6f19182ddd649" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:46:46.186Z] plugin_test.go:195: [def30597b872c] daemon is not started [2022-05-17T11:46:46.186Z] --- PASS: TestPluginInstall (2.52s) [2022-05-17T11:46:46.186Z] --- PASS: TestPluginInstall/no_auth (0.95s) [2022-05-17T11:46:46.187Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-05-17T11:46:46.187Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-05-17T11:46:46.187Z] === RUN TestPluginsWithRuntimes [2022-05-17T11:46:46.409Z] === CONT TestWriteLog [2022-05-17T11:46:46.409Z] === CONT TestReadLog [2022-05-17T11:46:46.409Z] === RUN TestReadLog/tail_exact [2022-05-17T11:46:46.409Z] --- PASS: TestWriteLog (0.02s) [2022-05-17T11:46:46.409Z] === RUN TestReadLog/tail_less_than_available [2022-05-17T11:46:46.409Z] === RUN TestReadLog/tail_more_than_available [2022-05-17T11:46:46.409Z] --- PASS: TestReadLog (0.45s) [2022-05-17T11:46:46.409Z] --- PASS: TestReadLog/tail_exact (0.23s) [2022-05-17T11:46:46.409Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-17T11:46:46.409Z] --- PASS: TestReadLog/tail_more_than_available (0.19s) [2022-05-17T11:46:46.409Z] PASS [2022-05-17T11:46:46.409Z] coverage: 78.7% of statements [2022-05-17T11:46:46.409Z] ok github.com/docker/docker/daemon/logger/local 0.568s coverage: 78.7% of statements [2022-05-17T11:46:46.878Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-17T11:46:46.878Z] === RUN TestOpenFileDelete [2022-05-17T11:46:46.878Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-17T11:46:46.878Z] === RUN TestOpenFileRename [2022-05-17T11:46:46.878Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-17T11:46:46.878Z] === RUN TestHandleDecoderErr [2022-05-17T11:46:46.878Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-17T11:46:46.878Z] === RUN TestParseLogTagDefaultTag [2022-05-17T11:46:46.878Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-17T11:46:46.878Z] === RUN TestParseLogTag [2022-05-17T11:46:46.878Z] --- PASS: TestParseLogTag (0.00s) [2022-05-17T11:46:46.878Z] === RUN TestParseLogTagEmptyTag [2022-05-17T11:46:46.878Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-17T11:46:46.878Z] === RUN TestTailFiles [2022-05-17T11:46:46.878Z] --- PASS: TestTailFiles (0.00s) [2022-05-17T11:46:46.878Z] === RUN TestFollowLogsConsumerGone [2022-05-17T11:46:46.878Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-17T11:46:46.878Z] === RUN TestFollowLogsProducerGone [2022-05-17T11:46:46.878Z] logfile_test.go:180: logDecode() closed after sending 2021 messages [2022-05-17T11:46:46.878Z] logfile_test.go:233: messages sent: 2021, received: 2021 [2022-05-17T11:46:46.878Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-05-17T11:46:46.878Z] === RUN TestCheckCapacityAndRotate [2022-05-17T11:46:46.878Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-17T11:46:46.878Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-17T11:46:46.878Z] --- PASS: TestCheckCapacityAndRotate (0.06s) [2022-05-17T11:46:46.878Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-17T11:46:46.878Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-05-17T11:46:46.878Z] PASS [2022-05-17T11:46:46.878Z] coverage: 53.5% of statements [2022-05-17T11:46:46.879Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.130s coverage: 53.5% of statements [2022-05-17T11:46:46.890Z] b111c3320c94: Pull complete [2022-05-17T11:46:46.965Z] --- PASS: TestUpdateCPUQuota (1.38s) [2022-05-17T11:46:46.965Z] === RUN TestUpdatePidsLimit [2022-05-17T11:46:46.965Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-17T11:46:47.223Z] === RUN TestUpdatePidsLimit/no_change [2022-05-17T11:46:47.345Z] === RUN TestLog [2022-05-17T11:46:47.345Z] --- PASS: TestLog (0.03s) [2022-05-17T11:46:47.345Z] PASS [2022-05-17T11:46:47.345Z] coverage: 31.5% of statements [2022-05-17T11:46:47.345Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.125s coverage: 31.5% of statements [2022-05-17T11:46:47.481Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-17T11:46:47.812Z] === RUN TestNewParse [2022-05-17T11:46:47.812Z] --- PASS: TestNewParse (0.00s) [2022-05-17T11:46:47.812Z] PASS [2022-05-17T11:46:47.812Z] coverage: 8.3% of statements [2022-05-17T11:46:47.812Z] ok github.com/docker/docker/daemon/logger/templates 0.050s coverage: 8.3% of statements [2022-05-17T11:46:48.047Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-17T11:46:48.095Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-17T11:46:48.280Z] === RUN TestValidateLogOpt [2022-05-17T11:46:48.280Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-17T11:46:48.280Z] === RUN TestNewMissedConfig [2022-05-17T11:46:48.280Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-17T11:46:48.280Z] === RUN TestNewMissedUrl [2022-05-17T11:46:48.280Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-17T11:46:48.280Z] === RUN TestNewMissedToken [2022-05-17T11:46:48.280Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-17T11:46:48.280Z] === RUN TestNewWithProxy [2022-05-17T11:46:48.280Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-17T11:46:48.280Z] === RUN TestDefault [2022-05-17T11:46:48.280Z] --- PASS: TestDefault (0.01s) [2022-05-17T11:46:48.280Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-17T11:46:48.280Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-17T11:46:48.280Z] === RUN TestJsonFormat [2022-05-17T11:46:48.280Z] --- PASS: TestJsonFormat (0.01s) [2022-05-17T11:46:48.280Z] === RUN TestRawFormat [2022-05-17T11:46:48.280Z] --- PASS: TestRawFormat (0.00s) [2022-05-17T11:46:48.280Z] === RUN TestRawFormatWithLabels [2022-05-17T11:46:48.280Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-17T11:46:48.280Z] === RUN TestRawFormatWithoutTag [2022-05-17T11:46:48.280Z] --- PASS: TestRawFormatWithoutTag (0.01s) [2022-05-17T11:46:48.280Z] === RUN TestBatching [2022-05-17T11:46:48.280Z] --- PASS: TestBatching (0.33s) [2022-05-17T11:46:48.280Z] === RUN TestFrequency [2022-05-17T11:46:48.305Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-05-17T11:46:48.305Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-17T11:46:48.665Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-17T11:46:48.747Z] === RUN TestParseLogFormat [2022-05-17T11:46:48.747Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-17T11:46:48.747Z] === RUN TestValidateLogOptEmpty [2022-05-17T11:46:48.747Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-17T11:46:48.747Z] === RUN TestValidateSyslogAddress [2022-05-17T11:46:48.747Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-17T11:46:48.747Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-17T11:46:48.747Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-17T11:46:48.747Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-17T11:46:48.747Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-17T11:46:48.747Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-17T11:46:48.747Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-17T11:46:48.747Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-17T11:46:48.747Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-17T11:46:48.747Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-17T11:46:48.747Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-17T11:46:48.747Z] === RUN TestParseAddressDefaultPort [2022-05-17T11:46:48.747Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-17T11:46:48.747Z] === RUN TestValidateSyslogFacility [2022-05-17T11:46:48.747Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-17T11:46:48.747Z] === RUN TestValidateLogOptSyslogFormat [2022-05-17T11:46:48.747Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-17T11:46:48.747Z] === RUN TestValidateLogOpt [2022-05-17T11:46:48.747Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-17T11:46:48.747Z] PASS [2022-05-17T11:46:48.747Z] coverage: 43.6% of statements [2022-05-17T11:46:48.747Z] ok github.com/docker/docker/daemon/logger/syslog 0.061s coverage: 43.6% of statements [2022-05-17T11:46:48.747Z] --- PASS: TestFrequency (0.16s) [2022-05-17T11:46:48.747Z] === RUN TestOneMessagePerRequest [2022-05-17T11:46:48.747Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-17T11:46:48.747Z] === RUN TestVerify [2022-05-17T11:46:48.747Z] --- PASS: TestVerify (0.00s) [2022-05-17T11:46:48.747Z] === RUN TestSkipVerify [2022-05-17T11:46:48.747Z] time="2022-05-17T11:46:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:48.747Z] time="2022-05-17T11:46:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:48.747Z] time="2022-05-17T11:46:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:48.747Z] time="2022-05-17T11:46:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:48.871Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-17T11:46:49.129Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-17T11:46:49.214Z] --- PASS: TestSkipVerify (0.79s) [2022-05-17T11:46:49.214Z] === RUN TestBufferMaximum [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788009.147463\",\"host\":\"0c34643d1efc\"}'" [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788009.147463\",\"host\":\"0c34643d1efc\"}'" [2022-05-17T11:46:49.215Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-17T11:46:49.215Z] === RUN TestServerAlwaysDown [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788009.151027\",\"host\":\"0c34643d1efc\"}'" [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788009.151027\",\"host\":\"0c34643d1efc\"}'" [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788009.151027\",\"host\":\"0c34643d1efc\"}'" [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788009.152027\",\"host\":\"0c34643d1efc\"}'" [2022-05-17T11:46:49.215Z] time="2022-05-17T11:46:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788009.152027\",\"host\":\"0c34643d1efc\"}'" [2022-05-17T11:46:49.607Z] --- PASS: TestPluginsWithRuntimes (3.27s) [2022-05-17T11:46:49.607Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-05-17T11:46:49.607Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-05-17T11:46:49.607Z] === RUN TestPluginBackCompatMediaTypes [2022-05-17T11:46:49.681Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-17T11:46:49.682Z] === RUN TestCannotSendAfterClose [2022-05-17T11:46:49.682Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-17T11:46:49.682Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-17T11:46:49.682Z] === RUN TestV2MetadataService [2022-05-17T11:46:49.696Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-17T11:46:49.926Z] --- PASS: TestServiceUpdateConfigs (14.47s) [2022-05-17T11:46:49.926Z] === RUN TestServiceUpdateNetwork [2022-05-17T11:46:50.149Z] --- PASS: TestV2MetadataService (0.85s) [2022-05-17T11:46:50.149Z] PASS [2022-05-17T11:46:50.149Z] coverage: 44.4% of statements [2022-05-17T11:46:50.149Z] ok github.com/docker/docker/distribution/metadata 1.069s coverage: 44.4% of statements [2022-05-17T11:46:50.177Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-05-17T11:46:50.177Z] PASS [2022-05-17T11:46:50.177Z] [2022-05-17T11:46:50.177Z] DONE 24 tests in 6.490s [2022-05-17T11:46:50.177Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-17T11:46:50.177Z] ++ 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-17T11:46:50.177Z] ++ set -e [2022-05-17T11:46:50.177Z] ++ '[' -n 0 ']' [2022-05-17T11:46:50.177Z] ++ set -x [2022-05-17T11:46:50.177Z] ++ 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-17T11:46:50.177Z] INFO: Testing against a local daemon [2022-05-17T11:46:50.177Z] === RUN TestExternalGraphDriver [2022-05-17T11:46:50.177Z] === RUN TestExternalGraphDriver/json [2022-05-17T11:46:50.621Z] time="2022-05-17T11:46:50Z" 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-17T11:46:50.621Z] time="2022-05-17T11:46:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"0c34643d1efc\"}'" [2022-05-17T11:46:50.621Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-17T11:46:50.621Z] PASS [2022-05-17T11:46:50.621Z] coverage: 82.5% of statements [2022-05-17T11:46:50.621Z] ok github.com/docker/docker/daemon/logger/splunk 2.402s coverage: 82.5% of statements [2022-05-17T11:46:50.621Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-17T11:46:50.621Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-17T11:46:50.621Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-17T11:46:50.621Z] === RUN TestSuccessfulDownload [2022-05-17T11:46:50.621Z] download_test.go:267: Needs fixing on Windows [2022-05-17T11:46:50.621Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-17T11:46:50.621Z] === RUN TestCancelledDownload [2022-05-17T11:46:50.621Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-17T11:46:50.621Z] === RUN TestMaxDownloadAttempts [2022-05-17T11:46:50.621Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-17T11:46:50.621Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-17T11:46:50.621Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-17T11:46:50.621Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-17T11:46:50.621Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-17T11:46:50.621Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-17T11:46:50.621Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-17T11:46:50.621Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-17T11:46:50.621Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-17T11:46:50.621Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-17T11:46:50.621Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-17T11:46:50.621Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-17T11:46:50.631Z] --- PASS: TestUpdatePidsLimit (3.63s) [2022-05-17T11:46:50.631Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2022-05-17T11:46:50.631Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2022-05-17T11:46:50.631Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2022-05-17T11:46:50.631Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2022-05-17T11:46:50.631Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2022-05-17T11:46:50.631Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2022-05-17T11:46:50.631Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2022-05-17T11:46:50.631Z] === RUN TestUpdateRestartPolicy [2022-05-17T11:46:51.090Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-17T11:46:51.090Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-17T11:46:51.090Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-17T11:46:51.090Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-17T11:46:51.090Z] === RUN TestContinueOnError_NeverContinue [2022-05-17T11:46:51.090Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-17T11:46:51.090Z] === RUN TestManifestStore [2022-05-17T11:46:51.090Z] === RUN TestManifestStore/no_remote_or_local [2022-05-17T11:46:51.198Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:46:51.557Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-17T11:46:51.557Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.57s) [2022-05-17T11:46:51.557Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.57s) [2022-05-17T11:46:51.557Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.57s) [2022-05-17T11:46:51.557Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.57s) [2022-05-17T11:46:51.557Z] === RUN TestTransfer [2022-05-17T11:46:51.557Z] --- PASS: TestTransfer (0.13s) [2022-05-17T11:46:51.557Z] === RUN TestConcurrencyLimit [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:51Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local945295231\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/no_local_cache [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/with_local_cache [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/unknown_media_type [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:51Z" level=warning msg="reference for unknown type: " [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:51Z" level=warning msg="reference for unknown type: " [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:51Z" level=warning msg="reference for unknown type: " [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:51Z" level=warning msg="reference for unknown type: " [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:51Z" level=warning msg="reference for unknown type: " [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-17T11:46:51.557Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-17T11:46:51.557Z] time="2022-05-17T11:46:51Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore (0.45s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/no_remote_or_local (0.34s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-17T11:46:51.557Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaType [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-17T11:46:51.558Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-17T11:46:51.558Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-17T11:46:51.558Z] === RUN TestFixManifestLayers [2022-05-17T11:46:51.558Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-17T11:46:51.558Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-17T11:46:51.558Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-17T11:46:51.558Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-17T11:46:51.558Z] === RUN TestFixManifestLayersBadParent [2022-05-17T11:46:51.558Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-17T11:46:51.558Z] === RUN TestValidateManifest [2022-05-17T11:46:51.558Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-17T11:46:51.558Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-17T11:46:51.558Z] === RUN TestFormatPlatform [2022-05-17T11:46:51.558Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-17T11:46:51.558Z] === RUN TestPullSchema2Config [2022-05-17T11:46:51.558Z] === RUN TestPullSchema2Config/success_first_time [2022-05-17T11:46:51.558Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:46:51.558Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:46:51.558Z] === RUN TestPullSchema2Config/500_status [2022-05-17T11:46:51.558Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:46:51.558Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:46:51.765Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-05-17T11:46:52.025Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-05-17T11:46:52.025Z] === RUN TestInactiveJobs [2022-05-17T11:46:52.025Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:46:52.025Z] === RUN TestPullSchema2Config/EOF [2022-05-17T11:46:52.025Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:46:52.025Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:46:52.025Z] 2022/05/17 11:46:51 http: panic serving 127.0.0.1:49218: intentional panic [2022-05-17T11:46:52.025Z] goroutine 131 [running]: [2022-05-17T11:46:52.025Z] net/http.(*conn).serve.func1() [2022-05-17T11:46:52.025Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-17T11:46:52.025Z] panic({0xb48ee0, 0xd2b2f0}) [2022-05-17T11:46:52.025Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-17T11:46:52.025Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000193ba0?, {0xd32a98?, 0xc000208620?}) [2022-05-17T11:46:52.026Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-17T11:46:52.026Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xd32a98, 0xc000208620}, 0xc000245800) [2022-05-17T11:46:52.026Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-17T11:46:52.026Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xd32a98?, 0xc000208620?}, 0x114d5e0?) [2022-05-17T11:46:52.026Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-17T11:46:52.026Z] net/http.serverHandler.ServeHTTP({0xc000295500?}, {0xd32a98, 0xc000208620}, 0xc000245800) [2022-05-17T11:46:52.026Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-17T11:46:52.026Z] net/http.(*conn).serve(0xc00017de00, {0xd33310, 0xc0001e6f00}) [2022-05-17T11:46:52.026Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-17T11:46:52.026Z] created by net/http.(*Server).Serve [2022-05-17T11:46:52.026Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-17T11:46:52.026Z] === RUN TestNotFound [2022-05-17T11:46:52.026Z] --- PASS: TestNotFound (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestConflict [2022-05-17T11:46:52.026Z] --- PASS: TestConflict (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestForbidden [2022-05-17T11:46:52.026Z] --- PASS: TestForbidden (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestInvalidParameter [2022-05-17T11:46:52.026Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestNotImplemented [2022-05-17T11:46:52.026Z] --- PASS: TestNotImplemented (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestNotModified [2022-05-17T11:46:52.026Z] --- PASS: TestNotModified (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestUnauthorized [2022-05-17T11:46:52.026Z] --- PASS: TestUnauthorized (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestUnknown [2022-05-17T11:46:52.026Z] --- PASS: TestUnknown (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestCancelled [2022-05-17T11:46:52.026Z] --- PASS: TestCancelled (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestDeadline [2022-05-17T11:46:52.026Z] --- PASS: TestDeadline (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestDataLoss [2022-05-17T11:46:52.026Z] --- PASS: TestDataLoss (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestUnavailable [2022-05-17T11:46:52.026Z] --- PASS: TestUnavailable (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestSystem [2022-05-17T11:46:52.026Z] --- PASS: TestSystem (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Not_Found [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Bad_Request [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Conflict [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Unauthorized [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Forbidden [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Not_Modified [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-17T11:46:52.026Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-17T11:46:52.026Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-17T11:46:52.026Z] PASS [2022-05-17T11:46:52.026Z] coverage: 77.0% of statements [2022-05-17T11:46:52.026Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:46:52.026Z] === RUN TestPullSchema2Config/unauthorized [2022-05-17T11:46:52.026Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:46:52.026Z] ok github.com/docker/docker/errdefs 0.049s coverage: 77.0% of statements [2022-05-17T11:46:52.026Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:46:52.026Z] --- PASS: TestPullSchema2Config (0.53s) [2022-05-17T11:46:52.026Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-05-17T11:46:52.026Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-17T11:46:52.026Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-17T11:46:52.026Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-05-17T11:46:52.026Z] === RUN TestGetRepositoryMountCandidates [2022-05-17T11:46:52.026Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestLayerAlreadyExists [2022-05-17T11:46:52.026Z] 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-17T11:46:52.026Z] 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-17T11:46:52.026Z] 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-17T11:46:52.026Z] 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-17T11:46:52.026Z] 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-17T11:46:52.026Z] 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-17T11:46:52.026Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestWhenEmptyAuthConfig [2022-05-17T11:46:52.026Z] --- PASS: TestInactiveJobs (0.36s) [2022-05-17T11:46:52.026Z] === RUN TestWatchRelease [2022-05-17T11:46:52.026Z] --- PASS: TestWatchRelease (0.04s) [2022-05-17T11:46:52.026Z] === RUN TestWatchFinishedTransfer [2022-05-17T11:46:52.026Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-17T11:46:52.026Z] === RUN TestDuplicateTransfer [2022-05-17T11:46:52.086Z] === RUN TestExternalGraphDriver/spec [2022-05-17T11:46:52.421Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-17T11:46:52.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.14s) [2022-05-17T11:46:52.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (17.41s) [2022-05-17T11:46:52.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (17.52s) [2022-05-17T11:46:52.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (22.25s) [2022-05-17T11:46:52.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.78s) [2022-05-17T11:46:52.421Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.98s) [2022-05-17T11:46:52.421Z] === RUN TestBuildMultiStageCopy [2022-05-17T11:46:52.421Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-17T11:46:52.493Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-17T11:46:52.493Z] === RUN TestSuccessfulUpload [2022-05-17T11:46:52.493Z] === RUN TestFSGetInvalidData [2022-05-17T11:46:52.493Z] time="2022-05-17T11:46:52Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-17T11:46:52.493Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-05-17T11:46:52.493Z] === RUN TestFSInvalidSet [2022-05-17T11:46:52.493Z] --- PASS: TestFSInvalidSet (0.01s) [2022-05-17T11:46:52.493Z] === RUN TestFSInvalidRoot [2022-05-17T11:46:52.493Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-17T11:46:52.493Z] === RUN TestFSMetadataGetSet [2022-05-17T11:46:52.493Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-05-17T11:46:52.493Z] === RUN TestFSInvalidWalker [2022-05-17T11:46:52.493Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-05-17T11:46:52.493Z] === RUN TestFSGetSet [2022-05-17T11:46:52.493Z] --- PASS: TestFSGetSet (0.04s) [2022-05-17T11:46:52.493Z] === RUN TestFSGetUnsetKey [2022-05-17T11:46:52.493Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-17T11:46:52.493Z] === RUN TestFSGetEmptyData [2022-05-17T11:46:52.493Z] --- PASS: TestSuccessfulUpload (0.40s) [2022-05-17T11:46:52.493Z] === RUN TestCancelledUpload [2022-05-17T11:46:52.493Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-17T11:46:52.493Z] PASS [2022-05-17T11:46:52.493Z] coverage: 76.8% of statements [2022-05-17T11:46:52.493Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-17T11:46:52.493Z] === RUN TestFSDelete [2022-05-17T11:46:52.493Z] ok github.com/docker/docker/distribution/xfer 2.007s coverage: 76.8% of statements [2022-05-17T11:46:52.493Z] --- PASS: TestFSDelete (0.02s) [2022-05-17T11:46:52.493Z] === RUN TestFSWalker [2022-05-17T11:46:52.699Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-17T11:46:52.960Z] --- PASS: TestFSWalker (0.02s) [2022-05-17T11:46:52.960Z] === RUN TestFSWalkerStopOnError [2022-05-17T11:46:52.960Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-05-17T11:46:52.960Z] === RUN TestNewFromJSON [2022-05-17T11:46:52.960Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-17T11:46:52.960Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-17T11:46:52.960Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-17T11:46:52.960Z] === RUN TestMarshalKeyOrder [2022-05-17T11:46:52.960Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-17T11:46:52.960Z] === RUN TestHistoryEqual [2022-05-17T11:46:52.960Z] --- PASS: TestHistoryEqual (0.21s) [2022-05-17T11:46:52.960Z] === RUN TestImage [2022-05-17T11:46:52.960Z] --- PASS: TestImage (0.00s) [2022-05-17T11:46:52.960Z] === RUN TestImageOSNotEmpty [2022-05-17T11:46:52.960Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-17T11:46:52.960Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-17T11:46:52.960Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-17T11:46:52.960Z] === RUN TestCreate [2022-05-17T11:46:52.960Z] --- PASS: TestCreate (0.01s) [2022-05-17T11:46:52.960Z] === RUN TestRestore [2022-05-17T11:46:52.960Z] time="2022-05-17T11:46:52Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-17T11:46:52.960Z] --- PASS: TestRestore (0.04s) [2022-05-17T11:46:52.960Z] === RUN TestAddDelete [2022-05-17T11:46:52.960Z] --- PASS: TestAddDelete (0.03s) [2022-05-17T11:46:52.960Z] === RUN TestSearchAfterDelete [2022-05-17T11:46:52.960Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-05-17T11:46:52.960Z] === RUN TestParentReset [2022-05-17T11:46:52.960Z] --- PASS: TestParentReset (0.05s) [2022-05-17T11:46:52.960Z] === RUN TestGetAndSetLastUpdated [2022-05-17T11:46:52.960Z] --- PASS: TestGetAndSetLastUpdated (0.06s) [2022-05-17T11:46:52.960Z] === RUN TestStoreLen [2022-05-17T11:46:53.427Z] --- PASS: TestStoreLen (0.07s) [2022-05-17T11:46:53.427Z] PASS [2022-05-17T11:46:53.427Z] coverage: 86.9% of statements [2022-05-17T11:46:53.427Z] ok github.com/docker/docker/image 0.755s coverage: 86.9% of statements [2022-05-17T11:46:53.427Z] --- PASS: TestWhenEmptyAuthConfig (1.27s) [2022-05-17T11:46:53.427Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-17T11:46:53.427Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-17T11:46:53.427Z] === RUN TestTokenPassThru [2022-05-17T11:46:53.427Z] --- PASS: TestTokenPassThru (0.00s) [2022-05-17T11:46:53.427Z] === RUN TestTokenPassThruDifferentHost [2022-05-17T11:46:53.427Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-17T11:46:53.427Z] PASS [2022-05-17T11:46:53.427Z] coverage: 26.6% of statements [2022-05-17T11:46:53.427Z] ok github.com/docker/docker/distribution 2.368s coverage: 26.6% of statements [2022-05-17T11:46:53.427Z] === RUN TestCompare [2022-05-17T11:46:53.427Z] --- PASS: TestCompare (0.00s) [2022-05-17T11:46:53.427Z] PASS [2022-05-17T11:46:53.427Z] coverage: 19.2% of statements [2022-05-17T11:46:53.427Z] ok github.com/docker/docker/image/cache 0.078s coverage: 19.2% of statements [2022-05-17T11:46:53.469Z] === RUN TestExternalGraphDriver/pull [2022-05-17T11:46:53.896Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-17T11:46:53.896Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-17T11:46:54.363Z] === RUN TestValidateManifest [2022-05-17T11:46:54.363Z] === RUN TestValidateManifest/nil [2022-05-17T11:46:54.363Z] === RUN TestValidateManifest/non-nil [2022-05-17T11:46:54.363Z] --- PASS: TestValidateManifest (0.00s) [2022-05-17T11:46:54.363Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-17T11:46:54.363Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-17T11:46:54.363Z] PASS [2022-05-17T11:46:54.363Z] coverage: 0.7% of statements [2022-05-17T11:46:54.363Z] ok github.com/docker/docker/image/tarexport 0.186s coverage: 0.7% of statements [2022-05-17T11:46:54.363Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-17T11:46:54.363Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-17T11:46:54.830Z] === RUN TestSerialization [2022-05-17T11:46:54.830Z] --- PASS: TestSerialization (0.07s) [2022-05-17T11:46:54.830Z] PASS [2022-05-17T11:46:54.830Z] coverage: 100.0% of statements [2022-05-17T11:46:54.830Z] ok github.com/docker/docker/libcontainerd/queue 0.169s coverage: 100.0% of statements [2022-05-17T11:46:55.379Z] --- PASS: TestExternalGraphDriver (4.78s) [2022-05-17T11:46:55.379Z] --- PASS: TestExternalGraphDriver/json (1.58s) [2022-05-17T11:46:55.379Z] --- PASS: TestExternalGraphDriver/spec (1.54s) [2022-05-17T11:46:55.379Z] --- PASS: TestExternalGraphDriver/pull (1.63s) [2022-05-17T11:46:55.379Z] === RUN TestGraphdriverPluginV2 [2022-05-17T11:46:55.379Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:55.379Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-05-17T11:46:55.379Z] PASS [2022-05-17T11:46:55.379Z] [2022-05-17T11:46:55.379Z] === Skipped [2022-05-17T11:46:55.379Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-05-17T11:46:55.379Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:46:55.379Z] [2022-05-17T11:46:55.379Z] DONE 5 tests, 1 skipped in 4.903s [2022-05-17T11:46:55.379Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-17T11:46:55.379Z] ++ 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-17T11:46:55.379Z] ++ set -e [2022-05-17T11:46:55.379Z] ++ '[' -n 0 ']' [2022-05-17T11:46:55.379Z] ++ set -x [2022-05-17T11:46:55.379Z] ++ 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-17T11:46:55.379Z] INFO: Testing against a local daemon [2022-05-17T11:46:55.379Z] === RUN TestContinueAfterPluginCrash [2022-05-17T11:46:55.379Z] === PAUSE TestContinueAfterPluginCrash [2022-05-17T11:46:55.379Z] === RUN TestReadPluginNoRead [2022-05-17T11:46:55.379Z] === PAUSE TestReadPluginNoRead [2022-05-17T11:46:55.379Z] === RUN TestDaemonStartWithLogOpt [2022-05-17T11:46:55.379Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-17T11:46:55.379Z] === CONT TestContinueAfterPluginCrash [2022-05-17T11:46:55.379Z] === CONT TestDaemonStartWithLogOpt [2022-05-17T11:46:56.392Z] === RUN TestEmptyLayer [2022-05-17T11:46:56.392Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestCommitFailure [2022-05-17T11:46:56.392Z] --- PASS: TestCommitFailure (0.01s) [2022-05-17T11:46:56.392Z] === RUN TestStartTransactionFailure [2022-05-17T11:46:56.392Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestGetOrphan [2022-05-17T11:46:56.392Z] --- PASS: TestGetOrphan (0.01s) [2022-05-17T11:46:56.392Z] === RUN TestMountAndRegister [2022-05-17T11:46:56.392Z] === RUN TestEnvironmentParsing [2022-05-17T11:46:56.392Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-17T11:46:56.392Z] PASS [2022-05-17T11:46:56.392Z] coverage: 1.2% of statements [2022-05-17T11:46:56.392Z] ok github.com/docker/docker/libcontainerd/local 0.066s coverage: 1.2% of statements [2022-05-17T11:46:56.392Z] layer_test.go:258: Layer size: 14 [2022-05-17T11:46:56.392Z] --- PASS: TestMountAndRegister (0.06s) [2022-05-17T11:46:56.392Z] === RUN TestLayerRelease [2022-05-17T11:46:56.392Z] layer_test.go:291: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestStoreRestore [2022-05-17T11:46:56.392Z] layer_test.go:340: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestTarStreamStability [2022-05-17T11:46:56.392Z] layer_test.go:455: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestRegisterExistingLayer [2022-05-17T11:46:56.392Z] --- PASS: TestRegisterExistingLayer (0.14s) [2022-05-17T11:46:56.392Z] === RUN TestTarStreamVerification [2022-05-17T11:46:56.392Z] layer_test.go:684: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestLayerMigration [2022-05-17T11:46:56.392Z] migration_test.go:45: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestLayerMigrationNoTarsplit [2022-05-17T11:46:56.392Z] migration_test.go:181: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestMountInit [2022-05-17T11:46:56.392Z] mount_test.go:17: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestMountInit (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestMountSize [2022-05-17T11:46:56.392Z] mount_test.go:76: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestMountSize (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestMountChanges [2022-05-17T11:46:56.392Z] mount_test.go:125: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestMountChanges (0.00s) [2022-05-17T11:46:56.392Z] === RUN TestMountApply [2022-05-17T11:46:56.392Z] mount_test.go:212: Failing on Windows [2022-05-17T11:46:56.392Z] --- SKIP: TestMountApply (0.00s) [2022-05-17T11:46:56.392Z] PASS [2022-05-17T11:46:56.392Z] coverage: 30.6% of statements [2022-05-17T11:46:56.392Z] ok github.com/docker/docker/layer 0.302s coverage: 30.6% of statements [2022-05-17T11:46:56.859Z] === RUN TestSequenceGetAvailableBit [2022-05-17T11:46:56.860Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestSequenceEqual [2022-05-17T11:46:56.860Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestSequenceCopy [2022-05-17T11:46:56.860Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestGetFirstAvailable [2022-05-17T11:46:56.860Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestFindSequence [2022-05-17T11:46:56.860Z] --- PASS: TestFindSequence (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestCheckIfAvailable [2022-05-17T11:46:56.860Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestMergeSequences [2022-05-17T11:46:56.860Z] --- PASS: TestMergeSequences (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestPushReservation [2022-05-17T11:46:56.860Z] --- PASS: TestPushReservation (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestSerializeDeserialize [2022-05-17T11:46:56.860Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestSet [2022-05-17T11:46:56.860Z] --- PASS: TestSet (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestSetUnset [2022-05-17T11:46:56.860Z] --- PASS: TestSetUnset (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestOffsetSetUnset [2022-05-17T11:46:56.860Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestSetInRange [2022-05-17T11:46:56.860Z] --- PASS: TestSetInRange (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestSetAnyInRange [2022-05-17T11:46:56.860Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestMethods [2022-05-17T11:46:56.860Z] --- PASS: TestMethods (0.00s) [2022-05-17T11:46:56.860Z] === RUN TestRandomAllocateDeallocate [2022-05-17T11:46:56.860Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-17T11:46:56.860Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-17T11:46:56.860Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-17T11:46:56.860Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-17T11:46:57.968Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-05-17T11:46:57.968Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-17T11:46:58.676Z] --- PASS: TestDaemonStartWithLogOpt (3.06s) [2022-05-17T11:46:58.676Z] === CONT TestReadPluginNoRead [2022-05-17T11:46:59.070Z] === RUN TestInvalidConfig [2022-05-17T11:46:59.070Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-17T11:46:59.070Z] === RUN TestConfig [2022-05-17T11:46:59.070Z] --- PASS: TestConfig (0.00s) [2022-05-17T11:46:59.070Z] === RUN TestOptionsLabels [2022-05-17T11:46:59.070Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-17T11:46:59.070Z] === RUN TestValidName [2022-05-17T11:46:59.070Z] --- PASS: TestValidName (0.00s) [2022-05-17T11:46:59.070Z] PASS [2022-05-17T11:46:59.070Z] coverage: 19.7% of statements [2022-05-17T11:46:59.070Z] ok github.com/docker/docker/libnetwork/config 0.089s coverage: 19.7% of statements [2022-05-17T11:46:59.538Z] === RUN TestKey [2022-05-17T11:46:59.538Z] --- PASS: TestKey (0.00s) [2022-05-17T11:46:59.538Z] === RUN TestParseKey [2022-05-17T11:46:59.538Z] --- PASS: TestParseKey (0.00s) [2022-05-17T11:46:59.538Z] === RUN TestInvalidDataStore [2022-05-17T11:46:59.538Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-17T11:46:59.538Z] === RUN TestKVObjectFlatKey [2022-05-17T11:46:59.538Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-17T11:46:59.538Z] === RUN TestAtomicKVObjectFlatKey [2022-05-17T11:46:59.538Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-17T11:46:59.538Z] PASS [2022-05-17T11:46:59.538Z] coverage: 21.9% of statements [2022-05-17T11:46:59.538Z] ok github.com/docker/docker/libnetwork/datastore 0.051s coverage: 21.9% of statements [2022-05-17T11:46:59.872Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-17T11:46:59.872Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-05-17T11:47:00.131Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-17T11:47:00.523Z] === RUN TestIPDataMarshalling [2022-05-17T11:47:00.523Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-17T11:47:00.523Z] === RUN TestValidateAndIsV6 [2022-05-17T11:47:00.523Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-17T11:47:00.523Z] PASS [2022-05-17T11:47:00.523Z] coverage: 68.9% of statements [2022-05-17T11:47:00.523Z] ok github.com/docker/docker/libnetwork/driverapi 0.051s coverage: 68.9% of statements [2022-05-17T11:47:00.586Z] === RUN TestReadPluginNoRead/default [2022-05-17T11:47:00.697Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-17T11:47:00.697Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-17T11:47:00.955Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-17T11:47:00.990Z] === RUN TestErrorInterfaces [2022-05-17T11:47:00.990Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-17T11:47:00.990Z] === RUN TestNetworkMarshalling [2022-05-17T11:47:00.990Z] --- PASS: TestNetworkMarshalling (0.21s) [2022-05-17T11:47:00.990Z] === RUN TestEndpointMarshalling [2022-05-17T11:47:00.990Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-17T11:47:00.990Z] === RUN TestAuxAddresses [2022-05-17T11:47:00.990Z] time="2022-05-17T11:47:00Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-17T11:47:00.990Z] --- PASS: TestAuxAddresses (0.02s) [2022-05-17T11:47:00.990Z] === RUN TestSRVServiceQuery [2022-05-17T11:47:01.213Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-05-17T11:47:01.456Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-17T11:47:01.457Z] === RUN TestServiceVIPReuse [2022-05-17T11:47:01.457Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-05-17T11:47:01.457Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-17T11:47:01.457Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-17T11:47:01.457Z] === RUN TestDNSIPQuery [2022-05-17T11:47:01.457Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-17T11:47:01.457Z] === RUN TestDNSProxyServFail [2022-05-17T11:47:01.457Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-17T11:47:01.457Z] === RUN TestSandboxAddEmpty [2022-05-17T11:47:01.457Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-17T11:47:01.457Z] === RUN TestSandboxAddMultiPrio [2022-05-17T11:47:01.457Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-17T11:47:01.457Z] === RUN TestSandboxAddSamePrio [2022-05-17T11:47:01.457Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-17T11:47:01.457Z] === RUN TestCleanupServiceDiscovery [2022-05-17T11:47:01.457Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-17T11:47:01.457Z] === RUN TestDNSOptions [2022-05-17T11:47:01.457Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:47:01.457Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-17T11:47:01.457Z] === RUN TestMultipleControllersWithSameStore [2022-05-17T11:47:01.457Z] time="2022-05-17T11:47:00Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-17T11:47:01.457Z] time="2022-05-17T11:47:00Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-17T11:47:01.457Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-05-17T11:47:01.457Z] PASS [2022-05-17T11:47:01.457Z] coverage: 8.5% of statements [2022-05-17T11:47:01.457Z] ok github.com/docker/docker/libnetwork 0.366s coverage: 8.5% of statements [2022-05-17T11:47:01.457Z] === RUN TestDriver [2022-05-17T11:47:01.457Z] --- PASS: TestDriver (0.00s) [2022-05-17T11:47:01.457Z] PASS [2022-05-17T11:47:01.457Z] coverage: 34.8% of statements [2022-05-17T11:47:01.457Z] ok github.com/docker/docker/libnetwork/drivers/host 0.045s coverage: 34.8% of statements [2022-05-17T11:47:01.471Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-17T11:47:01.471Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-17T11:47:01.471Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-17T11:47:01.526Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-17T11:47:01.923Z] === RUN TestDriver [2022-05-17T11:47:01.924Z] --- PASS: TestDriver (0.00s) [2022-05-17T11:47:01.924Z] PASS [2022-05-17T11:47:01.924Z] coverage: 34.8% of statements [2022-05-17T11:47:01.924Z] ok github.com/docker/docker/libnetwork/drivers/null 0.055s coverage: 34.8% of statements [2022-05-17T11:47:02.087Z] --- PASS: TestServiceUpdateNetwork (12.58s) [2022-05-17T11:47:02.087Z] === RUN TestServiceUpdatePidsLimit [2022-05-17T11:47:02.708Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-17T11:47:02.849Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-17T11:47:02.908Z] === RUN TestNetworkAllocateFree [2022-05-17T11:47:02.908Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-17T11:47:02.908Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-17T11:47:02.908Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-17T11:47:02.908Z] PASS [2022-05-17T11:47:02.908Z] coverage: 63.6% of statements [2022-05-17T11:47:02.908Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.046s coverage: 63.6% of statements [2022-05-17T11:47:02.908Z] === RUN TestGetEmptyCapabilities [2022-05-17T11:47:02.908Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-17T11:47:02.908Z] === RUN TestGetExtraCapabilities [2022-05-17T11:47:02.908Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-17T11:47:02.908Z] === RUN TestGetInvalidCapabilities [2022-05-17T11:47:02.908Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-05-17T11:47:02.908Z] === RUN TestRemoteDriver [2022-05-17T11:47:02.908Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-17T11:47:02.908Z] === RUN TestDriverError [2022-05-17T11:47:02.908Z] --- PASS: TestDriverError (0.01s) [2022-05-17T11:47:02.908Z] === RUN TestMissingValues [2022-05-17T11:47:02.908Z] --- PASS: TestMissingValues (0.00s) [2022-05-17T11:47:02.908Z] === RUN TestRollback [2022-05-17T11:47:02.908Z] --- PASS: TestRollback (0.01s) [2022-05-17T11:47:02.908Z] PASS [2022-05-17T11:47:02.908Z] coverage: 57.4% of statements [2022-05-17T11:47:02.908Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.096s coverage: 57.4% of statements [2022-05-17T11:47:02.908Z] --- PASS: TestRandomAllocateDeallocate (6.44s) [2022-05-17T11:47:02.908Z] === RUN TestAllocateRandomDeallocate [2022-05-17T11:47:02.908Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-17T11:47:03.014Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-17T11:47:03.108Z] --- PASS: TestUpdateRestartPolicy (12.57s) [2022-05-17T11:47:03.108Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-17T11:47:03.108Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-05-17T11:47:03.168Z] --- PASS: TestContinueAfterPluginCrash (7.97s) [2022-05-17T11:47:03.670Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-17T11:47:03.891Z] === RUN TestNAT [2022-05-17T11:47:03.891Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-17T11:47:03.891Z] --- SKIP: TestNAT (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestTransparent [2022-05-17T11:47:03.891Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-17T11:47:03.891Z] --- SKIP: TestTransparent (0.00s) [2022-05-17T11:47:03.891Z] PASS [2022-05-17T11:47:03.891Z] coverage: 0.0% of statements [2022-05-17T11:47:03.891Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.057s coverage: 0.0% of statements [2022-05-17T11:47:03.891Z] === RUN TestBuildDefault [2022-05-17T11:47:03.891Z] --- PASS: TestBuildDefault (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestBuildHostnameDomainname [2022-05-17T11:47:03.891Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestBuildHostname [2022-05-17T11:47:03.891Z] --- PASS: TestBuildHostname (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestBuildHostnameFQDN [2022-05-17T11:47:03.891Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestBuildNoIP [2022-05-17T11:47:03.891Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestUpdate [2022-05-17T11:47:03.891Z] --- PASS: TestUpdate (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-17T11:47:03.891Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-17T11:47:03.891Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestAddEmpty [2022-05-17T11:47:03.891Z] --- PASS: TestAddEmpty (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestAdd [2022-05-17T11:47:03.891Z] --- PASS: TestAdd (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestDeleteEmpty [2022-05-17T11:47:03.891Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestDeleteNewline [2022-05-17T11:47:03.891Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestDelete [2022-05-17T11:47:03.891Z] --- PASS: TestDelete (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestConcurrentWrites [2022-05-17T11:47:03.891Z] === RUN TestNew [2022-05-17T11:47:03.891Z] --- PASS: TestNew (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestAddDriver [2022-05-17T11:47:03.891Z] --- PASS: TestAddDriver (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestAddDuplicateDriver [2022-05-17T11:47:03.891Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-17T11:47:03.891Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestDriver [2022-05-17T11:47:03.891Z] --- PASS: TestDriver (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestIPAM [2022-05-17T11:47:03.891Z] --- PASS: TestIPAM (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestWalkIPAMs [2022-05-17T11:47:03.891Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-17T11:47:03.891Z] === RUN TestWalkDrivers [2022-05-17T11:47:03.891Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-17T11:47:03.891Z] PASS [2022-05-17T11:47:03.891Z] coverage: 82.4% of statements [2022-05-17T11:47:03.891Z] ok github.com/docker/docker/libnetwork/drvregistry 0.083s coverage: 82.4% of statements [2022-05-17T11:47:03.942Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-17T11:47:04.042Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s) [2022-05-17T11:47:04.042Z] === RUN TestWaitNonBlocked [2022-05-17T11:47:04.042Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:47:04.042Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:47:04.042Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:47:04.042Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:47:04.042Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:47:04.042Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:47:04.109Z] === CONT TestReadPluginNoRead [2022-05-17T11:47:04.109Z] read_test.go:92: [db135e34c7146] daemon is not started [2022-05-17T11:47:04.109Z] --- PASS: TestReadPluginNoRead (5.67s) [2022-05-17T11:47:04.109Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-05-17T11:47:04.109Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2022-05-17T11:47:04.109Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2022-05-17T11:47:04.109Z] PASS [2022-05-17T11:47:04.109Z] [2022-05-17T11:47:04.109Z] DONE 6 tests in 8.836s [2022-05-17T11:47:04.109Z] 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-17T11:47:04.110Z] ++ 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-17T11:47:04.110Z] ++ set -e [2022-05-17T11:47:04.110Z] ++ '[' -n 0 ']' [2022-05-17T11:47:04.110Z] ++ set -x [2022-05-17T11:47:04.110Z] ++ 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-17T11:47:04.110Z] testing: warning: no tests to run [2022-05-17T11:47:04.110Z] PASS [2022-05-17T11:47:04.110Z] [2022-05-17T11:47:04.110Z] DONE 0 tests in 0.037s [2022-05-17T11:47:04.110Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-17T11:47:04.110Z] ++ 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-17T11:47:04.110Z] ++ set -e [2022-05-17T11:47:04.110Z] ++ '[' -n 0 ']' [2022-05-17T11:47:04.110Z] ++ set -x [2022-05-17T11:47:04.110Z] ++ 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-17T11:47:04.110Z] INFO: Testing against a local daemon [2022-05-17T11:47:04.110Z] === RUN TestPluginWithDevMounts [2022-05-17T11:47:04.110Z] === PAUSE TestPluginWithDevMounts [2022-05-17T11:47:04.110Z] === CONT TestPluginWithDevMounts [2022-05-17T11:47:04.358Z] --- PASS: TestAllocateRandomDeallocate (1.20s) [2022-05-17T11:47:04.358Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-17T11:47:04.358Z] --- PASS: TestConcurrentWrites (0.27s) [2022-05-17T11:47:04.358Z] PASS [2022-05-17T11:47:04.358Z] coverage: 81.2% of statements [2022-05-17T11:47:04.358Z] ok github.com/docker/docker/libnetwork/etchosts 0.350s coverage: 81.2% of statements [2022-05-17T11:47:04.643Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-17T11:47:04.826Z] === RUN TestNew [2022-05-17T11:47:04.826Z] --- PASS: TestNew (0.00s) [2022-05-17T11:47:04.826Z] === RUN TestAllocate [2022-05-17T11:47:04.826Z] --- PASS: TestAllocate (0.00s) [2022-05-17T11:47:04.826Z] === RUN TestUninitialized [2022-05-17T11:47:04.826Z] --- PASS: TestUninitialized (0.00s) [2022-05-17T11:47:04.826Z] === RUN TestAllocateInRange [2022-05-17T11:47:04.826Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-17T11:47:04.826Z] === RUN TestAllocateSerial [2022-05-17T11:47:04.826Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-17T11:47:04.826Z] PASS [2022-05-17T11:47:04.826Z] coverage: 87.5% of statements [2022-05-17T11:47:04.826Z] ok github.com/docker/docker/libnetwork/idm 0.047s coverage: 87.5% of statements [2022-05-17T11:47:04.826Z] === RUN TestCaller [2022-05-17T11:47:04.826Z] --- PASS: TestCaller (0.00s) [2022-05-17T11:47:04.826Z] PASS [2022-05-17T11:47:04.826Z] coverage: 100.0% of statements [2022-05-17T11:47:04.826Z] ok github.com/docker/docker/libnetwork/internal/caller 0.043s coverage: 100.0% of statements [2022-05-17T11:47:05.417Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-05-17T11:47:05.417Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2022-05-17T11:47:05.417Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.28s) [2022-05-17T11:47:05.417Z] === RUN TestWaitBlocked [2022-05-17T11:47:05.417Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:47:05.417Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:47:05.417Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:47:05.417Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:47:05.417Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-17T11:47:05.417Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-17T11:47:05.492Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-05-17T11:47:05.492Z] PASS [2022-05-17T11:47:05.492Z] [2022-05-17T11:47:05.492Z] DONE 1 tests in 1.621s [2022-05-17T11:47:05.492Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-17T11:47:05.492Z] ++ 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-17T11:47:05.492Z] ++ set -e [2022-05-17T11:47:05.492Z] ++ '[' -n 0 ']' [2022-05-17T11:47:05.492Z] ++ set -x [2022-05-17T11:47:05.493Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-17T11:47:05.753Z] INFO: Testing against a local daemon [2022-05-17T11:47:05.753Z] === RUN TestSecretInspect [2022-05-17T11:47:05.810Z] === RUN TestSetSerialInsertDelete [2022-05-17T11:47:05.810Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-17T11:47:05.810Z] === RUN TestSetParallelInsertDelete [2022-05-17T11:47:05.810Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.47s) [2022-05-17T11:47:05.810Z] === RUN TestRetrieveFromStore [2022-05-17T11:47:06.169Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-17T11:47:06.277Z] --- PASS: TestRetrieveFromStore (0.57s) [2022-05-17T11:47:06.277Z] === RUN TestIsCorrupted [2022-05-17T11:47:06.277Z] --- PASS: TestIsCorrupted (0.01s) [2022-05-17T11:47:06.277Z] === RUN TestSetRollover [2022-05-17T11:47:06.352Z] --- PASS: TestWaitBlocked (0.02s) [2022-05-17T11:47:06.352Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s) [2022-05-17T11:47:06.352Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2022-05-17T11:47:06.352Z] === CONT TestContainerStartOnDaemonRestart [2022-05-17T11:47:06.352Z] === CONT TestContainerKillOnDaemonStart [2022-05-17T11:47:06.611Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-05-17T11:47:06.611Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-17T11:47:06.611Z] check_test.go:307: [daebe6d80950a] daemon is not started [2022-05-17T11:47:06.611Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-05-17T11:47:06.611Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-17T11:47:06.611Z] check_test.go:307: [de87c00f79b02] daemon is not started [2022-05-17T11:47:06.611Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-05-17T11:47:06.746Z] === RUN TestInt2IP2IntConversion [2022-05-17T11:47:07.213Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2022-05-17T11:47:07.213Z] === RUN TestGetAddressVersion [2022-05-17T11:47:07.213Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-17T11:47:07.213Z] === RUN TestKeyString [2022-05-17T11:47:07.213Z] --- PASS: TestKeyString (0.00s) [2022-05-17T11:47:07.213Z] === RUN TestPoolDataMarshal [2022-05-17T11:47:07.213Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-17T11:47:07.213Z] === RUN TestSubnetsMarshal [2022-05-17T11:47:07.213Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-05-17T11:47:07.213Z] === RUN TestAddSubnets [2022-05-17T11:47:07.213Z] === RUN TestPoolRequest [2022-05-17T11:47:07.213Z] --- PASS: TestPoolRequest (0.00s) [2022-05-17T11:47:07.213Z] === RUN TestOtherRequests [2022-05-17T11:47:07.213Z] --- PASS: TestOtherRequests (0.00s) [2022-05-17T11:47:07.213Z] PASS [2022-05-17T11:47:07.213Z] coverage: 57.1% of statements [2022-05-17T11:47:07.213Z] ok github.com/docker/docker/libnetwork/ipams/null 0.048s coverage: 57.1% of statements [2022-05-17T11:47:07.213Z] --- PASS: TestAddSubnets (0.06s) [2022-05-17T11:47:07.213Z] === RUN TestDoublePoolRelease [2022-05-17T11:47:07.213Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-05-17T11:47:07.213Z] === RUN TestAddReleasePoolID [2022-05-17T11:47:07.680Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-05-17T11:47:07.680Z] === RUN TestPredefinedPool [2022-05-17T11:47:07.680Z] --- PASS: TestPredefinedPool (0.04s) [2022-05-17T11:47:07.680Z] === RUN TestRemoveSubnet [2022-05-17T11:47:07.680Z] --- PASS: TestRemoveSubnet (0.26s) [2022-05-17T11:47:07.680Z] === RUN TestGetSameAddress [2022-05-17T11:47:07.680Z] --- PASS: TestGetSameAddress (0.03s) [2022-05-17T11:47:07.680Z] === RUN TestPoolAllocationReuse [2022-05-17T11:47:08.147Z] --- PASS: TestSetRollover (1.60s) [2022-05-17T11:47:08.147Z] === RUN TestSetRolloverSerial [2022-05-17T11:47:08.295Z] --- PASS: TestSecretInspect (2.19s) [2022-05-17T11:47:08.295Z] === RUN TestSecretList [2022-05-17T11:47:08.340Z] --- PASS: TestBuildMultiStageCopy (16.20s) [2022-05-17T11:47:08.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.27s) [2022-05-17T11:47:08.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.11s) [2022-05-17T11:47:08.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.37s) [2022-05-17T11:47:08.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.58s) [2022-05-17T11:47:08.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.87s) [2022-05-17T11:47:08.340Z] === RUN TestBuildMultiStageParentConfig [2022-05-17T11:47:08.514Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-17T11:47:08.613Z] === RUN TestGetCapabilities [2022-05-17T11:47:08.613Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-17T11:47:08.613Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-17T11:47:08.613Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-05-17T11:47:08.613Z] === RUN TestGetDefaultAddressSpaces [2022-05-17T11:47:08.613Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-05-17T11:47:08.613Z] === RUN TestRemoteDriver [2022-05-17T11:47:08.613Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-17T11:47:08.613Z] PASS [2022-05-17T11:47:08.613Z] coverage: 47.4% of statements [2022-05-17T11:47:08.613Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.076s coverage: 47.4% of statements [2022-05-17T11:47:09.080Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-17T11:47:09.596Z] --- PASS: TestPoolAllocationReuse (1.80s) [2022-05-17T11:47:09.596Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-17T11:47:09.596Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-05-17T11:47:09.596Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-17T11:47:09.596Z] --- PASS: TestSetRolloverSerial (1.67s) [2022-05-17T11:47:09.596Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-17T11:47:09.596Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-17T11:47:09.596Z] PASS [2022-05-17T11:47:09.596Z] coverage: 84.4% of statements [2022-05-17T11:47:09.596Z] ok github.com/docker/docker/libnetwork/bitseq 13.030s coverage: 84.4% of statements [2022-05-17T11:47:09.596Z] === RUN TestWindowsIPAM [2022-05-17T11:47:09.596Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-17T11:47:09.596Z] PASS [2022-05-17T11:47:09.596Z] coverage: 71.4% of statements [2022-05-17T11:47:09.596Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.055s coverage: 71.4% of statements [2022-05-17T11:47:09.647Z] --- PASS: TestContainerStartOnDaemonRestart (3.15s) [2022-05-17T11:47:09.647Z] === CONT TestIpcModeOlderClient [2022-05-17T11:47:09.647Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-05-17T11:47:09.647Z] === CONT TestDaemonHostGatewayIP [2022-05-17T11:47:10.204Z] --- PASS: TestSecretList (2.22s) [2022-05-17T11:47:10.204Z] === RUN TestSecretsCreateAndDelete [2022-05-17T11:47:10.216Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-17T11:47:10.216Z] check_test.go:307: [d6f91cf2eeeab] daemon is not started [2022-05-17T11:47:10.216Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-05-17T11:47:10.474Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-17T11:47:10.583Z] === RUN TestDefaultNetwork [2022-05-17T11:47:11.049Z] --- PASS: TestDefaultNetwork (0.30s) [2022-05-17T11:47:11.049Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-17T11:47:11.049Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2022-05-17T11:47:11.049Z] === RUN TestInitAddressPools [2022-05-17T11:47:11.049Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-17T11:47:11.049Z] PASS [2022-05-17T11:47:11.049Z] coverage: 74.0% of statements [2022-05-17T11:47:11.229Z] --- PASS: TestBuildMultiStageParentConfig (3.14s) [2022-05-17T11:47:11.229Z] === RUN TestBuildLabelWithTargets [2022-05-17T11:47:11.229Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:47:11.229Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-17T11:47:11.229Z] === RUN TestBuildWithEmptyLayers [2022-05-17T11:47:11.408Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-17T11:47:11.516Z] ok github.com/docker/docker/libnetwork/ipamutils 0.679s coverage: 74.0% of statements [2022-05-17T11:47:11.974Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-17T11:47:11.985Z] === RUN TestKeyValue [2022-05-17T11:47:11.985Z] --- PASS: TestKeyValue (0.00s) [2022-05-17T11:47:11.985Z] PASS [2022-05-17T11:47:11.985Z] coverage: 60.0% of statements [2022-05-17T11:47:11.985Z] ok github.com/docker/docker/libnetwork/netlabel 0.050s coverage: 60.0% of statements [2022-05-17T11:47:12.064Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-17T11:47:12.233Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-17T11:47:12.744Z] --- PASS: TestSecretsCreateAndDelete (2.20s) [2022-05-17T11:47:12.744Z] === RUN TestSecretsUpdate [2022-05-17T11:47:12.800Z] --- PASS: TestDaemonHostGatewayIP (3.31s) [2022-05-17T11:47:12.800Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-17T11:47:12.969Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.23s) [2022-05-17T11:47:12.969Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-17T11:47:13.395Z] --- PASS: TestBuildWithEmptyLayers (1.73s) [2022-05-17T11:47:13.395Z] === RUN TestBuildMultiStageOnBuild [2022-05-17T11:47:14.654Z] --- PASS: TestSecretsUpdate (2.28s) [2022-05-17T11:47:14.654Z] === RUN TestTemplatedSecret [2022-05-17T11:47:14.701Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-17T11:47:15.180Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-17T11:47:15.180Z] === RUN TestNetworkDBSimple [2022-05-17T11:47:15.636Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.82s) [2022-05-17T11:47:15.636Z] === CONT TestDaemonRestartIpcMode [2022-05-17T11:47:15.648Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-17T11:47:15.648Z] PASS [2022-05-17T11:47:15.648Z] coverage: 100.0% of statements [2022-05-17T11:47:15.648Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.054s coverage: 100.0% of statements [2022-05-17T11:47:15.648Z] === RUN TestGenerate [2022-05-17T11:47:15.648Z] --- PASS: TestGenerate (0.00s) [2022-05-17T11:47:15.648Z] === RUN TestGeneratePtr [2022-05-17T11:47:15.648Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-17T11:47:15.648Z] === RUN TestGenerateMissingField [2022-05-17T11:47:15.648Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-17T11:47:15.648Z] === RUN TestFieldCannotBeSet [2022-05-17T11:47:15.648Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-17T11:47:15.648Z] === RUN TestTypeMismatchError [2022-05-17T11:47:15.648Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-17T11:47:15.648Z] PASS [2022-05-17T11:47:15.648Z] coverage: 100.0% of statements [2022-05-17T11:47:15.648Z] ok github.com/docker/docker/libnetwork/options 0.043s coverage: 100.0% of statements [2022-05-17T11:47:16.115Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.16s) [2022-05-17T11:47:16.115Z] === RUN TestGetAddress [2022-05-17T11:47:16.115Z] 2022/05/17 11:47:15 Closing DB instances... [2022-05-17T11:47:16.582Z] testing: warning: no tests to run [2022-05-17T11:47:16.582Z] PASS [2022-05-17T11:47:16.582Z] coverage: 0.0% of statements [2022-05-17T11:47:16.582Z] ok github.com/docker/docker/libnetwork/osl 0.045s coverage: 0.0% of statements [no tests to run] [2022-05-17T11:47:16.582Z] === RUN TestRequestNewPort [2022-05-17T11:47:16.582Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestRequestSpecificPort [2022-05-17T11:47:16.582Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestReleasePort [2022-05-17T11:47:16.582Z] --- PASS: TestReleasePort (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestReuseReleasedPort [2022-05-17T11:47:16.582Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestReleaseUnreadledPort [2022-05-17T11:47:16.582Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestUnknowProtocol [2022-05-17T11:47:16.582Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestAllocateAllPorts [2022-05-17T11:47:16.582Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestPortAllocation [2022-05-17T11:47:16.582Z] --- PASS: TestPortAllocation (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestPortAllocationWithCustomRange [2022-05-17T11:47:16.582Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestNoDuplicateBPR [2022-05-17T11:47:16.582Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-17T11:47:16.582Z] === RUN TestChangePortRange [2022-05-17T11:47:16.582Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-17T11:47:16.582Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-17T11:47:16.582Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-17T11:47:16.582Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-17T11:47:16.582Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-17T11:47:16.582Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-17T11:47:16.582Z] --- PASS: TestChangePortRange (0.00s) [2022-05-17T11:47:16.582Z] PASS [2022-05-17T11:47:16.582Z] coverage: 88.6% of statements [2022-05-17T11:47:16.582Z] ok github.com/docker/docker/libnetwork/portallocator 0.046s coverage: 88.6% of statements [2022-05-17T11:47:17.195Z] --- PASS: TestTemplatedSecret (2.43s) [2022-05-17T11:47:17.195Z] === RUN TestSecretCreateResolve [2022-05-17T11:47:17.566Z] testing: warning: no tests to run [2022-05-17T11:47:17.566Z] PASS [2022-05-17T11:47:17.566Z] coverage: 0.0% of statements [2022-05-17T11:47:17.566Z] ok github.com/docker/docker/libnetwork/portmapper 0.047s coverage: 0.0% of statements [no tests to run] [2022-05-17T11:47:17.566Z] === RUN TestHashData [2022-05-17T11:47:17.566Z] --- PASS: TestHashData (0.00s) [2022-05-17T11:47:17.566Z] PASS [2022-05-17T11:47:17.566Z] coverage: 2.8% of statements [2022-05-17T11:47:17.566Z] ok github.com/docker/docker/libnetwork/resolvconf 0.046s coverage: 2.8% of statements [2022-05-17T11:47:18.034Z] --- PASS: TestNetworkDBSimple (2.65s) [2022-05-17T11:47:18.034Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-17T11:47:18.168Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-05-17T11:47:18.501Z] === RUN TestErrorConstructors [2022-05-17T11:47:18.501Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-17T11:47:18.501Z] === RUN TestCompareIPMask [2022-05-17T11:47:18.501Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-17T11:47:18.501Z] === RUN TestUtilGetHostPartIP [2022-05-17T11:47:18.501Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-17T11:47:18.501Z] === RUN TestUtilGetBroadcastIP [2022-05-17T11:47:18.501Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-17T11:47:18.501Z] === RUN TestParseCIDR [2022-05-17T11:47:18.501Z] --- PASS: TestParseCIDR (0.00s) [2022-05-17T11:47:18.501Z] PASS [2022-05-17T11:47:18.501Z] coverage: 37.3% of statements [2022-05-17T11:47:18.501Z] ok github.com/docker/docker/libnetwork/types 0.047s coverage: 37.3% of statements [2022-05-17T11:47:18.592Z] --- PASS: TestServiceUpdatePidsLimit (16.36s) [2022-05-17T11:47:18.592Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.85s) [2022-05-17T11:47:18.592Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-05-17T11:47:18.592Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-05-17T11:47:18.592Z] PASS [2022-05-17T11:47:18.592Z] [2022-05-17T11:47:18.592Z] === Skipped [2022-05-17T11:47:18.592Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-17T11:47:18.592Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-17T11:47:18.592Z] [2022-05-17T11:47:18.592Z] DONE 27 tests, 1 skipped in 164.520s [2022-05-17T11:47:18.592Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-17T11:47:18.592Z] INFO: Testing against a local daemon [2022-05-17T11:47:18.592Z] === RUN TestSessionCreate [2022-05-17T11:47:18.592Z] --- PASS: TestSessionCreate (0.02s) [2022-05-17T11:47:18.592Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-17T11:47:18.592Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-17T11:47:18.592Z] PASS [2022-05-17T11:47:18.592Z] [2022-05-17T11:47:18.592Z] DONE 2 tests in 0.057s [2022-05-17T11:47:18.592Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-17T11:47:18.592Z] INFO: Testing against a local daemon [2022-05-17T11:47:18.592Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-17T11:47:18.592Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-05-17T11:47:18.592Z] === RUN TestDiskUsage [2022-05-17T11:47:18.592Z] === PAUSE TestDiskUsage [2022-05-17T11:47:18.592Z] === RUN TestEventsExecDie [2022-05-17T11:47:18.848Z] --- PASS: TestEventsExecDie (0.64s) [2022-05-17T11:47:18.849Z] === RUN TestEventsBackwardsCompatible [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-17T11:47:18.969Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-17T11:47:18.969Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-17T11:47:18.969Z] PASS [2022-05-17T11:47:18.969Z] coverage: 55.0% of statements [2022-05-17T11:47:18.969Z] ok github.com/docker/docker/oci 0.052s coverage: 55.0% of statements [2022-05-17T11:47:18.969Z] 2022/05/17 11:47:18 Closing DB instances... [2022-05-17T11:47:19.104Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-05-17T11:47:19.104Z] === RUN TestEventsVolumeCreate [2022-05-17T11:47:19.104Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-05-17T11:47:19.104Z] === RUN TestInfoBinaryCommits [2022-05-17T11:47:19.104Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-17T11:47:19.104Z] === RUN TestInfoAPIVersioned [2022-05-17T11:47:19.104Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-17T11:47:19.104Z] === RUN TestInfoAPI [2022-05-17T11:47:19.104Z] --- PASS: TestInfoAPI (0.02s) [2022-05-17T11:47:19.104Z] === RUN TestInfoAPIWarnings [2022-05-17T11:47:19.106Z] --- PASS: TestSecretCreateResolve (2.20s) [2022-05-17T11:47:19.106Z] PASS [2022-05-17T11:47:19.106Z] [2022-05-17T11:47:19.106Z] DONE 6 tests in 13.587s [2022-05-17T11:47:19.106Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-05-17T11:47:19.106Z] ++ 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-17T11:47:19.106Z] ++ set -e [2022-05-17T11:47:19.106Z] ++ '[' -n 0 ']' [2022-05-17T11:47:19.106Z] ++ set -x [2022-05-17T11:47:19.106Z] ++ 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-17T11:47:19.366Z] INFO: Testing against a local daemon [2022-05-17T11:47:19.366Z] === RUN TestServiceCreateInit [2022-05-17T11:47:19.366Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-17T11:47:19.545Z] --- PASS: TestDaemonRestartIpcMode (3.69s) [2022-05-17T11:47:19.545Z] --- PASS: TestContainerKillOnDaemonStart (13.23s) [2022-05-17T11:47:19.545Z] PASS [2022-05-17T11:47:19.545Z] [2022-05-17T11:47:19.545Z] === Skipped [2022-05-17T11:47:19.545Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-17T11:47:19.545Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:47:19.545Z] [2022-05-17T11:47:19.545Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2022-05-17T11:47:19.545Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:47:19.545Z] [2022-05-17T11:47:19.545Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-17T11:47:19.545Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:47:19.545Z] [2022-05-17T11:47:19.545Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-17T11:47:19.545Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-17T11:47:19.545Z] [2022-05-17T11:47:19.545Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-17T11:47:19.545Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-17T11:47:19.545Z] [2022-05-17T11:47:19.545Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-17T11:47:19.545Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:47:19.545Z] [2022-05-17T11:47:19.545Z] DONE 237 tests, 6 skipped in 160.862s [2022-05-17T11:47:19.545Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-17T11:47:19.545Z] ++ 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-17T11:47:19.545Z] ++ set -e [2022-05-17T11:47:19.545Z] ++ '[' -n 0 ']' [2022-05-17T11:47:19.545Z] ++ set -x [2022-05-17T11:47:19.545Z] ++ 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-17T11:47:19.802Z] === RUN TestConfigDaemonLibtrustID [2022-05-17T11:47:19.952Z] === RUN TestParseVersion [2022-05-17T11:47:19.952Z] --- PASS: TestParseVersion (0.00s) [2022-05-17T11:47:19.952Z] PASS [2022-05-17T11:47:19.952Z] coverage: 52.9% of statements [2022-05-17T11:47:19.952Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 52.9% of statements [2022-05-17T11:47:19.952Z] === RUN TestAddressPoolOpt [2022-05-17T11:47:19.952Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/a [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/something [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/_=a [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/env1=value1 [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/_env1=value1 [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/PATH [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/=a [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/PATH= [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/PATH=something [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/asd!qwe [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/1asd [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/123 [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/some_space [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/__some_space_before [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/some_space_after__ [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/= [2022-05-17T11:47:19.952Z] === RUN TestValidateEnv/PaTh [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-17T11:47:19.952Z] === RUN TestParseHost [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-17T11:47:19.952Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-17T11:47:19.952Z] === RUN TestParseHost/something_with_spaces [2022-05-17T11:47:19.952Z] === RUN TestParseHost/:// [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://:5555/ [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://:5555/p [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-17T11:47:19.952Z] === RUN TestParseHost/unknown:// [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://:port [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://invalid:port [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-17T11:47:19.952Z] === RUN TestParseHost/unix:// [2022-05-17T11:47:19.952Z] === RUN TestParseHost/unix://path/to/socket [2022-05-17T11:47:19.952Z] === RUN TestParseHost/npipe:// [2022-05-17T11:47:19.952Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://[::1] [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://host: [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://[::1]: [2022-05-17T11:47:19.952Z] === RUN TestParseHost/#00 [2022-05-17T11:47:19.952Z] === RUN TestParseHost/fd://something [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://: [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-17T11:47:19.952Z] === RUN TestParseHost/_ [2022-05-17T11:47:19.952Z] === RUN TestParseHost/fd:// [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp:// [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-17T11:47:19.952Z] === RUN TestParseHost/tcp://:5555 [2022-05-17T11:47:19.952Z] === RUN TestParseHost/__ [2022-05-17T11:47:19.952Z] --- PASS: TestParseHost (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-17T11:47:19.952Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://[::1] (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp://127.0.0.1/ [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/[::1] [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp://[::1] [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/: [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp://127.0.0.1/ (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/[::1] (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1] (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestParseTCP [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/localhost:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/default_tcp://localhost:noport [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/default_tcp://localhost:5555/path [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/default_localhost [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/default_udp://localhost [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/localhost:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/tcp://:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/#00 [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/tcp://: [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/0.0.0.1 [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/: [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/localhost [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/localhost: [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/[::1]: [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/[::1] [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/[::1]:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1] [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/tcp:// [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/0.0.0.1: [2022-05-17T11:47:19.953Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/default_tcp://localhost:noport (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/default_tcp://localhost:5555/path (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/default_localhost (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/default_udp://localhost (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/[::1] (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-17T11:47:19.953Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestValidateExtraHosts [2022-05-17T11:47:19.953Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestValidateIPAddress [2022-05-17T11:47:19.953Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestMapOpts [2022-05-17T11:47:19.953Z] --- PASS: TestMapOpts (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestListOptsWithoutValidator [2022-05-17T11:47:19.953Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestListOptsWithValidator [2022-05-17T11:47:19.953Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestValidateDNSSearch [2022-05-17T11:47:19.953Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_general_format [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_one_more [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-17T11:47:19.953Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel (0.01s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-17T11:47:19.953Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestNamedListOpts [2022-05-17T11:47:19.953Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestNamedMapOpts [2022-05-17T11:47:19.953Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestParseLink [2022-05-17T11:47:19.953Z] --- PASS: TestParseLink (0.00s) [2022-05-17T11:47:19.953Z] === RUN TestUlimitOpt [2022-05-17T11:47:19.953Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-17T11:47:19.953Z] PASS [2022-05-17T11:47:19.953Z] coverage: 66.0% of statements [2022-05-17T11:47:19.953Z] ok github.com/docker/docker/opts 0.125s coverage: 66.0% of statements [2022-05-17T11:47:20.407Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-05-17T11:47:20.407Z] === RUN TestConfigDaemonID [2022-05-17T11:47:20.942Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.87s) [2022-05-17T11:47:20.942Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-17T11:47:20.992Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-05-17T11:47:21.565Z] daemon_test.go:84: [d3917d7de8489] daemon is not started [2022-05-17T11:47:21.565Z] --- PASS: TestConfigDaemonID (1.06s) [2022-05-17T11:47:21.565Z] === RUN TestDaemonConfigValidation [2022-05-17T11:47:21.566Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:47:21.566Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:47:21.566Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-17T11:47:21.566Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-17T11:47:21.566Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-17T11:47:21.566Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-17T11:47:21.566Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-17T11:47:21.566Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-17T11:47:21.566Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-17T11:47:21.566Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-17T11:47:21.566Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-17T11:47:21.566Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-17T11:47:21.566Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-17T11:47:21.566Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-17T11:47:21.824Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-17T11:47:21.824Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-17T11:47:21.824Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.12s) [2022-05-17T11:47:21.824Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.13s) [2022-05-17T11:47:21.824Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.16s) [2022-05-17T11:47:21.824Z] --- PASS: TestDaemonConfigValidation/valid_config (0.18s) [2022-05-17T11:47:21.824Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-05-17T11:47:21.824Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-17T11:47:21.824Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-17T11:47:21.926Z] 2022/05/17 11:47:21 Closing DB instances... [2022-05-17T11:47:21.926Z] === RUN TestPeerCertificateMarshalJSON [2022-05-17T11:47:22.393Z] === RUN TestIsArchivePathDir [2022-05-17T11:47:22.860Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-05-17T11:47:22.860Z] === RUN TestIsArchivePathInvalidFile [2022-05-17T11:47:22.860Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-17T11:47:22.860Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-17T11:47:22.860Z] --- PASS: TestPeerCertificateMarshalJSON (0.63s) [2022-05-17T11:47:22.860Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-17T11:47:22.860Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-17T11:47:22.860Z] === RUN TestMiddleware [2022-05-17T11:47:22.860Z] --- PASS: TestMiddleware (0.00s) [2022-05-17T11:47:22.860Z] === RUN TestNewResponseModifier [2022-05-17T11:47:22.860Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-17T11:47:22.860Z] PASS [2022-05-17T11:47:22.860Z] coverage: 26.8% of statements [2022-05-17T11:47:22.860Z] ok github.com/docker/docker/pkg/authorization 0.687s coverage: 26.8% of statements [2022-05-17T11:47:22.860Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-05-17T11:47:22.860Z] === RUN TestIsArchivePathTar [2022-05-17T11:47:22.860Z] --- PASS: TestIsArchivePathTar (0.21s) [2022-05-17T11:47:22.860Z] === RUN TestDecompressStreamGzip [2022-05-17T11:47:23.343Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-17T11:47:23.343Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-17T11:47:23.484Z] --- PASS: TestDecompressStreamGzip (0.18s) [2022-05-17T11:47:23.485Z] === RUN TestDecompressStreamBzip2 [2022-05-17T11:47:23.485Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-05-17T11:47:23.485Z] === RUN TestDecompressStreamXz [2022-05-17T11:47:23.485Z] archive_test.go:133: Xz not present in msys2 [2022-05-17T11:47:23.485Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestDecompressStreamZstd [2022-05-17T11:47:23.485Z] archive_test.go:140: zstd not installed [2022-05-17T11:47:23.485Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-17T11:47:23.485Z] === RUN TestCompressStreamXzUnsupported [2022-05-17T11:47:23.485Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-17T11:47:23.485Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestCompressStreamInvalid [2022-05-17T11:47:23.485Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestExtensionInvalid [2022-05-17T11:47:23.485Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestExtensionUncompressed [2022-05-17T11:47:23.485Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestExtensionBzip2 [2022-05-17T11:47:23.485Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestExtensionGzip [2022-05-17T11:47:23.485Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestExtensionXz [2022-05-17T11:47:23.485Z] --- PASS: TestExtensionXz (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestExtensionZstd [2022-05-17T11:47:23.485Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestCmdStreamLargeStderr [2022-05-17T11:47:23.485Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.65s) [2022-05-17T11:47:23.485Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-17T11:47:23.485Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-05-17T11:47:23.485Z] === RUN TestCmdStreamBad [2022-05-17T11:47:23.485Z] archive_test.go:252: Failing on Windows CI machines [2022-05-17T11:47:23.485Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestCmdStreamGood [2022-05-17T11:47:23.485Z] --- PASS: TestCmdStreamGood (0.06s) [2022-05-17T11:47:23.485Z] === RUN TestUntarPathWithInvalidDest [2022-05-17T11:47:23.485Z] === RUN TestUnbuffered [2022-05-17T11:47:23.485Z] --- PASS: TestUnbuffered (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestRaceUnbuffered [2022-05-17T11:47:23.485Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-17T11:47:23.485Z] PASS [2022-05-17T11:47:23.485Z] coverage: 100.0% of statements [2022-05-17T11:47:23.485Z] ok github.com/docker/docker/pkg/broadcaster 0.041s coverage: 100.0% of statements [2022-05-17T11:47:23.485Z] --- PASS: TestUntarPathWithInvalidDest (0.18s) [2022-05-17T11:47:23.485Z] === RUN TestUntarPathWithInvalidSrc [2022-05-17T11:47:23.485Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-17T11:47:23.485Z] === RUN TestUntarPath [2022-05-17T11:47:23.597Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-17T11:47:23.601Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-05-17T11:47:23.952Z] --- PASS: TestUntarPath (0.08s) [2022-05-17T11:47:23.952Z] === RUN TestUntarPathWithDestinationFile [2022-05-17T11:47:23.952Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-05-17T11:47:23.952Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-17T11:47:23.952Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-05-17T11:47:23.952Z] === RUN TestCopyWithTarInvalidSrc [2022-05-17T11:47:23.952Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-17T11:47:23.952Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-17T11:47:23.952Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-17T11:47:23.952Z] === RUN TestCopyWithTarSrcFile [2022-05-17T11:47:23.952Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-17T11:47:23.952Z] === RUN TestCopyWithTarSrcFolder [2022-05-17T11:47:23.952Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-17T11:47:23.952Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-17T11:47:23.952Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-17T11:47:23.952Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-17T11:47:23.952Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-05-17T11:47:23.952Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-17T11:47:23.952Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-17T11:47:23.952Z] === RUN TestCopyFileWithTarSrcFile [2022-05-17T11:47:23.952Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-17T11:47:23.952Z] === RUN TestTarFiles [2022-05-17T11:47:24.169Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-17T11:47:24.169Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-17T11:47:24.421Z] === RUN TestMatch [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[]] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[foo]] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[foo_bar]] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[]#01 [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[qux]] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-17T11:47:24.421Z] === RUN TestMatch/[[foo_baz]] [2022-05-17T11:47:24.421Z] --- PASS: TestMatch (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-17T11:47:24.421Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-17T11:47:24.421Z] PASS [2022-05-17T11:47:24.421Z] coverage: 87.5% of statements [2022-05-17T11:47:24.421Z] ok github.com/docker/docker/pkg/capabilities 0.051s coverage: 87.5% of statements [2022-05-17T11:47:24.736Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-17T11:47:24.994Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-17T11:47:24.994Z] daemon_test.go:198: [df0621e68590c] daemon is not started [2022-05-17T11:47:24.994Z] --- PASS: TestConfigDaemonSeccompProfiles (3.21s) [2022-05-17T11:47:24.994Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2022-05-17T11:47:24.994Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2022-05-17T11:47:24.994Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s) [2022-05-17T11:47:24.994Z] === RUN TestDaemonProxy [2022-05-17T11:47:24.994Z] === RUN TestDaemonProxy/environment_variables [2022-05-17T11:47:25.404Z] === RUN TestChrootTarUntar [2022-05-17T11:47:25.404Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:47:25.404Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-17T11:47:25.404Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-17T11:47:25.404Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:47:25.404Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-17T11:47:25.404Z] === RUN TestChrootUntarEmptyArchive [2022-05-17T11:47:25.404Z] --- PASS: TestChrootUntarEmptyArchive (0.01s) [2022-05-17T11:47:25.404Z] === RUN TestChrootTarUntarWithSymlink [2022-05-17T11:47:25.404Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:47:25.405Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-17T11:47:25.405Z] === RUN TestChrootCopyWithTar [2022-05-17T11:47:25.405Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:47:25.405Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-17T11:47:25.405Z] === RUN TestChrootCopyFileWithTar [2022-05-17T11:47:25.405Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:47:25.405Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-17T11:47:25.405Z] === RUN TestChrootUntarPath [2022-05-17T11:47:25.405Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:47:25.405Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-17T11:47:25.405Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-17T11:47:25.405Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:47:25.405Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:47:25.405Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-17T11:47:25.405Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:47:25.405Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:47:25.405Z] === RUN TestChrootApplyDotDotFile [2022-05-17T11:47:25.405Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:47:25.405Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-17T11:47:25.405Z] PASS [2022-05-17T11:47:25.405Z] coverage: 12.0% of statements [2022-05-17T11:47:25.405Z] ok github.com/docker/docker/pkg/chrootarchive 0.108s coverage: 12.0% of statements [2022-05-17T11:47:25.871Z] 2022/05/17 11:47:25 Closing DB instances... [2022-05-17T11:47:26.855Z] === RUN TestEnsureRemoveAllNotExist [2022-05-17T11:47:26.855Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-17T11:47:26.855Z] === RUN TestEnsureRemoveAllWithDir [2022-05-17T11:47:26.855Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-17T11:47:26.855Z] === RUN TestEnsureRemoveAllWithFile [2022-05-17T11:47:26.855Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-17T11:47:26.855Z] PASS [2022-05-17T11:47:26.855Z] coverage: 0.0% of statements [2022-05-17T11:47:26.855Z] ok github.com/docker/docker/pkg/containerfs 0.053s coverage: 0.0% of statements [2022-05-17T11:47:26.893Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-17T11:47:26.893Z] === RUN TestDaemonProxy/command-line_options [2022-05-17T11:47:26.894Z] --- PASS: TestServiceCreateInit (7.15s) [2022-05-17T11:47:26.894Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.52s) [2022-05-17T11:47:26.894Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.62s) [2022-05-17T11:47:26.894Z] === RUN TestCreateServiceMultipleTimes [2022-05-17T11:47:27.460Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-05-17T11:47:27.840Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-05-17T11:47:27.840Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-17T11:47:27.840Z] === RUN TestSizeEmpty [2022-05-17T11:47:27.840Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-17T11:47:27.840Z] === RUN TestSizeEmptyFile [2022-05-17T11:47:27.840Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-17T11:47:27.840Z] === RUN TestSizeNonemptyFile [2022-05-17T11:47:27.840Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-17T11:47:27.840Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-17T11:47:27.840Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-17T11:47:27.840Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-17T11:47:27.840Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-17T11:47:27.840Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-17T11:47:27.840Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-17T11:47:27.840Z] === RUN TestMoveToSubdir [2022-05-17T11:47:27.840Z] --- PASS: TestMoveToSubdir (0.00s) [2022-05-17T11:47:27.840Z] === RUN TestSizeNonExistingDirectory [2022-05-17T11:47:27.840Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-17T11:47:27.840Z] PASS [2022-05-17T11:47:27.840Z] coverage: 80.0% of statements [2022-05-17T11:47:27.840Z] ok github.com/docker/docker/pkg/directory 0.067s coverage: 80.0% of statements [2022-05-17T11:47:28.825Z] === RUN TestPollerAddRemove [2022-05-17T11:47:28.825Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-17T11:47:28.825Z] === RUN TestPollerEvent [2022-05-17T11:47:28.825Z] poller_test.go:40: No chmod on Windows [2022-05-17T11:47:28.825Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-17T11:47:28.825Z] === RUN TestPollerClose [2022-05-17T11:47:28.825Z] --- PASS: TestPollerClose (0.00s) [2022-05-17T11:47:28.825Z] PASS [2022-05-17T11:47:28.825Z] coverage: 36.2% of statements [2022-05-17T11:47:28.825Z] ok github.com/docker/docker/pkg/filenotify 0.048s coverage: 36.2% of statements [2022-05-17T11:47:28.834Z] === RUN TestDaemonProxy/configuration_file [2022-05-17T11:47:29.816Z] 2022/05/17 11:47:29 Closing DB instances... [2022-05-17T11:47:30.210Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-17T11:47:30.285Z] === RUN TestCopyFileWithInvalidSrc [2022-05-17T11:47:30.285Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCopyFileWithInvalidDest [2022-05-17T11:47:30.285Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-17T11:47:30.285Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-17T11:47:30.285Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCopyFile [2022-05-17T11:47:30.285Z] --- PASS: TestCopyFile (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-17T11:47:30.285Z] fileutils_test.go:133: Needs porting to Windows [2022-05-17T11:47:30.285Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-17T11:47:30.285Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-17T11:47:30.285Z] fileutils_test.go:179: Needs porting to Windows [2022-05-17T11:47:30.285Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestWildcardMatches [2022-05-17T11:47:30.285Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestPatternMatches [2022-05-17T11:47:30.285Z] --- PASS: TestPatternMatches (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-17T11:47:30.285Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestPatternMatchesFolderExclusions [2022-05-17T11:47:30.285Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-17T11:47:30.285Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-17T11:47:30.285Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-17T11:47:30.285Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-17T11:47:30.285Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestSingleExclamationError [2022-05-17T11:47:30.285Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestMatchesWithNoPatterns [2022-05-17T11:47:30.285Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestMatchesWithMalformedPatterns [2022-05-17T11:47:30.285Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestMatches [2022-05-17T11:47:30.285Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-17T11:47:30.285Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-17T11:47:30.285Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-17T11:47:30.285Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-17T11:47:30.285Z] --- PASS: TestMatches (0.01s) [2022-05-17T11:47:30.285Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-17T11:47:30.285Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-17T11:47:30.285Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-17T11:47:30.285Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCleanPatterns [2022-05-17T11:47:30.285Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-17T11:47:30.285Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCleanPatternsExceptionFlag [2022-05-17T11:47:30.285Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-17T11:47:30.285Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-17T11:47:30.285Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCleanPatternsErrorSingleException [2022-05-17T11:47:30.285Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCreateIfNotExistsDir [2022-05-17T11:47:30.285Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCreateIfNotExistsFile [2022-05-17T11:47:30.285Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-17T11:47:30.285Z] === RUN TestMatch [2022-05-17T11:47:30.285Z] --- PASS: TestMatch (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestCompile [2022-05-17T11:47:30.285Z] === RUN TestCompile/slash [2022-05-17T11:47:30.285Z] === RUN TestCompile/backslash [2022-05-17T11:47:30.285Z] --- PASS: TestCompile (0.00s) [2022-05-17T11:47:30.285Z] --- PASS: TestCompile/slash (0.00s) [2022-05-17T11:47:30.285Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-17T11:47:30.285Z] PASS [2022-05-17T11:47:30.285Z] coverage: 84.7% of statements [2022-05-17T11:47:30.285Z] ok github.com/docker/docker/pkg/fileutils 0.097s coverage: 84.7% of statements [2022-05-17T11:47:30.285Z] --- PASS: TestTarFiles (6.23s) [2022-05-17T11:47:30.285Z] === RUN TestDetectCompressionZstd [2022-05-17T11:47:30.285Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestTarUntar [2022-05-17T11:47:30.285Z] --- PASS: TestTarUntar (0.05s) [2022-05-17T11:47:30.285Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-17T11:47:30.285Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-17T11:47:30.285Z] === RUN TestTarWithOptions [2022-05-17T11:47:30.285Z] --- PASS: TestTarWithOptions (0.03s) [2022-05-17T11:47:30.285Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-17T11:47:30.285Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestUntarUstarGnuConflict [2022-05-17T11:47:30.285Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-17T11:47:30.285Z] === RUN TestUntarInvalidFilenames [2022-05-17T11:47:30.285Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2839333633\\dest" [2022-05-17T11:47:30.285Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-05-17T11:47:30.285Z] === RUN TestUntarHardlinkToSymlink [2022-05-17T11:47:30.285Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-17T11:47:30.285Z] === RUN TestUntarInvalidHardlink [2022-05-17T11:47:30.285Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3335547625\\victim\\hello" -> "../victim/hello" [2022-05-17T11:47:30.285Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2657000370\\victim\\hello" -> "/../victim/hello" [2022-05-17T11:47:30.285Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1855812847\\victim" -> "../victim" [2022-05-17T11:47:30.285Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink19152612\\victim" -> "../victim" [2022-05-17T11:47:30.285Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4144579990\\victim" -> "../victim" [2022-05-17T11:47:30.285Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1711522356\\victim" -> "../victim" [2022-05-17T11:47:30.467Z] === RUN TestDaemonProxy/conflicting_options [2022-05-17T11:47:30.726Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-05-17T11:47:30.753Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-05-17T11:47:30.753Z] === RUN TestUntarInvalidSymlink [2022-05-17T11:47:30.753Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3218997780\\dest\\dotdot" -> "../victim/hello" [2022-05-17T11:47:30.753Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink108629787\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-17T11:47:30.753Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1019148942\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:47:30.753Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2586140329\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:47:30.753Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1486820876\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:47:30.753Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4062421097\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:47:30.753Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4228766132\\dest\\dir\\loophole" -> "../../victim" [2022-05-17T11:47:30.753Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-05-17T11:47:30.753Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-17T11:47:30.753Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-17T11:47:30.753Z] === RUN TestXGlobalNoParent [2022-05-17T11:47:30.753Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-17T11:47:30.753Z] === RUN TestReplaceFileTarWrapper [2022-05-17T11:47:30.753Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-05-17T11:47:30.753Z] === RUN TestPrefixHeaderReadable [2022-05-17T11:47:30.753Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-17T11:47:30.753Z] === RUN TestDisablePigz [2022-05-17T11:47:30.753Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-17T11:47:30.753Z] === RUN TestGet [2022-05-17T11:47:30.753Z] --- PASS: TestGet (0.00s) [2022-05-17T11:47:30.753Z] === RUN TestGetShortcutString [2022-05-17T11:47:30.753Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-17T11:47:30.753Z] PASS [2022-05-17T11:47:30.753Z] coverage: 42.9% of statements [2022-05-17T11:47:30.753Z] ok github.com/docker/docker/pkg/homedir 0.043s coverage: 42.9% of statements [2022-05-17T11:47:30.753Z] --- PASS: TestDisablePigz (0.14s) [2022-05-17T11:47:30.753Z] === RUN TestPigz [2022-05-17T11:47:30.753Z] --- PASS: TestNetworkDBCRUDTableEntries (3.31s) [2022-05-17T11:47:30.753Z] === RUN TestNetworkDBNodeLeave [2022-05-17T11:47:30.984Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-17T11:47:31.041Z] --- PASS: TestBuildMultiStageOnBuild (15.67s) [2022-05-17T11:47:31.041Z] === RUN TestBuildUncleanTarFilenames [2022-05-17T11:47:31.041Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:47:31.041Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-05-17T11:47:31.041Z] === RUN TestBuildMultiStageLayerLeak [2022-05-17T11:47:31.219Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-17T11:47:31.219Z] --- PASS: TestPigz (0.17s) [2022-05-17T11:47:31.219Z] === RUN TestNosysFileInfo [2022-05-17T11:47:31.219Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-17T11:47:31.219Z] === RUN TestCopyFileWithInvalidDest [2022-05-17T11:47:31.219Z] archive_windows_test.go:16: Currently fails [2022-05-17T11:47:31.219Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-17T11:47:31.219Z] === RUN TestCanonicalTarNameForPath [2022-05-17T11:47:31.219Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-17T11:47:31.219Z] === RUN TestCanonicalTarName [2022-05-17T11:47:31.219Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-17T11:47:31.219Z] === RUN TestChmodTarEntry [2022-05-17T11:47:31.219Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-17T11:47:31.219Z] === RUN TestHardLinkOrder [2022-05-17T11:47:31.219Z] --- PASS: TestHardLinkOrder (0.11s) [2022-05-17T11:47:31.219Z] === RUN TestChangeString [2022-05-17T11:47:31.219Z] --- PASS: TestChangeString (0.00s) [2022-05-17T11:47:31.219Z] === RUN TestChangesWithNoChanges [2022-05-17T11:47:31.219Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-05-17T11:47:31.219Z] === RUN TestChangesWithChanges [2022-05-17T11:47:31.219Z] --- PASS: TestChangesWithChanges (0.04s) [2022-05-17T11:47:31.219Z] === RUN TestChangesWithChangesGH13590 [2022-05-17T11:47:31.219Z] changes_test.go:196: needs more investigation [2022-05-17T11:47:31.219Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-17T11:47:31.219Z] === RUN TestChangesDirsEmpty [2022-05-17T11:47:31.219Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-17T11:47:31.219Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-05-17T11:47:31.219Z] === RUN TestChangesDirsMutated [2022-05-17T11:47:31.219Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-17T11:47:31.219Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-05-17T11:47:31.219Z] === RUN TestApplyLayer [2022-05-17T11:47:31.219Z] changes_test.go:433: needs further investigation [2022-05-17T11:47:31.219Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-17T11:47:31.220Z] === RUN TestChangesSizeWithHardlinks [2022-05-17T11:47:31.220Z] changes_test.go:469: needs further investigation [2022-05-17T11:47:31.220Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-17T11:47:31.220Z] === RUN TestChangesSizeWithNoChanges [2022-05-17T11:47:31.220Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-17T11:47:31.220Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-17T11:47:31.220Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-17T11:47:31.220Z] === RUN TestChangesSize [2022-05-17T11:47:31.220Z] --- PASS: TestChangesSize (0.00s) [2022-05-17T11:47:31.220Z] === RUN TestApplyLayerInvalidFilenames [2022-05-17T11:47:31.220Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames64759767\\dest" [2022-05-17T11:47:31.220Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-17T11:47:31.220Z] === RUN TestApplyLayerInvalidHardlink [2022-05-17T11:47:31.220Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink44010318\\victim\\hello" -> "../victim/hello" [2022-05-17T11:47:31.220Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3026762955\\victim\\hello" -> "/../victim/hello" [2022-05-17T11:47:31.220Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1224691189\\victim" -> "../victim" [2022-05-17T11:47:31.220Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1142809019\\victim" -> "../victim" [2022-05-17T11:47:31.220Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink446373842\\victim" -> "../victim" [2022-05-17T11:47:31.220Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2756883090\\victim" -> "../victim" [2022-05-17T11:47:31.220Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-05-17T11:47:31.220Z] === RUN TestApplyLayerInvalidSymlink [2022-05-17T11:47:31.220Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1845205127\\dest\\dotdot" -> "../victim/hello" [2022-05-17T11:47:31.220Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2614601000\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-17T11:47:31.220Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3351378724\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:47:31.220Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4175454925\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:47:31.220Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3646307167\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:47:31.220Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2120028607\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:47:31.220Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-05-17T11:47:31.220Z] === RUN TestApplyLayerWhiteouts [2022-05-17T11:47:31.242Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-17T11:47:31.242Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-17T11:47:31.242Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-17T11:47:31.242Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-17T11:47:31.242Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-17T11:47:31.242Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-17T11:47:31.242Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-17T11:47:31.242Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-17T11:47:31.242Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-17T11:47:31.501Z] --- PASS: TestDaemonProxy (6.31s) [2022-05-17T11:47:31.501Z] --- PASS: TestDaemonProxy/environment_variables (1.76s) [2022-05-17T11:47:31.501Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-05-17T11:47:31.501Z] --- PASS: TestDaemonProxy/configuration_file (1.76s) [2022-05-17T11:47:31.501Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-17T11:47:31.501Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-05-17T11:47:31.501Z] PASS [2022-05-17T11:47:31.501Z] [2022-05-17T11:47:31.501Z] DONE 18 tests in 11.761s [2022-05-17T11:47:31.501Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-17T11:47:31.501Z] ++ 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-17T11:47:31.501Z] ++ set -e [2022-05-17T11:47:31.501Z] ++ '[' -n 0 ']' [2022-05-17T11:47:31.501Z] ++ set -x [2022-05-17T11:47:31.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-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-17T11:47:31.687Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-05-17T11:47:31.687Z] === RUN TestGenerateEmptyFile [2022-05-17T11:47:31.687Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-17T11:47:31.687Z] === RUN TestGenerateWithContent [2022-05-17T11:47:31.687Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-17T11:47:31.687Z] PASS [2022-05-17T11:47:31.687Z] coverage: 61.9% of statements [2022-05-17T11:47:31.687Z] ok github.com/docker/docker/pkg/archive 9.005s coverage: 61.9% of statements [2022-05-17T11:47:31.760Z] INFO: Testing against a local daemon [2022-05-17T11:47:31.760Z] === RUN TestCommitInheritsEnv [2022-05-17T11:47:32.153Z] === RUN TestCreateIDMapOrder [2022-05-17T11:47:32.153Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-17T11:47:32.153Z] PASS [2022-05-17T11:47:32.153Z] coverage: 7.2% of statements [2022-05-17T11:47:32.153Z] ok github.com/docker/docker/pkg/idtools 0.049s coverage: 7.2% of statements [2022-05-17T11:47:32.328Z] --- PASS: TestCommitInheritsEnv (0.43s) [2022-05-17T11:47:32.328Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-17T11:47:32.328Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-17T11:47:32.328Z] === RUN TestImportWithCustomPlatform [2022-05-17T11:47:32.328Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-17T11:47:32.328Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-17T11:47:32.328Z] === RUN TestImportWithCustomPlatform// [2022-05-17T11:47:32.328Z] === RUN TestImportWithCustomPlatform/linux [2022-05-17T11:47:32.586Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-17T11:47:32.586Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-17T11:47:32.844Z] === RUN TestImportWithCustomPlatform/macos [2022-05-17T11:47:32.844Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-17T11:47:32.844Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform (0.60s) [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform/#00 (0.13s) [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform/linux (0.13s) [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.15s) [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.13s) [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-17T11:47:32.844Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-17T11:47:32.844Z] === RUN TestImagesFilterMultiReference [2022-05-17T11:47:32.844Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-05-17T11:47:32.844Z] === RUN TestImagePullPlatformInvalid [2022-05-17T11:47:32.844Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-05-17T11:47:32.844Z] === RUN TestRemoveImageOrphaning [2022-05-17T11:47:33.410Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2022-05-17T11:47:33.410Z] === RUN TestRemoveImageGarbageCollector [2022-05-17T11:47:33.715Z] === RUN TestFixedBufferCap [2022-05-17T11:47:33.715Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-17T11:47:33.715Z] === RUN TestFixedBufferLen [2022-05-17T11:47:33.715Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-17T11:47:33.715Z] === RUN TestFixedBufferString [2022-05-17T11:47:33.715Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-17T11:47:33.715Z] === RUN TestFixedBufferWrite [2022-05-17T11:47:33.715Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-17T11:47:33.715Z] === RUN TestFixedBufferRead [2022-05-17T11:47:33.715Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-17T11:47:33.715Z] === RUN TestBytesPipeRead [2022-05-17T11:47:33.715Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-17T11:47:33.715Z] === RUN TestBytesPipeWrite [2022-05-17T11:47:33.715Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-17T11:47:33.715Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-17T11:47:33.715Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-05-17T11:47:33.715Z] === RUN TestNetworkDBWatch [2022-05-17T11:47:33.976Z] time="2022-05-17T11:47:33Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-17T11:47:34.185Z] --- PASS: TestBytesPipeWriteRandomChunks (0.59s) [2022-05-17T11:47:34.185Z] === RUN TestAtomicWriteToFile [2022-05-17T11:47:34.186Z] --- PASS: TestAtomicWriteToFile (0.02s) [2022-05-17T11:47:34.186Z] === RUN TestAtomicWriteSetCommit [2022-05-17T11:47:34.186Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-17T11:47:34.186Z] === RUN TestAtomicWriteSetCancel [2022-05-17T11:47:34.186Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-17T11:47:34.186Z] === RUN TestReadCloserWrapperClose [2022-05-17T11:47:34.186Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-17T11:47:34.186Z] === RUN TestReaderErrWrapperReadOnError [2022-05-17T11:47:34.186Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-17T11:47:34.186Z] === RUN TestReaderErrWrapperRead [2022-05-17T11:47:34.186Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-17T11:47:34.186Z] === RUN TestCancelReadCloser [2022-05-17T11:47:34.186Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-17T11:47:34.186Z] === RUN TestWriteCloserWrapperClose [2022-05-17T11:47:34.186Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-17T11:47:34.186Z] === RUN TestNopWriteCloser [2022-05-17T11:47:34.186Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-17T11:47:34.186Z] === RUN TestNopWriter [2022-05-17T11:47:34.186Z] --- PASS: TestNopWriter (0.00s) [2022-05-17T11:47:34.186Z] === RUN TestWriteCounter [2022-05-17T11:47:34.186Z] --- PASS: TestWriteCounter (0.00s) [2022-05-17T11:47:34.186Z] PASS [2022-05-17T11:47:34.186Z] coverage: 69.6% of statements [2022-05-17T11:47:34.186Z] ok github.com/docker/docker/pkg/ioutils 0.790s coverage: 69.6% of statements [2022-05-17T11:47:34.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-05-17T11:47:34.913Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-17T11:47:35.750Z] === RUN TestError [2022-05-17T11:47:35.750Z] --- PASS: TestError (0.00s) [2022-05-17T11:47:35.750Z] === RUN TestProgressString [2022-05-17T11:47:35.750Z] === RUN TestProgressString/no_progress [2022-05-17T11:47:35.750Z] === RUN TestProgressString/progress_1 [2022-05-17T11:47:35.750Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-17T11:47:35.750Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-17T11:47:35.750Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-17T11:47:35.750Z] === RUN TestProgressString/with_units [2022-05-17T11:47:35.750Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-17T11:47:35.750Z] === RUN TestProgressString/hide_counts [2022-05-17T11:47:35.750Z] --- PASS: TestProgressString (0.00s) [2022-05-17T11:47:35.750Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-17T11:47:35.750Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-17T11:47:35.750Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-17T11:47:35.750Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-17T11:47:35.750Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-17T11:47:35.750Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-17T11:47:35.750Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-17T11:47:35.750Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-17T11:47:35.750Z] === RUN TestJSONMessageDisplay [2022-05-17T11:47:35.750Z] 2022/05/17 11:47:35 Closing DB instances... [2022-05-17T11:47:35.750Z] --- PASS: TestJSONMessageDisplay (0.22s) [2022-05-17T11:47:35.750Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-17T11:47:35.750Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-17T11:47:35.750Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-17T11:47:35.750Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-17T11:47:35.750Z] === RUN TestDisplayJSONMessagesStream [2022-05-17T11:47:35.750Z] --- PASS: TestDisplayJSONMessagesStream (0.01s) [2022-05-17T11:47:35.750Z] PASS [2022-05-17T11:47:35.750Z] coverage: 91.7% of statements [2022-05-17T11:47:35.750Z] ok github.com/docker/docker/pkg/jsonmessage 0.288s coverage: 91.7% of statements [2022-05-17T11:47:36.289Z] --- PASS: TestRemoveImageGarbageCollector (2.60s) [2022-05-17T11:47:36.289Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-17T11:47:36.289Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-05-17T11:47:36.289Z] === RUN TestTagInvalidReference [2022-05-17T11:47:36.289Z] --- PASS: TestTagInvalidReference (0.04s) [2022-05-17T11:47:36.289Z] === RUN TestTagValidPrefixedRepo [2022-05-17T11:47:36.289Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-05-17T11:47:36.289Z] === RUN TestTagExistedNameWithoutForce [2022-05-17T11:47:36.289Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-17T11:47:36.289Z] === RUN TestTagOfficialNames [2022-05-17T11:47:36.289Z] --- PASS: TestTagOfficialNames (0.08s) [2022-05-17T11:47:36.289Z] === RUN TestTagMatchesDigest [2022-05-17T11:47:36.289Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-05-17T11:47:36.289Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-17T11:47:36.733Z] === RUN TestStandardLongPath [2022-05-17T11:47:36.734Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-17T11:47:36.734Z] === RUN TestUNCLongPath [2022-05-17T11:47:36.734Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-17T11:47:36.734Z] PASS [2022-05-17T11:47:36.734Z] coverage: 100.0% of statements [2022-05-17T11:47:36.734Z] ok github.com/docker/docker/pkg/longpath 0.050s coverage: 100.0% of statements [2022-05-17T11:47:36.734Z] --- PASS: TestNetworkDBWatch (3.11s) [2022-05-17T11:47:36.734Z] === RUN TestNetworkDBBulkSync [2022-05-17T11:47:37.200Z] === RUN TestNameFormat [2022-05-17T11:47:37.200Z] --- PASS: TestNameFormat (0.00s) [2022-05-17T11:47:37.212Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-17T11:47:37.212Z] === RUN TestInfoDebug [2022-05-17T11:47:37.212Z] --- PASS: TestInfoDebug (0.52s) [2022-05-17T11:47:37.212Z] === RUN TestInfoInsecureRegistries [2022-05-17T11:47:37.212Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-17T11:47:37.212Z] === RUN TestInfoRegistryMirrors [2022-05-17T11:47:37.212Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-17T11:47:37.212Z] === RUN TestLoginFailsWithBadCredentials [2022-05-17T11:47:37.212Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-17T11:47:37.212Z] === RUN TestPingCacheHeaders [2022-05-17T11:47:37.212Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-17T11:47:37.212Z] === RUN TestPingGet [2022-05-17T11:47:37.212Z] --- PASS: TestPingGet (0.02s) [2022-05-17T11:47:37.212Z] === RUN TestPingHead [2022-05-17T11:47:37.225Z] check_test.go:307: [d0f6b36b891ff] daemon is not started [2022-05-17T11:47:37.225Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-05-17T11:47:37.467Z] --- PASS: TestPingHead (0.02s) [2022-05-17T11:47:37.467Z] === RUN TestPingSwarmHeader [2022-05-17T11:47:37.668Z] === RUN TestNameRetries [2022-05-17T11:47:37.668Z] --- PASS: TestNameRetries (0.00s) [2022-05-17T11:47:37.668Z] PASS [2022-05-17T11:47:37.668Z] coverage: 85.7% of statements [2022-05-17T11:47:37.668Z] ok github.com/docker/docker/pkg/namesgenerator 0.049s coverage: 85.7% of statements [2022-05-17T11:47:38.027Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-17T11:47:38.590Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-17T11:47:38.653Z] === RUN TestParseKeyValueOpt [2022-05-17T11:47:38.653Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-17T11:47:38.653Z] === RUN TestParseUintList [2022-05-17T11:47:38.653Z] --- PASS: TestParseUintList (0.00s) [2022-05-17T11:47:38.653Z] === RUN TestParseUintListMaximumLimits [2022-05-17T11:47:38.653Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-17T11:47:38.653Z] PASS [2022-05-17T11:47:38.653Z] coverage: 97.0% of statements [2022-05-17T11:47:38.653Z] ok github.com/docker/docker/pkg/parsers 0.044s coverage: 97.0% of statements [2022-05-17T11:47:38.653Z] 2022/05/17 11:47:38 Closing DB instances... [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 31.9% of statements [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 6.0% of statements [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/api/server/router/volume 0.005s coverage: 67.9% of statements [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/builder [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/builder/remotecontext 0.135s coverage: 13.7% of statements [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/builder/dockerfile 0.522s coverage: 49.3% of statements [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/builder/remotecontext/git 1.789s coverage: 86.3% of statements [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/cli [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-17T11:47:39.247Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-17T11:47:39.247Z] ok github.com/docker/docker/cmd/docker-proxy 0.026s coverage: 69.3% of statements [2022-05-17T11:47:39.517Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-17T11:47:39.517Z] --- PASS: TestPingSwarmHeader (2.04s) [2022-05-17T11:47:39.517Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-17T11:47:39.517Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-17T11:47:39.517Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-17T11:47:39.517Z] === RUN TestVersion [2022-05-17T11:47:39.517Z] --- PASS: TestVersion (0.02s) [2022-05-17T11:47:39.517Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-05-17T11:47:39.517Z] === CONT TestDiskUsage [2022-05-17T11:47:39.755Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/container_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/image_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/volume_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-17T11:47:40.079Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-17T11:47:40.335Z] === RUN TestDiskUsage/after_container.Run [2022-05-17T11:47:40.360Z] --- PASS: TestNetworkDBBulkSync (3.19s) [2022-05-17T11:47:40.360Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-17T11:47:40.691Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-17T11:47:40.898Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage (1.60s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.33s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run (0.50s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-17T11:47:40.898Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:47:41.154Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.62s) [2022-05-17T11:47:41.154Z] PASS [2022-05-17T11:47:41.154Z] [2022-05-17T11:47:41.154Z] DONE 54 tests in 22.762s [2022-05-17T11:47:41.154Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-17T11:47:41.154Z] INFO: Testing against a local daemon [2022-05-17T11:47:41.154Z] === RUN TestVolumesCreateAndList [2022-05-17T11:47:41.154Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-17T11:47:41.154Z] === RUN TestVolumesRemove [2022-05-17T11:47:41.154Z] --- PASS: TestVolumesRemove (0.08s) [2022-05-17T11:47:41.154Z] === RUN TestVolumesInspect [2022-05-17T11:47:41.154Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-17T11:47:41.154Z] === RUN TestVolumesInvalidJSON [2022-05-17T11:47:41.154Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-17T11:47:41.154Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-17T11:47:41.154Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-17T11:47:41.154Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-17T11:47:41.154Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-17T11:47:41.154Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-17T11:47:41.154Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-17T11:47:41.154Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-17T11:47:41.154Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-17T11:47:41.154Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-17T11:47:41.154Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-17T11:47:41.154Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-17T11:47:41.154Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-17T11:47:41.154Z] PASS [2022-05-17T11:47:41.154Z] [2022-05-17T11:47:41.154Z] DONE 9 tests in 0.150s [2022-05-17T11:47:41.154Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-17T11:47:41.327Z] --- PASS: TestBuildMultiStageLayerLeak (12.49s) [2022-05-17T11:47:41.327Z] === RUN TestBuildWithHugeFile [2022-05-17T11:47:41.344Z] === RUN Test_windowsOSRelease_String [2022-05-17T11:47:41.344Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-17T11:47:41.344Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-17T11:47:41.344Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-17T11:47:41.344Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-17T11:47:41.344Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-17T11:47:41.345Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-17T11:47:41.345Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-17T11:47:41.345Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-17T11:47:41.345Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-17T11:47:41.345Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-17T11:47:41.345Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-17T11:47:41.345Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-17T11:47:41.345Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-17T11:47:41.345Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-17T11:47:41.345Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-17T11:47:41.345Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-17T11:47:41.345Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-17T11:47:41.345Z] PASS [2022-05-17T11:47:41.345Z] coverage: 36.4% of statements [2022-05-17T11:47:41.345Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.197s coverage: 36.4% of statements [2022-05-17T11:47:41.716Z] Stopping apparmor (via systemctl): apparmor.service. [2022-05-17T11:47:41.716Z] Removing test suite binaries [2022-05-17T11:47:41.716Z] exiting test-integration [2022-05-17T11:47:41.716Z] ++ exit 0 [2022-05-17T11:47:41.716Z] [2022-05-17T11:47:41.797Z] --- PASS: TestCreateServiceMultipleTimes (15.28s) [2022-05-17T11:47:41.797Z] === RUN TestCreateServiceConflict [2022-05-17T11:47:42.534Z] ok github.com/docker/docker/client 0.097s coverage: 75.6% of statements [2022-05-17T11:47:42.592Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-17T11:47:42.905Z] === RUN TestNewAndRemove [2022-05-17T11:47:42.905Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-17T11:47:42.905Z] === RUN TestRemoveInvalidPath [2022-05-17T11:47:42.905Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-17T11:47:42.905Z] PASS [2022-05-17T11:47:42.905Z] coverage: 82.6% of statements [2022-05-17T11:47:42.905Z] ok github.com/docker/docker/pkg/pidfile 0.079s coverage: 82.6% of statements Post stage [Pipeline] junit [2022-05-17T11:47:43.089Z] Recording test results [2022-05-17T11:47:43.158Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-17T11:47:44.338Z] --- PASS: TestCreateServiceConflict (2.16s) [2022-05-17T11:47:44.338Z] === RUN TestCreateServiceMaxReplicas [2022-05-17T11:47:44.531Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-05-17T11:47:44.540Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-17T11:47:44.922Z] + echo Ensuring container killed. [2022-05-17T11:47:44.922Z] Ensuring container killed. [2022-05-17T11:47:44.922Z] + docker rm -vf docker-pr3 [2022-05-17T11:47:44.922Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-17T11:47:45.239Z] + echo Chowning /workspace to jenkins user [2022-05-17T11:47:45.239Z] Chowning /workspace to jenkins user [2022-05-17T11:47:45.239Z] + id -u [2022-05-17T11:47:45.239Z] + id -g [2022-05-17T11:47:45.239Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43322:/workspace busybox chown -R 1000:1000 /workspace [2022-05-17T11:47:45.239Z] Unable to find image 'busybox:latest' locally [2022-05-17T11:47:45.239Z] latest: Pulling from library/busybox [2022-05-17T11:47:45.500Z] 50e8d59317eb: Pulling fs layer [2022-05-17T11:47:45.500Z] 50e8d59317eb: Download complete [2022-05-17T11:47:45.500Z] 50e8d59317eb: Pull complete [2022-05-17T11:47:45.500Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-17T11:47:45.500Z] Status: Downloaded newer image for busybox:latest [2022-05-17T11:47:46.432Z] check_test.go:307: [d64575c33f836] daemon is not started [2022-05-17T11:47:46.432Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-05-17T11:47:46.687Z] 2022/05/17 11:47:45 Closing DB instances... [2022-05-17T11:47:46.687Z] time="2022-05-17T11:47:45Z" level=error msg="node: 5bd179cda7aa is unknown to memberlist" [Pipeline] catchError [2022-05-17T11:47:46.879Z] --- PASS: TestCreateServiceMaxReplicas (2.52s) [2022-05-17T11:47:46.879Z] === RUN TestCreateWithDuplicateNetworkNames [Pipeline] { [Pipeline] sh [2022-05-17T11:47:47.201Z] + bundleName=amd64-cgroup2 [2022-05-17T11:47:47.201Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-05-17T11:47:47.201Z] Creating amd64-cgroup2-bundles.tar.gz [2022-05-17T11:47:47.201Z] + 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-17T11:47:47.201Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-05-17T11:47:47.465Z] Archiving artifacts [2022-05-17T11:47:47.670Z] === RUN TestFailedConnection [2022-05-17T11:47:48.654Z] --- PASS: TestNetworkDBCRUDMediumCluster (8.66s) [2022-05-17T11:47:48.654Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-17T11:47:48.654Z] --- PASS: TestGetAddress (32.78s) [2022-05-17T11:47:48.654Z] === RUN TestRequestSyntaxCheck [2022-05-17T11:47:48.654Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-05-17T11:47:48.654Z] === RUN TestRequest [2022-05-17T11:47:48.962Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-17T11:47:48.976Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43322/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-17T11:47:49.321Z] + make clean [2022-05-17T11:47:49.321Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-17T11:47:49.321Z] docker-dev-cache [2022-05-17T11:47:49.321Z] docker-mod-cache [Pipeline] deleteDir [2022-05-17T11:47:49.639Z] 2022/05/17 11:47:49 Closing DB instances... [2022-05-17T11:47:49.896Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-05-17T11:47:50.107Z] --- PASS: TestFailedConnection (2.28s) [2022-05-17T11:47:50.107Z] === RUN TestFailOnce [2022-05-17T11:47:50.107Z] 2022/05/17 11:47:49 http: panic serving 127.0.0.1:49303: Plugin not ready [2022-05-17T11:47:50.107Z] goroutine 34 [running]: [2022-05-17T11:47:50.107Z] net/http.(*conn).serve.func1() [2022-05-17T11:47:50.107Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-17T11:47:50.107Z] panic({0xfc36e0, 0x110d090}) [2022-05-17T11:47:50.107Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-17T11:47:50.107Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x300000000000003b?, 0xffffffffffffffff?}, 0x30df5d5400e4cab4?) [2022-05-17T11:47:50.107Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-17T11:47:50.107Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1112898?, 0xc0000ca000?}, 0xc0000bfa78?) [2022-05-17T11:47:50.107Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-17T11:47:50.107Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x1112898, 0xc0000ca000}, 0xc0000b6000) [2022-05-17T11:47:50.107Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-17T11:47:50.107Z] net/http.serverHandler.ServeHTTP({0x1110eb8?}, {0x1112898, 0xc0000ca000}, 0xc0000b6000) [2022-05-17T11:47:50.107Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-17T11:47:50.107Z] net/http.(*conn).serve(0xc0000a6000, {0x1112d98, 0xc0000880c0}) [2022-05-17T11:47:50.107Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-17T11:47:50.107Z] created by net/http.(*Server).Serve [2022-05-17T11:47:50.107Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-17T11:47:50.107Z] time="2022-05-17T11:47:49Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.FailOnce: Post \"http://127.0.0.1:49302/Test.FailOnce\": EOF, retrying in 1s" [2022-05-17T11:47:51.095Z] --- PASS: TestFailOnce (1.24s) [2022-05-17T11:47:51.095Z] === RUN TestEchoInputOutput [2022-05-17T11:47:51.095Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-17T11:47:51.095Z] === RUN TestBackoff [2022-05-17T11:47:51.095Z] --- PASS: TestBackoff (0.00s) [2022-05-17T11:47:51.095Z] === RUN TestAbortRetry [2022-05-17T11:47:51.095Z] --- PASS: TestAbortRetry (0.00s) [2022-05-17T11:47:51.095Z] === RUN TestClientScheme [2022-05-17T11:47:51.095Z] --- PASS: TestClientScheme (0.00s) [2022-05-17T11:47:51.095Z] === RUN TestNewClientWithTimeout [2022-05-17T11:47:51.562Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.65s) [2022-05-17T11:47:51.562Z] === RUN TestNetworkDBGarbageCollection [2022-05-17T11:47:51.562Z] time="2022-05-17T11:47:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49307/Test.Echo: Post \"http://127.0.0.1:49307/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-17T11:47:53.123Z] time="2022-05-17T11:47:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49307/Test.Echo: Post \"http://127.0.0.1:49307/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-17T11:47:55.163Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-17T11:47:55.163Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-17T11:47:55.422Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-05-17T11:47:55.505Z] time="2022-05-17T11:47:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49307/Test.Echo: Post \"http://127.0.0.1:49307/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-17T11:47:56.357Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-17T11:47:56.620Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-05-17T11:47:57.186Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-05-17T11:47:57.752Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-05-17T11:47:57.752Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-05-17T11:47:58.318Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-05-17T11:47:58.885Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-05-17T11:47:59.286Z] --- PASS: TestRequest (9.94s) [2022-05-17T11:47:59.286Z] === RUN TestOverlappingRequests [2022-05-17T11:47:59.286Z] --- PASS: TestOverlappingRequests (0.46s) [2022-05-17T11:47:59.286Z] === RUN TestRelease [2022-05-17T11:47:59.454Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-05-17T11:47:59.712Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-17T11:47:59.753Z] === RUN TestParseEmptyInterface [2022-05-17T11:47:59.753Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-17T11:47:59.753Z] === RUN TestParseNonInterfaceType [2022-05-17T11:47:59.753Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-17T11:47:59.753Z] === RUN TestParseWithOneFunction [2022-05-17T11:47:59.753Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-17T11:47:59.753Z] === RUN TestParseWithMultipleFuncs [2022-05-17T11:47:59.753Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-17T11:47:59.753Z] === RUN TestParseWithUnnamedReturn [2022-05-17T11:47:59.753Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-17T11:47:59.753Z] === RUN TestEmbeddedInterface [2022-05-17T11:47:59.753Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-17T11:47:59.753Z] === RUN TestParsedImports [2022-05-17T11:47:59.753Z] --- PASS: TestParsedImports (0.00s) [2022-05-17T11:47:59.753Z] === RUN TestAliasedImports [2022-05-17T11:47:59.753Z] --- PASS: TestAliasedImports (0.00s) [2022-05-17T11:47:59.753Z] PASS [2022-05-17T11:47:59.753Z] coverage: 56.8% of statements [2022-05-17T11:47:59.753Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.052s coverage: 56.8% of statements [2022-05-17T11:47:59.971Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-05-17T11:48:00.220Z] time="2022-05-17T11:47:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49307/Test.Echo: Post \"http://127.0.0.1:49307/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-17T11:48:00.229Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-05-17T11:48:00.488Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-17T11:48:00.488Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-17T11:48:01.055Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-05-17T11:48:01.208Z] --- PASS: TestRelease (1.81s) [2022-05-17T11:48:01.208Z] === RUN TestAllocateRandomDeallocate [2022-05-17T11:48:01.208Z] === RUN TestHTTPTransport [2022-05-17T11:48:01.208Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-17T11:48:01.208Z] PASS [2022-05-17T11:48:01.208Z] coverage: 85.7% of statements [2022-05-17T11:48:01.208Z] ok github.com/docker/docker/pkg/plugins/transport 0.041s coverage: 85.7% of statements [2022-05-17T11:48:01.314Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-05-17T11:48:01.573Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-17T11:48:01.675Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-17T11:48:01.676Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-17T11:48:01.676Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-17T11:48:01.676Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-17T11:48:01.676Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-17T11:48:01.676Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-17T11:48:01.676Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-17T11:48:01.676Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-17T11:48:01.676Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-17T11:48:01.676Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-17T11:48:01.676Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-17T11:48:01.676Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-17T11:48:01.676Z] === RUN TestBufferPoolPutAndGet [2022-05-17T11:48:01.676Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-17T11:48:01.676Z] PASS [2022-05-17T11:48:01.676Z] coverage: 88.2% of statements [2022-05-17T11:48:01.676Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2022-05-17T11:48:01.777Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.97s) [2022-05-17T11:48:01.777Z] === RUN TestCreateServiceSecretFileMode [2022-05-17T11:48:01.777Z] --- PASS: TestCreateServiceSecretFileMode (2.38s) [2022-05-17T11:48:01.777Z] === RUN TestCreateServiceConfigFileMode [2022-05-17T11:48:01.830Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-05-17T11:48:02.396Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-05-17T11:48:02.656Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-17T11:48:02.661Z] === RUN TestOutputOnPrematureClose [2022-05-17T11:48:02.661Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-17T11:48:02.661Z] === RUN TestCompleteSilently [2022-05-17T11:48:02.661Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-17T11:48:02.661Z] PASS [2022-05-17T11:48:02.661Z] coverage: 75.9% of statements [2022-05-17T11:48:02.661Z] ok github.com/docker/docker/pkg/progress 0.041s coverage: 75.9% of statements [2022-05-17T11:48:02.914Z] check_test.go:307: [df4313b405812] daemon is not started [2022-05-17T11:48:02.914Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-05-17T11:48:03.130Z] === RUN TestSendToOneSub [2022-05-17T11:48:03.130Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-17T11:48:03.130Z] === RUN TestSendToMultipleSubs [2022-05-17T11:48:03.130Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-17T11:48:03.130Z] === RUN TestEvictOneSub [2022-05-17T11:48:03.130Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-17T11:48:03.130Z] === RUN TestClosePublisher [2022-05-17T11:48:03.130Z] --- PASS: TestClosePublisher (0.00s) [2022-05-17T11:48:03.130Z] === RUN TestPubSubRace [2022-05-17T11:48:03.691Z] --- PASS: TestCreateServiceConfigFileMode (2.03s) [2022-05-17T11:48:03.691Z] === RUN TestCreateServiceSysctls [2022-05-17T11:48:03.851Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-17T11:48:04.109Z] check_test.go:307: [df004f98eb7fd] daemon is not started [2022-05-17T11:48:04.109Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-05-17T11:48:04.114Z] --- PASS: TestPubSubRace (1.08s) [2022-05-17T11:48:04.114Z] PASS [2022-05-17T11:48:04.114Z] coverage: 75.0% of statements [2022-05-17T11:48:04.114Z] ok github.com/docker/docker/pkg/pubsub 1.127s coverage: 75.0% of statements [2022-05-17T11:48:04.675Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-05-17T11:48:05.098Z] === RUN TestRegister [2022-05-17T11:48:05.098Z] --- PASS: TestRegister (0.00s) [2022-05-17T11:48:05.098Z] === RUN TestCommand [2022-05-17T11:48:05.098Z] --- PASS: TestCommand (0.03s) [2022-05-17T11:48:05.098Z] === RUN TestNaiveSelf [2022-05-17T11:48:05.098Z] --- PASS: TestNaiveSelf (0.04s) [2022-05-17T11:48:05.098Z] PASS [2022-05-17T11:48:05.098Z] coverage: 82.4% of statements [2022-05-17T11:48:05.098Z] ok github.com/docker/docker/pkg/reexec 0.112s coverage: 82.4% of statements [2022-05-17T11:48:06.051Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-05-17T11:48:06.091Z] === RUN TestDump [2022-05-17T11:48:06.091Z] goroutine 6 [running]: [2022-05-17T11:48:06.091Z] github.com/docker/docker/pkg/stack.dump(0x902d57?) [2022-05-17T11:48:06.091Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-17T11:48:06.091Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-17T11:48:06.091Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-17T11:48:06.091Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-17T11:48:06.091Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-17T11:48:06.091Z] testing.tRunner(0xc0001621a0, 0xaca4b0) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:48:06.091Z] created by testing.(*T).Run [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-17T11:48:06.091Z] [2022-05-17T11:48:06.091Z] goroutine 1 [chan receive]: [2022-05-17T11:48:06.091Z] testing.(*T).Run(0xc000162000, {0xab9154?, 0x8dc1f3?}, 0xaca4b0) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-17T11:48:06.091Z] testing.runTests.func1(0xc00006c870?) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-17T11:48:06.091Z] testing.tRunner(0xc000162000, 0xc000075ca0) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:48:06.091Z] testing.runTests(0xc000058460?, {0xc4e400, 0x3, 0x3}, {0x2aaea480108?, 0x40?, 0xc534a0?}) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-17T11:48:06.091Z] testing.(*M).Run(0xc000058460) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-17T11:48:06.091Z] main.main() [2022-05-17T11:48:06.091Z] _testmain.go:99 +0x255 [2022-05-17T11:48:06.091Z] --- PASS: TestDump (0.00s) [2022-05-17T11:48:06.091Z] === RUN TestDumpToFile [2022-05-17T11:48:06.091Z] --- PASS: TestAllocateRandomDeallocate (5.09s) [2022-05-17T11:48:06.091Z] === RUN TestRetrieveFromStore [2022-05-17T11:48:06.091Z] --- PASS: TestDumpToFile (0.19s) [2022-05-17T11:48:06.091Z] === RUN TestDumpToFileWithEmptyInput [2022-05-17T11:48:06.091Z] goroutine 8 [running]: [2022-05-17T11:48:06.091Z] github.com/docker/docker/pkg/stack.dump(0x97ed93?) [2022-05-17T11:48:06.091Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-17T11:48:06.091Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x97ed60?}) [2022-05-17T11:48:06.091Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-17T11:48:06.091Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001621a0?) [2022-05-17T11:48:06.091Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-17T11:48:06.091Z] testing.tRunner(0xc000162820, 0xaca4a0) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:48:06.091Z] created by testing.(*T).Run [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-17T11:48:06.091Z] [2022-05-17T11:48:06.091Z] goroutine 1 [chan receive]: [2022-05-17T11:48:06.091Z] testing.(*T).Run(0xc000162000, {0xac072b?, 0x8dc1f3?}, 0xaca4a0) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-17T11:48:06.091Z] testing.runTests.func1(0xc00006c870?) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-17T11:48:06.091Z] testing.tRunner(0xc000162000, 0xc000075ca0) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:48:06.091Z] testing.runTests(0xc000058460?, {0xc4e400, 0x3, 0x3}, {0x2aaea480108?, 0x40?, 0xc534a0?}) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-17T11:48:06.091Z] testing.(*M).Run(0xc000058460) [2022-05-17T11:48:06.091Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-17T11:48:06.091Z] main.main() [2022-05-17T11:48:06.091Z] _testmain.go:99 +0x255 [2022-05-17T11:48:06.091Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-17T11:48:06.091Z] PASS [2022-05-17T11:48:06.091Z] coverage: 90.9% of statements [2022-05-17T11:48:06.091Z] ok github.com/docker/docker/pkg/stack 0.231s coverage: 90.9% of statements [2022-05-17T11:48:06.988Z] --- PASS: TestCreateServiceSysctls (2.95s) [2022-05-17T11:48:06.988Z] === RUN TestCreateServiceCapabilities [2022-05-17T11:48:07.075Z] === RUN TestNewStdWriter [2022-05-17T11:48:07.075Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-17T11:48:07.075Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestWriteWithNilBytes [2022-05-17T11:48:07.075Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestWrite [2022-05-17T11:48:07.075Z] --- PASS: TestWrite (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestWriteWithWriterError [2022-05-17T11:48:07.075Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-17T11:48:07.075Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestStdCopyWriteAndRead [2022-05-17T11:48:07.075Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-17T11:48:07.075Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-17T11:48:07.075Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-17T11:48:07.075Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-17T11:48:07.075Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-17T11:48:07.075Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-17T11:48:07.075Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-17T11:48:07.075Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-17T11:48:07.075Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-17T11:48:07.075Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-17T11:48:07.075Z] PASS [2022-05-17T11:48:07.075Z] coverage: 100.0% of statements [2022-05-17T11:48:07.075Z] ok github.com/docker/docker/pkg/stdcopy 0.048s coverage: 100.0% of statements [2022-05-17T11:48:07.543Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-17T11:48:07.543Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-17T11:48:07.543Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestFormatStatus [2022-05-17T11:48:07.543Z] --- PASS: TestFormatStatus (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestFormatError [2022-05-17T11:48:07.543Z] --- PASS: TestFormatError (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestFormatJSONError [2022-05-17T11:48:07.543Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-17T11:48:07.543Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-17T11:48:07.543Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestNewJSONProgressOutput [2022-05-17T11:48:07.543Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestAuxFormatterEmit [2022-05-17T11:48:07.543Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestStreamWriterStdout [2022-05-17T11:48:07.543Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-17T11:48:07.543Z] === RUN TestStreamWriterStderr [2022-05-17T11:48:07.543Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-17T11:48:07.543Z] PASS [2022-05-17T11:48:07.543Z] coverage: 66.2% of statements [2022-05-17T11:48:07.543Z] ok github.com/docker/docker/pkg/streamformatter 0.046s coverage: 66.2% of statements [2022-05-17T11:48:08.010Z] --- PASS: TestRetrieveFromStore (1.86s) [2022-05-17T11:48:08.010Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-17T11:48:08.010Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-05-17T11:48:08.010Z] === RUN TestParallelPredefinedRequest1 [2022-05-17T11:48:08.010Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-17T11:48:08.010Z] === RUN TestParallelPredefinedRequest2 [2022-05-17T11:48:08.010Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-17T11:48:08.010Z] === RUN TestParallelPredefinedRequest3 [2022-05-17T11:48:08.010Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-17T11:48:08.010Z] === RUN TestParallelPredefinedRequest4 [2022-05-17T11:48:08.010Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-17T11:48:08.010Z] === RUN TestParallelPredefinedRequest5 [2022-05-17T11:48:08.010Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-17T11:48:08.010Z] === RUN TestDebug [2022-05-17T11:48:08.010Z] --- PASS: TestDebug (0.00s) [2022-05-17T11:48:08.010Z] === RUN TestRequestPoolParallel [2022-05-17T11:48:08.478Z] --- PASS: TestRequestPoolParallel (0.24s) [2022-05-17T11:48:08.478Z] === RUN TestFullAllocateRelease [2022-05-17T11:48:08.478Z] === RUN TestGenerateRandomID [2022-05-17T11:48:08.478Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-17T11:48:08.478Z] === RUN TestShortenId [2022-05-17T11:48:08.478Z] --- PASS: TestShortenId (0.00s) [2022-05-17T11:48:08.478Z] === RUN TestShortenSha256Id [2022-05-17T11:48:08.478Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-17T11:48:08.478Z] === RUN TestShortenIdEmpty [2022-05-17T11:48:08.478Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-17T11:48:08.478Z] === RUN TestShortenIdInvalid [2022-05-17T11:48:08.478Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-17T11:48:08.478Z] === RUN TestIsShortIDNonHex [2022-05-17T11:48:08.478Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-17T11:48:08.478Z] === RUN TestIsShortIDNotCorrectSize [2022-05-17T11:48:08.478Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-17T11:48:08.478Z] PASS [2022-05-17T11:48:08.478Z] coverage: 70.6% of statements [2022-05-17T11:48:08.478Z] ok github.com/docker/docker/pkg/stringid 0.045s coverage: 70.6% of statements [2022-05-17T11:48:08.949Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-17T11:48:08.949Z] === RUN TestClientStream [2022-05-17T11:48:08.949Z] --- PASS: TestClientStream (0.00s) [2022-05-17T11:48:08.949Z] === RUN TestClientSendFile [2022-05-17T11:48:08.949Z] --- PASS: TestClientSendFile (0.00s) [2022-05-17T11:48:08.949Z] === RUN TestClientWithRequestTimeout [2022-05-17T11:48:08.949Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-05-17T11:48:08.949Z] === RUN TestFileSpecPlugin [2022-05-17T11:48:08.949Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-17T11:48:08.949Z] === RUN TestFileJSONSpecPlugin [2022-05-17T11:48:08.949Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-05-17T11:48:08.949Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-17T11:48:08.949Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-17T11:48:08.949Z] === RUN TestPluginAddHandler [2022-05-17T11:48:08.949Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-17T11:48:08.949Z] === RUN TestPluginWaitBadPlugin [2022-05-17T11:48:08.949Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-17T11:48:08.949Z] === RUN TestGet [2022-05-17T11:48:08.949Z] time="2022-05-17T11:48:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-17T11:48:08.949Z] --- PASS: TestFullAllocateRelease (0.57s) [2022-05-17T11:48:08.949Z] === RUN TestOddAllocateRelease [2022-05-17T11:48:08.949Z] --- PASS: TestOddAllocateRelease (0.32s) [2022-05-17T11:48:08.949Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-17T11:48:09.337Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-05-17T11:48:09.416Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.11s) [2022-05-17T11:48:09.416Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-17T11:48:09.416Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-05-17T11:48:09.416Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-17T11:48:09.416Z] === RUN TestIsCpusetListAvailable [2022-05-17T11:48:09.416Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-17T11:48:09.416Z] PASS [2022-05-17T11:48:09.416Z] coverage: 39.4% of statements [2022-05-17T11:48:09.416Z] ok github.com/docker/docker/pkg/sysinfo 0.051s coverage: 39.4% of statements [2022-05-17T11:48:09.416Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-05-17T11:48:09.416Z] === CONT TestParallelPredefinedRequest1 [2022-05-17T11:48:09.416Z] === CONT TestParallelPredefinedRequest4 [2022-05-17T11:48:09.416Z] === CONT TestParallelPredefinedRequest1 [2022-05-17T11:48:09.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:48:09.416Z] === CONT TestParallelPredefinedRequest4 [2022-05-17T11:48:09.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:48:09.416Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-17T11:48:09.416Z] === CONT TestParallelPredefinedRequest3 [2022-05-17T11:48:09.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:48:09.416Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-17T11:48:09.416Z] === CONT TestParallelPredefinedRequest2 [2022-05-17T11:48:09.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:48:09.416Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-17T11:48:09.416Z] === CONT TestParallelPredefinedRequest5 [2022-05-17T11:48:09.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:48:09.416Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-17T11:48:09.416Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-17T11:48:09.416Z] PASS [2022-05-17T11:48:09.416Z] coverage: 85.3% of statements [2022-05-17T11:48:09.416Z] ok github.com/docker/docker/libnetwork/ipam 62.810s coverage: 85.3% of statements [2022-05-17T11:48:09.530Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2022-05-17T11:48:09.530Z] === RUN TestInspect [2022-05-17T11:48:09.883Z] time="2022-05-17T11:48:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-17T11:48:09.904Z] check_test.go:307: [d69c6095ea921] daemon is not started [2022-05-17T11:48:09.904Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-05-17T11:48:10.868Z] === RUN TestChtimes [2022-05-17T11:48:10.868Z] --- PASS: TestChtimes (0.00s) [2022-05-17T11:48:10.868Z] === RUN TestChtimesWindows [2022-05-17T11:48:10.868Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-17T11:48:10.868Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-17T11:48:10.868Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-17T11:48:10.868Z] PASS [2022-05-17T11:48:10.868Z] coverage: 13.0% of statements [2022-05-17T11:48:10.868Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 13.0% of statements [2022-05-17T11:48:11.852Z] time="2022-05-17T11:48:11Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-17T11:48:11.852Z] === RUN TestTailFile [2022-05-17T11:48:11.852Z] --- PASS: TestTailFile (0.00s) [2022-05-17T11:48:11.852Z] === RUN TestTailFileManyLines [2022-05-17T11:48:11.852Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-17T11:48:11.852Z] === RUN TestTailEmptyFile [2022-05-17T11:48:11.852Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-17T11:48:11.852Z] === RUN TestTailNegativeN [2022-05-17T11:48:11.852Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader [2022-05-17T11:48:11.852Z] === PAUSE TestNewTailReader [2022-05-17T11:48:11.852Z] === CONT TestNewTailReader [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/no_delimiter [2022-05-17T11:48:11.852Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-17T11:48:11.852Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-17T11:48:11.852Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-17T11:48:11.852Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-17T11:48:11.852Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-17T11:48:11.852Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/truncated_last_line [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-17T11:48:11.852Z] === CONT TestNewTailReader/no_delimiter [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-17T11:48:11.852Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-17T11:48:11.852Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-17T11:48:11.852Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:11.853Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:11.853Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:11.853Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:11.854Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:11.854Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:11.855Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:11.855Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:11.855Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:11.855Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-17T11:48:11.855Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-17T11:48:11.855Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:11.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.073Z] --- PASS: TestInspect (2.67s) [2022-05-17T11:48:12.073Z] === RUN TestCreateJob [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.482Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-17T11:48:12.482Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.483Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.484Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.484Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.485Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:48:12.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.01s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:48:12.486Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:48:12.487Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.01s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.01s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.01s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.01s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:48:12.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.01s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.01s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.03s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:48:12.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:48:12.955Z] PASS [2022-05-17T11:48:12.955Z] coverage: 88.6% of statements [2022-05-17T11:48:12.955Z] ok github.com/docker/docker/pkg/tailfile 0.229s coverage: 88.6% of statements [2022-05-17T11:48:13.188Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-05-17T11:48:13.430Z] === RUN TestTarSumRemoveNonExistent [2022-05-17T11:48:13.430Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestTarSumRemove [2022-05-17T11:48:13.430Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestSortFileInfoSums [2022-05-17T11:48:13.430Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestNewTarSumForLabelInvalid [2022-05-17T11:48:13.430Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestNewTarSumForLabel [2022-05-17T11:48:13.430Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestEmptyTar [2022-05-17T11:48:13.430Z] --- PASS: TestEmptyTar (0.01s) [2022-05-17T11:48:13.430Z] === RUN TestTarSumsReadSize [2022-05-17T11:48:13.430Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestTarSums [2022-05-17T11:48:13.430Z] --- PASS: TestTarSums (0.09s) [2022-05-17T11:48:13.430Z] === RUN TestIteration [2022-05-17T11:48:13.430Z] --- PASS: TestIteration (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestVersionLabelForChecksum [2022-05-17T11:48:13.430Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestVersion [2022-05-17T11:48:13.430Z] --- PASS: TestVersion (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestGetVersion [2022-05-17T11:48:13.430Z] --- PASS: TestGetVersion (0.00s) [2022-05-17T11:48:13.430Z] === RUN TestGetVersions [2022-05-17T11:48:13.430Z] --- PASS: TestGetVersions (0.00s) [2022-05-17T11:48:13.430Z] PASS [2022-05-17T11:48:13.430Z] coverage: 89.3% of statements [2022-05-17T11:48:13.430Z] ok github.com/docker/docker/pkg/tarsum 0.157s coverage: 89.3% of statements [2022-05-17T11:48:14.416Z] === RUN TestTruncIndex [2022-05-17T11:48:14.416Z] --- PASS: TestTruncIndex (0.10s) [2022-05-17T11:48:14.416Z] PASS [2022-05-17T11:48:14.416Z] coverage: 91.5% of statements [2022-05-17T11:48:14.416Z] ok github.com/docker/docker/pkg/truncindex 0.140s coverage: 91.5% of statements [2022-05-17T11:48:14.563Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-17T11:48:14.563Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-05-17T11:48:14.883Z] === RUN TestVersionInfo [2022-05-17T11:48:14.883Z] --- PASS: TestVersionInfo (0.00s) [2022-05-17T11:48:14.883Z] === RUN TestAppendVersions [2022-05-17T11:48:14.883Z] --- PASS: TestAppendVersions (0.00s) [2022-05-17T11:48:14.883Z] PASS [2022-05-17T11:48:14.883Z] coverage: 88.9% of statements [2022-05-17T11:48:14.883Z] ok github.com/docker/docker/pkg/useragent 0.039s coverage: 88.9% of statements [2022-05-17T11:48:15.371Z] --- PASS: TestCreateJob (3.01s) [2022-05-17T11:48:15.371Z] === RUN TestReplicatedJob [2022-05-17T11:48:15.867Z] time="2022-05-17T11:48:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-17T11:48:15.939Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-17T11:48:17.427Z] === RUN TestValidatePrivileges [2022-05-17T11:48:17.427Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-17T11:48:17.427Z] === RUN TestFilterByCapNeg [2022-05-17T11:48:17.427Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-17T11:48:17.427Z] === RUN TestFilterByCapPos [2022-05-17T11:48:17.427Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-17T11:48:17.427Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-17T11:48:17.427Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-17T11:48:17.427Z] PASS [2022-05-17T11:48:17.427Z] coverage: 12.2% of statements [2022-05-17T11:48:17.427Z] ok github.com/docker/docker/plugin 0.067s coverage: 12.2% of statements [2022-05-17T11:48:18.412Z] === RUN TestNewSettable [2022-05-17T11:48:18.412Z] --- PASS: TestNewSettable (0.00s) [2022-05-17T11:48:18.412Z] === RUN TestIsSettable [2022-05-17T11:48:18.412Z] --- PASS: TestIsSettable (0.00s) [2022-05-17T11:48:18.412Z] === RUN TestUpdateSettingsEnv [2022-05-17T11:48:18.412Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-17T11:48:18.412Z] PASS [2022-05-17T11:48:18.412Z] coverage: 20.0% of statements [2022-05-17T11:48:18.412Z] ok github.com/docker/docker/plugin/v2 0.039s coverage: 20.0% of statements [2022-05-17T11:48:19.325Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-05-17T11:48:19.325Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-17T11:48:19.396Z] === RUN TestLoad [2022-05-17T11:48:19.396Z] --- PASS: TestLoad (0.00s) [2022-05-17T11:48:19.396Z] === RUN TestSave [2022-05-17T11:48:19.396Z] --- PASS: TestSave (0.03s) [2022-05-17T11:48:19.396Z] === RUN TestAddDeleteGet [2022-05-17T11:48:19.396Z] --- PASS: TestAddDeleteGet (0.04s) [2022-05-17T11:48:19.396Z] === RUN TestInvalidTags [2022-05-17T11:48:19.396Z] --- PASS: TestInvalidTags (0.01s) [2022-05-17T11:48:19.396Z] PASS [2022-05-17T11:48:19.396Z] coverage: 84.4% of statements [2022-05-17T11:48:19.396Z] ok github.com/docker/docker/reference 0.127s coverage: 84.4% of statements [2022-05-17T11:48:19.892Z] check_test.go:307: [d5f7fd89cd3cc] daemon is not started [2022-05-17T11:48:19.892Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-05-17T11:48:20.653Z] --- PASS: TestReplicatedJob (5.16s) [2022-05-17T11:48:20.653Z] === RUN TestUpdateReplicatedJob [2022-05-17T11:48:22.344Z] === RUN TestResolveAuthConfigIndexServer [2022-05-17T11:48:22.344Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestResolveAuthConfigFullURL [2022-05-17T11:48:22.344Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-17T11:48:22.344Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestValidateMirror [2022-05-17T11:48:22.344Z] --- PASS: TestValidateMirror (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestLoadInsecureRegistries [2022-05-17T11:48:22.344Z] time="2022-05-17T11:48:21Z" 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-17T11:48:22.344Z] time="2022-05-17T11:48:21Z" 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-17T11:48:22.344Z] time="2022-05-17T11:48:21Z" 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-17T11:48:22.344Z] --- PASS: TestLoadInsecureRegistries (0.19s) [2022-05-17T11:48:22.344Z] === RUN TestNewServiceConfig [2022-05-17T11:48:22.344Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestValidateIndexName [2022-05-17T11:48:22.344Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestValidateIndexNameWithError [2022-05-17T11:48:22.344Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestEndpointParse [2022-05-17T11:48:22.344Z] --- PASS: TestEndpointParse (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestEndpointParseInvalid [2022-05-17T11:48:22.344Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestValidateEndpoint [2022-05-17T11:48:22.344Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-17T11:48:22.344Z] === RUN TestPing [2022-05-17T11:48:22.344Z] --- PASS: TestPing (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestPingRegistryEndpoint [2022-05-17T11:48:22.344Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:48:22.344Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-05-17T11:48:22.344Z] === RUN TestEndpoint [2022-05-17T11:48:22.344Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:48:22.344Z] --- SKIP: TestEndpoint (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestParseRepositoryInfo [2022-05-17T11:48:22.344Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestNewIndexInfo [2022-05-17T11:48:22.344Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestMirrorEndpointLookup [2022-05-17T11:48:22.344Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:48:22.344Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestSearchRepositories [2022-05-17T11:48:22.344Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-17T11:48:22.344Z] Host: 127.0.0.1:49332 [2022-05-17T11:48:22.344Z] User-Agent: docker test client [2022-05-17T11:48:22.344Z] Authorization: Token fake-token [2022-05-17T11:48:22.344Z] X-Docker-Token: true [2022-05-17T11:48:22.344Z] Accept-Encoding: gzip [2022-05-17T11:48:22.344Z] [2022-05-17T11:48:22.344Z] [2022-05-17T11:48:22.344Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-17T11:48:22.344Z] Connection: close [2022-05-17T11:48:22.344Z] Content-Length: 144 [2022-05-17T11:48:22.344Z] Cache-Control: no-cache [2022-05-17T11:48:22.344Z] Content-Type: application/json [2022-05-17T11:48:22.344Z] Date: Tue, 17 May 2022 11:48:21 GMT [2022-05-17T11:48:22.344Z] Expires: -1 [2022-05-17T11:48:22.344Z] Pragma: no-cache [2022-05-17T11:48:22.344Z] Server: docker-tests/mock [2022-05-17T11:48:22.344Z] X-Docker-Registry-Config: mock [2022-05-17T11:48:22.344Z] X-Docker-Registry-Version: 0.0.0 [2022-05-17T11:48:22.344Z] [2022-05-17T11:48:22.344Z] [2022-05-17T11:48:22.344Z] --- PASS: TestSearchRepositories (0.01s) [2022-05-17T11:48:22.344Z] === RUN TestTrustedLocation [2022-05-17T11:48:22.344Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-17T11:48:22.344Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestAllowNondistributableArtifacts [2022-05-17T11:48:22.344Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-17T11:48:22.344Z] === RUN TestIsSecureIndex [2022-05-17T11:48:22.344Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-17T11:48:22.344Z] PASS [2022-05-17T11:48:22.344Z] coverage: 51.7% of statements [2022-05-17T11:48:22.344Z] ok github.com/docker/docker/registry 0.282s coverage: 51.7% of statements [2022-05-17T11:48:23.195Z] --- PASS: TestUpdateReplicatedJob (3.01s) [2022-05-17T11:48:23.195Z] === RUN TestServiceListWithStatuses [2022-05-17T11:48:23.195Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-17T11:48:23.195Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-17T11:48:23.195Z] === RUN TestDockerNetworkConnectAlias [2022-05-17T11:48:23.328Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-17T11:48:23.328Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-17T11:48:23.328Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-17T11:48:23.328Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-17T11:48:23.328Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-17T11:48:23.328Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-17T11:48:23.328Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-17T11:48:23.328Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-17T11:48:23.328Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-17T11:48:23.328Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-17T11:48:23.328Z] === RUN TestResumableRequestReaderWithReadError [2022-05-17T11:48:23.328Z] time="2022-05-17T11:48:23Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-17T11:48:23.328Z] --- PASS: TestResumableRequestReaderWithReadError (0.18s) [2022-05-17T11:48:23.328Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-17T11:48:23.328Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-17T11:48:23.328Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-17T11:48:23.328Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-17T11:48:23.328Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-17T11:48:23.328Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-17T11:48:23.328Z] === RUN TestResumableRequestReader [2022-05-17T11:48:23.328Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-17T11:48:23.328Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-17T11:48:23.328Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-17T11:48:23.328Z] PASS [2022-05-17T11:48:23.328Z] coverage: 100.0% of statements [2022-05-17T11:48:23.796Z] ok github.com/docker/docker/registry/resumable 0.257s coverage: 100.0% of statements [2022-05-17T11:48:23.796Z] --- PASS: TestGet (15.01s) [2022-05-17T11:48:23.796Z] === RUN TestPluginWithNoManifest [2022-05-17T11:48:23.796Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-17T11:48:23.796Z] === RUN TestGetAll [2022-05-17T11:48:23.796Z] --- PASS: TestGetAll (0.00s) [2022-05-17T11:48:23.796Z] PASS [2022-05-17T11:48:23.796Z] coverage: 73.2% of statements [2022-05-17T11:48:23.796Z] ok github.com/docker/docker/pkg/plugins 36.266s coverage: 73.2% of statements [2022-05-17T11:48:23.796Z] === RUN TestRestartManagerTimeout [2022-05-17T11:48:23.796Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-17T11:48:23.796Z] === RUN TestRestartManagerTimeoutReset [2022-05-17T11:48:23.796Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-17T11:48:23.796Z] PASS [2022-05-17T11:48:23.796Z] coverage: 50.9% of statements [2022-05-17T11:48:23.796Z] ok github.com/docker/docker/restartmanager 0.046s coverage: 50.9% of statements [2022-05-17T11:48:24.780Z] === RUN TestDecodeContainerConfig [2022-05-17T11:48:24.780Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-17T11:48:24.780Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-17T11:48:24.780Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-17T11:48:24.780Z] === RUN TestDecodeContainerConfigIsolation [2022-05-17T11:48:24.780Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-17T11:48:24.780Z] === RUN TestValidatePrivileged [2022-05-17T11:48:24.780Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-17T11:48:24.780Z] PASS [2022-05-17T11:48:24.780Z] coverage: 52.4% of statements [2022-05-17T11:48:24.780Z] ok github.com/docker/docker/runconfig 0.053s coverage: 52.4% of statements [2022-05-17T11:48:24.780Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-17T11:48:24.780Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-17T11:48:24.780Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-17T11:48:24.780Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-17T11:48:24.780Z] PASS [2022-05-17T11:48:24.780Z] coverage: 62.5% of statements [2022-05-17T11:48:24.780Z] ok github.com/docker/docker/testutil 0.047s coverage: 62.5% of statements [2022-05-17T11:48:25.162Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-17T11:48:26.993Z] === RUN TestGetAddress [2022-05-17T11:48:26.993Z] --- PASS: TestGetAddress (0.00s) [2022-05-17T11:48:26.993Z] === RUN TestRemove [2022-05-17T11:48:26.993Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-17T11:48:26.993Z] --- SKIP: TestRemove (0.00s) [2022-05-17T11:48:26.993Z] === RUN TestInitializeWithVolumes [2022-05-17T11:48:26.993Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-17T11:48:26.993Z] === RUN TestCreate [2022-05-17T11:48:26.993Z] --- PASS: TestCreate (0.01s) [2022-05-17T11:48:26.993Z] === RUN TestValidateName [2022-05-17T11:48:26.993Z] --- PASS: TestValidateName (0.00s) [2022-05-17T11:48:26.993Z] === RUN TestCreateWithOpts [2022-05-17T11:48:26.993Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-17T11:48:26.993Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-17T11:48:26.993Z] === RUN TestRelaodNoOpts [2022-05-17T11:48:26.993Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-05-17T11:48:26.993Z] PASS [2022-05-17T11:48:26.993Z] coverage: 41.6% of statements [2022-05-17T11:48:26.993Z] ok github.com/docker/docker/volume/local 0.090s coverage: 41.6% of statements [2022-05-17T11:48:26.993Z] === RUN TestGetDriver [2022-05-17T11:48:26.993Z] --- PASS: TestGetDriver (0.00s) [2022-05-17T11:48:26.993Z] === RUN TestVolumeRequestError [2022-05-17T11:48:26.993Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-17T11:48:26.993Z] PASS [2022-05-17T11:48:26.993Z] coverage: 36.1% of statements [2022-05-17T11:48:26.993Z] ok github.com/docker/docker/volume/drivers 0.058s coverage: 36.1% of statements [2022-05-17T11:48:27.396Z] --- PASS: TestDockerNetworkConnectAlias (3.93s) [2022-05-17T11:48:27.396Z] === RUN TestDockerNetworkReConnect [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRaw [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-17T11:48:27.461Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRaw [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-17T11:48:27.461Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestConvertTmpfsOptions [2022-05-17T11:48:27.461Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-17T11:48:27.461Z] linux_parser_test.go:209: data="ro" [2022-05-17T11:48:27.461Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestParseMountSpec [2022-05-17T11:48:27.461Z] parser_test.go:62: case 0 [2022-05-17T11:48:27.461Z] parser_test.go:62: case 1 [2022-05-17T11:48:27.461Z] parser_test.go:62: case 2 [2022-05-17T11:48:27.461Z] parser_test.go:62: case 3 [2022-05-17T11:48:27.461Z] parser_test.go:62: case 4 [2022-05-17T11:48:27.461Z] parser_test.go:62: case 5 [2022-05-17T11:48:27.461Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestValidateMount [2022-05-17T11:48:27.461Z] --- PASS: TestValidateMount (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRaw [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-17T11:48:27.461Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-17T11:48:27.461Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-17T11:48:27.461Z] PASS [2022-05-17T11:48:27.461Z] coverage: 67.6% of statements [2022-05-17T11:48:27.461Z] ok github.com/docker/docker/volume/mounts 0.056s coverage: 67.6% of statements [2022-05-17T11:48:27.692Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-05-17T11:48:29.024Z] === RUN TestSetGetMeta [2022-05-17T11:48:29.024Z] === PAUSE TestSetGetMeta [2022-05-17T11:48:29.024Z] === RUN TestRestore [2022-05-17T11:48:29.024Z] === PAUSE TestRestore [2022-05-17T11:48:29.024Z] === RUN TestServiceCreate [2022-05-17T11:48:29.024Z] === PAUSE TestServiceCreate [2022-05-17T11:48:29.024Z] === RUN TestServiceList [2022-05-17T11:48:29.024Z] === PAUSE TestServiceList [2022-05-17T11:48:29.024Z] === RUN TestServiceRemove [2022-05-17T11:48:29.024Z] === PAUSE TestServiceRemove [2022-05-17T11:48:29.024Z] === RUN TestServiceGet [2022-05-17T11:48:29.024Z] === PAUSE TestServiceGet [2022-05-17T11:48:29.024Z] === RUN TestServicePrune [2022-05-17T11:48:29.024Z] === PAUSE TestServicePrune [2022-05-17T11:48:29.024Z] === RUN TestCreate [2022-05-17T11:48:29.024Z] === PAUSE TestCreate [2022-05-17T11:48:29.024Z] === RUN TestRemove [2022-05-17T11:48:29.024Z] === PAUSE TestRemove [2022-05-17T11:48:29.024Z] === RUN TestList [2022-05-17T11:48:29.024Z] === PAUSE TestList [2022-05-17T11:48:29.024Z] === RUN TestFindByDriver [2022-05-17T11:48:29.024Z] === PAUSE TestFindByDriver [2022-05-17T11:48:29.024Z] === RUN TestFindByReferenced [2022-05-17T11:48:29.024Z] === PAUSE TestFindByReferenced [2022-05-17T11:48:29.024Z] === RUN TestDerefMultipleOfSameRef [2022-05-17T11:48:29.024Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-17T11:48:29.024Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-17T11:48:29.024Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-17T11:48:29.024Z] === RUN TestDefererencePluginOnCreateError [2022-05-17T11:48:29.024Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-17T11:48:29.024Z] === RUN TestRefDerefRemove [2022-05-17T11:48:29.024Z] === PAUSE TestRefDerefRemove [2022-05-17T11:48:29.024Z] === RUN TestGet [2022-05-17T11:48:29.024Z] === PAUSE TestGet [2022-05-17T11:48:29.024Z] === RUN TestGetWithReference [2022-05-17T11:48:29.024Z] === PAUSE TestGetWithReference [2022-05-17T11:48:29.024Z] === RUN TestFilterFunc [2022-05-17T11:48:29.024Z] === RUN TestFilterFunc/test_nil_list [2022-05-17T11:48:29.024Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-17T11:48:29.024Z] === RUN TestFilterFunc/test_empty_list [2022-05-17T11:48:29.024Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-17T11:48:29.024Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-17T11:48:29.024Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-17T11:48:29.024Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-17T11:48:29.024Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-17T11:48:29.024Z] === RUN TestFilterFunc/test_filter_some [2022-05-17T11:48:29.024Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-17T11:48:29.024Z] === RUN TestFilterFunc/test_filter_middle [2022-05-17T11:48:29.024Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-17T11:48:29.024Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-17T11:48:29.024Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-17T11:48:29.024Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-17T11:48:29.024Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-17T11:48:29.024Z] === CONT TestFilterFunc/test_nil_list [2022-05-17T11:48:29.024Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-17T11:48:29.024Z] === CONT TestFilterFunc/test_filter_some [2022-05-17T11:48:29.024Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-17T11:48:29.024Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-17T11:48:29.024Z] === CONT TestFilterFunc/test_empty_list [2022-05-17T11:48:29.024Z] === CONT TestFilterFunc/test_filter_middle [2022-05-17T11:48:29.024Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-17T11:48:29.024Z] --- PASS: TestFilterFunc (0.00s) [2022-05-17T11:48:29.024Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-17T11:48:29.024Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-17T11:48:29.024Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-17T11:48:29.024Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-17T11:48:29.024Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-17T11:48:29.024Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-17T11:48:29.024Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-17T11:48:29.024Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-17T11:48:29.024Z] === CONT TestSetGetMeta [2022-05-17T11:48:29.024Z] === CONT TestDefererencePluginOnCreateError [2022-05-17T11:48:29.024Z] === CONT TestList [2022-05-17T11:48:29.024Z] === CONT TestGet [2022-05-17T11:48:29.024Z] --- PASS: TestSetGetMeta (0.02s) [2022-05-17T11:48:29.024Z] === CONT TestRemove [2022-05-17T11:48:29.024Z] --- PASS: TestGet (0.03s) [2022-05-17T11:48:29.024Z] === CONT TestCreate [2022-05-17T11:48:29.024Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-05-17T11:48:29.024Z] === CONT TestServicePrune [2022-05-17T11:48:29.024Z] --- PASS: TestList (0.04s) [2022-05-17T11:48:29.024Z] === CONT TestServiceGet [2022-05-17T11:48:29.024Z] --- PASS: TestRemove (0.03s) [2022-05-17T11:48:29.024Z] === CONT TestServiceRemove [2022-05-17T11:48:29.024Z] --- PASS: TestCreate (0.02s) [2022-05-17T11:48:29.024Z] === CONT TestServiceList [2022-05-17T11:48:29.024Z] time="2022-05-17T11:48:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:48:29.024Z] --- PASS: TestServiceGet (0.17s) [2022-05-17T11:48:29.024Z] === CONT TestServiceCreate [2022-05-17T11:48:29.024Z] --- PASS: TestServiceRemove (0.16s) [2022-05-17T11:48:29.025Z] === CONT TestRestore [2022-05-17T11:48:29.025Z] time="2022-05-17T11:48:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:48:29.025Z] --- PASS: TestServiceList (0.16s) [2022-05-17T11:48:29.025Z] === CONT TestRefDerefRemove [2022-05-17T11:48:29.025Z] time="2022-05-17T11:48:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:48:29.025Z] time="2022-05-17T11:48:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-17T11:48:29.025Z] --- PASS: TestServiceCreate (0.02s) [2022-05-17T11:48:29.025Z] === CONT TestGetWithReference [2022-05-17T11:48:29.025Z] --- PASS: TestRefDerefRemove (0.02s) [2022-05-17T11:48:29.025Z] === CONT TestDerefMultipleOfSameRef [2022-05-17T11:48:29.025Z] time="2022-05-17T11:48:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:48:29.025Z] --- PASS: TestRestore (0.03s) [2022-05-17T11:48:29.025Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-17T11:48:29.025Z] --- PASS: TestServicePrune (0.21s) [2022-05-17T11:48:29.025Z] === CONT TestFindByReferenced [2022-05-17T11:48:29.025Z] --- PASS: TestGetWithReference (0.03s) [2022-05-17T11:48:29.025Z] === CONT TestFindByDriver [2022-05-17T11:48:29.025Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-05-17T11:48:29.025Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-05-17T11:48:29.025Z] --- PASS: TestFindByReferenced (0.03s) [2022-05-17T11:48:29.025Z] --- PASS: TestFindByDriver (0.02s) [2022-05-17T11:48:29.025Z] PASS [2022-05-17T11:48:29.025Z] coverage: 69.0% of statements [2022-05-17T11:48:29.025Z] ok github.com/docker/docker/volume/service 0.331s coverage: 69.0% of statements [2022-05-17T11:48:29.227Z] ok github.com/docker/docker/cmd/dockerd 0.108s coverage: 29.7% of statements [2022-05-17T11:48:29.227Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-05-17T11:48:29.227Z] ok github.com/docker/docker/cmd/dockerd/trap 2.515s coverage: 0.0% of statements [2022-05-17T11:48:29.227Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-17T11:48:29.227Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-17T11:48:29.227Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-17T11:48:29.227Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-17T11:48:29.227Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-17T11:48:30.692Z] --- PASS: TestDockerNetworkReConnect (3.26s) [2022-05-17T11:48:30.692Z] === RUN TestServicePlugin [2022-05-17T11:48:30.692Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:48:30.692Z] --- SKIP: TestServicePlugin (0.01s) [2022-05-17T11:48:30.692Z] === RUN TestServiceUpdateLabel [2022-05-17T11:48:30.973Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-17T11:48:30.973Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-05-17T11:48:31.540Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-17T11:48:31.540Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-17T11:48:32.514Z] ok github.com/docker/docker/daemon/cluster 0.092s coverage: 0.5% of statements [2022-05-17T11:48:32.602Z] --- PASS: TestServiceUpdateLabel (2.31s) [2022-05-17T11:48:32.602Z] === RUN TestServiceUpdateSecrets [2022-05-17T11:48:32.916Z] check_test.go:307: [dd530ae5b37bd] daemon is not started [2022-05-17T11:48:32.916Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-05-17T11:48:33.851Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-05-17T11:48:33.891Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2022-05-17T11:48:34.109Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-05-17T11:48:34.675Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-05-17T11:48:35.269Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-05-17T11:48:36.052Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-17T11:48:36.620Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-05-17T11:48:36.620Z] check_test.go:307: [d6d6ef1a015a0] daemon is not started [2022-05-17T11:48:36.620Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-05-17T11:48:37.995Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-17T11:48:38.934Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-05-17T11:48:40.309Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-17T11:48:41.243Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-05-17T11:48:43.491Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.4% of statements [2022-05-17T11:48:43.491Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.5% of statements [2022-05-17T11:48:43.750Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-05-17T11:48:43.933Z] 2022/05/17 11:48:43 Closing DB instances... [2022-05-17T11:48:44.317Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-05-17T11:48:44.884Z] ok github.com/docker/docker/daemon 10.133s coverage: 16.0% of statements [2022-05-17T11:48:44.884Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-17T11:48:44.884Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-17T11:48:44.884Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-17T11:48:44.884Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-17T11:48:45.494Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2022-05-17T11:48:45.494Z] === RUN TestFindNode [2022-05-17T11:48:45.494Z] 2022/05/17 11:48:45 Closing DB instances... [2022-05-17T11:48:45.494Z] --- PASS: TestFindNode (0.02s) [2022-05-17T11:48:45.494Z] === RUN TestChangeNodeState [2022-05-17T11:48:45.494Z] 2022/05/17 11:48:45 Closing DB instances... [2022-05-17T11:48:45.494Z] --- PASS: TestChangeNodeState (0.02s) [2022-05-17T11:48:45.494Z] === RUN TestNodeReincarnation [2022-05-17T11:48:45.494Z] 2022/05/17 11:48:45 Closing DB instances... [2022-05-17T11:48:45.562Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-05-17T11:48:45.821Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.723s coverage: 74.8% of statements [2022-05-17T11:48:46.129Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-17T11:48:46.695Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-05-17T11:48:47.199Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.381s coverage: 56.2% of statements [2022-05-17T11:48:47.199Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-05-17T11:48:47.500Z] --- PASS: TestServiceUpdateSecrets (14.32s) [2022-05-17T11:48:47.500Z] === RUN TestServiceUpdateConfigs [2022-05-17T11:48:48.598Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-17T11:48:48.598Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-05-17T11:48:49.104Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2022-05-17T11:48:50.526Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.279s coverage: 50.6% of statements [2022-05-17T11:48:51.093Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.182s coverage: 46.1% of statements [2022-05-17T11:48:51.093Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-17T11:48:51.129Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-17T11:48:51.349Z] --- PASS: TestNodeReincarnation (5.02s) [2022-05-17T11:48:51.349Z] === RUN TestParallelCreate [2022-05-17T11:48:51.349Z] 2022/05/17 11:48:50 Closing DB instances... [2022-05-17T11:48:51.349Z] --- PASS: TestParallelCreate (0.02s) [2022-05-17T11:48:51.349Z] === RUN TestParallelDelete [2022-05-17T11:48:51.349Z] 2022/05/17 11:48:50 Closing DB instances... [2022-05-17T11:48:51.349Z] --- PASS: TestParallelDelete (0.02s) [2022-05-17T11:48:51.349Z] === RUN TestNetworkDBIslands [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:77d111933ec0 with config:&{NodeID:77d111933ec0 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-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="Node 77d111933ec0/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="Node 77d111933ec0/172.20.238.253, added to nodes list" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:b628dc1ca2e7 with config:&{NodeID:b628dc1ca2e7 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-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, added to nodes list" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=debug msg="memberlist: Stream connection from=[::1]:49358" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, added to nodes list" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="Node 77d111933ec0/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=info msg="Node 77d111933ec0/172.20.238.253, added to nodes list" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49359" [2022-05-17T11:48:51.349Z] time="2022-05-17T11:48:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-17T11:48:51.698Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e57af0493582 with config:&{NodeID:e57af0493582 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-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node e57af0493582/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node e57af0493582/172.20.238.253, added to nodes list" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=debug msg="memberlist: Stream connection from=[::1]:49360" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node e57af0493582/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node e57af0493582/172.20.238.253, added to nodes list" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node 77d111933ec0/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node 77d111933ec0/172.20.238.253, added to nodes list" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, added to nodes list" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49361" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node e57af0493582/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="Node e57af0493582/172.20.238.253, added to nodes list" [2022-05-17T11:48:51.817Z] time="2022-05-17T11:48:51Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:23f8b0b55d1a with config:&{NodeID:23f8b0b55d1a 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-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node e57af0493582/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node e57af0493582/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 77d111933ec0/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 77d111933ec0/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:51Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:6875a8dd9602 with config:&{NodeID:6875a8dd9602 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-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node e57af0493582/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node e57af0493582/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node 77d111933ec0/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node 77d111933ec0/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-05-17T11:48:52.284Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-17T11:48:52.468Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.637s coverage: 58.2% of statements [2022-05-17T11:48:52.468Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-17T11:48:52.468Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-17T11:48:52.468Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 58.5% of statements [2022-05-17T11:48:52.751Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=info msg="Node 6875a8dd9602/172.20.238.253, added to nodes list" [2022-05-17T11:48:52.752Z] networkdb_test.go:835: Re-joining: 3 [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=info msg="The new bootstrap node list is:[172.20.238.253:10033 172.20.238.253:10034 172.20.238.253:10035]" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10033" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49366" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10034" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49367" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49368" [2022-05-17T11:48:52.752Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10035" [2022-05-17T11:48:53.218Z] networkdb_test.go:835: Re-joining: 4 [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:52Z" level=info msg="The new bootstrap node list is:[172.20.238.253:10033 172.20.238.253:10034 172.20.238.253:10035]" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10033" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49369" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10034" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49370" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10035" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:52Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49371" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:53Z" level=info msg="node 0 leaving" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0 change state NodeActive --> NodeLeft" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:53Z" level=info msg="node2(b628dc1ca2e7): Node leave event for 77d111933ec0/172.20.238.253" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0 change state NodeActive --> NodeLeft" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:53Z" level=info msg="node3(e57af0493582): Node leave event for 77d111933ec0/172.20.238.253" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0 change state NodeActive --> NodeLeft" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:53Z" level=info msg="node5(6875a8dd9602): Node leave event for 77d111933ec0/172.20.238.253" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0 change state NodeActive --> NodeLeft" [2022-05-17T11:48:53.218Z] time="2022-05-17T11:48:53Z" level=info msg="node1(77d111933ec0): Node leave event for 77d111933ec0/172.20.238.253" [2022-05-17T11:48:53.402Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0/172.20.238.253, left gossip cluster" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0/172.20.238.253, left gossip cluster" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0 change state NodeActive --> NodeLeft" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="node4(23f8b0b55d1a): Node leave event for 77d111933ec0/172.20.238.253" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0/172.20.238.253, left gossip cluster" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0/172.20.238.253, left gossip cluster" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node 77d111933ec0/172.20.238.253, left gossip cluster" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.20.238.253:10034: use of closed network connection" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="node 1 leaving" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node b628dc1ca2e7 change state NodeActive --> NodeLeft" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="node4(23f8b0b55d1a): Node leave event for b628dc1ca2e7/172.20.238.253" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, left gossip cluster" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node b628dc1ca2e7 change state NodeActive --> NodeFailed" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node b628dc1ca2e7 change state NodeActive --> NodeLeft" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="node5(6875a8dd9602): Node leave event for b628dc1ca2e7/172.20.238.253" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, added to failed nodes list" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="Node b628dc1ca2e7 change state NodeActive --> NodeLeft" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=info msg="node3(e57af0493582): Node leave event for b628dc1ca2e7/172.20.238.253" [2022-05-17T11:48:53.684Z] time="2022-05-17T11:48:53Z" level=error msg="node: b628dc1ca2e7 is unknown to memberlist" [2022-05-17T11:48:53.969Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, left gossip cluster" [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, left gossip cluster" [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="Node b628dc1ca2e7/172.20.238.253, left gossip cluster" [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="node 2 leaving" [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="Node e57af0493582 change state NodeActive --> NodeLeft" [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="node4(23f8b0b55d1a): Node leave event for e57af0493582/172.20.238.253" [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="Node e57af0493582 change state NodeActive --> NodeLeft" [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="node5(6875a8dd9602): Node leave event for e57af0493582/172.20.238.253" [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="Node e57af0493582 change state NodeActive --> NodeLeft" [2022-05-17T11:48:54.151Z] time="2022-05-17T11:48:53Z" level=info msg="node3(e57af0493582): Node leave event for e57af0493582/172.20.238.253" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="Node e57af0493582/172.20.238.253, left gossip cluster" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="Node e57af0493582/172.20.238.253, left gossip cluster" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="Node e57af0493582/172.20.238.253, left gossip cluster" [2022-05-17T11:48:54.617Z] networkdb_test.go:867: node4: OK [2022-05-17T11:48:54.617Z] networkdb_test.go:867: node5: OK [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="node 0 coming back" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:2e8570275021 with config:&{NodeID:2e8570275021 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-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="Node 2e8570275021/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="Node 2e8570275021/172.20.238.253, added to nodes list" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="node 1 coming back" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:e3091a34d91d with config:&{NodeID:e3091a34d91d 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-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="Node e3091a34d91d/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="Node e3091a34d91d/172.20.238.253, added to nodes list" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="node 2 coming back" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:73950b4c4556 with config:&{NodeID:73950b4c4556 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-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="Node 73950b4c4556/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:54.617Z] time="2022-05-17T11:48:54Z" level=info msg="Node 73950b4c4556/172.20.238.253, added to nodes list" [2022-05-17T11:48:54.905Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 6.6% of statements [2022-05-17T11:48:54.905Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-17T11:48:54.905Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-17T11:48:55.840Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 43.0% of statements [2022-05-17T11:48:55.884Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-05-17T11:48:56.408Z] ok github.com/docker/docker/daemon/logger/awslogs 0.156s coverage: 80.2% of statements [2022-05-17T11:48:56.666Z] ok github.com/docker/docker/daemon/logger/fluentd 0.012s coverage: 53.6% of statements [2022-05-17T11:48:56.666Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-17T11:48:57.235Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 68.2% of statements [2022-05-17T11:48:57.235Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-05-17T11:48:57.802Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2022-05-17T11:48:58.061Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 69.9% of statements [2022-05-17T11:48:58.400Z] time="2022-05-17T11:48:57Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.238.253:10033 172.20.238.253:10034 172.20.238.253:10035]" [2022-05-17T11:48:58.400Z] time="2022-05-17T11:48:58Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.238.253:10033 172.20.238.253:10034 172.20.238.253:10035]" [2022-05-17T11:48:58.630Z] ok github.com/docker/docker/daemon/logger/local 0.035s coverage: 78.7% of statements [2022-05-17T11:48:58.630Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10033" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49372" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 6875a8dd9602/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 6875a8dd9602/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, is the new incarnation of the shutdown node 77d111933ec0/172.20.238.253" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10034" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49373" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, is the new incarnation of the shutdown node 77d111933ec0/172.20.238.253" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 6875a8dd9602/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 6875a8dd9602/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, is the new incarnation of the shutdown node b628dc1ca2e7/172.20.238.253" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10035" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49374" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 2e8570275021/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 6875a8dd9602/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 6875a8dd9602/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, is the new incarnation of the shutdown node e57af0493582/172.20.238.253" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, is the new incarnation of the shutdown node b628dc1ca2e7/172.20.238.253" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node e3091a34d91d/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, is the new incarnation of the shutdown node e57af0493582/172.20.238.253" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, added to nodes list" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:58.867Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, added to nodes list" [2022-05-17T11:48:59.198Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.055s coverage: 54.9% of statements [2022-05-17T11:48:59.336Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, joined gossip cluster" [2022-05-17T11:48:59.336Z] time="2022-05-17T11:48:58Z" level=info msg="Node 73950b4c4556/172.20.238.253, added to nodes list" [2022-05-17T11:48:59.336Z] time="2022-05-17T11:48:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10033" [2022-05-17T11:48:59.336Z] time="2022-05-17T11:48:59Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49375" [2022-05-17T11:48:59.336Z] time="2022-05-17T11:48:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10034" [2022-05-17T11:48:59.336Z] time="2022-05-17T11:48:59Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49376" [2022-05-17T11:48:59.336Z] time="2022-05-17T11:48:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.238.253:10035" [2022-05-17T11:48:59.336Z] time="2022-05-17T11:48:59Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49377" [2022-05-17T11:48:59.766Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.029s coverage: 31.5% of statements [2022-05-17T11:48:59.803Z] 2022/05/17 11:48:59 Closing DB instances... [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021 change state NodeActive --> NodeLeft" [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="node3(73950b4c4556): Node leave event for 2e8570275021/172.20.238.253" [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021 change state NodeActive --> NodeLeft" [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="node2(e3091a34d91d): Node leave event for 2e8570275021/172.20.238.253" [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021 change state NodeActive --> NodeLeft" [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="node4(23f8b0b55d1a): Node leave event for 2e8570275021/172.20.238.253" [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021 change state NodeActive --> NodeLeft" [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="node1(2e8570275021): Node leave event for 2e8570275021/172.20.238.253" [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021 change state NodeActive --> NodeLeft" [2022-05-17T11:48:59.803Z] time="2022-05-17T11:48:59Z" level=info msg="node5(6875a8dd9602): Node leave event for 2e8570275021/172.20.238.253" [2022-05-17T11:49:00.073Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-05-17T11:49:00.269Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:48:59Z" level=info msg="Node 2e8570275021/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="Node e3091a34d91d change state NodeActive --> NodeLeft" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="node5(6875a8dd9602): Node leave event for e3091a34d91d/172.20.238.253" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="Node e3091a34d91d change state NodeActive --> NodeLeft" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="Node e3091a34d91d change state NodeActive --> NodeLeft" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="node4(23f8b0b55d1a): Node leave event for e3091a34d91d/172.20.238.253" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="node3(73950b4c4556): Node leave event for e3091a34d91d/172.20.238.253" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="Node e3091a34d91d change state NodeActive --> NodeLeft" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="node2(e3091a34d91d): Node leave event for e3091a34d91d/172.20.238.253" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="Node e3091a34d91d/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="Node e3091a34d91d/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="Node e3091a34d91d/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.269Z] time="2022-05-17T11:49:00Z" level=info msg="Node e3091a34d91d/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.703Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2022-05-17T11:49:00.735Z] time="2022-05-17T11:49:00Z" level=info msg="Node 73950b4c4556 change state NodeActive --> NodeLeft" [2022-05-17T11:49:00.735Z] time="2022-05-17T11:49:00Z" level=info msg="node5(6875a8dd9602): Node leave event for 73950b4c4556/172.20.238.253" [2022-05-17T11:49:00.735Z] time="2022-05-17T11:49:00Z" level=info msg="Node 73950b4c4556 change state NodeActive --> NodeLeft" [2022-05-17T11:49:00.735Z] time="2022-05-17T11:49:00Z" level=info msg="node4(23f8b0b55d1a): Node leave event for 73950b4c4556/172.20.238.253" [2022-05-17T11:49:00.735Z] time="2022-05-17T11:49:00Z" level=info msg="Node 73950b4c4556 change state NodeActive --> NodeLeft" [2022-05-17T11:49:00.735Z] time="2022-05-17T11:49:00Z" level=info msg="node3(73950b4c4556): Node leave event for 73950b4c4556/172.20.238.253" [2022-05-17T11:49:00.735Z] time="2022-05-17T11:49:00Z" level=info msg="Node 73950b4c4556/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.735Z] time="2022-05-17T11:49:00Z" level=info msg="Node 73950b4c4556/172.20.238.253, left gossip cluster" [2022-05-17T11:49:00.962Z] ok github.com/docker/docker/daemon/logger/templates 0.008s coverage: 8.3% of statements [2022-05-17T11:49:01.202Z] time="2022-05-17T11:49:00Z" level=info msg="Node 73950b4c4556/172.20.238.253, left gossip cluster" [2022-05-17T11:49:01.202Z] time="2022-05-17T11:49:00Z" level=debug msg="memberlist: Failed ping: 23f8b0b55d1a (timeout reached)" [2022-05-17T11:49:01.202Z] time="2022-05-17T11:49:00Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.238.253:10035: use of closed network connection" [2022-05-17T11:49:01.202Z] time="2022-05-17T11:49:00Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.238.253:10037: use of closed network connection" [2022-05-17T11:49:01.202Z] time="2022-05-17T11:49:00Z" level=debug msg="memberlist: Stream connection from=172.20.238.253:49378" [2022-05-17T11:49:01.202Z] time="2022-05-17T11:49:00Z" level=info msg="Node 23f8b0b55d1a change state NodeActive --> NodeLeft" [2022-05-17T11:49:01.202Z] time="2022-05-17T11:49:00Z" level=info msg="node5(6875a8dd9602): Node leave event for 23f8b0b55d1a/172.20.238.253" [2022-05-17T11:49:01.202Z] time="2022-05-17T11:49:01Z" level=info msg="Node 23f8b0b55d1a change state NodeActive --> NodeLeft" [2022-05-17T11:49:01.202Z] time="2022-05-17T11:49:01Z" level=info msg="node4(23f8b0b55d1a): Node leave event for 23f8b0b55d1a/172.20.238.253" [2022-05-17T11:49:01.448Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-05-17T11:49:01.528Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-05-17T11:49:01.671Z] time="2022-05-17T11:49:01Z" level=warning msg="memberlist: Was able to connect to 23f8b0b55d1a but other probes failed, network may be misconfigured" [2022-05-17T11:49:01.671Z] time="2022-05-17T11:49:01Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, left gossip cluster" [2022-05-17T11:49:02.095Z] ok github.com/docker/docker/daemon/logger/splunk 1.680s coverage: 82.5% of statements [2022-05-17T11:49:02.095Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-17T11:49:02.095Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-17T11:49:02.138Z] time="2022-05-17T11:49:01Z" level=info msg="Node 23f8b0b55d1a/172.20.238.253, left gossip cluster" [2022-05-17T11:49:02.382Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-05-17T11:49:02.459Z] --- PASS: TestServiceUpdateConfigs (14.31s) [2022-05-17T11:49:02.459Z] === RUN TestServiceUpdateNetwork [2022-05-17T11:49:02.605Z] time="2022-05-17T11:49:02Z" level=info msg="Node 6875a8dd9602/172.20.238.253, left gossip cluster" [2022-05-17T11:49:02.605Z] time="2022-05-17T11:49:02Z" level=info msg="Node 6875a8dd9602 change state NodeActive --> NodeFailed" [2022-05-17T11:49:02.605Z] time="2022-05-17T11:49:02Z" level=info msg="Node 6875a8dd9602/172.20.238.253, added to failed nodes list" [2022-05-17T11:49:02.605Z] --- PASS: TestNetworkDBIslands (11.88s) [2022-05-17T11:49:02.605Z] PASS [2022-05-17T11:49:02.605Z] coverage: 60.3% of statements [2022-05-17T11:49:02.605Z] ok github.com/docker/docker/libnetwork/networkdb 107.499s coverage: 60.3% of statements [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/quota [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/rootless [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/volume [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-17T11:49:02.605Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-17T11:49:03.469Z] ok github.com/docker/docker/distribution/metadata 0.046s coverage: 44.4% of statements [2022-05-17T11:49:03.756Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-05-17T11:49:04.035Z] ok github.com/docker/docker/distribution 0.627s coverage: 28.2% of statements [2022-05-17T11:49:04.035Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-17T11:49:04.294Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-05-17T11:49:04.860Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-05-17T11:49:05.426Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === Skipped [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-17T11:49:05.548Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2022-05-17T11:49:05.548Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-17T11:49:05.548Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-17T11:49:05.548Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-05-17T11:49:05.548Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2022-05-17T11:49:05.548Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-17T11:49:05.548Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-17T11:49:05.548Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-17T11:49:05.548Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-05-17T11:49:05.548Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-17T11:49:05.548Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-17T11:49:05.548Z] daemon_test.go:145: root required [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-17T11:49:05.548Z] reload_test.go:342: root required [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-17T11:49:05.548Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-17T11:49:05.548Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-17T11:49:05.548Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-17T11:49:05.548Z] download_test.go:267: Needs fixing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-17T11:49:05.548Z] layer_test.go:291: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-17T11:49:05.548Z] layer_test.go:340: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-17T11:49:05.548Z] layer_test.go:455: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-17T11:49:05.548Z] layer_test.go:684: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-17T11:49:05.548Z] migration_test.go:45: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-17T11:49:05.548Z] migration_test.go:181: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-17T11:49:05.548Z] mount_test.go:17: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-17T11:49:05.548Z] mount_test.go:76: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-17T11:49:05.548Z] mount_test.go:125: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-17T11:49:05.548Z] mount_test.go:212: Failing on Windows [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-17T11:49:05.548Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-05-17T11:49:05.548Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-17T11:49:05.548Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-17T11:49:05.548Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-17T11:49:05.548Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-17T11:49:05.548Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:05.548Z] [2022-05-17T11:49:05.548Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-17T11:49:05.993Z] ok github.com/docker/docker/distribution/xfer 1.898s coverage: 84.9% of statements [2022-05-17T11:49:05.993Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-17T11:49:05.993Z] ok github.com/docker/docker/image/tarexport 0.014s coverage: 0.7% of statements [2022-05-17T11:49:05.993Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-17T11:49:05.993Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-17T11:49:06.015Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-17T11:49:06.015Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-17T11:49:06.015Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-17T11:49:06.015Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-17T11:49:06.015Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-17T11:49:06.015Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-17T11:49:06.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-17T11:49:06.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-17T11:49:06.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-17T11:49:06.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-17T11:49:06.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:133: Xz not present in msys2 [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-17T11:49:06.015Z] archive_test.go:140: zstd not installed [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:252: Failing on Windows CI machines [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-17T11:49:06.015Z] archive_windows_test.go:16: Currently fails [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-17T11:49:06.015Z] changes_test.go:196: needs more investigation [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-05-17T11:49:06.015Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-05-17T11:49:06.015Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-17T11:49:06.015Z] changes_test.go:433: needs further investigation [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-17T11:49:06.015Z] changes_test.go:469: needs further investigation [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-17T11:49:06.015Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-17T11:49:06.015Z] poller_test.go:40: No chmod on Windows [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-17T11:49:06.015Z] fileutils_test.go:133: Needs porting to Windows [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-17T11:49:06.015Z] fileutils_test.go:179: Needs porting to Windows [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-05-17T11:49:06.015Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-17T11:49:06.015Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-05-17T11:49:06.015Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-17T11:49:06.015Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-17T11:49:06.015Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-17T11:49:06.015Z] [2022-05-17T11:49:06.015Z] DONE 2329 tests, 70 skipped in 318.654s [2022-05-17T11:49:06.015Z] INFO: make.ps1 ended at 05/17/2022 11:49:05 [2022-05-17T11:49:06.251Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-05-17T11:49:07.048Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-05-17T11:49:07.186Z] ok github.com/docker/docker/oci 0.013s coverage: 46.0% of statements [2022-05-17T11:49:07.306Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-17T11:49:07.564Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-17T11:49:08.144Z] ok github.com/docker/docker/opts 0.047s coverage: 66.0% of statements [2022-05-17T11:49:08.144Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-05-17T11:49:08.224Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-17T11:49:08.224Z] INFO: Unit tests ended at 05/17/2022 11:49:07. Duration:00:05:36.5386876 [2022-05-17T11:49:08.224Z] INFO: Building busybox [2022-05-17T11:49:08.224Z] Sending build context to Docker daemon 5.12kB [2022-05-17T11:49:08.224Z] [2022-05-17T11:49:08.224Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-17T11:49:08.224Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-17T11:49:08.224Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-17T11:49:08.224Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-17T11:49:08.224Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-17T11:49:08.224Z] ---> 7c569352fed3 [2022-05-17T11:49:08.224Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-17T11:49:08.224Z] ---> Running in c3261a8763e2 [2022-05-17T11:49:10.046Z] ok github.com/docker/docker/pkg/archive 0.285s coverage: 82.5% of statements [2022-05-17T11:49:10.304Z] ok github.com/docker/docker/pkg/authorization 0.196s coverage: 68.3% of statements [2022-05-17T11:49:10.562Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-17T11:49:10.821Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-05-17T11:49:12.830Z] docker_cli_daemon_test.go:2503: [d6205d683e730] daemon is not started [2022-05-17T11:49:12.830Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-17T11:49:12.830Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-17T11:49:13.088Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-17T11:49:14.023Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-17T11:49:14.023Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-17T11:49:14.023Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-05-17T11:49:14.066Z] 8b534d64a7c3: Pull complete [2022-05-17T11:49:14.066Z] Digest: sha256:b474e47f6f8bdb110068684ab8cebbadb5806e641fe6dba0169555981f6520ef [2022-05-17T11:49:14.066Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T11:49:14.066Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-05-17T11:49:14.066Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-05-17T11:49:14.066Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2928' [2022-05-17T11:49:14.066Z] WARN: Skipping validation tests [2022-05-17T11:49:14.066Z] INFO: Running unit tests at 05/17/2022 11:49:04... [2022-05-17T11:49:14.066Z] INFO: make.ps1 starting at 05/17/2022 11:49:11 [2022-05-17T11:49:14.066Z] INFO: Git commit (a89e866f7d) assumed from DOCKER_GITCOMMIT environment variable [2022-05-17T11:49:14.066Z] INFO: Running unit tests... [2022-05-17T11:49:14.100Z] ok github.com/docker/docker/pkg/chrootarchive 2.481s coverage: 42.7% of statements [2022-05-17T11:49:14.358Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-17T11:49:14.358Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-05-17T11:49:14.591Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-17T11:49:14.617Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-05-17T11:49:14.683Z] --- PASS: TestServiceUpdateNetwork (12.16s) [2022-05-17T11:49:14.683Z] === RUN TestServiceUpdatePidsLimit [2022-05-17T11:49:14.683Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-17T11:49:14.849Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-17T11:49:15.182Z] ok github.com/docker/docker/layer 7.588s coverage: 69.0% of statements [2022-05-17T11:49:15.182Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-17T11:49:15.182Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-17T11:49:15.182Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-17T11:49:15.182Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-17T11:49:15.182Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-17T11:49:15.182Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-17T11:49:15.253Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-17T11:49:15.372Z] Removing intermediate container c3261a8763e2 [2022-05-17T11:49:15.372Z] ---> 9140a075dd02 [2022-05-17T11:49:15.372Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-17T11:49:15.372Z] ---> Running in 77f286f814c1 [2022-05-17T11:49:15.372Z] Removing intermediate container 77f286f814c1 [2022-05-17T11:49:15.372Z] ---> e42bbdef7c57 [2022-05-17T11:49:15.372Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-17T11:49:15.372Z] ---> Running in 944b2d4c24f7 [2022-05-17T11:49:15.372Z] Removing intermediate container 944b2d4c24f7 [2022-05-17T11:49:15.372Z] ---> 5dc7ee582307 [2022-05-17T11:49:15.372Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-17T11:49:15.440Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-05-17T11:49:15.440Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 87.2% of statements [2022-05-17T11:49:16.006Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-05-17T11:49:16.006Z] ok github.com/docker/docker/pkg/fsutils 0.190s coverage: 85.1% of statements [2022-05-17T11:49:16.931Z] [2022-05-17T11:49:16.941Z] ok github.com/docker/docker/pkg/idtools 0.449s coverage: 67.9% of statements [2022-05-17T11:49:17.199Z] ok github.com/docker/docker/pkg/ioutils 0.515s coverage: 70.1% of statements [2022-05-17T11:49:17.378Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-17T11:49:17.398Z] ---> 48e69a33e30c [2022-05-17T11:49:17.398Z] 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-17T11:49:17.398Z] ---> Running in 52b5b8619477 [2022-05-17T11:49:17.457Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-05-17T11:49:17.457Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-05-17T11:49:17.457Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-17T11:49:17.716Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2022-05-17T11:49:17.974Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2022-05-17T11:49:17.974Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-05-17T11:49:18.541Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2022-05-17T11:49:18.541Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.5% of statements [2022-05-17T11:49:18.541Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-17T11:49:18.541Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-17T11:49:18.753Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-17T11:49:19.109Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-05-17T11:49:19.675Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-05-17T11:49:19.675Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-17T11:49:19.934Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-17T11:49:20.139Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-17T11:49:21.307Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-05-17T11:49:21.307Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-05-17T11:49:21.515Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-17T11:49:21.565Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-05-17T11:49:21.824Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-05-17T11:49:22.083Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-05-17T11:49:22.341Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-17T11:49:22.907Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 53.8% of statements [2022-05-17T11:49:22.925Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-17T11:49:22.925Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-17T11:49:23.164Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-05-17T11:49:23.382Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-17T11:49:23.423Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2022-05-17T11:49:23.873Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-17T11:49:23.991Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-05-17T11:49:24.249Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-17T11:49:24.508Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-17T11:49:25.775Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-05-17T11:49:26.407Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-05-17T11:49:26.407Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-17T11:49:26.600Z] 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/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-17T11:49:26.665Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-05-17T11:49:27.677Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-05-17T11:49:28.048Z] ok github.com/docker/docker/quota 0.264s coverage: 71.4% of statements [2022-05-17T11:49:28.048Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2022-05-17T11:49:28.982Z] ok github.com/docker/docker/registry 0.049s coverage: 58.6% of statements [2022-05-17T11:49:29.549Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-05-17T11:49:29.549Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-05-17T11:49:29.900Z] Removing intermediate container 52b5b8619477 [2022-05-17T11:49:29.900Z] ---> d1c63212ba96 [2022-05-17T11:49:29.900Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-17T11:49:29.900Z] ---> Running in d62ee78c574c [2022-05-17T11:49:29.962Z] --- PASS: TestServiceUpdatePidsLimit (16.01s) [2022-05-17T11:49:29.963Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-05-17T11:49:29.963Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-05-17T11:49:29.963Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-05-17T11:49:29.963Z] PASS [2022-05-17T11:49:29.963Z] [2022-05-17T11:49:29.963Z] === Skipped [2022-05-17T11:49:29.963Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-17T11:49:29.963Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-17T11:49:29.963Z] [2022-05-17T11:49:29.963Z] === SKIP: arm64.integration.service TestServicePlugin (0.01s) [2022-05-17T11:49:29.963Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-17T11:49:29.963Z] [2022-05-17T11:49:29.963Z] DONE 27 tests, 2 skipped in 130.033s [2022-05-17T11:49:29.963Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-05-17T11:49:29.963Z] ++ 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-17T11:49:29.963Z] ++ set -e [2022-05-17T11:49:29.963Z] ++ '[' -n 0 ']' [2022-05-17T11:49:29.963Z] ++ set -x [2022-05-17T11:49:29.963Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-17T11:49:29.963Z] INFO: Testing against a local daemon [2022-05-17T11:49:29.963Z] === RUN TestSessionCreate [2022-05-17T11:49:29.963Z] --- PASS: TestSessionCreate (0.02s) [2022-05-17T11:49:29.963Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-17T11:49:29.963Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-17T11:49:29.963Z] PASS [2022-05-17T11:49:29.963Z] [2022-05-17T11:49:29.963Z] DONE 2 tests in 0.123s [2022-05-17T11:49:29.963Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-05-17T11:49:29.963Z] ++ 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-17T11:49:29.963Z] ++ set -e [2022-05-17T11:49:29.963Z] ++ '[' -n 0 ']' [2022-05-17T11:49:29.963Z] ++ set -x [2022-05-17T11:49:29.963Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-17T11:49:29.963Z] INFO: Testing against a local daemon [2022-05-17T11:49:29.963Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-17T11:49:29.963Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-17T11:49:29.963Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:49:29.963Z] === RUN TestDiskUsage [2022-05-17T11:49:29.963Z] === PAUSE TestDiskUsage [2022-05-17T11:49:29.963Z] === RUN TestEventsExecDie [2022-05-17T11:49:29.963Z] --- PASS: TestEventsExecDie (0.51s) [2022-05-17T11:49:29.963Z] === RUN TestEventsBackwardsCompatible [2022-05-17T11:49:30.115Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-05-17T11:49:30.210Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-05-17T11:49:30.210Z] check_test.go:307: [d9852686bdd15] daemon is not started [2022-05-17T11:49:30.210Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-05-17T11:49:30.223Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-17T11:49:30.223Z] === RUN TestEventsVolumeCreate [2022-05-17T11:49:30.223Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-17T11:49:30.223Z] === RUN TestInfoBinaryCommits [2022-05-17T11:49:30.223Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-17T11:49:30.223Z] === RUN TestInfoAPIVersioned [2022-05-17T11:49:30.223Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-17T11:49:30.223Z] === RUN TestInfoAPI [2022-05-17T11:49:30.223Z] --- PASS: TestInfoAPI (0.02s) [2022-05-17T11:49:30.223Z] === RUN TestInfoAPIWarnings [2022-05-17T11:49:30.374Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-05-17T11:49:30.886Z] [2022-05-17T11:49:30.886Z] SUCCESS: Specified value was saved. [2022-05-17T11:49:31.588Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-17T11:49:32.278Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-05-17T11:49:32.537Z] ok github.com/docker/docker/volume/local 0.110s coverage: 77.1% of statements [2022-05-17T11:49:33.103Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-05-17T11:49:34.038Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-05-17T11:49:34.674Z] Removing intermediate container d62ee78c574c [2022-05-17T11:49:34.674Z] ---> 2a524277859f [2022-05-17T11:49:34.674Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-17T11:49:34.674Z] ---> Running in 9138353c8fa5 [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite (341.31s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.72s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.59s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.58s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.89s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.25s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.59s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.23s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.85s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.38s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.17s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.54s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.56s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.52s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.38s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.39s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.31s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.37s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.09s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.62s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.58s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.10s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.07s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.28s) [2022-05-17T11:49:35.777Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.25s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.10s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.63s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.70s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.17s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.57s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.10s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.47s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.80s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.62s) [2022-05-17T11:49:35.777Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.06s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.66s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.70s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.76s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.96s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.57s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.49s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.76s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.34s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.53s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.87s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.55s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.49s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.29s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.70s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.59s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.56s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.04s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.34s) [2022-05-17T11:49:35.778Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-05-17T11:49:35.778Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.59s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.53s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.06s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.06s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.75s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.92s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.21s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.03s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.52s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.29s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.95s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.75s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.66s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.58s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.58s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.56s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.23s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.85s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.95s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.13s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.58s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.32s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.75s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.47s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.64s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.82s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.17s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.29s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.93s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.60s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.87s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.35s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.29s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.29s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.80s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.12s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.06s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.54s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.64s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.80s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.84s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.58s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2022-05-17T11:49:35.778Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.66s) [2022-05-17T11:49:35.778Z] === RUN TestDockerSwarmSuite [2022-05-17T11:49:35.778Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-05-17T11:49:38.025Z] --- PASS: TestBuildWithHugeFile (112.70s) [2022-05-17T11:49:38.025Z] === RUN TestBuildWCOWSandboxSize [2022-05-17T11:49:38.025Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:49:38.025Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:49:38.025Z] === RUN TestBuildWithEmptyDockerfile [2022-05-17T11:49:38.025Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:49:38.025Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:49:38.025Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:49:38.025Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:49:38.025Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:49:38.025Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:49:38.025Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:49:38.025Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:49:38.025Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:49:38.025Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-05-17T11:49:38.025Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-17T11:49:38.025Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-17T11:49:38.025Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-17T11:49:38.025Z] === RUN TestBuildPreserveOwnership [2022-05-17T11:49:38.025Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:49:38.025Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2022-05-17T11:49:38.025Z] === RUN TestBuildPlatformInvalid [2022-05-17T11:49:38.025Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-17T11:49:38.025Z] PASS [2022-05-17T11:49:38.025Z] ok github.com/docker/docker/integration/build 189.599s [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === Skipped [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-17T11:49:38.025Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-17T11:49:38.025Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-17T11:49:38.025Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-05-17T11:49:38.025Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:49:38.025Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2022-05-17T11:49:38.025Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] DONE 29 tests, 6 skipped in 226.122s [2022-05-17T11:49:38.025Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-17T11:49:38.025Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:49:38.025Z] INFO: Testing against a local daemon [2022-05-17T11:49:38.025Z] === RUN TestConfigInspect [2022-05-17T11:49:38.025Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-17T11:49:38.025Z] === RUN TestConfigList [2022-05-17T11:49:38.025Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] --- SKIP: TestConfigList (0.00s) [2022-05-17T11:49:38.025Z] === RUN TestConfigsCreateAndDelete [2022-05-17T11:49:38.025Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-17T11:49:38.025Z] === RUN TestConfigsUpdate [2022-05-17T11:49:38.025Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-17T11:49:38.025Z] === RUN TestTemplatedConfig [2022-05-17T11:49:38.025Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-17T11:49:38.025Z] === RUN TestConfigCreateResolve [2022-05-17T11:49:38.025Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:49:38.025Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-17T11:49:38.025Z] PASS [2022-05-17T11:49:38.025Z] ok github.com/docker/docker/integration/config 0.110s [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === Skipped [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-17T11:49:38.025Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-17T11:49:38.025Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-17T11:49:38.025Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-17T11:49:38.025Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-17T11:49:38.025Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-17T11:49:38.025Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:49:38.025Z] [2022-05-17T11:49:38.025Z] DONE 6 tests, 6 skipped in 2.265s [2022-05-17T11:49:38.025Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-17T11:49:39.063Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-05-17T11:49:39.423Z] Cannot create a file when that file already exists. [2022-05-17T11:49:40.191Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:49:40.191Z] INFO: Testing against a local daemon [2022-05-17T11:49:40.191Z] === RUN TestAttachWithTTY [2022-05-17T11:49:40.647Z] --- PASS: TestAttachWithTTY (0.17s) [2022-05-17T11:49:40.647Z] === RUN TestAttachWithoutTTy [2022-05-17T11:49:40.647Z] --- PASS: TestAttachWithoutTTy (0.14s) [2022-05-17T11:49:40.647Z] === RUN TestCheckpoint [2022-05-17T11:49:40.647Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:49:40.647Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/commit [2022-05-17T11:49:40.647Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-17T11:49:40.647Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:49:40.647Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:49:40.647Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:49:40.647Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:49:40.647Z] === CONT TestContainerInvalidJSON/commit [2022-05-17T11:49:40.647Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-17T11:49:40.647Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-17T11:49:40.647Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-17T11:49:40.647Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-17T11:49:40.648Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-17T11:49:40.648Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:49:40.648Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-17T11:49:40.648Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-17T11:49:40.648Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-17T11:49:40.648Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.02s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-17T11:49:40.648Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-17T11:49:40.648Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-17T11:49:41.103Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-05-17T11:49:41.103Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-17T11:49:41.103Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.24s) [2022-05-17T11:49:41.103Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-17T11:49:41.549Z] ? github.com/docker/docker/api [no test files] [2022-05-17T11:49:41.558Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s) [2022-05-17T11:49:41.558Z] === RUN TestCopyEmptyFile [2022-05-17T11:49:42.014Z] --- PASS: TestCopyEmptyFile (0.41s) [2022-05-17T11:49:42.014Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-17T11:49:42.014Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2022-05-17T11:49:42.014Z] === RUN TestCopyFromContainer [2022-05-17T11:49:42.014Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:42.014Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-17T11:49:42.014Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-17T11:49:42.014Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:49:42.014Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:49:42.014Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:49:42.014Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:49:42.014Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:49:42.014Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:49:42.014Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:49:42.014Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:49:42.014Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:49:42.014Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-17T11:49:42.014Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-17T11:49:42.014Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-17T11:49:42.014Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidEnv [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-17T11:49:42.014Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-17T11:49:42.014Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-17T11:49:42.014Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-17T11:49:42.014Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-17T11:49:42.014Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-17T11:49:42.014Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-05-17T11:49:42.014Z] === RUN TestCreateTmpfsMountsTarget [2022-05-17T11:49:42.014Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:42.014Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-17T11:49:42.014Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-17T11:49:42.014Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:49:42.014Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-17T11:49:42.014Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-17T11:49:42.014Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:49:42.014Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:49:42.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:49:42.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:49:42.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:49:42.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:49:42.014Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:49:42.014Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:49:42.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:49:42.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:49:42.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:49:42.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:49:42.014Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-17T11:49:42.014Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-17T11:49:42.014Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-17T11:49:42.014Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-17T11:49:42.014Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-17T11:49:42.014Z] === RUN TestCreateDifferentPlatform [2022-05-17T11:49:42.349Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-05-17T11:49:42.471Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-17T11:49:42.471Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-17T11:49:42.471Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-05-17T11:49:42.471Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-17T11:49:42.471Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-17T11:49:42.471Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-17T11:49:42.471Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.13s) [2022-05-17T11:49:42.471Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-17T11:49:42.471Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-17T11:49:42.471Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-17T11:49:42.471Z] === RUN TestContainerKillOnDaemonStart [2022-05-17T11:49:42.471Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:42.471Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-17T11:49:42.471Z] === RUN TestWindowsDevices [2022-05-17T11:49:42.471Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-17T11:49:42.471Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-17T11:49:42.471Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T11:49:42.471Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T11:49:42.471Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-17T11:49:42.471Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T11:49:42.471Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.471Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T11:49:42.471Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:49:42.471Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.927Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.927Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:42.927Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:49:45.285Z] Removing intermediate container 9138353c8fa5 [2022-05-17T11:49:45.285Z] ---> 8db8d800896e [2022-05-17T11:49:45.285Z] Step 13/13 : CMD ["sh"] [2022-05-17T11:49:45.285Z] ---> Running in 347e94436168 [2022-05-17T11:49:45.285Z] Removing intermediate container 347e94436168 [2022-05-17T11:49:45.285Z] ---> 6440921a3ea5 [2022-05-17T11:49:45.285Z] Successfully built 6440921a3ea5 [2022-05-17T11:49:45.285Z] Successfully tagged busybox:latest [2022-05-17T11:49:45.285Z] INFO: Docker images of the daemon under test [2022-05-17T11:49:45.285Z] [2022-05-17T11:49:45.754Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-17T11:49:45.754Z] busybox latest 6440921a3ea5 Less than a second ago 4.95GB [2022-05-17T11:49:45.754Z] microsoft/windowsservercore latest 7c569352fed3 12 days ago 4.9GB [2022-05-17T11:49:45.754Z] mcr.microsoft.com/windows/servercore ltsc2022 7c569352fed3 12 days ago 4.9GB [2022-05-17T11:49:45.754Z] [2022-05-17T11:49:45.754Z] INFO: Running integration tests at 05/17/2022 11:49:45... [2022-05-17T11:49:45.754Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-17T11:49:45.754Z] INFO: Integration API tests being run from the host: [2022-05-17T11:49:45.754Z] INFO: make.ps1 starting at 05/17/2022 11:49:45 [2022-05-17T11:49:46.743Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-17T11:49:47.614Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-05-17T11:49:48.328Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-17T11:49:48.328Z] === RUN TestInfoDebug [2022-05-17T11:49:48.328Z] --- PASS: TestInfoDebug (0.52s) [2022-05-17T11:49:48.328Z] === RUN TestInfoInsecureRegistries [2022-05-17T11:49:48.328Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-17T11:49:48.328Z] === RUN TestInfoRegistryMirrors [2022-05-17T11:49:48.328Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-17T11:49:48.328Z] === RUN TestLoginFailsWithBadCredentials [2022-05-17T11:49:48.328Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-17T11:49:48.328Z] === RUN TestPingCacheHeaders [2022-05-17T11:49:48.328Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-17T11:49:48.328Z] === RUN TestPingGet [2022-05-17T11:49:48.328Z] --- PASS: TestPingGet (0.01s) [2022-05-17T11:49:48.328Z] === RUN TestPingHead [2022-05-17T11:49:48.328Z] --- PASS: TestPingHead (0.02s) [2022-05-17T11:49:48.328Z] === RUN TestPingSwarmHeader [2022-05-17T11:49:48.897Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-17T11:49:48.949Z] --- PASS: TestWindowsDevices (0.04s) [2022-05-17T11:49:48.949Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.17s) [2022-05-17T11:49:48.949Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.40s) [2022-05-17T11:49:48.949Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.61s) [2022-05-17T11:49:48.950Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.45s) [2022-05-17T11:49:48.950Z] --- PASS: TestWindowsDevices/process/no_device_mounted (5.76s) [2022-05-17T11:49:48.950Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.33s) [2022-05-17T11:49:48.950Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.60s) [2022-05-17T11:49:48.950Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.49s) [2022-05-17T11:49:48.950Z] === RUN TestDiff [2022-05-17T11:49:48.950Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-17T11:49:48.950Z] --- SKIP: TestDiff (0.00s) [2022-05-17T11:49:48.950Z] === RUN TestExecWithCloseStdin [2022-05-17T11:49:49.468Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-17T11:49:50.408Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-17T11:49:50.408Z] --- PASS: TestPingSwarmHeader (2.05s) [2022-05-17T11:49:50.408Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-17T11:49:50.408Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-17T11:49:50.408Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-17T11:49:50.408Z] === RUN TestVersion [2022-05-17T11:49:50.408Z] --- PASS: TestVersion (0.02s) [2022-05-17T11:49:50.408Z] === CONT TestDiskUsage [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/container_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/image_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/volume_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-17T11:49:50.978Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-17T11:49:51.115Z] --- PASS: TestExecWithCloseStdin (2.55s) [2022-05-17T11:49:51.115Z] === RUN TestExec [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-17T11:49:51.239Z] === RUN TestDiskUsage/after_container.Run [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-17T11:49:51.500Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage (1.13s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run (0.30s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:49:51.761Z] PASS [2022-05-17T11:49:51.761Z] [2022-05-17T11:49:51.761Z] === Skipped [2022-05-17T11:49:51.761Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:49:51.761Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-17T11:49:51.761Z] [2022-05-17T11:49:51.761Z] DONE 54 tests, 1 skipped in 22.231s [2022-05-17T11:49:51.761Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-17T11:49:51.761Z] ++ 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-17T11:49:51.761Z] ++ set -e [2022-05-17T11:49:51.761Z] ++ '[' -n 0 ']' [2022-05-17T11:49:51.761Z] ++ set -x [2022-05-17T11:49:51.761Z] ++ 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-17T11:49:51.761Z] INFO: Testing against a local daemon [2022-05-17T11:49:51.761Z] === RUN TestVolumesCreateAndList [2022-05-17T11:49:51.761Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-17T11:49:51.761Z] === RUN TestVolumesRemove [2022-05-17T11:49:51.761Z] --- PASS: TestVolumesRemove (0.05s) [2022-05-17T11:49:51.761Z] === RUN TestVolumesInspect [2022-05-17T11:49:51.761Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-17T11:49:51.761Z] === RUN TestVolumesInvalidJSON [2022-05-17T11:49:51.761Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-17T11:49:51.761Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-17T11:49:51.761Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-17T11:49:51.761Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-17T11:49:51.761Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-17T11:49:51.761Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-17T11:49:51.761Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-17T11:49:51.761Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-17T11:49:51.761Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-17T11:49:51.761Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-17T11:49:51.761Z] PASS [2022-05-17T11:49:51.761Z] [2022-05-17T11:49:51.761Z] DONE 9 tests in 0.195s [2022-05-17T11:49:51.761Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-17T11:49:52.021Z] ++++ cat bundles/test-integration/docker.pid [2022-05-17T11:49:52.021Z] +++ kill 14226 [2022-05-17T11:49:52.282Z] +++ /etc/init.d/apparmor stop [2022-05-17T11:49:52.282Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-17T11:49:52.282Z] [2022-05-17T11:49:52.282Z] Unloading profiles will leave already running processes permanently [2022-05-17T11:49:52.282Z] unconfined, which can lead to unexpected situations. [2022-05-17T11:49:52.282Z] [2022-05-17T11:49:52.282Z] To set a process to complain mode, use the command line tool [2022-05-17T11:49:52.282Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-17T11:49:52.282Z] +++ true [2022-05-17T11:49:52.282Z] exiting test-integration [2022-05-17T11:49:52.282Z] ++ exit 0 [2022-05-17T11:49:52.282Z] Post stage [Pipeline] junit [2022-05-17T11:49:52.870Z] Recording test results [2022-05-17T11:49:53.107Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-17T11:49:53.282Z] --- PASS: TestExec (2.26s) [2022-05-17T11:49:53.282Z] === RUN TestExecUser [2022-05-17T11:49:53.282Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-17T11:49:53.282Z] --- SKIP: TestExecUser (0.00s) [2022-05-17T11:49:53.282Z] === RUN TestExportContainerAndImportImage [2022-05-17T11:49:53.282Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:53.282Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-17T11:49:53.282Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-17T11:49:53.282Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:49:53.282Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-17T11:49:53.282Z] === RUN TestHealthCheckWorkdir [2022-05-17T11:49:53.282Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-17T11:49:53.282Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-17T11:49:53.282Z] === RUN TestHealthKillContainer [2022-05-17T11:49:53.282Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-17T11:49:53.282Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-17T11:49:53.282Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-17T11:49:53.282Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-17T11:49:53.282Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-17T11:49:53.282Z] === RUN TestKillContainerInvalidSignal [2022-05-17T11:49:53.457Z] + echo Ensuring container killed. [2022-05-17T11:49:53.457Z] Ensuring container killed. [2022-05-17T11:49:53.457Z] + docker rm -vf docker-pr3 [2022-05-17T11:49:53.457Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-17T11:49:53.748Z] + echo Chowning /workspace to jenkins user [2022-05-17T11:49:53.748Z] Chowning /workspace to jenkins user [2022-05-17T11:49:53.748Z] + id -u [2022-05-17T11:49:53.748Z] + id -g [2022-05-17T11:49:53.748Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43322:/workspace busybox chown -R 1000:1000 /workspace [2022-05-17T11:49:53.748Z] Unable to find image 'busybox:latest' locally [2022-05-17T11:49:53.748Z] latest: Pulling from library/busybox [2022-05-17T11:49:54.010Z] 2f0e692259c0: Pulling fs layer [2022-05-17T11:49:54.010Z] 2f0e692259c0: Download complete [2022-05-17T11:49:54.010Z] 2f0e692259c0: Pull complete [2022-05-17T11:49:54.010Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-17T11:49:54.010Z] Status: Downloaded newer image for busybox:latest [2022-05-17T11:49:54.171Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-17T11:49:54.737Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-17T11:49:55.602Z] --- PASS: TestKillContainerInvalidSignal (1.98s) [2022-05-17T11:49:55.602Z] === RUN TestKillContainer [2022-05-17T11:49:55.602Z] === RUN TestKillContainer/no_signal [2022-05-17T11:49:55.700Z] + bundleName=arm64-integration [2022-05-17T11:49:55.700Z] + echo Creating arm64-integration-bundles.tar.gz [2022-05-17T11:49:55.700Z] Creating arm64-integration-bundles.tar.gz [2022-05-17T11:49:55.700Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-05-17T11:49:55.700Z] + 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-17T11:49:55.949Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.3% of statements [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/rootless [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/volume [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-17T11:49:55.949Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-17T11:49:55.949Z] [2022-05-17T11:49:55.949Z] === Skipped [2022-05-17T11:49:55.949Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-17T11:49:55.949Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-17T11:49:55.949Z] [2022-05-17T11:49:55.949Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-17T11:49:55.950Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-17T11:49:55.950Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-17T11:49:55.950Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:71: No driver to put! [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-17T11:49:55.950Z] time="2022-05-17T11:48:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-17T11:49:55.950Z] time="2022-05-17T11:48:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-17T11:49:55.950Z] time="2022-05-17T11:48:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-17T11:49:55.950Z] time="2022-05-17T11:48:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-17T11:49:55.950Z] time="2022-05-17T11:48:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:71: No driver to put! [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-17T11:49:55.950Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-17T11:49:55.950Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-17T11:49:55.950Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-17T11:49:55.950Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-17T11:49:55.950Z] graphtest_unix.go:71: No driver to put! [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-17T11:49:55.950Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-17T11:49:55.950Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-17T11:49:55.950Z] [2022-05-17T11:49:55.950Z] DONE 2567 tests, 28 skipped in 249.290s [2022-05-17T11:49:55.950Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/bitseq [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/cluster [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/config [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/datastore [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/driverapi [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/etchosts [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/idm [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/ipam [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/iptables [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/netlabel [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/netutils [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/networkdb [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/ns [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/options [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/osl [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/portallocator [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/portmapper [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/testutils [2022-05-17T11:49:55.950Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-17T11:49:55.950Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [Pipeline] archiveArtifacts [2022-05-17T11:49:55.973Z] Archiving artifacts [2022-05-17T11:49:57.450Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43322/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-17T11:49:57.763Z] + make clean [2022-05-17T11:49:57.764Z] === RUN TestKillContainer/non_killing_signal [2022-05-17T11:49:57.764Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-17T11:49:57.764Z] === RUN TestKillContainer/killing_signal [2022-05-17T11:49:58.023Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-17T11:49:58.023Z] docker-dev-cache [2022-05-17T11:49:58.023Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-17T11:50:00.687Z] --- PASS: TestKillContainer (4.93s) [2022-05-17T11:50:00.687Z] --- PASS: TestKillContainer/no_signal (2.08s) [2022-05-17T11:50:00.687Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-17T11:50:00.687Z] --- PASS: TestKillContainer/killing_signal (2.78s) [2022-05-17T11:50:00.687Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-17T11:50:00.687Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:50:00.687Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-17T11:50:00.687Z] === RUN TestKillStoppedContainer [2022-05-17T11:50:00.687Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:50:00.687Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-17T11:50:00.687Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-17T11:50:00.687Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:50:00.687Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-17T11:50:00.687Z] === RUN TestKillDifferentUserContainer [2022-05-17T11:50:00.687Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-17T11:50:00.687Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-17T11:50:00.687Z] === RUN TestInspectOomKilledTrue [2022-05-17T11:50:00.687Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:50:00.687Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-17T11:50:00.687Z] === RUN TestInspectOomKilledFalse [2022-05-17T11:50:00.687Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:50:00.687Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-17T11:50:00.687Z] === RUN TestLogsFollowTailEmpty [2022-05-17T11:50:01.295Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-05-17T11:50:01.860Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-05-17T11:50:02.794Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-17T11:50:02.850Z] --- PASS: TestLogsFollowTailEmpty (2.18s) [2022-05-17T11:50:02.850Z] === RUN TestNetworkNat [2022-05-17T11:50:02.850Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-17T11:50:02.850Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-17T11:50:02.850Z] === RUN TestNetworkLocalhostTCPNat [2022-05-17T11:50:03.730Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-17T11:50:04.668Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-17T11:50:04.668Z] docker_api_swarm_test.go:563: [d5e0059ac8b0a] joining swarm manager [dc6f9e8082916]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:50:05.603Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-17T11:50:06.563Z] --- PASS: TestNetworkLocalhostTCPNat (3.66s) [2022-05-17T11:50:06.563Z] === RUN TestNetworkLoopbackNat [2022-05-17T11:50:06.563Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-17T11:50:06.563Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-17T11:50:06.563Z] === RUN TestPause [2022-05-17T11:50:06.563Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-17T11:50:06.563Z] --- SKIP: TestPause (0.00s) [2022-05-17T11:50:06.563Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-17T11:50:06.904Z] === RUN TestMiddlewares [2022-05-17T11:50:06.904Z] --- PASS: TestMiddlewares (0.00s) [2022-05-17T11:50:06.904Z] PASS [2022-05-17T11:50:06.904Z] coverage: 7.9% of statements [2022-05-17T11:50:06.904Z] ok github.com/docker/docker/api/server 0.105s coverage: 7.9% of statements [2022-05-17T11:50:07.503Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-17T11:50:07.503Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-17T11:50:07.503Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-17T11:50:07.503Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-17T11:50:08.724Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.15s) [2022-05-17T11:50:08.724Z] === RUN TestPauseStopPausedContainer [2022-05-17T11:50:08.724Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:50:08.724Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-17T11:50:08.724Z] === RUN TestPsFilter [2022-05-17T11:50:08.724Z] --- PASS: TestPsFilter (0.40s) [2022-05-17T11:50:08.724Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-17T11:50:11.614Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.95s) [2022-05-17T11:50:11.614Z] === RUN TestRemoveContainerWithVolume [2022-05-17T11:50:14.501Z] --- PASS: TestRemoveContainerWithVolume (2.85s) [2022-05-17T11:50:14.501Z] === RUN TestRemoveContainerRunning [2022-05-17T11:50:16.670Z] --- PASS: TestRemoveContainerRunning (2.18s) [2022-05-17T11:50:16.670Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-17T11:50:17.474Z] docker_api_swarm_test.go:585: [d68f5496fc288] joining swarm manager [dc6f9e8082916]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:50:17.474Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-17T11:50:17.732Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-17T11:50:18.665Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-17T11:50:18.836Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.16s) [2022-05-17T11:50:18.836Z] === RUN TestRemoveInvalidContainer [2022-05-17T11:50:18.836Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-05-17T11:50:18.836Z] === RUN TestRenameLinkedContainer [2022-05-17T11:50:18.836Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-17T11:50:18.836Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-17T11:50:18.836Z] === RUN TestRenameStoppedContainer [2022-05-17T11:50:19.231Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-17T11:50:19.796Z] === RUN TestDockerSuite/TestBuildFails [2022-05-17T11:50:20.731Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-17T11:50:20.731Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-17T11:50:20.731Z] check_test.go:378: [d5e0059ac8b0a] daemon is not started [2022-05-17T11:50:21.720Z] --- PASS: TestRenameStoppedContainer (2.37s) [2022-05-17T11:50:21.720Z] === RUN TestRenameRunningContainerAndReuse [2022-05-17T11:50:22.630Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-17T11:50:24.531Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-17T11:50:26.381Z] --- PASS: TestRenameRunningContainerAndReuse (4.50s) [2022-05-17T11:50:26.382Z] === RUN TestRenameInvalidName [2022-05-17T11:50:26.431Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-17T11:50:27.365Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-17T11:50:27.909Z] --- PASS: TestRenameInvalidName (2.24s) [2022-05-17T11:50:27.909Z] === RUN TestRenameAnonymousContainer [2022-05-17T11:50:27.931Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-17T11:50:28.866Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-17T11:50:29.617Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:50:29.617Z] INFO: Testing against a local daemon [2022-05-17T11:50:29.617Z] === RUN TestBuildWithSession [2022-05-17T11:50:29.617Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:50:29.617Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-17T11:50:29.617Z] === RUN TestBuildSquashParent [2022-05-17T11:50:29.617Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:50:29.617Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-17T11:50:29.617Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-17T11:50:29.617Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:50:29.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:50:29.617Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:50:29.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:50:29.617Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:50:29.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:50:29.617Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:50:29.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:50:29.617Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:50:29.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:50:29.617Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:50:29.617Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:50:29.617Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:50:29.617Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:50:29.617Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:50:29.617Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:50:30.766Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-17T11:50:31.333Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-05-17T11:50:31.333Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-17T11:50:31.333Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-05-17T11:50:31.333Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-17T11:50:31.901Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-17T11:50:34.432Z] docker_api_swarm_test.go:46: [de706bc53b09f] joining swarm manager [db44246997f3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:50:34.432Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-17T11:50:36.333Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-17T11:50:37.727Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-17T11:50:38.195Z] --- PASS: TestRenameAnonymousContainer (10.37s) [2022-05-17T11:50:38.195Z] === RUN TestRenameContainerWithSameName [2022-05-17T11:50:38.324Z] --- PASS: TestImportExtremelyLargeImageWorks (181.90s) [2022-05-17T11:50:38.324Z] PASS [2022-05-17T11:50:38.324Z] [2022-05-17T11:50:38.324Z] DONE 22 tests in 186.797s [2022-05-17T11:50:38.324Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-17T11:50:38.324Z] ++ 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-17T11:50:38.324Z] ++ set -e [2022-05-17T11:50:38.324Z] ++ '[' -n 0 ']' [2022-05-17T11:50:38.324Z] ++ set -x [2022-05-17T11:50:38.324Z] ++ 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-17T11:50:38.324Z] INFO: Testing against a local daemon [2022-05-17T11:50:38.324Z] === RUN TestNetworkCreateDelete [2022-05-17T11:50:38.585Z] --- PASS: TestNetworkCreateDelete (0.18s) [2022-05-17T11:50:38.585Z] === RUN TestDockerNetworkDeletePreferID [2022-05-17T11:50:39.179Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2022-05-17T11:50:39.179Z] === RUN TestDaemonDNSFallback [2022-05-17T11:50:40.366Z] --- PASS: TestRenameContainerWithSameName (2.16s) [2022-05-17T11:50:40.366Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-17T11:50:40.366Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-17T11:50:40.366Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-17T11:50:40.366Z] === RUN TestResize [2022-05-17T11:50:41.079Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-17T11:50:41.336Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-17T11:50:41.902Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-17T11:50:42.160Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-17T11:50:42.529Z] --- PASS: TestResize (2.18s) [2022-05-17T11:50:42.529Z] === RUN TestResizeWithInvalidSize [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork 37.164s coverage: 40.6% of statements [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork/bitseq 0.114s coverage: 84.4% of statements [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.346s coverage: 59.9% of statements [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 34.8% of statements [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.159s coverage: 4.0% of statements [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-05-17T11:50:42.609Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-17T11:50:42.609Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-05-17T11:50:42.726Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-17T11:50:42.726Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-17T11:50:43.292Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-17T11:50:43.550Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-17T11:50:43.808Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-17T11:50:44.066Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-17T11:50:44.324Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-17T11:50:44.890Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-17T11:50:45.415Z] --- PASS: TestResizeWithInvalidSize (2.23s) [2022-05-17T11:50:45.416Z] === RUN TestResizeWhenContainerNotStarted [2022-05-17T11:50:45.825Z] --- PASS: TestDaemonDNSFallback (6.68s) [2022-05-17T11:50:45.825Z] === RUN TestInspectNetwork [2022-05-17T11:50:45.825Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-17T11:50:47.578Z] --- PASS: TestResizeWhenContainerNotStarted (2.71s) [2022-05-17T11:50:47.578Z] === RUN TestDaemonRestartKillContainers [2022-05-17T11:50:47.578Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:50:47.578Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-17T11:50:47.578Z] === RUN TestStats [2022-05-17T11:50:47.578Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-17T11:50:47.578Z] --- SKIP: TestStats (0.00s) [2022-05-17T11:50:47.578Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-17T11:50:48.358Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-17T11:50:49.731Z] === RUN TestInspectNetwork/full_network_id [2022-05-17T11:50:49.731Z] === RUN TestInspectNetwork/partial_network_id [2022-05-17T11:50:49.731Z] === RUN TestInspectNetwork/network_name [2022-05-17T11:50:49.731Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-17T11:50:51.073Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:50:51.073Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:50:51.628Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-05-17T11:50:52.564Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-05-17T11:50:52.593Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.746s coverage: 7.2% of statements [2022-05-17T11:50:52.593Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-17T11:50:52.593Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-05-17T11:50:52.593Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-05-17T11:50:52.593Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-17T11:50:52.593Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-17T11:50:52.593Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-17T11:50:52.593Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-05-17T11:50:52.593Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-05-17T11:50:52.593Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-17T11:50:52.823Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-17T11:50:52.850Z] ok github.com/docker/docker/libnetwork/internal/caller 0.007s coverage: 100.0% of statements [2022-05-17T11:50:54.197Z] --- PASS: TestInspectNetwork (8.24s) [2022-05-17T11:50:54.197Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-17T11:50:54.197Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-17T11:50:54.197Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-17T11:50:54.197Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-17T11:50:54.197Z] === RUN TestRunContainerWithBridgeNone [2022-05-17T11:50:56.098Z] --- PASS: TestRunContainerWithBridgeNone (2.24s) [2022-05-17T11:50:56.098Z] === RUN TestNetworkInvalidJSON [2022-05-17T11:50:56.098Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-17T11:50:56.098Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-17T11:50:56.098Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:50:56.098Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:50:56.098Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:50:56.098Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:50:56.114Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.67s) [2022-05-17T11:50:56.114Z] === RUN TestStopContainerWithTimeout [2022-05-17T11:50:56.114Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-17T11:50:56.114Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-17T11:50:56.114Z] === RUN TestUpdateRestartPolicy [2022-05-17T11:50:56.356Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-17T11:50:56.356Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-17T11:50:56.356Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-17T11:50:56.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-17T11:50:56.356Z] === RUN TestNetworkList [2022-05-17T11:50:56.356Z] === RUN TestNetworkList//networks [2022-05-17T11:50:56.356Z] === PAUSE TestNetworkList//networks [2022-05-17T11:50:56.356Z] === RUN TestNetworkList//networks/ [2022-05-17T11:50:56.356Z] === PAUSE TestNetworkList//networks/ [2022-05-17T11:50:56.356Z] === CONT TestNetworkList//networks [2022-05-17T11:50:56.356Z] === CONT TestNetworkList//networks/ [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkList (0.04s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-17T11:50:56.356Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-17T11:50:56.356Z] === RUN TestHostIPv4BridgeLabel [2022-05-17T11:50:56.356Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-17T11:50:56.356Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-17T11:50:56.613Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-17T11:50:56.613Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-17T11:50:56.613Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-17T11:50:56.875Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-05-17T11:50:56.875Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-17T11:50:56.875Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-17T11:50:57.809Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-05-17T11:50:57.809Z] === RUN TestDaemonDefaultNetworkPools [2022-05-17T11:50:58.068Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-17T11:50:58.635Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2022-05-17T11:50:58.635Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-17T11:50:59.201Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-17T11:50:59.767Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-05-17T11:50:59.767Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-17T11:51:01.146Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.33s) [2022-05-17T11:51:01.146Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-17T11:51:01.712Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-05-17T11:51:01.712Z] === RUN TestServiceWithPredefinedNetwork [2022-05-17T11:51:02.279Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-17T11:51:02.818Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-05-17T11:51:02.845Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-17T11:51:03.103Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-17T11:51:03.560Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-05-17T11:51:03.560Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (21.26s) [2022-05-17T11:51:03.560Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (22.11s) [2022-05-17T11:51:03.560Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (22.53s) [2022-05-17T11:51:03.560Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (22.92s) [2022-05-17T11:51:03.560Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.53s) [2022-05-17T11:51:03.560Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.74s) [2022-05-17T11:51:03.560Z] === RUN TestBuildMultiStageCopy [2022-05-17T11:51:03.560Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-17T11:51:04.479Z] --- PASS: TestServiceWithPredefinedNetwork (2.80s) [2022-05-17T11:51:04.479Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-17T11:51:04.479Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:51:04.479Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:51:04.479Z] === RUN TestServiceWithDataPathPortInit [2022-05-17T11:51:11.035Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-17T11:51:12.934Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-17T11:51:13.501Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-17T11:51:14.007Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-17T11:51:14.992Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-17T11:51:15.401Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-17T11:51:15.401Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-17T11:51:15.401Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-17T11:51:16.554Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-17T11:51:17.695Z] ok github.com/docker/docker/libnetwork/ipam 14.099s coverage: 85.3% of statements [2022-05-17T11:51:17.695Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-17T11:51:17.695Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-17T11:51:18.121Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-17T11:51:18.261Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-17T11:51:18.519Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-05-17T11:51:18.519Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-17T11:51:18.680Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-17T11:51:18.680Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-17T11:51:18.778Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-17T11:51:19.344Z] ok github.com/docker/docker/libnetwork/ipamutils 0.254s coverage: 74.0% of statements [2022-05-17T11:51:19.685Z] --- PASS: TestBuildMultiStageCopy (17.23s) [2022-05-17T11:51:19.685Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.75s) [2022-05-17T11:51:19.685Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.02s) [2022-05-17T11:51:19.685Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.29s) [2022-05-17T11:51:19.685Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.46s) [2022-05-17T11:51:19.685Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.71s) [2022-05-17T11:51:19.685Z] === RUN TestBuildMultiStageParentConfig [2022-05-17T11:51:19.910Z] ok github.com/docker/docker/libnetwork/iptables 0.154s coverage: 45.1% of statements [2022-05-17T11:51:19.910Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-05-17T11:51:20.052Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-17T11:51:20.310Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-17T11:51:20.310Z] --- PASS: TestServiceWithDataPathPortInit (15.89s) [2022-05-17T11:51:20.310Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-17T11:51:20.476Z] ok github.com/docker/docker/libnetwork/netutils 0.021s coverage: 44.1% of statements [2022-05-17T11:51:21.182Z] --- PASS: TestUpdateRestartPolicy (22.54s) [2022-05-17T11:51:21.182Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-17T11:51:21.182Z] --- PASS: TestUpdateRestartWithAutoRemove (2.21s) [2022-05-17T11:51:21.182Z] === RUN TestWaitNonBlocked [2022-05-17T11:51:21.182Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:51:21.182Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:51:21.182Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:51:21.182Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:51:21.182Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:51:21.182Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:51:22.211Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-17T11:51:22.469Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-17T11:51:22.631Z] --- PASS: TestBuildMultiStageParentConfig (3.10s) [2022-05-17T11:51:22.631Z] === RUN TestBuildLabelWithTargets [2022-05-17T11:51:22.631Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:51:22.631Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-05-17T11:51:22.631Z] === RUN TestBuildWithEmptyLayers [2022-05-17T11:51:23.375Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-05-17T11:51:23.375Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.70s) [2022-05-17T11:51:23.375Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.08s) [2022-05-17T11:51:23.375Z] === RUN TestWaitBlocked [2022-05-17T11:51:23.375Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:51:23.375Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-17T11:51:23.375Z] PASS [2022-05-17T11:51:23.375Z] ok github.com/docker/docker/integration/container 102.972s [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === Skipped [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-17T11:51:23.375Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-17T11:51:23.375Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-17T11:51:23.375Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-17T11:51:23.375Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-17T11:51:23.375Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-17T11:51:23.375Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-17T11:51:23.375Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-17T11:51:23.375Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-17T11:51:23.375Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.17s) [2022-05-17T11:51:23.375Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:51:23.375Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.17s) [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-17T11:51:23.375Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-17T11:51:23.375Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-17T11:51:23.375Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-17T11:51:23.375Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-17T11:51:23.375Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-17T11:51:23.375Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-17T11:51:23.375Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-17T11:51:23.375Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-17T11:51:23.375Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-17T11:51:23.375Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-17T11:51:23.375Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-17T11:51:23.375Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-17T11:51:23.375Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-17T11:51:23.375Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-17T11:51:23.375Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-17T11:51:23.375Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-17T11:51:23.375Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-17T11:51:23.375Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-17T11:51:23.375Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-17T11:51:23.375Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-17T11:51:23.375Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-17T11:51:23.375Z] [2022-05-17T11:51:23.375Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-17T11:51:23.376Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:51:23.376Z] [2022-05-17T11:51:23.376Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-17T11:51:23.376Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-17T11:51:23.376Z] [2022-05-17T11:51:23.376Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-17T11:51:23.376Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-17T11:51:23.376Z] [2022-05-17T11:51:23.376Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-17T11:51:23.376Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:51:23.376Z] [2022-05-17T11:51:23.376Z] DONE 122 tests, 34 skipped in 106.041s [2022-05-17T11:51:23.376Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-17T11:51:23.403Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-17T11:51:23.971Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gpv8wjrctgp0epdo4o163cbu9 Created:2022-05-17 11:51:21.926112109 +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[2bf7a112f4de7717ecce7604c1ae854d819fac50ae09f98d7416287487aa8b66:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7f3lqzook185hmopawtsf577c EndpointID:46ac9173b3c73d71a554364768c5526b2b77450cfb21cd35c07d688c94f17798 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bc90ee677405a17c98d497589d577465743df1d213d6edefe868b3a2b1425f07 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:80f4c06bb5ca IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7f3lqzook185hmopawtsf577c EndpointID:46ac9173b3c73d71a554364768c5526b2b77450cfb21cd35c07d688c94f17798 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-17T11:51:23.971Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-17T11:51:24.845Z] --- PASS: TestBuildWithEmptyLayers (1.79s) [2022-05-17T11:51:24.845Z] === RUN TestBuildMultiStageOnBuild [2022-05-17T11:51:25.344Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-17T11:51:25.344Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-17T11:51:25.602Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-17T11:51:25.966Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-17T11:51:25.966Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-17T11:51:26.544Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-17T11:51:28.453Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-17T11:51:28.453Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.10s) [2022-05-17T11:51:28.453Z] PASS [2022-05-17T11:51:28.453Z] [2022-05-17T11:51:28.453Z] === Skipped [2022-05-17T11:51:28.453Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:51:28.453Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:51:28.453Z] [2022-05-17T11:51:28.453Z] DONE 38 tests, 1 skipped in 50.264s [2022-05-17T11:51:28.453Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-17T11:51:28.453Z] ++ 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-17T11:51:28.453Z] ++ set -e [2022-05-17T11:51:28.453Z] ++ '[' -n 0 ']' [2022-05-17T11:51:28.453Z] ++ set -x [2022-05-17T11:51:28.453Z] ++ 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-17T11:51:28.453Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-17T11:51:28.712Z] INFO: Testing against a local daemon [2022-05-17T11:51:28.712Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-17T11:51:28.712Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:51:28.712Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-17T11:51:28.712Z] === RUN TestDockerNetworkIpvlan [2022-05-17T11:51:28.712Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:51:28.712Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-17T11:51:28.712Z] PASS [2022-05-17T11:51:28.712Z] [2022-05-17T11:51:28.712Z] === Skipped [2022-05-17T11:51:28.712Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-17T11:51:28.712Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:51:28.712Z] [2022-05-17T11:51:28.712Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-17T11:51:28.712Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-17T11:51:28.712Z] [2022-05-17T11:51:28.712Z] DONE 2 tests, 2 skipped in 0.142s [2022-05-17T11:51:28.712Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-17T11:51:28.712Z] ++ 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-17T11:51:28.712Z] ++ set -e [2022-05-17T11:51:28.712Z] ++ '[' -n 0 ']' [2022-05-17T11:51:28.712Z] ++ set -x [2022-05-17T11:51:28.712Z] ++ 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-17T11:51:28.712Z] INFO: Testing against a local daemon [2022-05-17T11:51:28.712Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-17T11:51:30.088Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2022-05-17T11:51:30.088Z] === RUN TestDockerNetworkMacvlan [2022-05-17T11:51:30.655Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-17T11:51:30.914Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-17T11:51:31.849Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-17T11:51:31.849Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-17T11:51:32.785Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-17T11:51:33.218Z] === RUN TestBoolValue [2022-05-17T11:51:33.218Z] --- PASS: TestBoolValue (0.00s) [2022-05-17T11:51:33.218Z] === RUN TestBoolValueOrDefault [2022-05-17T11:51:33.218Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-05-17T11:51:33.218Z] === RUN TestInt64ValueOrZero [2022-05-17T11:51:33.218Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-05-17T11:51:33.218Z] === RUN TestInt64ValueOrDefault [2022-05-17T11:51:33.218Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-05-17T11:51:33.218Z] === RUN TestInt64ValueOrDefaultWithError [2022-05-17T11:51:33.218Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-05-17T11:51:33.218Z] === RUN TestJsonContentType [2022-05-17T11:51:33.218Z] --- PASS: TestJsonContentType (0.00s) [2022-05-17T11:51:33.218Z] === RUN TestReadJSON [2022-05-17T11:51:33.218Z] === RUN TestReadJSON/nil_body [2022-05-17T11:51:33.218Z] === RUN TestReadJSON/empty_body [2022-05-17T11:51:33.218Z] === RUN TestReadJSON/with_valid_request [2022-05-17T11:51:33.218Z] === RUN TestReadJSON/with_whitespace [2022-05-17T11:51:33.218Z] === RUN TestReadJSON/with_extra_content [2022-05-17T11:51:33.218Z] === RUN TestReadJSON/invalid_JSON [2022-05-17T11:51:33.218Z] --- PASS: TestReadJSON (0.00s) [2022-05-17T11:51:33.218Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-05-17T11:51:33.218Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-05-17T11:51:33.218Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-05-17T11:51:33.218Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-05-17T11:51:33.218Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-05-17T11:51:33.218Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-05-17T11:51:33.218Z] PASS [2022-05-17T11:51:33.218Z] coverage: 31.9% of statements [2022-05-17T11:51:33.218Z] ok github.com/docker/docker/api/server/httputils 0.065s coverage: 31.9% of statements [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-17T11:51:33.218Z] === RUN TestMaskSecretKeys [2022-05-17T11:51:33.218Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-05-17T11:51:33.218Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-05-17T11:51:33.218Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-05-17T11:51:33.218Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-05-17T11:51:33.218Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-05-17T11:51:33.218Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-05-17T11:51:33.218Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-05-17T11:51:33.218Z] === RUN TestVersionMiddlewareVersion [2022-05-17T11:51:33.218Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-05-17T11:51:33.218Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-05-17T11:51:33.218Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-05-17T11:51:33.218Z] PASS [2022-05-17T11:51:33.218Z] coverage: 37.7% of statements [2022-05-17T11:51:33.218Z] ok github.com/docker/docker/api/server/middleware 0.148s coverage: 37.7% of statements [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-17T11:51:33.218Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-17T11:51:33.687Z] === RUN TestToJSON [2022-05-17T11:51:33.687Z] --- PASS: TestToJSON (0.00s) [2022-05-17T11:51:33.687Z] === RUN TestToParamWithVersion [2022-05-17T11:51:33.687Z] --- PASS: TestToParamWithVersion (0.00s) [2022-05-17T11:51:33.687Z] === RUN TestFromJSON [2022-05-17T11:51:33.687Z] --- PASS: TestFromJSON (0.00s) [2022-05-17T11:51:33.687Z] === RUN TestEmpty [2022-05-17T11:51:33.687Z] --- PASS: TestEmpty (0.00s) [2022-05-17T11:51:33.687Z] === RUN TestArgsMatchKVListEmptySources [2022-05-17T11:51:33.687Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-05-17T11:51:33.687Z] === RUN TestArgsMatchKVList [2022-05-17T11:51:33.687Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-05-17T11:51:33.722Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-17T11:51:34.205Z] === RUN TestArgsMatch [2022-05-17T11:51:34.205Z] --- PASS: TestArgsMatch (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestAdd [2022-05-17T11:51:34.205Z] --- PASS: TestAdd (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestDel [2022-05-17T11:51:34.205Z] --- PASS: TestDel (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestLen [2022-05-17T11:51:34.205Z] --- PASS: TestLen (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestExactMatch [2022-05-17T11:51:34.205Z] --- PASS: TestExactMatch (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestOnlyOneExactMatch [2022-05-17T11:51:34.205Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestContains [2022-05-17T11:51:34.205Z] --- PASS: TestContains (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestValidate [2022-05-17T11:51:34.205Z] --- PASS: TestValidate (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestWalkValues [2022-05-17T11:51:34.205Z] --- PASS: TestWalkValues (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestFuzzyMatch [2022-05-17T11:51:34.205Z] --- PASS: TestFuzzyMatch (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestClone [2022-05-17T11:51:34.205Z] --- PASS: TestClone (0.00s) [2022-05-17T11:51:34.205Z] PASS [2022-05-17T11:51:34.205Z] coverage: 92.2% of statements [2022-05-17T11:51:34.205Z] ok github.com/docker/docker/api/types/filters 0.067s coverage: 92.2% of statements [2022-05-17T11:51:34.205Z] === RUN TestStrSliceMarshalJSON [2022-05-17T11:51:34.205Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestStrSliceUnmarshalJSON [2022-05-17T11:51:34.205Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestStrSliceUnmarshalString [2022-05-17T11:51:34.205Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-05-17T11:51:34.205Z] === RUN TestStrSliceUnmarshalSlice [2022-05-17T11:51:34.205Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-05-17T11:51:34.205Z] PASS [2022-05-17T11:51:34.205Z] coverage: 90.0% of statements [2022-05-17T11:51:34.205Z] ok github.com/docker/docker/api/types/strslice 0.044s coverage: 90.0% of statements [2022-05-17T11:51:34.205Z] === RUN TestAdjustForAPIVersion [2022-05-17T11:51:34.205Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-05-17T11:51:34.205Z] PASS [2022-05-17T11:51:34.205Z] coverage: 6.0% of statements [2022-05-17T11:51:34.205Z] ok github.com/docker/docker/api/server/router/swarm 0.072s coverage: 6.0% of statements [2022-05-17T11:51:34.205Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-17T11:51:34.657Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-17T11:51:34.657Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-17T11:51:34.675Z] === RUN TestGetVolumeByNameNotFoundNoSwarm [2022-05-17T11:51:34.675Z] --- PASS: TestGetVolumeByNameNotFoundNoSwarm (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestGetVolumeByNameNotFoundNotManager [2022-05-17T11:51:34.675Z] --- PASS: TestGetVolumeByNameNotFoundNotManager (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestGetVolumeByNameNotFound [2022-05-17T11:51:34.675Z] --- PASS: TestGetVolumeByNameNotFound (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestGetVolumeByNameFoundRegular [2022-05-17T11:51:34.675Z] --- PASS: TestGetVolumeByNameFoundRegular (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestGetVolumeByNameFoundSwarm [2022-05-17T11:51:34.675Z] --- PASS: TestGetVolumeByNameFoundSwarm (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestListVolumes [2022-05-17T11:51:34.675Z] --- PASS: TestListVolumes (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestListVolumesNoSwarm [2022-05-17T11:51:34.675Z] --- PASS: TestListVolumesNoSwarm (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestListVolumesNoManager [2022-05-17T11:51:34.675Z] --- PASS: TestListVolumesNoManager (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestCreateRegularVolume [2022-05-17T11:51:34.675Z] --- PASS: TestCreateRegularVolume (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestCreateSwarmVolumeNoSwarm [2022-05-17T11:51:34.675Z] --- PASS: TestCreateSwarmVolumeNoSwarm (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestCreateSwarmVolumeNotManager [2022-05-17T11:51:34.675Z] --- PASS: TestCreateSwarmVolumeNotManager (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestCreateVolumeCluster [2022-05-17T11:51:34.675Z] --- PASS: TestCreateVolumeCluster (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestUpdateVolume [2022-05-17T11:51:34.675Z] --- PASS: TestUpdateVolume (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestUpdateVolumeNoSwarm [2022-05-17T11:51:34.675Z] --- PASS: TestUpdateVolumeNoSwarm (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestUpdateVolumeNotFound [2022-05-17T11:51:34.675Z] --- PASS: TestUpdateVolumeNotFound (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestVolumeRemove [2022-05-17T11:51:34.675Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestVolumeRemoveSwarm [2022-05-17T11:51:34.675Z] --- PASS: TestVolumeRemoveSwarm (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestVolumeRemoveNotFoundNoSwarm [2022-05-17T11:51:34.675Z] --- PASS: TestVolumeRemoveNotFoundNoSwarm (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestVolumeRemoveNotFoundNoManager [2022-05-17T11:51:34.675Z] --- PASS: TestVolumeRemoveNotFoundNoManager (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestVolumeRemoveFoundNoSwarm [2022-05-17T11:51:34.675Z] --- PASS: TestVolumeRemoveFoundNoSwarm (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestVolumeRemoveNoSwarmInUse [2022-05-17T11:51:34.675Z] --- PASS: TestVolumeRemoveNoSwarmInUse (0.00s) [2022-05-17T11:51:34.675Z] === RUN TestVolumeRemoveSwarmForce [2022-05-17T11:51:34.675Z] --- PASS: TestVolumeRemoveSwarmForce (0.00s) [2022-05-17T11:51:34.675Z] PASS [2022-05-17T11:51:34.675Z] coverage: 67.9% of statements [2022-05-17T11:51:34.675Z] ok github.com/docker/docker/api/server/router/volume 0.167s coverage: 67.9% of statements [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-17T11:51:34.675Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-17T11:51:35.145Z] === RUN TestGetTimestamp [2022-05-17T11:51:35.145Z] === RUN TestCompareVersion [2022-05-17T11:51:35.145Z] --- PASS: TestCompareVersion (0.00s) [2022-05-17T11:51:35.145Z] PASS [2022-05-17T11:51:35.145Z] coverage: 77.3% of statements [2022-05-17T11:51:35.145Z] ok github.com/docker/docker/api/types/versions 0.062s coverage: 77.3% of statements [2022-05-17T11:51:35.145Z] --- PASS: TestGetTimestamp (0.25s) [2022-05-17T11:51:35.145Z] === RUN TestParseTimestamps [2022-05-17T11:51:35.145Z] --- PASS: TestParseTimestamps (0.00s) [2022-05-17T11:51:35.145Z] PASS [2022-05-17T11:51:35.145Z] coverage: 100.0% of statements [2022-05-17T11:51:35.145Z] ok github.com/docker/docker/api/types/time 0.359s coverage: 100.0% of statements [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/builder [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-17T11:51:35.145Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-17T11:51:36.036Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-17T11:51:36.298Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-17T11:51:36.715Z] === RUN TestIsGIT [2022-05-17T11:51:36.715Z] --- PASS: TestIsGIT (0.00s) [2022-05-17T11:51:36.715Z] PASS [2022-05-17T11:51:36.715Z] coverage: 100.0% of statements [2022-05-17T11:51:36.715Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.249s coverage: 100.0% of statements [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-05-17T11:51:36.715Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-05-17T11:51:36.715Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-05-17T11:51:36.715Z] === RUN TestCloneArgsSmartHttp [2022-05-17T11:51:36.715Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-05-17T11:51:36.715Z] === RUN TestCloneArgsDumbHttp [2022-05-17T11:51:36.715Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-05-17T11:51:36.715Z] === RUN TestCloneArgsGit [2022-05-17T11:51:36.715Z] --- PASS: TestCloneArgsGit (0.00s) [2022-05-17T11:51:36.715Z] === RUN TestCheckoutGit [2022-05-17T11:51:37.232Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-17T11:51:39.131Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-17T11:51:39.677Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-05-17T11:51:39.677Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestProcessNoDockerignore [2022-05-17T11:51:39.677Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestProcessShouldLeaveAllFiles [2022-05-17T11:51:39.677Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-05-17T11:51:39.677Z] === RUN TestDetectContentType [2022-05-17T11:51:39.677Z] --- PASS: TestDetectContentType (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestSelectAcceptableMIME [2022-05-17T11:51:39.677Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestInspectEmptyResponse [2022-05-17T11:51:39.677Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestInspectResponseBinary [2022-05-17T11:51:39.677Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestResponseUnsupportedContentType [2022-05-17T11:51:39.677Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestInspectResponseTextSimple [2022-05-17T11:51:39.677Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestInspectResponseEmptyContentType [2022-05-17T11:51:39.677Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestUnknownContentLength [2022-05-17T11:51:39.677Z] --- PASS: TestUnknownContentLength (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestDownloadRemote [2022-05-17T11:51:39.677Z] --- PASS: TestDownloadRemote (0.12s) [2022-05-17T11:51:39.677Z] === RUN TestGetWithStatusError [2022-05-17T11:51:39.677Z] --- PASS: TestGetWithStatusError (0.01s) [2022-05-17T11:51:39.677Z] === RUN TestCloseRootDirectory [2022-05-17T11:51:39.677Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:51:39.677Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestHashFile [2022-05-17T11:51:39.677Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:51:39.677Z] --- SKIP: TestHashFile (0.00s) [2022-05-17T11:51:39.677Z] === RUN TestHashSubdir [2022-05-17T11:51:39.677Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:51:39.677Z] --- SKIP: TestHashSubdir (0.01s) [2022-05-17T11:51:39.677Z] === RUN TestRemoveDirectory [2022-05-17T11:51:39.677Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:51:39.677Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-05-17T11:51:39.677Z] PASS [2022-05-17T11:51:39.677Z] coverage: 9.3% of statements [2022-05-17T11:51:39.677Z] ok github.com/docker/docker/builder/remotecontext 0.385s coverage: 9.3% of statements [2022-05-17T11:51:40.146Z] === RUN TestEnable [2022-05-17T11:51:40.146Z] --- PASS: TestEnable (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestDisable [2022-05-17T11:51:40.146Z] --- PASS: TestDisable (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestEnabled [2022-05-17T11:51:40.146Z] --- PASS: TestEnabled (0.00s) [2022-05-17T11:51:40.146Z] PASS [2022-05-17T11:51:40.146Z] coverage: 100.0% of statements [2022-05-17T11:51:40.146Z] === RUN TestGetAllAllowed [2022-05-17T11:51:40.146Z] --- PASS: TestGetAllAllowed (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestGetAllMeta [2022-05-17T11:51:40.146Z] --- PASS: TestGetAllMeta (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestWarnOnUnusedBuildArgs [2022-05-17T11:51:40.146Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestIsUnreferencedBuiltin [2022-05-17T11:51:40.146Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestIsExistingDirectory [2022-05-17T11:51:40.146Z] ok github.com/docker/docker/cli/debug 0.056s coverage: 100.0% of statements [2022-05-17T11:51:40.146Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-05-17T11:51:40.146Z] === RUN TestGetFilenameForDownload [2022-05-17T11:51:40.146Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestEnv2Variables [2022-05-17T11:51:40.146Z] --- PASS: TestEnv2Variables (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-05-17T11:51:40.146Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestMaintainer [2022-05-17T11:51:40.146Z] --- PASS: TestMaintainer (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestLabel [2022-05-17T11:51:40.146Z] --- PASS: TestLabel (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestFromScratch [2022-05-17T11:51:40.146Z] --- PASS: TestFromScratch (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestFromWithArg [2022-05-17T11:51:40.146Z] --- PASS: TestFromWithArg (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-05-17T11:51:40.146Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestFromWithUndefinedArg [2022-05-17T11:51:40.146Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestFromMultiStageWithNamedStage [2022-05-17T11:51:40.146Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestOnbuild [2022-05-17T11:51:40.146Z] --- PASS: TestOnbuild (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestWorkdir [2022-05-17T11:51:40.146Z] --- PASS: TestWorkdir (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestCmd [2022-05-17T11:51:40.146Z] --- PASS: TestCmd (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestHealthcheckNone [2022-05-17T11:51:40.146Z] --- PASS: TestHealthcheckNone (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestHealthcheckCmd [2022-05-17T11:51:40.146Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestEntrypoint [2022-05-17T11:51:40.146Z] --- PASS: TestEntrypoint (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestExpose [2022-05-17T11:51:40.146Z] --- PASS: TestExpose (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestUser [2022-05-17T11:51:40.146Z] --- PASS: TestUser (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestVolume [2022-05-17T11:51:40.146Z] --- PASS: TestVolume (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestStopSignal [2022-05-17T11:51:40.146Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-17T11:51:40.146Z] --- SKIP: TestStopSignal (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestArg [2022-05-17T11:51:40.146Z] --- PASS: TestArg (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestShell [2022-05-17T11:51:40.146Z] --- PASS: TestShell (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestPrependEnvOnCmd [2022-05-17T11:51:40.146Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestRunWithBuildArgs [2022-05-17T11:51:40.146Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestRunIgnoresHealthcheck [2022-05-17T11:51:40.146Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestDispatchUnsupportedOptions [2022-05-17T11:51:40.146Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-05-17T11:51:40.146Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-05-17T11:51:40.146Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-05-17T11:51:40.146Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestNormalizeWorkdir [2022-05-17T11:51:40.146Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestDispatch [2022-05-17T11:51:40.146Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-05-17T11:51:40.146Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-05-17T11:51:40.146Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-05-17T11:51:40.146Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-05-17T11:51:40.146Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-05-17T11:51:40.146Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-05-17T11:51:40.146Z] === RUN TestDispatch/COPY_url [2022-05-17T11:51:40.146Z] --- PASS: TestDispatch (0.08s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-05-17T11:51:40.146Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestAddScratchImageAddsToMounts [2022-05-17T11:51:40.146Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestAddFromScratchPopulatesPlatform [2022-05-17T11:51:40.146Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-05-17T11:51:40.146Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-05-17T11:51:40.146Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestImageSourceGetAddsToMounts [2022-05-17T11:51:40.146Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-05-17T11:51:40.146Z] === RUN TestEmptyDockerfile [2022-05-17T11:51:40.146Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-05-17T11:51:40.146Z] === RUN TestSymlinkDockerfile [2022-05-17T11:51:40.146Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-05-17T11:51:40.146Z] === RUN TestDockerfileOutsideTheBuildContext [2022-05-17T11:51:40.146Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-05-17T11:51:40.614Z] === RUN TestNonExistingDockerfile [2022-05-17T11:51:40.614Z] --- PASS: TestNonExistingDockerfile (0.01s) [2022-05-17T11:51:40.614Z] === RUN TestCopyRunConfig [2022-05-17T11:51:40.614Z] --- PASS: TestCopyRunConfig (0.00s) [2022-05-17T11:51:40.614Z] === RUN TestDeepCopyRunConfig [2022-05-17T11:51:40.614Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-05-17T11:51:40.614Z] === RUN TestExportImage [2022-05-17T11:51:40.614Z] --- PASS: TestExportImage (0.00s) [2022-05-17T11:51:40.614Z] === RUN TestNormalizeDest [2022-05-17T11:51:40.614Z] --- PASS: TestNormalizeDest (0.00s) [2022-05-17T11:51:40.614Z] PASS [2022-05-17T11:51:40.614Z] coverage: 46.7% of statements [2022-05-17T11:51:40.614Z] ok github.com/docker/docker/builder/dockerfile 0.304s coverage: 46.7% of statements [2022-05-17T11:51:41.029Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-05-17T11:51:41.287Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-17T11:51:41.546Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-17T11:51:42.185Z] === RUN TestTCP4Proxy [2022-05-17T11:51:42.185Z] --- PASS: TestTCP4Proxy (0.01s) [2022-05-17T11:51:42.185Z] === RUN TestTCP4ProxyHalfClose [2022-05-17T11:51:42.185Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2022-05-17T11:51:42.185Z] === RUN TestTCP6Proxy [2022-05-17T11:51:42.185Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-17T11:51:42.185Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-05-17T11:51:42.185Z] === RUN TestTCPDualStackProxy [2022-05-17T11:51:42.185Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-17T11:51:42.185Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-05-17T11:51:42.185Z] === RUN TestUDP4Proxy [2022-05-17T11:51:42.185Z] --- PASS: TestUDP4Proxy (0.00s) [2022-05-17T11:51:42.185Z] === RUN TestUDP6Proxy [2022-05-17T11:51:42.185Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-17T11:51:42.185Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-05-17T11:51:42.185Z] === RUN TestUDPWriteError [2022-05-17T11:51:42.185Z] --- PASS: TestUDPWriteError (0.00s) [2022-05-17T11:51:42.185Z] === RUN TestSCTP4Proxy [2022-05-17T11:51:42.185Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-17T11:51:42.185Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-05-17T11:51:42.185Z] === RUN TestSCTP6Proxy [2022-05-17T11:51:42.185Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-17T11:51:42.185Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-05-17T11:51:42.185Z] PASS [2022-05-17T11:51:42.185Z] coverage: 49.4% of statements [2022-05-17T11:51:42.185Z] ok github.com/docker/docker/cmd/docker-proxy 0.081s coverage: 49.4% of statements [2022-05-17T11:51:42.482Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-17T11:51:42.650Z] --- PASS: TestBuildMultiStageOnBuild (16.90s) [2022-05-17T11:51:42.650Z] === RUN TestBuildUncleanTarFilenames [2022-05-17T11:51:42.650Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:51:42.650Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-05-17T11:51:42.650Z] === RUN TestBuildMultiStageLayerLeak [2022-05-17T11:51:43.048Z] --- PASS: TestDockerNetworkMacvlan (12.85s) [2022-05-17T11:51:43.048Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-05-17T11:51:43.048Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2022-05-17T11:51:43.048Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.07s) [2022-05-17T11:51:43.048Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.22s) [2022-05-17T11:51:43.048Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.10s) [2022-05-17T11:51:43.048Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.05s) [2022-05-17T11:51:43.048Z] PASS [2022-05-17T11:51:43.048Z] [2022-05-17T11:51:43.048Z] DONE 8 tests in 14.281s [2022-05-17T11:51:43.048Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-17T11:51:43.048Z] ++ 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-17T11:51:43.048Z] ++ set -e [2022-05-17T11:51:43.048Z] ++ '[' -n 0 ']' [2022-05-17T11:51:43.048Z] ++ set -x [2022-05-17T11:51:43.048Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-17T11:51:43.048Z] testing: warning: no tests to run [2022-05-17T11:51:43.048Z] PASS [2022-05-17T11:51:43.048Z] [2022-05-17T11:51:43.048Z] DONE 0 tests in 0.146s [2022-05-17T11:51:43.307Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-17T11:51:43.307Z] ++ 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-17T11:51:43.307Z] ++ set -e [2022-05-17T11:51:43.307Z] ++ '[' -n 0 ']' [2022-05-17T11:51:43.307Z] ++ set -x [2022-05-17T11:51:43.307Z] ++ 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-17T11:51:43.307Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-17T11:51:43.307Z] INFO: Testing against a local daemon [2022-05-17T11:51:43.307Z] === RUN TestAuthZPluginAllowRequest [2022-05-17T11:51:43.565Z] docker_api_swarm_test.go:304: [dcb23705b82e4] joining swarm manager [dce12565e4362]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:51:44.940Z] --- PASS: TestAuthZPluginAllowRequest (1.52s) [2022-05-17T11:51:44.940Z] === RUN TestAuthZPluginTLS [2022-05-17T11:51:45.199Z] docker_api_swarm_test.go:305: [d67b3eec9fffd] joining swarm manager [dce12565e4362]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:51:45.458Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-05-17T11:51:45.458Z] === RUN TestAuthZPluginDenyRequest [2022-05-17T11:51:46.025Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-05-17T11:51:46.025Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-17T11:51:46.591Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-17T11:51:46.591Z] === RUN TestAuthZPluginDenyResponse [2022-05-17T11:51:47.158Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-05-17T11:51:47.158Z] === RUN TestAuthZPluginAllowEventStream [2022-05-17T11:51:47.158Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-05-17T11:51:48.532Z] --- PASS: TestAuthZPluginAllowEventStream (1.42s) [2022-05-17T11:51:48.532Z] === RUN TestAuthZPluginErrorResponse [2022-05-17T11:51:49.097Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2022-05-17T11:51:49.097Z] === RUN TestAuthZPluginErrorRequest [2022-05-17T11:51:49.663Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-17T11:51:49.663Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-17T11:51:50.229Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-05-17T11:51:50.229Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-17T11:51:51.163Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-17T11:51:51.729Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.74s) [2022-05-17T11:51:51.729Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-17T11:51:53.523Z] === RUN TestConfigDaemonLibtrustID [2022-05-17T11:51:53.523Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-17T11:51:53.523Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-17T11:51:53.523Z] === RUN TestConfigDaemonID [2022-05-17T11:51:53.523Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-17T11:51:53.523Z] --- SKIP: TestConfigDaemonID (0.00s) [2022-05-17T11:51:53.523Z] === RUN TestDaemonConfigValidation [2022-05-17T11:51:53.523Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-17T11:51:53.523Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-17T11:51:53.523Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-17T11:51:53.523Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-17T11:51:53.523Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-17T11:51:53.523Z] === RUN TestDaemonProxy [2022-05-17T11:51:53.523Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-17T11:51:53.523Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-17T11:51:53.523Z] PASS [2022-05-17T11:51:53.523Z] ok github.com/docker/docker/integration/daemon 0.134s [2022-05-17T11:51:53.523Z] [2022-05-17T11:51:53.523Z] === Skipped [2022-05-17T11:51:53.523Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-17T11:51:53.523Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-17T11:51:53.523Z] [2022-05-17T11:51:53.523Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonID (0.00s) [2022-05-17T11:51:53.523Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-17T11:51:53.523Z] [2022-05-17T11:51:53.523Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-17T11:51:53.523Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-17T11:51:53.523Z] [2022-05-17T11:51:53.523Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-17T11:51:53.523Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-17T11:51:53.523Z] [2022-05-17T11:51:53.523Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-17T11:51:53.523Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-17T11:51:53.523Z] [2022-05-17T11:51:53.523Z] DONE 5 tests, 5 skipped in 29.745s [2022-05-17T11:51:53.523Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-17T11:51:53.629Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.64s) [2022-05-17T11:51:53.629Z] === RUN TestAuthZPluginHeader [2022-05-17T11:51:54.197Z] --- PASS: TestAuthZPluginHeader (0.79s) [2022-05-17T11:51:54.197Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-17T11:51:54.197Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-05-17T11:51:55.129Z] --- PASS: TestBuildMultiStageLayerLeak (13.77s) [2022-05-17T11:51:55.129Z] === RUN TestBuildWithHugeFile [2022-05-17T11:51:56.097Z] === RUN TestDockerSuite/TestBuildRm [2022-05-17T11:51:57.132Z] === RUN TestCheckpointCreateError [2022-05-17T11:51:57.132Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-05-17T11:51:57.132Z] === RUN TestCheckpointCreate [2022-05-17T11:51:57.132Z] --- PASS: TestCheckpointCreate (0.00s) [2022-05-17T11:51:57.132Z] === RUN TestCheckpointDeleteError [2022-05-17T11:51:57.132Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-05-17T11:51:57.132Z] === RUN TestCheckpointDelete [2022-05-17T11:51:57.132Z] --- PASS: TestCheckpointDelete (0.00s) [2022-05-17T11:51:57.132Z] === RUN TestCheckpointListError [2022-05-17T11:51:57.132Z] --- PASS: TestCheckpointListError (0.00s) [2022-05-17T11:51:57.132Z] === RUN TestCheckpointList [2022-05-17T11:51:57.132Z] --- PASS: TestCheckpointList (0.00s) [2022-05-17T11:51:57.132Z] === RUN TestCheckpointListContainerNotFound [2022-05-17T11:51:57.133Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestNewClientWithOpsFromEnv [2022-05-17T11:51:57.133Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-17T11:51:57.133Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestGetAPIPath [2022-05-17T11:51:57.133Z] --- PASS: TestGetAPIPath (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestParseHostURL [2022-05-17T11:51:57.133Z] --- PASS: TestParseHostURL (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-05-17T11:51:57.133Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersionEmpty [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersion [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPVersionOverride [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersionAutomatic [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-05-17T11:51:57.133Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestClientRedirect [2022-05-17T11:51:57.133Z] === RUN TestClientRedirect/GET [2022-05-17T11:51:57.133Z] === RUN TestClientRedirect/POST [2022-05-17T11:51:57.133Z] === RUN TestClientRedirect/PUT [2022-05-17T11:51:57.133Z] === RUN TestClientRedirect/DELETE [2022-05-17T11:51:57.133Z] --- PASS: TestClientRedirect (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigCreateUnsupported [2022-05-17T11:51:57.133Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigCreateError [2022-05-17T11:51:57.133Z] --- PASS: TestConfigCreateError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigCreate [2022-05-17T11:51:57.133Z] --- PASS: TestConfigCreate (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigInspectNotFound [2022-05-17T11:51:57.133Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigInspectWithEmptyID [2022-05-17T11:51:57.133Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigInspectUnsupported [2022-05-17T11:51:57.133Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigInspectError [2022-05-17T11:51:57.133Z] --- PASS: TestConfigInspectError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigInspectConfigNotFound [2022-05-17T11:51:57.133Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigInspect [2022-05-17T11:51:57.133Z] --- PASS: TestConfigInspect (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigListUnsupported [2022-05-17T11:51:57.133Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigListError [2022-05-17T11:51:57.133Z] --- PASS: TestConfigListError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigList [2022-05-17T11:51:57.133Z] --- PASS: TestConfigList (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigRemoveUnsupported [2022-05-17T11:51:57.133Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigRemoveError [2022-05-17T11:51:57.133Z] --- PASS: TestConfigRemoveError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigRemove [2022-05-17T11:51:57.133Z] --- PASS: TestConfigRemove (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigUpdateUnsupported [2022-05-17T11:51:57.133Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigUpdateError [2022-05-17T11:51:57.133Z] --- PASS: TestConfigUpdateError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestConfigUpdate [2022-05-17T11:51:57.133Z] --- PASS: TestConfigUpdate (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerCommitError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerCommitError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerCommit [2022-05-17T11:51:57.133Z] --- PASS: TestContainerCommit (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStatPathError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStatPathError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStatPathNotFoundError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStatPathNoHeaderError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStatPath [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStatPath (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestCopyToContainerError [2022-05-17T11:51:57.133Z] --- PASS: TestCopyToContainerError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestCopyToContainerNotFoundError [2022-05-17T11:51:57.133Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestCopyToContainerEmptyResponse [2022-05-17T11:51:57.133Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestCopyToContainer [2022-05-17T11:51:57.133Z] --- PASS: TestCopyToContainer (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestCopyFromContainerError [2022-05-17T11:51:57.133Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestCopyFromContainerNotFoundError [2022-05-17T11:51:57.133Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestCopyFromContainerEmptyResponse [2022-05-17T11:51:57.133Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestCopyFromContainerNoHeaderError [2022-05-17T11:51:57.133Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestCopyFromContainer [2022-05-17T11:51:57.133Z] --- PASS: TestCopyFromContainer (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerCreateError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerCreateError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerCreateImageNotFound [2022-05-17T11:51:57.133Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerCreateWithName [2022-05-17T11:51:57.133Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerCreateAutoRemove [2022-05-17T11:51:57.133Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerDiffError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerDiffError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerDiff [2022-05-17T11:51:57.133Z] --- PASS: TestContainerDiff (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExecCreateError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExecCreate [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExecCreate (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExecStartError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExecStartError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExecStart [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExecStart (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExecInspectError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExecInspect [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExecInspect (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExportError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExportError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExport [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExport (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerInspectError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerInspectError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerInspectContainerNotFound [2022-05-17T11:51:57.133Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerInspectWithEmptyID [2022-05-17T11:51:57.133Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerInspect [2022-05-17T11:51:57.133Z] --- PASS: TestContainerInspect (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerInspectNode [2022-05-17T11:51:57.133Z] --- PASS: TestContainerInspectNode (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerKillError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerKillError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerKill [2022-05-17T11:51:57.133Z] --- PASS: TestContainerKill (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerListError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerListError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerList [2022-05-17T11:51:57.133Z] --- PASS: TestContainerList (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerLogsNotFoundError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerLogsError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerLogsError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerLogs [2022-05-17T11:51:57.133Z] --- PASS: TestContainerLogs (0.23s) [2022-05-17T11:51:57.133Z] === RUN TestContainerPauseError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerPauseError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerPause [2022-05-17T11:51:57.133Z] --- PASS: TestContainerPause (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainersPruneError [2022-05-17T11:51:57.133Z] --- PASS: TestContainersPruneError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainersPrune [2022-05-17T11:51:57.133Z] --- PASS: TestContainersPrune (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerRemoveError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerRemoveError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerRemoveNotFoundError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerRemove [2022-05-17T11:51:57.133Z] --- PASS: TestContainerRemove (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerRenameError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerRenameError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerRename [2022-05-17T11:51:57.133Z] --- PASS: TestContainerRename (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerResizeError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerResizeError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExecResizeError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerResize [2022-05-17T11:51:57.133Z] --- PASS: TestContainerResize (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerExecResize [2022-05-17T11:51:57.133Z] --- PASS: TestContainerExecResize (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerRestartError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerRestartError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerRestart [2022-05-17T11:51:57.133Z] --- PASS: TestContainerRestart (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStartError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStartError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStart [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStart (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStatsError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStatsError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStats [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStats (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStopError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStopError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerStop [2022-05-17T11:51:57.133Z] --- PASS: TestContainerStop (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerTopError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerTopError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerTop [2022-05-17T11:51:57.133Z] --- PASS: TestContainerTop (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerUnpauseError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerUnpause [2022-05-17T11:51:57.133Z] --- PASS: TestContainerUnpause (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerUpdateError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerUpdateError (0.01s) [2022-05-17T11:51:57.133Z] === RUN TestContainerUpdate [2022-05-17T11:51:57.133Z] --- PASS: TestContainerUpdate (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerWaitError [2022-05-17T11:51:57.133Z] --- PASS: TestContainerWaitError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestContainerWait [2022-05-17T11:51:57.133Z] --- PASS: TestContainerWait (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestDiskUsageError [2022-05-17T11:51:57.133Z] --- PASS: TestDiskUsageError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestDiskUsage [2022-05-17T11:51:57.133Z] --- PASS: TestDiskUsage (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestDistributionInspectUnsupported [2022-05-17T11:51:57.133Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestDistributionInspectWithEmptyID [2022-05-17T11:51:57.133Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestEventsErrorInOptions [2022-05-17T11:51:57.133Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestEventsErrorFromServer [2022-05-17T11:51:57.133Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestEvents [2022-05-17T11:51:57.133Z] --- PASS: TestEvents (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestTLSCloseWriter [2022-05-17T11:51:57.133Z] === PAUSE TestTLSCloseWriter [2022-05-17T11:51:57.133Z] === RUN TestImageBuildError [2022-05-17T11:51:57.133Z] --- PASS: TestImageBuildError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageBuild [2022-05-17T11:51:57.133Z] --- PASS: TestImageBuild (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestGetDockerOS [2022-05-17T11:51:57.133Z] --- PASS: TestGetDockerOS (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageCreateError [2022-05-17T11:51:57.133Z] --- PASS: TestImageCreateError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageCreate [2022-05-17T11:51:57.133Z] --- PASS: TestImageCreate (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageHistoryError [2022-05-17T11:51:57.133Z] --- PASS: TestImageHistoryError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageHistory [2022-05-17T11:51:57.133Z] --- PASS: TestImageHistory (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageImportError [2022-05-17T11:51:57.133Z] --- PASS: TestImageImportError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageImport [2022-05-17T11:51:57.133Z] --- PASS: TestImageImport (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageInspectError [2022-05-17T11:51:57.133Z] --- PASS: TestImageInspectError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageInspectImageNotFound [2022-05-17T11:51:57.133Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageInspectWithEmptyID [2022-05-17T11:51:57.133Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageInspect [2022-05-17T11:51:57.133Z] --- PASS: TestImageInspect (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageListError [2022-05-17T11:51:57.133Z] --- PASS: TestImageListError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageList [2022-05-17T11:51:57.133Z] --- PASS: TestImageList (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageListApiBefore125 [2022-05-17T11:51:57.133Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageLoadError [2022-05-17T11:51:57.133Z] --- PASS: TestImageLoadError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageLoad [2022-05-17T11:51:57.133Z] --- PASS: TestImageLoad (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagesPruneError [2022-05-17T11:51:57.133Z] --- PASS: TestImagesPruneError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagesPrune [2022-05-17T11:51:57.133Z] --- PASS: TestImagesPrune (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePullReferenceParseError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePullAnyError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePullAnyError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePullStatusUnauthorizedError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePullWithoutErrors [2022-05-17T11:51:57.133Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePushReferenceError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePushAnyError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushAnyError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePushStatusUnauthorizedError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImagePushWithoutErrors [2022-05-17T11:51:57.133Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-05-17T11:51:57.133Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-05-17T11:51:57.133Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-05-17T11:51:57.133Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-05-17T11:51:57.133Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageRemoveError [2022-05-17T11:51:57.133Z] --- PASS: TestImageRemoveError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageRemoveImageNotFound [2022-05-17T11:51:57.133Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageRemove [2022-05-17T11:51:57.133Z] --- PASS: TestImageRemove (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageSaveError [2022-05-17T11:51:57.133Z] --- PASS: TestImageSaveError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageSave [2022-05-17T11:51:57.133Z] --- PASS: TestImageSave (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageSearchAnyError [2022-05-17T11:51:57.133Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageSearchStatusUnauthorizedError [2022-05-17T11:51:57.133Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-05-17T11:51:57.133Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-05-17T11:51:57.133Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-05-17T11:51:57.133Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageSearchWithoutErrors [2022-05-17T11:51:57.133Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageTagError [2022-05-17T11:51:57.133Z] --- PASS: TestImageTagError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageTagInvalidReference [2022-05-17T11:51:57.133Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageTagInvalidSourceImageName [2022-05-17T11:51:57.133Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageTagHexSource [2022-05-17T11:51:57.133Z] --- PASS: TestImageTagHexSource (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestImageTag [2022-05-17T11:51:57.133Z] --- PASS: TestImageTag (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestInfoServerError [2022-05-17T11:51:57.133Z] --- PASS: TestInfoServerError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestInfoInvalidResponseJSONError [2022-05-17T11:51:57.133Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestInfo [2022-05-17T11:51:57.133Z] --- PASS: TestInfo (0.00s) [2022-05-17T11:51:57.133Z] === RUN TestNetworkConnectError [2022-05-17T11:51:57.133Z] --- PASS: TestNetworkConnectError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkConnect [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkConnect (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkCreateError [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkCreateError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkCreate [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkCreate (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkDisconnectError [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkDisconnect [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkInspect [2022-05-17T11:51:57.134Z] === RUN TestNetworkInspect/empty_ID [2022-05-17T11:51:57.134Z] === RUN TestNetworkInspect/no_options [2022-05-17T11:51:57.134Z] === RUN TestNetworkInspect/verbose [2022-05-17T11:51:57.134Z] === RUN TestNetworkInspect/global_scope [2022-05-17T11:51:57.134Z] === RUN TestNetworkInspect/unknown_network [2022-05-17T11:51:57.134Z] === RUN TestNetworkInspect/server_error [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkInspect (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkListError [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkListError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkList [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkList (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworksPruneError [2022-05-17T11:51:57.134Z] --- PASS: TestNetworksPruneError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworksPrune [2022-05-17T11:51:57.134Z] --- PASS: TestNetworksPrune (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkRemoveError [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNetworkRemove [2022-05-17T11:51:57.134Z] --- PASS: TestNetworkRemove (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeInspectError [2022-05-17T11:51:57.134Z] --- PASS: TestNodeInspectError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeInspectNodeNotFound [2022-05-17T11:51:57.134Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeInspectWithEmptyID [2022-05-17T11:51:57.134Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeInspect [2022-05-17T11:51:57.134Z] --- PASS: TestNodeInspect (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeListError [2022-05-17T11:51:57.134Z] --- PASS: TestNodeListError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeList [2022-05-17T11:51:57.134Z] --- PASS: TestNodeList (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeRemoveError [2022-05-17T11:51:57.134Z] --- PASS: TestNodeRemoveError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeRemove [2022-05-17T11:51:57.134Z] --- PASS: TestNodeRemove (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeUpdateError [2022-05-17T11:51:57.134Z] --- PASS: TestNodeUpdateError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestNodeUpdate [2022-05-17T11:51:57.134Z] --- PASS: TestNodeUpdate (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestOptionWithHostFromEnv [2022-05-17T11:51:57.134Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestOptionWithTimeout [2022-05-17T11:51:57.134Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestOptionWithVersionFromEnv [2022-05-17T11:51:57.134Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPingFail [2022-05-17T11:51:57.134Z] --- PASS: TestPingFail (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPingWithError [2022-05-17T11:51:57.134Z] 2022/05/17 11:51:56 RoundTripper returned a response & error; ignoring response [2022-05-17T11:51:57.134Z] 2022/05/17 11:51:56 RoundTripper returned a response & error; ignoring response [2022-05-17T11:51:57.134Z] --- PASS: TestPingWithError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPingSuccess [2022-05-17T11:51:57.134Z] --- PASS: TestPingSuccess (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPingHeadFallback [2022-05-17T11:51:57.134Z] === RUN TestPingHeadFallback/OK [2022-05-17T11:51:57.134Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-05-17T11:51:57.134Z] === RUN TestPingHeadFallback/Not_Found [2022-05-17T11:51:57.134Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-05-17T11:51:57.134Z] --- PASS: TestPingHeadFallback (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-05-17T11:51:57.134Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginDisableError [2022-05-17T11:51:57.134Z] --- PASS: TestPluginDisableError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginDisable [2022-05-17T11:51:57.134Z] --- PASS: TestPluginDisable (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginEnableError [2022-05-17T11:51:57.134Z] --- PASS: TestPluginEnableError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginEnable [2022-05-17T11:51:57.134Z] --- PASS: TestPluginEnable (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginInspectError [2022-05-17T11:51:57.134Z] --- PASS: TestPluginInspectError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginInspectWithEmptyID [2022-05-17T11:51:57.134Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginInspect [2022-05-17T11:51:57.134Z] --- PASS: TestPluginInspect (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginListError [2022-05-17T11:51:57.134Z] --- PASS: TestPluginListError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginList [2022-05-17T11:51:57.134Z] --- PASS: TestPluginList (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginPushError [2022-05-17T11:51:57.134Z] --- PASS: TestPluginPushError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginPush [2022-05-17T11:51:57.134Z] --- PASS: TestPluginPush (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginRemoveError [2022-05-17T11:51:57.134Z] --- PASS: TestPluginRemoveError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginRemove [2022-05-17T11:51:57.134Z] --- PASS: TestPluginRemove (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginSetError [2022-05-17T11:51:57.134Z] --- PASS: TestPluginSetError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPluginSet [2022-05-17T11:51:57.134Z] --- PASS: TestPluginSet (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSetHostHeader [2022-05-17T11:51:57.134Z] --- PASS: TestSetHostHeader (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestPlainTextError [2022-05-17T11:51:57.134Z] --- PASS: TestPlainTextError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestInfiniteError [2022-05-17T11:51:57.134Z] --- PASS: TestInfiniteError (0.01s) [2022-05-17T11:51:57.134Z] === RUN TestCanceledContext [2022-05-17T11:51:57.134Z] 2022/05/17 11:51:56 RoundTripper returned a response & error; ignoring response [2022-05-17T11:51:57.134Z] --- PASS: TestCanceledContext (0.01s) [2022-05-17T11:51:57.134Z] === RUN TestDeadlineExceededContext [2022-05-17T11:51:57.134Z] 2022/05/17 11:51:56 RoundTripper returned a response & error; ignoring response [2022-05-17T11:51:57.134Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretCreateUnsupported [2022-05-17T11:51:57.134Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretCreateError [2022-05-17T11:51:57.134Z] --- PASS: TestSecretCreateError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretCreate [2022-05-17T11:51:57.134Z] --- PASS: TestSecretCreate (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretInspectUnsupported [2022-05-17T11:51:57.134Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretInspectError [2022-05-17T11:51:57.134Z] --- PASS: TestSecretInspectError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretInspectSecretNotFound [2022-05-17T11:51:57.134Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretInspectWithEmptyID [2022-05-17T11:51:57.134Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretInspect [2022-05-17T11:51:57.134Z] --- PASS: TestSecretInspect (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretListUnsupported [2022-05-17T11:51:57.134Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretListError [2022-05-17T11:51:57.134Z] --- PASS: TestSecretListError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretList [2022-05-17T11:51:57.134Z] --- PASS: TestSecretList (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretRemoveUnsupported [2022-05-17T11:51:57.134Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretRemoveError [2022-05-17T11:51:57.134Z] --- PASS: TestSecretRemoveError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretRemove [2022-05-17T11:51:57.134Z] --- PASS: TestSecretRemove (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretUpdateUnsupported [2022-05-17T11:51:57.134Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretUpdateError [2022-05-17T11:51:57.134Z] --- PASS: TestSecretUpdateError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSecretUpdate [2022-05-17T11:51:57.134Z] --- PASS: TestSecretUpdate (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceCreateError [2022-05-17T11:51:57.134Z] --- PASS: TestServiceCreateError (0.01s) [2022-05-17T11:51:57.134Z] === RUN TestServiceCreate [2022-05-17T11:51:57.134Z] --- PASS: TestServiceCreate (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceCreateCompatiblePlatforms [2022-05-17T11:51:57.134Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceCreateDigestPinning [2022-05-17T11:51:57.134Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceInspectError [2022-05-17T11:51:57.134Z] --- PASS: TestServiceInspectError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceInspectServiceNotFound [2022-05-17T11:51:57.134Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceInspectWithEmptyID [2022-05-17T11:51:57.134Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceInspect [2022-05-17T11:51:57.134Z] --- PASS: TestServiceInspect (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceListError [2022-05-17T11:51:57.134Z] --- PASS: TestServiceListError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceList [2022-05-17T11:51:57.134Z] --- PASS: TestServiceList (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceLogsError [2022-05-17T11:51:57.134Z] --- PASS: TestServiceLogsError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceLogs [2022-05-17T11:51:57.134Z] --- PASS: TestServiceLogs (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceRemoveError [2022-05-17T11:51:57.134Z] --- PASS: TestServiceRemoveError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceRemoveNotFoundError [2022-05-17T11:51:57.134Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceRemove [2022-05-17T11:51:57.134Z] --- PASS: TestServiceRemove (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceUpdateError [2022-05-17T11:51:57.134Z] --- PASS: TestServiceUpdateError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestServiceUpdate [2022-05-17T11:51:57.134Z] --- PASS: TestServiceUpdate (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmGetUnlockKeyError [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmGetUnlockKey [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmInitError [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmInitError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmInit [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmInit (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmInspectError [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmInspectError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmInspect [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmInspect (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmJoinError [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmJoinError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmJoin [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmJoin (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmLeaveError [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmLeave [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmLeave (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmUnlockError [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmUnlock [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmUnlock (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmUpdateError [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestSwarmUpdate [2022-05-17T11:51:57.134Z] --- PASS: TestSwarmUpdate (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestTaskInspectError [2022-05-17T11:51:57.134Z] --- PASS: TestTaskInspectError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestTaskInspectWithEmptyID [2022-05-17T11:51:57.134Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestTaskInspect [2022-05-17T11:51:57.134Z] --- PASS: TestTaskInspect (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestTaskListError [2022-05-17T11:51:57.134Z] --- PASS: TestTaskListError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestTaskList [2022-05-17T11:51:57.134Z] --- PASS: TestTaskList (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeCreateError [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeCreateError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeCreate [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeCreate (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeInspectError [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeInspectError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeInspectNotFound [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeInspectWithEmptyID [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeInspect [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeInspect (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeListError [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeListError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeList [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeList (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeRemoveError [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeRemove [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeRemove (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeUpdateError [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeUpdateError (0.00s) [2022-05-17T11:51:57.134Z] === RUN TestVolumeUpdate [2022-05-17T11:51:57.134Z] --- PASS: TestVolumeUpdate (0.00s) [2022-05-17T11:51:57.134Z] === CONT TestTLSCloseWriter [2022-05-17T11:51:57.134Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-05-17T11:51:57.134Z] PASS [2022-05-17T11:51:57.134Z] coverage: 75.1% of statements [2022-05-17T11:51:57.134Z] ok github.com/docker/docker/client 0.558s coverage: 75.1% of statements [2022-05-17T11:51:57.999Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-17T11:51:58.290Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:51:58.290Z] INFO: Testing against a local daemon [2022-05-17T11:51:58.290Z] === RUN TestCommitInheritsEnv [2022-05-17T11:51:58.290Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:51:58.290Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-17T11:51:58.290Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-17T11:51:58.290Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T11:51:58.290Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-17T11:51:58.290Z] === RUN TestImportWithCustomPlatform [2022-05-17T11:51:58.290Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T11:51:58.290Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-17T11:51:58.290Z] === RUN TestImagesFilterMultiReference [2022-05-17T11:51:58.290Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-05-17T11:51:58.290Z] === RUN TestImagePullPlatformInvalid [2022-05-17T11:51:58.290Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-05-17T11:51:58.290Z] === RUN TestRemoveImageOrphaning [2022-05-17T11:51:58.566Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.37s) [2022-05-17T11:51:58.566Z] === RUN TestAuthZPluginV2Disable [2022-05-17T11:51:58.825Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-17T11:51:59.283Z] --- PASS: TestRemoveImageOrphaning (1.24s) [2022-05-17T11:51:59.284Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-17T11:51:59.284Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2022-05-17T11:51:59.284Z] === RUN TestTagInvalidReference [2022-05-17T11:51:59.284Z] --- PASS: TestTagInvalidReference (0.05s) [2022-05-17T11:51:59.284Z] === RUN TestTagValidPrefixedRepo [2022-05-17T11:51:59.284Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-05-17T11:51:59.284Z] === RUN TestTagExistedNameWithoutForce [2022-05-17T11:51:59.284Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-05-17T11:51:59.284Z] === RUN TestTagOfficialNames [2022-05-17T11:51:59.752Z] --- PASS: TestTagOfficialNames (0.11s) [2022-05-17T11:51:59.752Z] === RUN TestTagMatchesDigest [2022-05-17T11:51:59.752Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-05-17T11:51:59.752Z] PASS [2022-05-17T11:51:59.752Z] ok github.com/docker/docker/integration/image 1.884s [2022-05-17T11:51:59.752Z] [2022-05-17T11:51:59.752Z] === Skipped [2022-05-17T11:51:59.752Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-17T11:51:59.752Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:51:59.752Z] [2022-05-17T11:51:59.752Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-17T11:51:59.752Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T11:51:59.752Z] [2022-05-17T11:51:59.752Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-17T11:51:59.752Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T11:51:59.752Z] [2022-05-17T11:51:59.752Z] DONE 12 tests, 3 skipped in 6.317s [2022-05-17T11:51:59.752Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-17T11:51:59.777Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-17T11:52:00.042Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-17T11:52:00.608Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-17T11:52:01.542Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-17T11:52:02.108Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-17T11:52:02.211Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:02.211Z] INFO: Testing against a local daemon [2022-05-17T11:52:02.211Z] === RUN TestNetworkCreateDelete [2022-05-17T11:52:02.211Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:02.211Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-17T11:52:02.211Z] === RUN TestDockerNetworkDeletePreferID [2022-05-17T11:52:02.211Z] 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-17T11:52:02.211Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-17T11:52:02.211Z] === RUN TestDaemonDNSFallback [2022-05-17T11:52:02.211Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:02.211Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-17T11:52:02.211Z] === RUN TestInspectNetwork [2022-05-17T11:52:02.211Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-17T11:52:02.212Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestRunContainerWithBridgeNone [2022-05-17T11:52:02.212Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:02.212Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-17T11:52:02.212Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:52:02.212Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:52:02.212Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:52:02.212Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-17T11:52:02.212Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:52:02.212Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-17T11:52:02.212Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestNetworkList [2022-05-17T11:52:02.212Z] === RUN TestNetworkList//networks [2022-05-17T11:52:02.212Z] === PAUSE TestNetworkList//networks [2022-05-17T11:52:02.212Z] === RUN TestNetworkList//networks/ [2022-05-17T11:52:02.212Z] === PAUSE TestNetworkList//networks/ [2022-05-17T11:52:02.212Z] === CONT TestNetworkList//networks [2022-05-17T11:52:02.212Z] === CONT TestNetworkList//networks/ [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkList (0.05s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-17T11:52:02.212Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestHostIPv4BridgeLabel [2022-05-17T11:52:02.212Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-17T11:52:02.212Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestDaemonDefaultNetworkPools [2022-05-17T11:52:02.212Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-17T11:52:02.212Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-17T11:52:02.212Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-17T11:52:02.212Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestServiceWithPredefinedNetwork [2022-05-17T11:52:02.212Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-17T11:52:02.212Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:52:02.212Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestServiceWithDataPathPortInit [2022-05-17T11:52:02.212Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-17T11:52:02.212Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-17T11:52:02.212Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-17T11:52:02.212Z] PASS [2022-05-17T11:52:02.212Z] ok github.com/docker/docker/integration/network 0.192s [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === Skipped [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-17T11:52:02.212Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-17T11:52:02.212Z] 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-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-17T11:52:02.212Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-17T11:52:02.212Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-17T11:52:02.212Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-17T11:52:02.212Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-17T11:52:02.212Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-17T11:52:02.212Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-17T11:52:02.212Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-17T11:52:02.212Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-17T11:52:02.212Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-17T11:52:02.212Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:52:02.212Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-17T11:52:02.212Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-17T11:52:02.212Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-17T11:52:02.212Z] [2022-05-17T11:52:02.212Z] DONE 34 tests, 15 skipped in 2.415s [2022-05-17T11:52:02.212Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-17T11:52:02.366Z] --- PASS: TestAuthZPluginV2Disable (3.81s) [2022-05-17T11:52:02.366Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-17T11:52:02.931Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-17T11:52:03.166Z] testing: warning: no tests to run [2022-05-17T11:52:03.166Z] PASS [2022-05-17T11:52:03.166Z] ok github.com/docker/docker/integration/network/ipvlan 0.075s [2022-05-17T11:52:03.166Z] [2022-05-17T11:52:03.166Z] DONE 0 tests in 0.818s [2022-05-17T11:52:03.166Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-17T11:52:04.116Z] testing: warning: no tests to run [2022-05-17T11:52:04.116Z] PASS [2022-05-17T11:52:04.116Z] ok github.com/docker/docker/integration/network/macvlan 0.081s [2022-05-17T11:52:04.116Z] [2022-05-17T11:52:04.116Z] DONE 0 tests in 0.845s [2022-05-17T11:52:04.116Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-17T11:52:05.066Z] testing: warning: no tests to run [2022-05-17T11:52:05.066Z] PASS [2022-05-17T11:52:05.066Z] ok github.com/docker/docker/integration/plugin 0.088s [2022-05-17T11:52:05.066Z] [2022-05-17T11:52:05.066Z] DONE 0 tests in 0.828s [2022-05-17T11:52:05.066Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-17T11:52:06.016Z] testing: warning: no tests to run [2022-05-17T11:52:06.016Z] PASS [2022-05-17T11:52:06.016Z] ok github.com/docker/docker/integration/plugin/authz 0.082s [2022-05-17T11:52:06.016Z] [2022-05-17T11:52:06.016Z] DONE 0 tests in 0.829s [2022-05-17T11:52:06.016Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-17T11:52:06.214Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-17T11:52:06.214Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-17T11:52:06.214Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.57s) [2022-05-17T11:52:06.214Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-17T11:52:06.214Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-17T11:52:06.214Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-17T11:52:06.214Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-17T11:52:06.471Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-17T11:52:07.039Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-17T11:52:07.039Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-17T11:52:07.605Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-17T11:52:11.830Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:11.830Z] INFO: Testing against a local daemon [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:52:11.830Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:52:11.830Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-17T11:52:11.830Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-17T11:52:11.830Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-17T11:52:11.830Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-17T11:52:11.830Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-17T11:52:11.830Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON (0.09s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.01s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.02s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.01s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.02s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.01s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.01s) [2022-05-17T11:52:11.830Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-17T11:52:11.830Z] === RUN TestPluginInstall [2022-05-17T11:52:11.830Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-17T11:52:11.830Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-17T11:52:11.830Z] === RUN TestPluginsWithRuntimes [2022-05-17T11:52:11.830Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-17T11:52:11.830Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-17T11:52:11.830Z] === RUN TestPluginBackCompatMediaTypes [2022-05-17T11:52:11.830Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-17T11:52:11.830Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-17T11:52:11.830Z] PASS [2022-05-17T11:52:11.830Z] ok github.com/docker/docker/integration/plugin/common 0.185s [2022-05-17T11:52:11.830Z] [2022-05-17T11:52:11.830Z] === Skipped [2022-05-17T11:52:11.830Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-17T11:52:11.830Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-17T11:52:11.830Z] [2022-05-17T11:52:11.830Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-17T11:52:11.830Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-17T11:52:11.830Z] [2022-05-17T11:52:11.830Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-17T11:52:11.830Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-17T11:52:11.830Z] [2022-05-17T11:52:11.830Z] DONE 19 tests, 3 skipped in 5.684s [2022-05-17T11:52:11.830Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-17T11:52:12.877Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-17T11:52:13.135Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-17T11:52:14.510Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-17T11:52:14.769Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-17T11:52:14.778Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:14.778Z] INFO: Testing against a local daemon [2022-05-17T11:52:14.778Z] === RUN TestExternalGraphDriver [2022-05-17T11:52:14.778Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-17T11:52:14.778Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-17T11:52:14.778Z] === RUN TestGraphdriverPluginV2 [2022-05-17T11:52:14.778Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-17T11:52:14.778Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-17T11:52:14.778Z] PASS [2022-05-17T11:52:14.778Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.116s [2022-05-17T11:52:14.778Z] [2022-05-17T11:52:14.778Z] === Skipped [2022-05-17T11:52:14.778Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-17T11:52:14.778Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-17T11:52:14.778Z] [2022-05-17T11:52:14.778Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-17T11:52:14.778Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-17T11:52:14.778Z] [2022-05-17T11:52:14.778Z] DONE 2 tests, 2 skipped in 2.650s [2022-05-17T11:52:14.778Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-17T11:52:15.335Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-17T11:52:16.269Z] === RUN TestDockerSuite/TestBuildUser [2022-05-17T11:52:16.834Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-05-17T11:52:17.757Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:17.757Z] INFO: Testing against a local daemon [2022-05-17T11:52:17.757Z] === RUN TestReadPluginNoRead [2022-05-17T11:52:17.757Z] read_test.go:21: no unix domain sockets on Windows [2022-05-17T11:52:17.757Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-17T11:52:17.757Z] PASS [2022-05-17T11:52:17.757Z] ok github.com/docker/docker/integration/plugin/logging 0.119s [2022-05-17T11:52:17.757Z] [2022-05-17T11:52:17.757Z] === Skipped [2022-05-17T11:52:17.757Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-17T11:52:17.757Z] read_test.go:21: no unix domain sockets on Windows [2022-05-17T11:52:17.757Z] [2022-05-17T11:52:17.757Z] DONE 1 tests, 1 skipped in 2.635s [2022-05-17T11:52:17.757Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-17T11:52:17.766Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.79s) [2022-05-17T11:52:17.766Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-17T11:52:18.024Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-17T11:52:18.752Z] testing: warning: no tests to run [2022-05-17T11:52:18.752Z] PASS [2022-05-17T11:52:18.752Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.103s [2022-05-17T11:52:18.752Z] [2022-05-17T11:52:18.752Z] DONE 0 tests in 1.338s [2022-05-17T11:52:19.227Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-17T11:52:20.580Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-17T11:52:21.444Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:21.444Z] INFO: Testing against a local daemon [2022-05-17T11:52:21.444Z] === RUN TestPluginWithDevMounts [2022-05-17T11:52:21.444Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:21.444Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-17T11:52:21.444Z] PASS [2022-05-17T11:52:21.444Z] ok github.com/docker/docker/integration/plugin/volumes 0.124s [2022-05-17T11:52:21.444Z] [2022-05-17T11:52:21.444Z] === Skipped [2022-05-17T11:52:21.444Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-17T11:52:21.444Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:21.444Z] [2022-05-17T11:52:21.444Z] DONE 1 tests, 1 skipped in 2.568s [2022-05-17T11:52:21.905Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-17T11:52:24.073Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:24.073Z] INFO: Testing against a local daemon [2022-05-17T11:52:24.073Z] === RUN TestSecretInspect [2022-05-17T11:52:24.073Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-17T11:52:24.073Z] === RUN TestSecretList [2022-05-17T11:52:24.073Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] --- SKIP: TestSecretList (0.00s) [2022-05-17T11:52:24.073Z] === RUN TestSecretsCreateAndDelete [2022-05-17T11:52:24.073Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-17T11:52:24.073Z] === RUN TestSecretsUpdate [2022-05-17T11:52:24.073Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-17T11:52:24.073Z] === RUN TestTemplatedSecret [2022-05-17T11:52:24.073Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-17T11:52:24.073Z] === RUN TestSecretCreateResolve [2022-05-17T11:52:24.073Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:24.073Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-17T11:52:24.073Z] PASS [2022-05-17T11:52:24.073Z] ok github.com/docker/docker/integration/secret 0.102s [2022-05-17T11:52:24.073Z] [2022-05-17T11:52:24.073Z] === Skipped [2022-05-17T11:52:24.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-17T11:52:24.073Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] [2022-05-17T11:52:24.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-17T11:52:24.073Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] [2022-05-17T11:52:24.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-17T11:52:24.073Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] [2022-05-17T11:52:24.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-17T11:52:24.073Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] [2022-05-17T11:52:24.073Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-17T11:52:24.073Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:24.073Z] [2022-05-17T11:52:24.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-17T11:52:24.073Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:24.073Z] [2022-05-17T11:52:24.073Z] DONE 6 tests, 6 skipped in 1.999s [2022-05-17T11:52:24.073Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-17T11:52:26.986Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:26.986Z] INFO: Testing against a local daemon [2022-05-17T11:52:26.986Z] === RUN TestServiceCreateInit [2022-05-17T11:52:26.986Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-17T11:52:26.986Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-17T11:52:26.986Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- PASS: TestServiceCreateInit (0.06s) [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestCreateServiceMultipleTimes [2022-05-17T11:52:26.986Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestCreateServiceConflict [2022-05-17T11:52:26.986Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestCreateServiceMaxReplicas [2022-05-17T11:52:26.986Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-17T11:52:26.986Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-17T11:52:26.986Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestCreateServiceSecretFileMode [2022-05-17T11:52:26.986Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestCreateServiceConfigFileMode [2022-05-17T11:52:26.986Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestCreateServiceSysctls [2022-05-17T11:52:26.986Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-05-17T11:52:26.986Z] === RUN TestCreateServiceCapabilities [2022-05-17T11:52:26.986Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-05-17T11:52:26.986Z] === RUN TestInspect [2022-05-17T11:52:26.986Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestInspect (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestCreateJob [2022-05-17T11:52:26.986Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestCreateJob (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestReplicatedJob [2022-05-17T11:52:26.986Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestUpdateReplicatedJob [2022-05-17T11:52:26.986Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestServiceListWithStatuses [2022-05-17T11:52:26.986Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestDockerNetworkConnectAlias [2022-05-17T11:52:26.986Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestDockerNetworkReConnect [2022-05-17T11:52:26.986Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestServicePlugin [2022-05-17T11:52:26.986Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestServiceUpdateLabel [2022-05-17T11:52:26.986Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestServiceUpdateSecrets [2022-05-17T11:52:26.986Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestServiceUpdateConfigs [2022-05-17T11:52:26.986Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestServiceUpdateNetwork [2022-05-17T11:52:26.986Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-17T11:52:26.986Z] === RUN TestServiceUpdatePidsLimit [2022-05-17T11:52:26.986Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-17T11:52:26.986Z] PASS [2022-05-17T11:52:26.986Z] ok github.com/docker/docker/integration/service 0.302s [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === Skipped [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T11:52:26.986Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T11:52:26.986Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-17T11:52:26.986Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-17T11:52:26.986Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-17T11:52:26.986Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-17T11:52:26.986Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-17T11:52:26.986Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-17T11:52:26.986Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-05-17T11:52:26.986Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-05-17T11:52:26.986Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-17T11:52:26.986Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-17T11:52:26.986Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-17T11:52:26.986Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-17T11:52:26.986Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-17T11:52:26.986Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-17T11:52:26.986Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-17T11:52:26.986Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-17T11:52:26.986Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-17T11:52:26.986Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-17T11:52:26.986Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-17T11:52:26.986Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-17T11:52:26.986Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-17T11:52:26.986Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:52:26.986Z] [2022-05-17T11:52:26.986Z] DONE 24 tests, 23 skipped in 3.223s [2022-05-17T11:52:27.286Z] --- PASS: TestCheckoutGit (46.14s) [2022-05-17T11:52:27.286Z] === RUN TestValidGitTransport [2022-05-17T11:52:27.286Z] --- PASS: TestValidGitTransport (0.00s) [2022-05-17T11:52:27.286Z] === RUN TestGitInvalidRef [2022-05-17T11:52:27.286Z] --- PASS: TestGitInvalidRef (0.30s) [2022-05-17T11:52:27.286Z] PASS [2022-05-17T11:52:27.286Z] coverage: 86.3% of statements [2022-05-17T11:52:27.286Z] ok github.com/docker/docker/builder/remotecontext/git 46.549s coverage: 86.3% of statements [2022-05-17T11:52:27.286Z] ? github.com/docker/docker/cli [no test files] [2022-05-17T11:52:27.286Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-17T11:52:27.286Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-17T11:52:27.286Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-17T11:52:27.446Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-17T11:52:28.688Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-05-17T11:52:28.975Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:28.975Z] INFO: Testing against a local daemon [2022-05-17T11:52:28.975Z] === RUN TestSessionCreate [2022-05-17T11:52:28.975Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-17T11:52:28.975Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-17T11:52:28.975Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-17T11:52:28.975Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-17T11:52:28.975Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-17T11:52:28.975Z] PASS [2022-05-17T11:52:28.975Z] ok github.com/docker/docker/integration/session 0.101s [2022-05-17T11:52:29.431Z] [2022-05-17T11:52:29.431Z] === Skipped [2022-05-17T11:52:29.431Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-17T11:52:29.431Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-17T11:52:29.431Z] [2022-05-17T11:52:29.431Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-17T11:52:29.431Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-17T11:52:29.431Z] [2022-05-17T11:52:29.431Z] DONE 2 tests, 2 skipped in 1.945s [2022-05-17T11:52:29.431Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-17T11:52:29.622Z] docker_api_swarm_test.go:272: [d103f84623437] joining swarm manager [de6ce908c9fad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:52:30.997Z] docker_api_swarm_test.go:273: [db72b612c16a1] joining swarm manager [de6ce908c9fad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:52:30.998Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-17T11:52:31.609Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:31.609Z] INFO: Testing against a local daemon [2022-05-17T11:52:31.609Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-17T11:52:31.609Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:31.609Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:52:31.609Z] === RUN TestDiskUsage [2022-05-17T11:52:31.609Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-17T11:52:31.609Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-17T11:52:31.609Z] === RUN TestEventsExecDie [2022-05-17T11:52:31.609Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-17T11:52:31.609Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-17T11:52:31.609Z] === RUN TestEventsBackwardsCompatible [2022-05-17T11:52:31.609Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-17T11:52:31.609Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-17T11:52:31.609Z] === RUN TestEventsVolumeCreate [2022-05-17T11:52:31.609Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-17T11:52:31.609Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-17T11:52:31.609Z] === RUN TestInfoAPI [2022-05-17T11:52:31.609Z] --- PASS: TestInfoAPI (0.06s) [2022-05-17T11:52:31.609Z] === RUN TestInfoAPIWarnings [2022-05-17T11:52:31.609Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:52:31.609Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-17T11:52:31.609Z] === RUN TestInfoDebug [2022-05-17T11:52:31.609Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:52:31.609Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-17T11:52:31.609Z] === RUN TestInfoInsecureRegistries [2022-05-17T11:52:31.609Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:52:31.609Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-17T11:52:31.609Z] === RUN TestInfoRegistryMirrors [2022-05-17T11:52:31.609Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:52:31.609Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-17T11:52:31.609Z] === RUN TestLoginFailsWithBadCredentials [2022-05-17T11:52:31.931Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-17T11:52:31.931Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-17T11:52:32.498Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-17T11:52:32.639Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2022-05-17T11:52:32.639Z] === RUN TestPingCacheHeaders [2022-05-17T11:52:32.639Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-05-17T11:52:32.639Z] === RUN TestPingGet [2022-05-17T11:52:32.639Z] --- PASS: TestPingGet (0.08s) [2022-05-17T11:52:32.639Z] === RUN TestPingHead [2022-05-17T11:52:33.097Z] --- PASS: TestPingHead (0.08s) [2022-05-17T11:52:33.097Z] === RUN TestPingSwarmHeader [2022-05-17T11:52:33.097Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:33.097Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-17T11:52:33.097Z] === RUN TestVersion [2022-05-17T11:52:33.097Z] --- PASS: TestVersion (0.07s) [2022-05-17T11:52:33.097Z] PASS [2022-05-17T11:52:33.097Z] ok github.com/docker/docker/integration/system 1.393s [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === Skipped [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:52:33.097Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-17T11:52:33.097Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-17T11:52:33.097Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-17T11:52:33.097Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-17T11:52:33.097Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-17T11:52:33.097Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-17T11:52:33.097Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-17T11:52:33.097Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-17T11:52:33.097Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-17T11:52:33.097Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:52:33.097Z] [2022-05-17T11:52:33.097Z] DONE 16 tests, 10 skipped in 3.714s [2022-05-17T11:52:33.097Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-17T11:52:33.433Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-17T11:52:34.367Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-17T11:52:34.367Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-17T11:52:34.367Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-17T11:52:34.367Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-17T11:52:34.367Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-17T11:52:34.367Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-17T11:52:34.367Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-17T11:52:34.367Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-17T11:52:34.367Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-17T11:52:34.367Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-05-17T11:52:34.367Z] PASS [2022-05-17T11:52:34.367Z] [2022-05-17T11:52:34.367Z] DONE 17 tests in 51.175s [2022-05-17T11:52:34.367Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-17T11:52:34.367Z] ++ 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-17T11:52:34.367Z] ++ set -e [2022-05-17T11:52:34.367Z] ++ '[' -n 0 ']' [2022-05-17T11:52:34.367Z] ++ set -x [2022-05-17T11:52:34.367Z] ++ 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-17T11:52:34.625Z] INFO: Testing against a local daemon [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:52:34.626Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:52:34.626Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-17T11:52:34.626Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-17T11:52:34.626Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-17T11:52:34.626Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-17T11:52:34.626Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-17T11:52:34.626Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-17T11:52:34.626Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-17T11:52:34.626Z] === RUN TestPluginInstall [2022-05-17T11:52:34.626Z] === RUN TestPluginInstall/no_auth [2022-05-17T11:52:35.272Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:35.272Z] INFO: Testing against a local daemon [2022-05-17T11:52:35.272Z] === RUN TestVolumesCreateAndList [2022-05-17T11:52:35.272Z] --- PASS: TestVolumesCreateAndList (0.08s) [2022-05-17T11:52:35.272Z] === RUN TestVolumesRemove [2022-05-17T11:52:35.272Z] --- PASS: TestVolumesRemove (0.19s) [2022-05-17T11:52:35.272Z] === RUN TestVolumesInspect [2022-05-17T11:52:35.562Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-17T11:52:35.562Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-17T11:52:35.730Z] --- PASS: TestVolumesInspect (0.06s) [2022-05-17T11:52:35.730Z] === RUN TestVolumesInvalidJSON [2022-05-17T11:52:35.730Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-17T11:52:35.730Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-17T11:52:35.730Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-17T11:52:35.730Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-17T11:52:35.730Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-17T11:52:35.730Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-17T11:52:35.730Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-17T11:52:35.730Z] --- PASS: TestVolumesInvalidJSON (0.06s) [2022-05-17T11:52:35.730Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-17T11:52:35.730Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-17T11:52:35.730Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-17T11:52:35.730Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-17T11:52:35.730Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-17T11:52:35.730Z] PASS [2022-05-17T11:52:35.730Z] ok github.com/docker/docker/integration/volume 0.458s [2022-05-17T11:52:35.730Z] [2022-05-17T11:52:35.730Z] DONE 9 tests in 2.470s [2022-05-17T11:52:35.730Z] INFO: make.ps1 ended at 05/17/2022 11:52:35 [2022-05-17T11:52:35.730Z] INFO: Integration CLI tests being run from the host: [2022-05-17T11:52:35.730Z] 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-17T11:52:35.974Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-05-17T11:52:35.974Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestConfigureDaemonLogs [2022-05-17T11:52:35.974Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestCommonOptionsInstallFlags [2022-05-17T11:52:35.974Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-05-17T11:52:35.974Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-05-17T11:52:35.974Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-05-17T11:52:35.974Z] PASS [2022-05-17T11:52:35.974Z] coverage: 19.7% of statements [2022-05-17T11:52:35.974Z] ok github.com/docker/docker/cmd/dockerd 0.310s coverage: 19.7% of statements [2022-05-17T11:52:35.974Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-05-17T11:52:35.974Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-17T11:52:36.129Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-17T11:52:36.695Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-17T11:52:37.542Z] === RUN TestContainerStopSignal [2022-05-17T11:52:37.542Z] --- PASS: TestContainerStopSignal (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestContainerStopTimeout [2022-05-17T11:52:37.542Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestContainerSecretReferenceDestTarget [2022-05-17T11:52:37.542Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-05-17T11:52:37.542Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-05-17T11:52:37.542Z] === RUN TestContainerLogPathSetForRingLogger [2022-05-17T11:52:37.542Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestReplaceAndAppendEnvVars [2022-05-17T11:52:37.542Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-05-17T11:52:37.542Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestNewMemoryStore [2022-05-17T11:52:37.542Z] --- PASS: TestNewMemoryStore (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestAddContainers [2022-05-17T11:52:37.542Z] --- PASS: TestAddContainers (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestGetContainer [2022-05-17T11:52:37.542Z] --- PASS: TestGetContainer (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestDeleteContainer [2022-05-17T11:52:37.542Z] --- PASS: TestDeleteContainer (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestListContainers [2022-05-17T11:52:37.542Z] --- PASS: TestListContainers (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestFirstContainer [2022-05-17T11:52:37.542Z] --- PASS: TestFirstContainer (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestApplyAllContainer [2022-05-17T11:52:37.542Z] --- PASS: TestApplyAllContainer (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestIsValidHealthString [2022-05-17T11:52:37.542Z] --- PASS: TestIsValidHealthString (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestStateRunStop [2022-05-17T11:52:37.542Z] --- PASS: TestStateRunStop (0.00s) [2022-05-17T11:52:37.542Z] === RUN TestStateTimeoutWait [2022-05-17T11:52:37.630Z] time="2022-05-17T11:52:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:52:37.630Z] time="2022-05-17T11:52:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3ba6cdbf8603becb9cb0b39ed02a0143a424524cc2dd15fe38aea8c2b5c52e35" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:52:37.630Z] time="2022-05-17T11:52:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:52:37.630Z] time="2022-05-17T11:52:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3ba6cdbf8603becb9cb0b39ed02a0143a424524cc2dd15fe38aea8c2b5c52e35" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:52:37.630Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-17T11:52:37.630Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-17T11:52:37.630Z] === RUN TestPluginInstall/with_htpasswd [2022-05-17T11:52:38.012Z] state_test.go:141: Stop callback fired [2022-05-17T11:52:38.012Z] state_test.go:165: Stop callback fired [2022-05-17T11:52:38.012Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-05-17T11:52:38.012Z] === RUN TestIsValidStateString [2022-05-17T11:52:38.012Z] --- PASS: TestIsValidStateString (0.00s) [2022-05-17T11:52:38.012Z] === RUN TestViewSaveDelete [2022-05-17T11:52:38.012Z] --- PASS: TestViewSaveDelete (0.01s) [2022-05-17T11:52:38.012Z] === RUN TestViewAll [2022-05-17T11:52:38.012Z] --- PASS: TestViewAll (0.03s) [2022-05-17T11:52:38.012Z] === RUN TestViewGet [2022-05-17T11:52:38.012Z] --- PASS: TestViewGet (0.01s) [2022-05-17T11:52:38.012Z] === RUN TestNames [2022-05-17T11:52:38.012Z] --- PASS: TestNames (0.00s) [2022-05-17T11:52:38.012Z] === RUN TestViewWithHealthCheck [2022-05-17T11:52:38.012Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-05-17T11:52:38.012Z] PASS [2022-05-17T11:52:38.012Z] coverage: 41.7% of statements [2022-05-17T11:52:38.012Z] ok github.com/docker/docker/container 0.302s coverage: 41.7% of statements [2022-05-17T11:52:38.012Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-17T11:52:38.012Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-17T11:52:38.012Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-17T11:52:38.012Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-17T11:52:38.196Z] time="2022-05-17T11:52:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:52:38.196Z] time="2022-05-17T11:52:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:09af8d96f266295404b707f1d80955ed361982fd1d3061f044fbe4c51acec056" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:52:38.196Z] time="2022-05-17T11:52:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:52:38.196Z] time="2022-05-17T11:52:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:09af8d96f266295404b707f1d80955ed361982fd1d3061f044fbe4c51acec056" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:52:38.764Z] === RUN TestPluginInstall/with_insecure [2022-05-17T11:52:38.999Z] === RUN TestPrepare [2022-05-17T11:52:38.999Z] --- PASS: TestPrepare (0.00s) [2022-05-17T11:52:38.999Z] === RUN TestStart [2022-05-17T11:52:38.999Z] --- PASS: TestStart (0.00s) [2022-05-17T11:52:38.999Z] === RUN TestWaitCancel [2022-05-17T11:52:38.999Z] --- PASS: TestWaitCancel (0.00s) [2022-05-17T11:52:38.999Z] === RUN TestWaitDisabled [2022-05-17T11:52:38.999Z] --- PASS: TestWaitDisabled (0.00s) [2022-05-17T11:52:38.999Z] === RUN TestWaitEnabled [2022-05-17T11:52:38.999Z] --- PASS: TestWaitEnabled (0.00s) [2022-05-17T11:52:38.999Z] === RUN TestRemove [2022-05-17T11:52:38.999Z] --- PASS: TestRemove (0.00s) [2022-05-17T11:52:38.999Z] PASS [2022-05-17T11:52:38.999Z] coverage: 65.3% of statements [2022-05-17T11:52:38.999Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.071s coverage: 65.3% of statements [2022-05-17T11:52:39.699Z] time="2022-05-17T11:52:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:52:39.699Z] time="2022-05-17T11:52:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f3ffc2ea1046256ba499ff7e792a12cb3aa9338bd364bc3a0fcf1da699fa47b9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:52:39.699Z] time="2022-05-17T11:52:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-17T11:52:39.699Z] time="2022-05-17T11:52:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f3ffc2ea1046256ba499ff7e792a12cb3aa9338bd364bc3a0fcf1da699fa47b9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-17T11:52:39.959Z] plugin_test.go:195: [d4037eee5dea4] daemon is not started [2022-05-17T11:52:39.959Z] --- PASS: TestPluginInstall (5.25s) [2022-05-17T11:52:39.959Z] --- PASS: TestPluginInstall/no_auth (3.16s) [2022-05-17T11:52:39.959Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) [2022-05-17T11:52:39.959Z] --- PASS: TestPluginInstall/with_insecure (1.25s) [2022-05-17T11:52:39.959Z] === RUN TestPluginsWithRuntimes [2022-05-17T11:52:39.959Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-17T11:52:41.335Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-17T11:52:41.593Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-17T11:52:42.159Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-17T11:52:42.418Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-17T11:52:42.676Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-17T11:52:42.935Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-17T11:52:42.935Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-17T11:52:42.935Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-17T11:52:43.509Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-17T11:52:43.767Z] --- PASS: TestPluginsWithRuntimes (3.92s) [2022-05-17T11:52:43.767Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.03s) [2022-05-17T11:52:43.767Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.05s) [2022-05-17T11:52:43.767Z] === RUN TestPluginBackCompatMediaTypes [2022-05-17T11:52:43.833Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-05-17T11:52:43.833Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCIsolation [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCIsolation [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-05-17T11:52:43.833Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCConfigs [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCConfigs [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-05-17T11:52:43.833Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-05-17T11:52:43.833Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-05-17T11:52:43.834Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-05-17T11:52:43.834Z] === RUN TestTopologyFromGRPC [2022-05-17T11:52:43.834Z] --- PASS: TestTopologyFromGRPC (0.00s) [2022-05-17T11:52:43.834Z] === RUN TestCapacityRangeFromGRPC [2022-05-17T11:52:43.834Z] --- PASS: TestCapacityRangeFromGRPC (0.00s) [2022-05-17T11:52:43.834Z] === RUN TestVolumeAvailabilityFromGRPC [2022-05-17T11:52:43.834Z] === RUN TestVolumeAvailabilityFromGRPC/Active [2022-05-17T11:52:43.834Z] === RUN TestVolumeAvailabilityFromGRPC/Pause [2022-05-17T11:52:43.834Z] === RUN TestVolumeAvailabilityFromGRPC/Drain [2022-05-17T11:52:43.834Z] --- PASS: TestVolumeAvailabilityFromGRPC (0.00s) [2022-05-17T11:52:43.834Z] --- PASS: TestVolumeAvailabilityFromGRPC/Active (0.00s) [2022-05-17T11:52:43.834Z] --- PASS: TestVolumeAvailabilityFromGRPC/Pause (0.00s) [2022-05-17T11:52:43.834Z] --- PASS: TestVolumeAvailabilityFromGRPC/Drain (0.00s) [2022-05-17T11:52:43.834Z] === RUN TestAccessModeFromGRPC [2022-05-17T11:52:43.834Z] === RUN TestAccessModeFromGRPC/MountVolume [2022-05-17T11:52:43.834Z] === RUN TestAccessModeFromGRPC/BlockVolume [2022-05-17T11:52:43.834Z] --- PASS: TestAccessModeFromGRPC (0.00s) [2022-05-17T11:52:43.834Z] --- PASS: TestAccessModeFromGRPC/MountVolume (0.00s) [2022-05-17T11:52:43.834Z] --- PASS: TestAccessModeFromGRPC/BlockVolume (0.00s) [2022-05-17T11:52:43.834Z] === RUN TestVolumeCreateToGRPC [2022-05-17T11:52:43.834Z] --- PASS: TestVolumeCreateToGRPC (0.00s) [2022-05-17T11:52:43.834Z] PASS [2022-05-17T11:52:43.834Z] coverage: 36.9% of statements [2022-05-17T11:52:43.834Z] ok github.com/docker/docker/daemon/cluster/convert 0.668s coverage: 36.9% of statements [2022-05-17T11:52:43.834Z] === RUN TestNewListSecretsFilters [2022-05-17T11:52:43.834Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-05-17T11:52:43.834Z] === RUN TestNewListConfigsFilters [2022-05-17T11:52:43.834Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-05-17T11:52:43.834Z] PASS [2022-05-17T11:52:43.834Z] coverage: 0.5% of statements [2022-05-17T11:52:43.834Z] ok github.com/docker/docker/daemon/cluster 1.689s coverage: 0.5% of statements [2022-05-17T11:52:44.707Z] --- PASS: TestPluginBackCompatMediaTypes (0.78s) [2022-05-17T11:52:44.707Z] PASS [2022-05-17T11:52:44.707Z] [2022-05-17T11:52:44.707Z] DONE 24 tests in 10.147s [2022-05-17T11:52:44.707Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-17T11:52:44.707Z] ++ 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-17T11:52:44.707Z] ++ set -e [2022-05-17T11:52:44.707Z] ++ '[' -n 0 ']' [2022-05-17T11:52:44.707Z] ++ set -x [2022-05-17T11:52:44.707Z] ++ 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-17T11:52:44.707Z] INFO: Testing against a local daemon [2022-05-17T11:52:44.707Z] === RUN TestExternalGraphDriver [2022-05-17T11:52:44.707Z] === RUN TestExternalGraphDriver/json [2022-05-17T11:52:45.274Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-17T11:52:45.532Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-17T11:52:45.532Z] docker_cli_sni_test.go:18: Flakey test [2022-05-17T11:52:45.533Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-17T11:52:46.099Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-17T11:52:46.664Z] === RUN TestExternalGraphDriver/spec [2022-05-17T11:52:46.664Z] === RUN TestDockerSuite/TestCommitChange [2022-05-17T11:52:47.598Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-17T11:52:47.636Z] === RUN TestWaitNodeAttachment [2022-05-17T11:52:47.636Z] === RUN TestBuilderGC [2022-05-17T11:52:47.636Z] --- PASS: TestBuilderGC (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestDaemonConfigurationNotFound [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestDaemonBrokenConfiguration [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestFindConfigurationConflicts [2022-05-17T11:52:47.636Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-05-17T11:52:47.636Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestDaemonConfigurationMergeConflicts [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-05-17T11:52:47.636Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-05-17T11:52:47.636Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-05-17T11:52:47.636Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-05-17T11:52:47.636Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-05-17T11:52:47.636Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-05-17T11:52:47.636Z] === RUN TestValidateConfigurationErrors/with_invalid_log-level [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfigurationErrors/with_invalid_log-level (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_label [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_dns [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_dns-search [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_hosts [2022-05-17T11:52:47.636Z] === RUN TestValidateConfiguration/with_log-level_warn [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestValidateConfiguration/with_log-level_warn (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestReloadSetConfigFileNotExist [2022-05-17T11:52:47.636Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-05-17T11:52:47.636Z] === RUN TestIsolationConversion [2022-05-17T11:52:47.636Z] === RUN TestIsolationConversion/default [2022-05-17T11:52:47.636Z] === RUN TestIsolationConversion/process [2022-05-17T11:52:47.636Z] === RUN TestIsolationConversion/hyperv [2022-05-17T11:52:47.636Z] --- PASS: TestIsolationConversion (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestContainerLabels [2022-05-17T11:52:47.636Z] --- PASS: TestContainerLabels (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestCredentialSpecConversion [2022-05-17T11:52:47.636Z] === RUN TestCredentialSpecConversion/none [2022-05-17T11:52:47.636Z] === RUN TestCredentialSpecConversion/config [2022-05-17T11:52:47.636Z] === RUN TestCredentialSpecConversion/file [2022-05-17T11:52:47.636Z] === RUN TestCredentialSpecConversion/registry [2022-05-17T11:52:47.636Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-05-17T11:52:47.636Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestControllerValidateMountBind [2022-05-17T11:52:47.636Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestControllerValidateMountVolume [2022-05-17T11:52:47.636Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestControllerValidateMountTarget [2022-05-17T11:52:47.636Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestControllerValidateMountTmpfs [2022-05-17T11:52:47.636Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestControllerValidateMountInvalidType [2022-05-17T11:52:47.636Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestControllerValidateMountNamedPipe [2022-05-17T11:52:47.636Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-05-17T11:52:47.636Z] PASS [2022-05-17T11:52:47.636Z] coverage: 10.7% of statements [2022-05-17T11:52:47.636Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.867s coverage: 10.7% of statements [2022-05-17T11:52:47.636Z] time="2022-05-17T11:52:47Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-05-17T11:52:47.636Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-05-17T11:52:47.636Z] === RUN TestReloadDefaultConfigNotExist [2022-05-17T11:52:47.636Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:52:47.636Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestReloadBadDefaultConfig [2022-05-17T11:52:47.636Z] time="2022-05-17T11:52:47Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3735914943" [2022-05-17T11:52:47.636Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestReloadWithConflictingLabels [2022-05-17T11:52:47.636Z] time="2022-05-17T11:52:47Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1648199003" [2022-05-17T11:52:47.636Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-05-17T11:52:47.636Z] === RUN TestReloadWithDuplicateLabels [2022-05-17T11:52:47.636Z] time="2022-05-17T11:52:47Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1607915245" [2022-05-17T11:52:47.637Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-05-17T11:52:47.637Z] === RUN TestMaskURLCredentials [2022-05-17T11:52:47.637Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-05-17T11:52:47.637Z] === RUN TestDaemonConfigurationMerge [2022-05-17T11:52:47.637Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-05-17T11:52:47.637Z] PASS [2022-05-17T11:52:47.637Z] coverage: 79.8% of statements [2022-05-17T11:52:47.637Z] ok github.com/docker/docker/daemon/config 0.371s coverage: 79.8% of statements [2022-05-17T11:52:48.078Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:52:48.078Z] INFO: Testing against a local daemon [2022-05-17T11:52:48.078Z] === RUN TestDockerSuite [2022-05-17T11:52:48.078Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-17T11:52:48.078Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-17T11:52:48.078Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T11:52:48.078Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-17T11:52:48.078Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-17T11:52:48.078Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-17T11:52:48.078Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-17T11:52:48.078Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-17T11:52:48.078Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-17T11:52:48.078Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-17T11:52:48.164Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-17T11:52:48.422Z] === RUN TestExternalGraphDriver/pull [2022-05-17T11:52:48.624Z] === RUN TestEventsLog [2022-05-17T11:52:48.624Z] --- PASS: TestEventsLog (0.00s) [2022-05-17T11:52:48.624Z] === RUN TestEventsLogTimeout [2022-05-17T11:52:48.624Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-05-17T11:52:48.624Z] === RUN TestLogEvents [2022-05-17T11:52:48.624Z] --- PASS: TestLogEvents (0.06s) [2022-05-17T11:52:48.624Z] === RUN TestLoadBufferedEvents [2022-05-17T11:52:48.624Z] --- PASS: TestLoadBufferedEvents (0.21s) [2022-05-17T11:52:48.624Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-05-17T11:52:48.624Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-05-17T11:52:48.624Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-05-17T11:52:48.624Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-05-17T11:52:48.624Z] PASS [2022-05-17T11:52:48.624Z] coverage: 50.0% of statements [2022-05-17T11:52:48.624Z] ok github.com/docker/docker/daemon/events 0.433s coverage: 50.0% of statements [2022-05-17T11:52:49.038Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-17T11:52:49.359Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-17T11:52:49.494Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-17T11:52:49.611Z] === RUN TestIsEmptyDir [2022-05-17T11:52:49.611Z] --- PASS: TestIsEmptyDir (0.01s) [2022-05-17T11:52:49.611Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-05-17T11:52:49.611Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-05-17T11:52:49.611Z] PASS [2022-05-17T11:52:49.611Z] coverage: 2.3% of statements [2022-05-17T11:52:49.611Z] ok github.com/docker/docker/daemon/graphdriver 0.107s coverage: 2.3% of statements [2022-05-17T11:52:50.079Z] === RUN TestLinkNaming [2022-05-17T11:52:50.079Z] --- PASS: TestLinkNaming (0.00s) [2022-05-17T11:52:50.079Z] === RUN TestLinkNew [2022-05-17T11:52:50.079Z] --- PASS: TestLinkNew (0.00s) [2022-05-17T11:52:50.079Z] === RUN TestLinkEnv [2022-05-17T11:52:50.079Z] --- PASS: TestLinkEnv (0.00s) [2022-05-17T11:52:50.079Z] === RUN TestLinkMultipleEnv [2022-05-17T11:52:50.079Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-05-17T11:52:50.079Z] === RUN TestLinkPortRangeEnv [2022-05-17T11:52:50.079Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-05-17T11:52:50.079Z] PASS [2022-05-17T11:52:50.079Z] coverage: 93.0% of statements [2022-05-17T11:52:50.079Z] ok github.com/docker/docker/daemon/links 0.048s coverage: 93.0% of statements [2022-05-17T11:52:50.295Z] --- PASS: TestExternalGraphDriver (5.51s) [2022-05-17T11:52:50.295Z] --- PASS: TestExternalGraphDriver/json (1.87s) [2022-05-17T11:52:50.295Z] --- PASS: TestExternalGraphDriver/spec (1.80s) [2022-05-17T11:52:50.295Z] --- PASS: TestExternalGraphDriver/pull (1.78s) [2022-05-17T11:52:50.295Z] === RUN TestGraphdriverPluginV2 [2022-05-17T11:52:50.454Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-17T11:52:50.455Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-17T11:52:50.550Z] === RUN TestVerifyNetworkingConfig [2022-05-17T11:52:50.550Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-05-17T11:52:50.550Z] === RUN TestGetContainer [2022-05-17T11:52:50.550Z] --- PASS: TestGetContainer (0.00s) [2022-05-17T11:52:50.550Z] === RUN TestValidContainerNames [2022-05-17T11:52:50.550Z] --- PASS: TestValidContainerNames (0.00s) [2022-05-17T11:52:50.550Z] === RUN TestContainerInitDNS [2022-05-17T11:52:50.550Z] daemon_test.go:145: root required [2022-05-17T11:52:50.550Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-05-17T11:52:50.550Z] === RUN TestMerge [2022-05-17T11:52:50.550Z] --- PASS: TestMerge (0.00s) [2022-05-17T11:52:50.550Z] === RUN TestValidateContainerIsolation [2022-05-17T11:52:50.550Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-05-17T11:52:50.550Z] === RUN TestFindNetworkErrorType [2022-05-17T11:52:50.550Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-05-17T11:52:50.550Z] === RUN TestEnsureServicesExist [2022-05-17T11:52:50.550Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-05-17T11:52:50.550Z] === RUN TestEnsureServicesExistErrors [2022-05-17T11:52:50.550Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-05-17T11:52:50.550Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-05-17T11:52:50.550Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-05-17T11:52:50.550Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-05-17T11:52:50.551Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-05-17T11:52:50.551Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-05-17T11:52:50.551Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-05-17T11:52:50.551Z] === RUN TestContainerDelete [2022-05-17T11:52:50.551Z] --- PASS: TestContainerDelete (0.01s) [2022-05-17T11:52:50.551Z] === RUN TestContainerDoubleDelete [2022-05-17T11:52:50.551Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-05-17T11:52:50.551Z] === RUN TestLogContainerEventCopyLabels [2022-05-17T11:52:50.551Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-05-17T11:52:50.551Z] === RUN TestLogContainerEventWithAttributes [2022-05-17T11:52:50.551Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-05-17T11:52:50.551Z] === RUN TestNoneHealthcheck [2022-05-17T11:52:50.551Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-05-17T11:52:50.551Z] === RUN TestHealthStates [2022-05-17T11:52:50.553Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] time="2022-05-17T11:52:50Z" 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-17T11:52:51.020Z] --- PASS: TestHealthStates (0.25s) [2022-05-17T11:52:51.020Z] === RUN TestGetInspectData [2022-05-17T11:52:51.020Z] --- PASS: TestGetInspectData (0.00s) [2022-05-17T11:52:51.020Z] === RUN TestFillLicense [2022-05-17T11:52:51.020Z] --- PASS: TestFillLicense (0.00s) [2022-05-17T11:52:51.020Z] === RUN TestListInvalidFilter [2022-05-17T11:52:51.020Z] --- PASS: TestListInvalidFilter (0.00s) [2022-05-17T11:52:51.020Z] === RUN TestNameFilter [2022-05-17T11:52:51.020Z] --- PASS: TestNameFilter (0.00s) [2022-05-17T11:52:51.020Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-05-17T11:52:51.020Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-05-17T11:52:51.020Z] === 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-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-05-17T11:52:51.020Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-05-17T11:52:51.119Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-17T11:52:51.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-05-17T11:52:51.499Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-05-17T11:52:51.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-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-05-17T11:52:51.499Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-05-17T11:52:51.499Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-05-17T11:52:51.499Z] === RUN TestDaemonReloadLabels [2022-05-17T11:52:51.499Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-05-17T11:52:51.499Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-05-17T11:52:51.499Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.07s) [2022-05-17T11:52:51.499Z] === RUN TestDaemonReloadMirrors [2022-05-17T11:52:51.499Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-05-17T11:52:51.499Z] === RUN TestDaemonReloadInsecureRegistries [2022-05-17T11:52:51.499Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-05-17T11:52:51.499Z] === RUN TestDaemonReloadNotAffectOthers [2022-05-17T11:52:51.499Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-05-17T11:52:51.499Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-05-17T11:52:51.499Z] reload_test.go:342: root required [2022-05-17T11:52:51.499Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-17T11:52:51.499Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-05-17T11:52:51.499Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-05-17T11:52:51.499Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-05-17T11:52:51.499Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-05-17T11:52:51.499Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-05-17T11:52:51.499Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.17s) [2022-05-17T11:52:51.499Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-05-17T11:52:51.499Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.03s) [2022-05-17T11:52:51.499Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-05-17T11:52:51.499Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.01s) [2022-05-17T11:52:51.499Z] === RUN TestParseVolumesFrom [2022-05-17T11:52:51.499Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-05-17T11:52:51.499Z] PASS [2022-05-17T11:52:51.499Z] coverage: 8.6% of statements [2022-05-17T11:52:51.499Z] ok github.com/docker/docker/daemon 0.931s coverage: 8.6% of statements [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-05-17T11:52:51.499Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-05-17T11:52:51.685Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-05-17T11:52:52.253Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-17T11:52:53.257Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-17T11:52:53.717Z] === RUN TestAdapterReadLogs [2022-05-17T11:52:53.717Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestCopier [2022-05-17T11:52:53.717Z] --- PASS: TestCopier (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestCopierLongLines [2022-05-17T11:52:53.717Z] --- PASS: TestCopierLongLines (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestCopierSlow [2022-05-17T11:52:53.717Z] === RUN TestNewStreamConfig [2022-05-17T11:52:53.717Z] === RUN TestNewStreamConfig/defaults [2022-05-17T11:52:53.717Z] === RUN TestNewStreamConfig/invalid_create_group [2022-05-17T11:52:53.717Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-05-17T11:52:53.717Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-05-17T11:52:53.717Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-05-17T11:52:53.717Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-05-17T11:52:53.717Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-05-17T11:52:53.717Z] --- PASS: TestNewStreamConfig (0.00s) [2022-05-17T11:52:53.717Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-05-17T11:52:53.717Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-05-17T11:52:53.717Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-05-17T11:52:53.717Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-05-17T11:52:53.717Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-05-17T11:52:53.717Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-05-17T11:52:53.717Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-05-17T11:52:53.717Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-05-17T11:52:53.717Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-05-17T11:52:53.717Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-05-17T11:52:53.717Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-05-17T11:52:53.717Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-05-17T11:52:53.717Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-05-17T11:52:53.717Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestNewAWSLogsClientRegionDetect [2022-05-17T11:52:53.717Z] --- PASS: TestCopierSlow (0.20s) [2022-05-17T11:52:53.717Z] === RUN TestCopierWithSized [2022-05-17T11:52:53.717Z] === RUN TestCopierWithSized/as_is [2022-05-17T11:52:53.717Z] === RUN TestCopierWithSized/With_RingLogger [2022-05-17T11:52:53.717Z] --- PASS: TestCopierWithSized (0.02s) [2022-05-17T11:52:53.717Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-05-17T11:52:53.717Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestCopierWithPartial [2022-05-17T11:52:53.717Z] --- PASS: TestCopierWithPartial (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestRingLogger [2022-05-17T11:52:53.717Z] --- PASS: TestRingLogger (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestRingCap [2022-05-17T11:52:53.717Z] --- PASS: TestRingCap (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestRingClose [2022-05-17T11:52:53.717Z] --- PASS: TestRingClose (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestRingDrain [2022-05-17T11:52:53.717Z] --- PASS: TestRingDrain (0.00s) [2022-05-17T11:52:53.717Z] PASS [2022-05-17T11:52:53.717Z] coverage: 43.2% of statements [2022-05-17T11:52:53.717Z] ok github.com/docker/docker/daemon/logger 0.297s coverage: 43.2% of statements [2022-05-17T11:52:53.717Z] time="2022-05-17T11:52:53Z" level=info msg="Trying to get region from EC2 Metadata" [2022-05-17T11:52:53.717Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.25s) [2022-05-17T11:52:53.717Z] === RUN TestCreateSuccess [2022-05-17T11:52:53.717Z] --- PASS: TestCreateSuccess (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestCreateStreamSkipped [2022-05-17T11:52:53.717Z] time="2022-05-17T11:52:53Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-05-17T11:52:53.717Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestCreateLogGroupSuccess [2022-05-17T11:52:53.717Z] time="2022-05-17T11:52:53Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-05-17T11:52:53.717Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestCreateError [2022-05-17T11:52:53.717Z] --- PASS: TestCreateError (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestCreateAlreadyExists [2022-05-17T11:52:53.717Z] time="2022-05-17T11:52:53Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-05-17T11:52:53.717Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestLogClosed [2022-05-17T11:52:53.717Z] --- PASS: TestLogClosed (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestLogBlocking [2022-05-17T11:52:53.717Z] --- PASS: TestLogBlocking (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestLogNonBlockingBufferEmpty [2022-05-17T11:52:53.717Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestLogNonBlockingBufferFull [2022-05-17T11:52:53.717Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestPublishBatchSuccess [2022-05-17T11:52:53.717Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestPublishBatchError [2022-05-17T11:52:53.717Z] time="2022-05-17T11:52:53Z" level=error msg=error [2022-05-17T11:52:53.717Z] --- PASS: TestPublishBatchError (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-05-17T11:52:53.717Z] time="2022-05-17T11:52:53Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-17T11:52:53.717Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-05-17T11:52:53.717Z] === RUN TestPublishBatchAlreadyAccepted [2022-05-17T11:52:54.186Z] time="2022-05-17T11:52:53Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-05-17T11:52:54.186Z] time="2022-05-17T11:52:53Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-05-17T11:52:54.186Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchSimple [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchTicker [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchMultilinePattern [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.04s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchClose [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchClose (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestEffectiveLen [2022-05-17T11:52:54.186Z] === RUN TestEffectiveLen/0/Hello [2022-05-17T11:52:54.186Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-05-17T11:52:54.186Z] === RUN TestEffectiveLen/2/🙃 [2022-05-17T11:52:54.186Z] === RUN TestEffectiveLen/3/���� [2022-05-17T11:52:54.186Z] === RUN TestEffectiveLen/4/He��o [2022-05-17T11:52:54.186Z] === RUN TestEffectiveLen/5/ [2022-05-17T11:52:54.186Z] --- PASS: TestEffectiveLen (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestFindValidSplit [2022-05-17T11:52:54.186Z] === RUN TestFindValidSplit/0/ [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1076: [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:52:54.186Z] === RUN TestFindValidSplit/1/Hello [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1076: Hello [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:52:54.186Z] === RUN TestFindValidSplit/2/Hello [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1076: He [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1077: llo [2022-05-17T11:52:54.186Z] === RUN TestFindValidSplit/3/Hello [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1076: [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1077: Hello [2022-05-17T11:52:54.186Z] === RUN TestFindValidSplit/4/🙃 [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1076: [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1077: 🙃 [2022-05-17T11:52:54.186Z] === RUN TestFindValidSplit/5/🙃 [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1076: 🙃 [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:52:54.186Z] === RUN TestFindValidSplit/6/a� [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1076: a [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1077: � [2022-05-17T11:52:54.186Z] === RUN TestFindValidSplit/7/a� [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1076: a� [2022-05-17T11:52:54.186Z] cloudwatchlogs_test.go:1077: [2022-05-17T11:52:54.186Z] --- PASS: TestFindValidSplit (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestProcessEventEmoji [2022-05-17T11:52:54.186Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchLineSplit [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchLineSplitWithBinary [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchMaxEvents [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchMaxEvents (0.16s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchMaxTotalBytes [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-05-17T11:52:54.186Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-05-17T11:52:54.186Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.09s) [2022-05-17T11:52:54.186Z] === RUN TestParseLogOptionsMultilinePattern [2022-05-17T11:52:54.186Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-05-17T11:52:54.186Z] === RUN TestParseLogOptionsDatetimeFormat [2022-05-17T11:52:54.186Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-05-17T11:52:54.186Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-05-17T11:52:54.186Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-05-17T11:52:54.186Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-05-17T11:52:54.186Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-05-17T11:52:54.186Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-05-17T11:52:54.186Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-05-17T11:52:54.186Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-05-17T11:52:54.186Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsFormat [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsFormat/1/random [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsFormat/2/ [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-05-17T11:52:54.187Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-05-17T11:52:54.187Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-05-17T11:52:54.187Z] === RUN TestCreateTagSuccess [2022-05-17T11:52:54.187Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-05-17T11:52:54.187Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-05-17T11:52:54.187Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.05s) [2022-05-17T11:52:54.187Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-05-17T11:52:54.187Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-05-17T11:52:54.187Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-05-17T11:52:54.187Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-05-17T11:52:54.187Z] PASS [2022-05-17T11:52:54.187Z] coverage: 80.2% of statements [2022-05-17T11:52:54.187Z] ok github.com/docker/docker/daemon/logger/awslogs 0.768s coverage: 80.2% of statements [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptReconnectInterval [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/#00 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1] [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]: [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com: [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp:// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-05-17T11:52:54.656Z] === RUN TestSearchRegistryForImagesErrors [2022-05-17T11:52:54.656Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-05-17T11:52:54.656Z] === RUN TestSearchRegistryForImages [2022-05-17T11:52:54.656Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-05-17T11:52:54.656Z] === RUN TestOnlyPlatformWithFallback [2022-05-17T11:52:54.656Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-05-17T11:52:54.656Z] === RUN TestImageDelete [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls:// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls:/// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-05-17T11:52:54.656Z] === RUN TestImageDelete/no_lease [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/:// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/something:// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/udp:// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/unix:// [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-05-17T11:52:54.656Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress (0.01s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-05-17T11:52:54.656Z] === RUN TestImageDelete/lease_exists [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-05-17T11:52:54.656Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-05-17T11:52:54.656Z] PASS [2022-05-17T11:52:54.656Z] coverage: 53.6% of statements [2022-05-17T11:52:54.656Z] ok github.com/docker/docker/daemon/logger/fluentd 0.192s coverage: 53.6% of statements [2022-05-17T11:52:54.656Z] --- PASS: TestImageDelete (0.11s) [2022-05-17T11:52:54.656Z] --- PASS: TestImageDelete/no_lease (0.02s) [2022-05-17T11:52:54.656Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-05-17T11:52:54.656Z] === RUN TestContentStoreForPull [2022-05-17T11:52:54.656Z] --- PASS: TestContentStoreForPull (0.30s) [2022-05-17T11:52:54.656Z] PASS [2022-05-17T11:52:54.656Z] coverage: 6.6% of statements [2022-05-17T11:52:55.128Z] ok github.com/docker/docker/daemon/images 0.605s coverage: 6.6% of statements [2022-05-17T11:52:55.128Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-17T11:52:55.128Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-05-17T11:52:55.128Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-17T11:52:55.128Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-05-17T11:52:55.128Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-05-17T11:52:55.166Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-17T11:52:55.166Z] --- PASS: TestGraphdriverPluginV2 (4.92s) [2022-05-17T11:52:55.166Z] PASS [2022-05-17T11:52:55.166Z] [2022-05-17T11:52:55.166Z] DONE 5 tests in 10.575s [2022-05-17T11:52:55.166Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-17T11:52:55.166Z] ++ 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-17T11:52:55.166Z] ++ set -e [2022-05-17T11:52:55.166Z] ++ '[' -n 0 ']' [2022-05-17T11:52:55.166Z] ++ set -x [2022-05-17T11:52:55.166Z] ++ 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-17T11:52:55.166Z] INFO: Testing against a local daemon [2022-05-17T11:52:55.166Z] === RUN TestContinueAfterPluginCrash [2022-05-17T11:52:55.166Z] === PAUSE TestContinueAfterPluginCrash [2022-05-17T11:52:55.166Z] === RUN TestReadPluginNoRead [2022-05-17T11:52:55.166Z] === PAUSE TestReadPluginNoRead [2022-05-17T11:52:55.166Z] === RUN TestDaemonStartWithLogOpt [2022-05-17T11:52:55.166Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-17T11:52:55.166Z] === CONT TestContinueAfterPluginCrash [2022-05-17T11:52:55.166Z] === CONT TestDaemonStartWithLogOpt [2022-05-17T11:52:55.598Z] === RUN TestJSONLogsMarshalJSONBuf [2022-05-17T11:52:55.598Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-05-17T11:52:55.598Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-05-17T11:52:55.598Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.25s) [2022-05-17T11:52:55.598Z] === RUN TestFastTimeMarshalJSON [2022-05-17T11:52:55.598Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-05-17T11:52:55.598Z] PASS [2022-05-17T11:52:55.598Z] coverage: 87.2% of statements [2022-05-17T11:52:55.598Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.346s coverage: 87.2% of statements [2022-05-17T11:52:55.735Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-17T11:52:55.735Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-17T11:52:55.735Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-17T11:52:55.735Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-17T11:52:55.735Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-17T11:52:55.735Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-17T11:52:55.735Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-17T11:52:56.067Z] === RUN TestJSONFileLogger [2022-05-17T11:52:56.067Z] --- PASS: TestJSONFileLogger (0.00s) [2022-05-17T11:52:56.067Z] === RUN TestJSONFileLoggerWithTags [2022-05-17T11:52:56.067Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-05-17T11:52:56.067Z] === RUN TestJSONFileLoggerWithOpts [2022-05-17T11:52:56.553Z] --- PASS: TestJSONFileLoggerWithOpts (0.05s) [2022-05-17T11:52:56.553Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-05-17T11:52:56.553Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.02s) [2022-05-17T11:52:56.553Z] === RUN TestEncodeDecode [2022-05-17T11:52:56.553Z] === PAUSE TestEncodeDecode [2022-05-17T11:52:56.553Z] === RUN TestUnexpectedEOF [2022-05-17T11:52:56.553Z] time="2022-05-17T11:52:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-17T11:52:56.553Z] time="2022-05-17T11:52:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-05-17T11:52:56.553Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-05-17T11:52:56.553Z] === CONT TestEncodeDecode [2022-05-17T11:52:56.553Z] --- PASS: TestEncodeDecode (0.00s) [2022-05-17T11:52:56.553Z] PASS [2022-05-17T11:52:56.553Z] coverage: 69.9% of statements [2022-05-17T11:52:56.553Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.395s coverage: 69.9% of statements [2022-05-17T11:52:57.022Z] === RUN TestWriteLog [2022-05-17T11:52:57.494Z] === PAUSE TestWriteLog [2022-05-17T11:52:57.494Z] === RUN TestReadLog [2022-05-17T11:52:57.494Z] === PAUSE TestReadLog [2022-05-17T11:52:57.494Z] === RUN TestDecode [2022-05-17T11:52:57.494Z] --- PASS: TestDecode (0.03s) [2022-05-17T11:52:57.494Z] === CONT TestWriteLog [2022-05-17T11:52:57.494Z] === CONT TestReadLog [2022-05-17T11:52:57.494Z] --- PASS: TestWriteLog (0.00s) [2022-05-17T11:52:57.494Z] === RUN TestReadLog/tail_exact [2022-05-17T11:52:57.494Z] === RUN TestReadLog/tail_less_than_available [2022-05-17T11:52:57.494Z] === RUN TestReadLog/tail_more_than_available [2022-05-17T11:52:57.494Z] --- PASS: TestReadLog (0.45s) [2022-05-17T11:52:57.494Z] --- PASS: TestReadLog/tail_exact (0.26s) [2022-05-17T11:52:57.494Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-05-17T11:52:57.494Z] --- PASS: TestReadLog/tail_more_than_available (0.17s) [2022-05-17T11:52:57.494Z] PASS [2022-05-17T11:52:57.494Z] coverage: 78.7% of statements [2022-05-17T11:52:57.494Z] ok github.com/docker/docker/daemon/logger/local 0.546s coverage: 78.7% of statements [2022-05-17T11:52:57.640Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-17T11:52:57.962Z] === RUN TestOpenFileDelete [2022-05-17T11:52:57.962Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-17T11:52:57.962Z] --- PASS: TestOpenFileDelete (0.00s) [2022-05-17T11:52:57.962Z] === RUN TestOpenFileRename [2022-05-17T11:52:57.962Z] --- PASS: TestOpenFileRename (0.00s) [2022-05-17T11:52:57.962Z] === RUN TestHandleDecoderErr [2022-05-17T11:52:57.962Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-05-17T11:52:57.962Z] === RUN TestParseLogTagDefaultTag [2022-05-17T11:52:57.962Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-05-17T11:52:57.962Z] === RUN TestParseLogTag [2022-05-17T11:52:57.962Z] --- PASS: TestParseLogTag (0.00s) [2022-05-17T11:52:57.962Z] === RUN TestParseLogTagEmptyTag [2022-05-17T11:52:57.962Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-05-17T11:52:57.962Z] === RUN TestTailFiles [2022-05-17T11:52:57.962Z] --- PASS: TestTailFiles (0.00s) [2022-05-17T11:52:57.962Z] === RUN TestFollowLogsConsumerGone [2022-05-17T11:52:57.962Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-05-17T11:52:57.962Z] === RUN TestFollowLogsProducerGone [2022-05-17T11:52:57.962Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-05-17T11:52:57.962Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-05-17T11:52:57.962Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-05-17T11:52:57.962Z] === RUN TestCheckCapacityAndRotate [2022-05-17T11:52:57.962Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-05-17T11:52:57.962Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-05-17T11:52:57.962Z] --- PASS: TestCheckCapacityAndRotate (0.20s) [2022-05-17T11:52:57.962Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-05-17T11:52:57.962Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.18s) [2022-05-17T11:52:57.962Z] PASS [2022-05-17T11:52:57.962Z] coverage: 55.1% of statements [2022-05-17T11:52:57.963Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.295s coverage: 55.1% of statements [2022-05-17T11:52:58.431Z] === RUN TestLog [2022-05-17T11:52:58.431Z] --- PASS: TestLog (0.04s) [2022-05-17T11:52:58.431Z] PASS [2022-05-17T11:52:58.431Z] coverage: 31.5% of statements [2022-05-17T11:52:58.431Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.120s coverage: 31.5% of statements [2022-05-17T11:52:59.014Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-17T11:52:59.014Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-17T11:52:59.416Z] === RUN TestNewParse [2022-05-17T11:52:59.416Z] --- PASS: TestNewParse (0.00s) [2022-05-17T11:52:59.416Z] PASS [2022-05-17T11:52:59.416Z] coverage: 8.3% of statements [2022-05-17T11:52:59.416Z] ok github.com/docker/docker/daemon/logger/templates 0.052s coverage: 8.3% of statements [2022-05-17T11:52:59.416Z] === RUN TestValidateLogOpt [2022-05-17T11:52:59.416Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-17T11:52:59.416Z] === RUN TestNewMissedConfig [2022-05-17T11:52:59.416Z] --- PASS: TestNewMissedConfig (0.00s) [2022-05-17T11:52:59.416Z] === RUN TestNewMissedUrl [2022-05-17T11:52:59.416Z] --- PASS: TestNewMissedUrl (0.00s) [2022-05-17T11:52:59.416Z] === RUN TestNewMissedToken [2022-05-17T11:52:59.416Z] --- PASS: TestNewMissedToken (0.00s) [2022-05-17T11:52:59.416Z] === RUN TestNewWithProxy [2022-05-17T11:52:59.416Z] --- PASS: TestNewWithProxy (0.00s) [2022-05-17T11:52:59.416Z] === RUN TestDefault [2022-05-17T11:52:59.416Z] --- PASS: TestDefault (0.01s) [2022-05-17T11:52:59.416Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-05-17T11:52:59.416Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-05-17T11:52:59.416Z] === RUN TestJsonFormat [2022-05-17T11:52:59.416Z] --- PASS: TestJsonFormat (0.01s) [2022-05-17T11:52:59.416Z] === RUN TestRawFormat [2022-05-17T11:52:59.416Z] --- PASS: TestRawFormat (0.00s) [2022-05-17T11:52:59.416Z] === RUN TestRawFormatWithLabels [2022-05-17T11:52:59.416Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-05-17T11:52:59.416Z] === RUN TestRawFormatWithoutTag [2022-05-17T11:52:59.416Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-05-17T11:52:59.416Z] === RUN TestBatching [2022-05-17T11:52:59.580Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-17T11:52:59.580Z] --- PASS: TestDaemonStartWithLogOpt (4.28s) [2022-05-17T11:52:59.580Z] === CONT TestReadPluginNoRead [2022-05-17T11:52:59.885Z] --- PASS: TestBatching (0.42s) [2022-05-17T11:52:59.885Z] === RUN TestFrequency [2022-05-17T11:52:59.885Z] === RUN TestParseLogFormat [2022-05-17T11:52:59.885Z] --- PASS: TestParseLogFormat (0.00s) [2022-05-17T11:52:59.885Z] === RUN TestValidateLogOptEmpty [2022-05-17T11:52:59.885Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-05-17T11:52:59.885Z] === RUN TestValidateSyslogAddress [2022-05-17T11:52:59.885Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-05-17T11:52:59.885Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-05-17T11:52:59.885Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-05-17T11:52:59.885Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-05-17T11:52:59.885Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-05-17T11:52:59.885Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-05-17T11:52:59.885Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-05-17T11:52:59.885Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-05-17T11:52:59.885Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-05-17T11:52:59.885Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-05-17T11:52:59.885Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-05-17T11:52:59.885Z] === RUN TestParseAddressDefaultPort [2022-05-17T11:52:59.885Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-05-17T11:52:59.885Z] === RUN TestValidateSyslogFacility [2022-05-17T11:52:59.885Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-05-17T11:52:59.885Z] === RUN TestValidateLogOptSyslogFormat [2022-05-17T11:52:59.885Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-05-17T11:52:59.885Z] === RUN TestValidateLogOpt [2022-05-17T11:52:59.885Z] --- PASS: TestValidateLogOpt (0.00s) [2022-05-17T11:52:59.885Z] PASS [2022-05-17T11:52:59.885Z] coverage: 43.6% of statements [2022-05-17T11:52:59.885Z] ok github.com/docker/docker/daemon/logger/syslog 0.063s coverage: 43.6% of statements [2022-05-17T11:52:59.885Z] --- PASS: TestFrequency (0.17s) [2022-05-17T11:52:59.885Z] === RUN TestOneMessagePerRequest [2022-05-17T11:52:59.885Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-05-17T11:52:59.885Z] === RUN TestVerify [2022-05-17T11:52:59.885Z] --- PASS: TestVerify (0.00s) [2022-05-17T11:52:59.885Z] === RUN TestSkipVerify [2022-05-17T11:53:00.147Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-17T11:53:00.354Z] time="2022-05-17T11:52:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.354Z] time="2022-05-17T11:52:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.354Z] time="2022-05-17T11:52:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.714Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-17T11:53:00.823Z] --- PASS: TestSkipVerify (0.78s) [2022-05-17T11:53:00.823Z] === RUN TestBufferMaximum [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788380.404374\",\"host\":\"99894f4d6328\"}'" [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788380.404374\",\"host\":\"99894f4d6328\"}'" [2022-05-17T11:53:00.823Z] --- PASS: TestBufferMaximum (0.00s) [2022-05-17T11:53:00.823Z] === RUN TestServerAlwaysDown [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788380.408357\",\"host\":\"99894f4d6328\"}'" [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788380.408357\",\"host\":\"99894f4d6328\"}'" [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788380.408357\",\"host\":\"99894f4d6328\"}'" [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788380.409348\",\"host\":\"99894f4d6328\"}'" [2022-05-17T11:53:00.823Z] time="2022-05-17T11:53:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1652788380.409348\",\"host\":\"99894f4d6328\"}'" [2022-05-17T11:53:00.823Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-05-17T11:53:00.823Z] === RUN TestCannotSendAfterClose [2022-05-17T11:53:00.823Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-05-17T11:53:00.823Z] === RUN TestDeadlockOnBlockedEndpoint [2022-05-17T11:53:01.280Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-17T11:53:01.292Z] === RUN TestV2MetadataService [2022-05-17T11:53:01.761Z] time="2022-05-17T11:53:01Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49212/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-05-17T11:53:01.761Z] time="2022-05-17T11:53:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"99894f4d6328\"}'" [2022-05-17T11:53:01.761Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-05-17T11:53:01.761Z] PASS [2022-05-17T11:53:01.761Z] coverage: 82.5% of statements [2022-05-17T11:53:01.761Z] ok github.com/docker/docker/daemon/logger/splunk 2.490s coverage: 82.5% of statements [2022-05-17T11:53:01.761Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-17T11:53:01.761Z] ? github.com/docker/docker/daemon/network [no test files] [2022-05-17T11:53:01.761Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-17T11:53:01.897Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-17T11:53:02.159Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-17T11:53:02.159Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-17T11:53:02.417Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-17T11:53:02.675Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-17T11:53:02.675Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-17T11:53:02.675Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-17T11:53:02.675Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-17T11:53:02.675Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-17T11:53:02.752Z] --- PASS: TestV2MetadataService (1.30s) [2022-05-17T11:53:02.752Z] PASS [2022-05-17T11:53:02.752Z] coverage: 44.4% of statements [2022-05-17T11:53:02.752Z] === RUN TestSuccessfulDownload [2022-05-17T11:53:02.752Z] download_test.go:267: Needs fixing on Windows [2022-05-17T11:53:02.752Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-05-17T11:53:02.752Z] === RUN TestCancelledDownload [2022-05-17T11:53:02.752Z] --- PASS: TestCancelledDownload (0.00s) [2022-05-17T11:53:02.752Z] === RUN TestMaxDownloadAttempts [2022-05-17T11:53:02.752Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-17T11:53:02.752Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-17T11:53:02.752Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-17T11:53:02.752Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-17T11:53:02.752Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-17T11:53:02.752Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-17T11:53:02.752Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-17T11:53:02.752Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-17T11:53:02.752Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-05-17T11:53:02.752Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-05-17T11:53:02.752Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-05-17T11:53:02.752Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-05-17T11:53:02.752Z] ok github.com/docker/docker/distribution/metadata 1.392s coverage: 44.4% of statements [2022-05-17T11:53:02.752Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-05-17T11:53:02.752Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-05-17T11:53:02.752Z] === RUN TestContinueOnError_MirrorEndpoint [2022-05-17T11:53:02.752Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-05-17T11:53:02.752Z] === RUN TestContinueOnError_NeverContinue [2022-05-17T11:53:02.752Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-05-17T11:53:02.752Z] === RUN TestManifestStore [2022-05-17T11:53:02.752Z] === RUN TestManifestStore/no_remote_or_local [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local629522553\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/no_local_cache [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/with_local_cache [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/unknown_media_type [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=warning msg="reference for unknown type: " [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=warning msg="reference for unknown type: " [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=warning msg="reference for unknown type: " [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=warning msg="reference for unknown type: " [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=warning msg="reference for unknown type: " [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/error_persisting_manifest [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-05-17T11:53:03.225Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore (0.39s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/no_remote_or_local (0.26s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-05-17T11:53:03.225Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaType [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-05-17T11:53:03.225Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-05-17T11:53:03.225Z] === RUN TestFixManifestLayers [2022-05-17T11:53:03.225Z] --- PASS: TestFixManifestLayers (0.00s) [2022-05-17T11:53:03.225Z] === RUN TestFixManifestLayersBaseLayerParent [2022-05-17T11:53:03.225Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-17T11:53:03.225Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-17T11:53:03.225Z] === RUN TestFixManifestLayersBadParent [2022-05-17T11:53:03.225Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-05-17T11:53:03.225Z] === RUN TestValidateManifest [2022-05-17T11:53:03.225Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-17T11:53:03.225Z] --- SKIP: TestValidateManifest (0.00s) [2022-05-17T11:53:03.225Z] === RUN TestFormatPlatform [2022-05-17T11:53:03.225Z] --- PASS: TestFormatPlatform (0.00s) [2022-05-17T11:53:03.225Z] === RUN TestPullSchema2Config [2022-05-17T11:53:03.225Z] === RUN TestPullSchema2Config/success_first_time [2022-05-17T11:53:03.225Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:53:03.225Z] time="2022-05-17T11:53:02Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-05-17T11:53:03.225Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-05-17T11:53:03.225Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.48s) [2022-05-17T11:53:03.225Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.50s) [2022-05-17T11:53:03.225Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.50s) [2022-05-17T11:53:03.226Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.50s) [2022-05-17T11:53:03.226Z] === RUN TestTransfer [2022-05-17T11:53:03.226Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:53:03.226Z] === RUN TestPullSchema2Config/500_status [2022-05-17T11:53:03.226Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:53:03.226Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:53:03.226Z] --- PASS: TestTransfer (0.13s) [2022-05-17T11:53:03.226Z] === RUN TestConcurrencyLimit [2022-05-17T11:53:03.226Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:53:03.226Z] === RUN TestPullSchema2Config/EOF [2022-05-17T11:53:03.226Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:53:03.226Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:53:03.226Z] 2022/05/17 11:53:03 http: panic serving 127.0.0.1:49223: intentional panic [2022-05-17T11:53:03.226Z] goroutine 44 [running]: [2022-05-17T11:53:03.226Z] net/http.(*conn).serve.func1() [2022-05-17T11:53:03.241Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-17T11:53:03.694Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-17T11:53:03.694Z] panic({0x12a8ee0, 0x148b2f0}) [2022-05-17T11:53:03.694Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-17T11:53:03.694Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0004dc000?, {0x1492a98?, 0xc0003fa0e0?}) [2022-05-17T11:53:03.694Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-05-17T11:53:03.694Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1492a98, 0xc0003fa0e0}, 0xc00011cb00) [2022-05-17T11:53:03.694Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-05-17T11:53:03.694Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1492a98?, 0xc0003fa0e0?}, 0xc00005a800?) [2022-05-17T11:53:03.694Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-17T11:53:03.694Z] net/http.serverHandler.ServeHTTP({0xc00038edb0?}, {0x1492a98, 0xc0003fa0e0}, 0xc00011cb00) [2022-05-17T11:53:03.694Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-17T11:53:03.694Z] net/http.(*conn).serve(0xc0000a5220, {0x1493310, 0xc00038eae0}) [2022-05-17T11:53:03.694Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-17T11:53:03.694Z] created by net/http.(*Server).Serve [2022-05-17T11:53:03.694Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-17T11:53:03.694Z] === RUN TestNotFound [2022-05-17T11:53:03.694Z] --- PASS: TestNotFound (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestConflict [2022-05-17T11:53:03.694Z] --- PASS: TestConflict (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestForbidden [2022-05-17T11:53:03.694Z] --- PASS: TestForbidden (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestInvalidParameter [2022-05-17T11:53:03.694Z] --- PASS: TestInvalidParameter (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestNotImplemented [2022-05-17T11:53:03.694Z] --- PASS: TestNotImplemented (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestNotModified [2022-05-17T11:53:03.694Z] --- PASS: TestNotModified (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestUnauthorized [2022-05-17T11:53:03.694Z] --- PASS: TestUnauthorized (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestUnknown [2022-05-17T11:53:03.694Z] --- PASS: TestUnknown (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestCancelled [2022-05-17T11:53:03.694Z] --- PASS: TestCancelled (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestDeadline [2022-05-17T11:53:03.694Z] --- PASS: TestDeadline (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestDataLoss [2022-05-17T11:53:03.694Z] --- PASS: TestDataLoss (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestUnavailable [2022-05-17T11:53:03.694Z] --- PASS: TestUnavailable (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestSystem [2022-05-17T11:53:03.694Z] --- PASS: TestSystem (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Not_Found [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Bad_Request [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Conflict [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Unauthorized [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Service_Unavailable [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Forbidden [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Not_Modified [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Not_Implemented [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-05-17T11:53:03.694Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-05-17T11:53:03.694Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-05-17T11:53:03.694Z] PASS [2022-05-17T11:53:03.694Z] coverage: 77.0% of statements [2022-05-17T11:53:03.694Z] ok github.com/docker/docker/errdefs 0.075s coverage: 77.0% of statements [2022-05-17T11:53:03.694Z] --- PASS: TestConcurrencyLimit (0.38s) [2022-05-17T11:53:03.694Z] === RUN TestInactiveJobs [2022-05-17T11:53:03.694Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:53:03.694Z] === RUN TestPullSchema2Config/unauthorized [2022-05-17T11:53:03.694Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-05-17T11:53:03.694Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-05-17T11:53:03.694Z] --- PASS: TestPullSchema2Config (0.55s) [2022-05-17T11:53:03.694Z] --- PASS: TestPullSchema2Config/success_first_time (0.02s) [2022-05-17T11:53:03.694Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-05-17T11:53:03.694Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-05-17T11:53:03.694Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-05-17T11:53:03.694Z] === RUN TestGetRepositoryMountCandidates [2022-05-17T11:53:03.694Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestLayerAlreadyExists [2022-05-17T11:53:03.694Z] 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-17T11:53:03.694Z] 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-17T11:53:03.694Z] 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-17T11:53:03.694Z] 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-17T11:53:03.694Z] 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-17T11:53:03.694Z] 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-17T11:53:03.694Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-05-17T11:53:03.694Z] === RUN TestWhenEmptyAuthConfig [2022-05-17T11:53:04.164Z] --- PASS: TestInactiveJobs (0.42s) [2022-05-17T11:53:04.164Z] === RUN TestWatchRelease [2022-05-17T11:53:04.164Z] --- PASS: TestWatchRelease (0.04s) [2022-05-17T11:53:04.164Z] === RUN TestWatchFinishedTransfer [2022-05-17T11:53:04.164Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-05-17T11:53:04.164Z] === RUN TestDuplicateTransfer [2022-05-17T11:53:04.164Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-05-17T11:53:04.164Z] === RUN TestSuccessfulUpload [2022-05-17T11:53:04.175Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-17T11:53:04.175Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-17T11:53:04.639Z] time="2022-05-17T11:53:04Z" level=error msg="Upload failed, retrying: simulating retry" [2022-05-17T11:53:04.639Z] --- PASS: TestSuccessfulUpload (0.37s) [2022-05-17T11:53:04.639Z] === RUN TestCancelledUpload [2022-05-17T11:53:04.639Z] --- PASS: TestCancelledUpload (0.00s) [2022-05-17T11:53:04.639Z] PASS [2022-05-17T11:53:04.639Z] coverage: 76.8% of statements [2022-05-17T11:53:04.639Z] ok github.com/docker/docker/distribution/xfer 1.978s coverage: 76.8% of statements [2022-05-17T11:53:04.741Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-17T11:53:04.741Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-17T11:53:04.741Z] --- PASS: TestContinueAfterPluginCrash (9.36s) [2022-05-17T11:53:05.111Z] --- PASS: TestWhenEmptyAuthConfig (1.19s) [2022-05-17T11:53:05.111Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-05-17T11:53:05.111Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-05-17T11:53:05.111Z] === RUN TestTokenPassThru [2022-05-17T11:53:05.111Z] --- PASS: TestTokenPassThru (0.01s) [2022-05-17T11:53:05.111Z] === RUN TestTokenPassThruDifferentHost [2022-05-17T11:53:05.111Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-05-17T11:53:05.111Z] PASS [2022-05-17T11:53:05.111Z] coverage: 26.6% of statements [2022-05-17T11:53:05.111Z] ok github.com/docker/docker/distribution 2.268s coverage: 26.6% of statements [2022-05-17T11:53:05.111Z] === RUN TestCompare [2022-05-17T11:53:05.111Z] --- PASS: TestCompare (0.00s) [2022-05-17T11:53:05.111Z] PASS [2022-05-17T11:53:05.111Z] coverage: 19.2% of statements [2022-05-17T11:53:05.111Z] ok github.com/docker/docker/image/cache 0.092s coverage: 19.2% of statements [2022-05-17T11:53:05.111Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-17T11:53:05.111Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-17T11:53:05.111Z] === RUN TestFSGetInvalidData [2022-05-17T11:53:05.111Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-05-17T11:53:05.111Z] === RUN TestFSInvalidSet [2022-05-17T11:53:05.111Z] --- PASS: TestFSInvalidSet (0.02s) [2022-05-17T11:53:05.111Z] === RUN TestFSInvalidRoot [2022-05-17T11:53:05.111Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-05-17T11:53:05.111Z] === RUN TestFSMetadataGetSet [2022-05-17T11:53:05.111Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-05-17T11:53:05.111Z] === RUN TestFSInvalidWalker [2022-05-17T11:53:05.111Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-05-17T11:53:05.111Z] === RUN TestFSGetSet [2022-05-17T11:53:05.111Z] --- PASS: TestFSGetSet (0.07s) [2022-05-17T11:53:05.111Z] === RUN TestFSGetUnsetKey [2022-05-17T11:53:05.595Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-05-17T11:53:05.595Z] === RUN TestFSGetEmptyData [2022-05-17T11:53:05.595Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-05-17T11:53:05.595Z] === RUN TestFSDelete [2022-05-17T11:53:05.595Z] --- PASS: TestFSDelete (0.02s) [2022-05-17T11:53:05.595Z] === RUN TestFSWalker [2022-05-17T11:53:05.595Z] --- PASS: TestFSWalker (0.02s) [2022-05-17T11:53:05.595Z] === RUN TestFSWalkerStopOnError [2022-05-17T11:53:05.595Z] --- PASS: TestFSWalkerStopOnError (0.04s) [2022-05-17T11:53:05.595Z] === RUN TestNewFromJSON [2022-05-17T11:53:05.595Z] --- PASS: TestNewFromJSON (0.00s) [2022-05-17T11:53:05.595Z] === RUN TestNewFromJSONWithInvalidJSON [2022-05-17T11:53:05.595Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-05-17T11:53:05.595Z] === RUN TestMarshalKeyOrder [2022-05-17T11:53:05.595Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-05-17T11:53:05.595Z] === RUN TestHistoryEqual [2022-05-17T11:53:05.595Z] --- PASS: TestHistoryEqual (0.26s) [2022-05-17T11:53:05.595Z] === RUN TestImage [2022-05-17T11:53:05.595Z] --- PASS: TestImage (0.00s) [2022-05-17T11:53:05.595Z] === RUN TestImageOSNotEmpty [2022-05-17T11:53:05.595Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-05-17T11:53:05.595Z] === RUN TestNewChildImageFromImageWithRootFS [2022-05-17T11:53:05.595Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-05-17T11:53:05.595Z] === RUN TestCreate [2022-05-17T11:53:05.595Z] --- PASS: TestCreate (0.01s) [2022-05-17T11:53:05.595Z] === RUN TestRestore [2022-05-17T11:53:05.595Z] time="2022-05-17T11:53:05Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-05-17T11:53:05.595Z] --- PASS: TestRestore (0.05s) [2022-05-17T11:53:05.595Z] === RUN TestAddDelete [2022-05-17T11:53:05.595Z] --- PASS: TestAddDelete (0.06s) [2022-05-17T11:53:05.595Z] === RUN TestSearchAfterDelete [2022-05-17T11:53:05.675Z] === RUN TestReadPluginNoRead/default [2022-05-17T11:53:05.933Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-17T11:53:06.070Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-05-17T11:53:06.070Z] === RUN TestParentReset [2022-05-17T11:53:06.070Z] --- PASS: TestParentReset (0.04s) [2022-05-17T11:53:06.070Z] === RUN TestGetAndSetLastUpdated [2022-05-17T11:53:06.070Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-05-17T11:53:06.070Z] === RUN TestStoreLen [2022-05-17T11:53:06.070Z] --- PASS: TestStoreLen (0.16s) [2022-05-17T11:53:06.070Z] PASS [2022-05-17T11:53:06.070Z] coverage: 86.9% of statements [2022-05-17T11:53:06.070Z] ok github.com/docker/docker/image 1.065s coverage: 86.9% of statements [2022-05-17T11:53:06.501Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-17T11:53:06.501Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-17T11:53:07.065Z] === RUN TestValidateManifest [2022-05-17T11:53:07.065Z] === RUN TestValidateManifest/nil [2022-05-17T11:53:07.065Z] === RUN TestValidateManifest/non-nil [2022-05-17T11:53:07.065Z] --- PASS: TestValidateManifest (0.00s) [2022-05-17T11:53:07.065Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-05-17T11:53:07.065Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-05-17T11:53:07.065Z] PASS [2022-05-17T11:53:07.065Z] coverage: 0.7% of statements [2022-05-17T11:53:07.065Z] ok github.com/docker/docker/image/tarexport 0.200s coverage: 0.7% of statements [2022-05-17T11:53:07.065Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-17T11:53:07.065Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-17T11:53:07.068Z] === CONT TestReadPluginNoRead [2022-05-17T11:53:07.068Z] read_test.go:92: [d4b83248b79fe] daemon is not started [2022-05-17T11:53:07.068Z] --- PASS: TestReadPluginNoRead (7.34s) [2022-05-17T11:53:07.068Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.61s) [2022-05-17T11:53:07.068Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.51s) [2022-05-17T11:53:07.068Z] --- PASS: TestReadPluginNoRead/default (1.38s) [2022-05-17T11:53:07.068Z] PASS [2022-05-17T11:53:07.068Z] [2022-05-17T11:53:07.068Z] DONE 6 tests in 11.755s [2022-05-17T11:53:07.068Z] 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-17T11:53:07.068Z] ++ 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-17T11:53:07.068Z] ++ set -e [2022-05-17T11:53:07.068Z] ++ '[' -n 0 ']' [2022-05-17T11:53:07.068Z] ++ set -x [2022-05-17T11:53:07.068Z] ++ 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-17T11:53:07.068Z] testing: warning: no tests to run [2022-05-17T11:53:07.068Z] PASS [2022-05-17T11:53:07.068Z] [2022-05-17T11:53:07.068Z] DONE 0 tests in 0.088s [2022-05-17T11:53:07.068Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-17T11:53:07.068Z] ++ 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-17T11:53:07.068Z] ++ set -e [2022-05-17T11:53:07.068Z] ++ '[' -n 0 ']' [2022-05-17T11:53:07.068Z] ++ set -x [2022-05-17T11:53:07.068Z] ++ 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-17T11:53:07.068Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-17T11:53:07.326Z] INFO: Testing against a local daemon [2022-05-17T11:53:07.326Z] === RUN TestPluginWithDevMounts [2022-05-17T11:53:07.326Z] === PAUSE TestPluginWithDevMounts [2022-05-17T11:53:07.326Z] === CONT TestPluginWithDevMounts [2022-05-17T11:53:07.584Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-17T11:53:08.052Z] === RUN TestSerialization [2022-05-17T11:53:08.519Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-17T11:53:08.520Z] --- PASS: TestSerialization (0.04s) [2022-05-17T11:53:08.520Z] PASS [2022-05-17T11:53:08.520Z] coverage: 100.0% of statements [2022-05-17T11:53:08.520Z] ok github.com/docker/docker/libcontainerd/queue 0.113s coverage: 100.0% of statements [2022-05-17T11:53:08.777Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-17T11:53:08.777Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-17T11:53:08.988Z] === RUN TestEnvironmentParsing [2022-05-17T11:53:08.988Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-05-17T11:53:08.988Z] PASS [2022-05-17T11:53:08.988Z] === RUN TestEmptyLayer [2022-05-17T11:53:08.988Z] --- PASS: TestEmptyLayer (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestCommitFailure [2022-05-17T11:53:08.988Z] coverage: 1.2% of statements [2022-05-17T11:53:08.988Z] --- PASS: TestCommitFailure (0.02s) [2022-05-17T11:53:08.988Z] === RUN TestStartTransactionFailure [2022-05-17T11:53:08.988Z] ok github.com/docker/docker/libcontainerd/local 0.082s coverage: 1.2% of statements [2022-05-17T11:53:08.988Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-05-17T11:53:08.988Z] === RUN TestGetOrphan [2022-05-17T11:53:08.988Z] --- PASS: TestGetOrphan (0.02s) [2022-05-17T11:53:08.988Z] === RUN TestMountAndRegister [2022-05-17T11:53:08.988Z] layer_test.go:258: Layer size: 14 [2022-05-17T11:53:08.988Z] --- PASS: TestMountAndRegister (0.09s) [2022-05-17T11:53:08.988Z] === RUN TestLayerRelease [2022-05-17T11:53:08.988Z] layer_test.go:291: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestLayerRelease (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestStoreRestore [2022-05-17T11:53:08.988Z] layer_test.go:340: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestStoreRestore (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestTarStreamStability [2022-05-17T11:53:08.988Z] layer_test.go:455: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestTarStreamStability (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestRegisterExistingLayer [2022-05-17T11:53:08.988Z] --- PASS: TestRegisterExistingLayer (0.19s) [2022-05-17T11:53:08.988Z] === RUN TestTarStreamVerification [2022-05-17T11:53:08.988Z] layer_test.go:684: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestLayerMigration [2022-05-17T11:53:08.988Z] migration_test.go:45: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestLayerMigration (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestLayerMigrationNoTarsplit [2022-05-17T11:53:08.988Z] migration_test.go:181: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestMountInit [2022-05-17T11:53:08.988Z] mount_test.go:17: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestMountInit (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestMountSize [2022-05-17T11:53:08.988Z] mount_test.go:76: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestMountSize (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestMountChanges [2022-05-17T11:53:08.988Z] mount_test.go:125: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestMountChanges (0.00s) [2022-05-17T11:53:08.988Z] === RUN TestMountApply [2022-05-17T11:53:08.988Z] mount_test.go:212: Failing on Windows [2022-05-17T11:53:08.988Z] --- SKIP: TestMountApply (0.00s) [2022-05-17T11:53:08.988Z] PASS [2022-05-17T11:53:08.988Z] coverage: 30.6% of statements [2022-05-17T11:53:08.988Z] ok github.com/docker/docker/layer 0.433s coverage: 30.6% of statements [2022-05-17T11:53:09.034Z] --- PASS: TestPluginWithDevMounts (1.79s) [2022-05-17T11:53:09.034Z] PASS [2022-05-17T11:53:09.034Z] [2022-05-17T11:53:09.034Z] DONE 1 tests in 1.939s [2022-05-17T11:53:09.034Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-17T11:53:09.034Z] ++ 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-17T11:53:09.034Z] ++ set -e [2022-05-17T11:53:09.034Z] ++ '[' -n 0 ']' [2022-05-17T11:53:09.034Z] ++ set -x [2022-05-17T11:53:09.034Z] ++ 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-17T11:53:09.292Z] INFO: Testing against a local daemon [2022-05-17T11:53:09.292Z] === RUN TestSecretInspect [2022-05-17T11:53:09.519Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-17T11:53:09.519Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-17T11:53:09.519Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-17T11:53:09.519Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-17T11:53:09.550Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-17T11:53:10.115Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-17T11:53:10.374Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-17T11:53:10.505Z] === RUN TestSequenceGetAvailableBit [2022-05-17T11:53:10.505Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestSequenceEqual [2022-05-17T11:53:10.505Z] --- PASS: TestSequenceEqual (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestSequenceCopy [2022-05-17T11:53:10.505Z] --- PASS: TestSequenceCopy (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestGetFirstAvailable [2022-05-17T11:53:10.505Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestFindSequence [2022-05-17T11:53:10.505Z] --- PASS: TestFindSequence (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestCheckIfAvailable [2022-05-17T11:53:10.505Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestMergeSequences [2022-05-17T11:53:10.505Z] --- PASS: TestMergeSequences (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestPushReservation [2022-05-17T11:53:10.505Z] --- PASS: TestPushReservation (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestSerializeDeserialize [2022-05-17T11:53:10.505Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestSet [2022-05-17T11:53:10.505Z] --- PASS: TestSet (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestSetUnset [2022-05-17T11:53:10.505Z] --- PASS: TestSetUnset (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestOffsetSetUnset [2022-05-17T11:53:10.505Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestSetInRange [2022-05-17T11:53:10.505Z] --- PASS: TestSetInRange (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestSetAnyInRange [2022-05-17T11:53:10.505Z] --- PASS: TestSetAnyInRange (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestMethods [2022-05-17T11:53:10.505Z] --- PASS: TestMethods (0.00s) [2022-05-17T11:53:10.505Z] === RUN TestRandomAllocateDeallocate [2022-05-17T11:53:10.632Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-17T11:53:11.201Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-17T11:53:11.767Z] --- PASS: TestSecretInspect (2.53s) [2022-05-17T11:53:11.767Z] === RUN TestSecretList [2022-05-17T11:53:11.908Z] ok github.com/docker/docker/libnetwork/networkdb 110.249s coverage: 60.4% of statements [2022-05-17T11:53:11.908Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-17T11:53:11.908Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-17T11:53:12.070Z] === RUN TestInvalidConfig [2022-05-17T11:53:12.070Z] --- PASS: TestInvalidConfig (0.00s) [2022-05-17T11:53:12.070Z] === RUN TestConfig [2022-05-17T11:53:12.070Z] --- PASS: TestConfig (0.00s) [2022-05-17T11:53:12.070Z] === RUN TestOptionsLabels [2022-05-17T11:53:12.070Z] --- PASS: TestOptionsLabels (0.00s) [2022-05-17T11:53:12.070Z] === RUN TestValidName [2022-05-17T11:53:12.070Z] --- PASS: TestValidName (0.00s) [2022-05-17T11:53:12.070Z] PASS [2022-05-17T11:53:12.070Z] coverage: 19.7% of statements [2022-05-17T11:53:12.070Z] ok github.com/docker/docker/libnetwork/config 0.107s coverage: 19.7% of statements [2022-05-17T11:53:12.334Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-17T11:53:12.539Z] === RUN TestKey [2022-05-17T11:53:12.539Z] --- PASS: TestKey (0.00s) [2022-05-17T11:53:12.539Z] === RUN TestParseKey [2022-05-17T11:53:12.539Z] --- PASS: TestParseKey (0.00s) [2022-05-17T11:53:12.539Z] === RUN TestInvalidDataStore [2022-05-17T11:53:12.539Z] --- PASS: TestInvalidDataStore (0.00s) [2022-05-17T11:53:12.539Z] === RUN TestKVObjectFlatKey [2022-05-17T11:53:12.539Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-05-17T11:53:12.539Z] === RUN TestAtomicKVObjectFlatKey [2022-05-17T11:53:12.539Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-05-17T11:53:12.539Z] PASS [2022-05-17T11:53:12.539Z] coverage: 21.9% of statements [2022-05-17T11:53:12.539Z] ok github.com/docker/docker/libnetwork/datastore 0.059s coverage: 21.9% of statements [2022-05-17T11:53:13.269Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-17T11:53:13.269Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-17T11:53:13.528Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-17T11:53:13.528Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-17T11:53:13.528Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-17T11:53:14.094Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-17T11:53:14.104Z] === RUN TestIPDataMarshalling [2022-05-17T11:53:14.104Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-05-17T11:53:14.104Z] === RUN TestValidateAndIsV6 [2022-05-17T11:53:14.104Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-05-17T11:53:14.104Z] PASS [2022-05-17T11:53:14.104Z] coverage: 68.9% of statements [2022-05-17T11:53:14.104Z] ok github.com/docker/docker/libnetwork/driverapi 0.065s coverage: 68.9% of statements [2022-05-17T11:53:14.353Z] --- PASS: TestSecretList (2.54s) [2022-05-17T11:53:14.353Z] === RUN TestSecretsCreateAndDelete [2022-05-17T11:53:15.090Z] === RUN TestDriver [2022-05-17T11:53:15.090Z] --- PASS: TestDriver (0.00s) [2022-05-17T11:53:15.090Z] PASS [2022-05-17T11:53:15.090Z] coverage: 34.8% of statements [2022-05-17T11:53:15.090Z] ok github.com/docker/docker/libnetwork/drivers/host 0.053s coverage: 34.8% of statements [2022-05-17T11:53:15.725Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-05-17T11:53:16.659Z] --- PASS: TestSecretsCreateAndDelete (2.35s) [2022-05-17T11:53:16.659Z] === RUN TestSecretsUpdate [2022-05-17T11:53:16.660Z] === RUN TestErrorInterfaces [2022-05-17T11:53:16.660Z] --- PASS: TestErrorInterfaces (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestNetworkMarshalling [2022-05-17T11:53:16.660Z] === RUN TestDriver [2022-05-17T11:53:16.660Z] --- PASS: TestDriver (0.00s) [2022-05-17T11:53:16.660Z] PASS [2022-05-17T11:53:16.660Z] coverage: 34.8% of statements [2022-05-17T11:53:16.660Z] ok github.com/docker/docker/libnetwork/drivers/null 0.055s coverage: 34.8% of statements [2022-05-17T11:53:16.660Z] --- PASS: TestNetworkMarshalling (0.24s) [2022-05-17T11:53:16.660Z] === RUN TestEndpointMarshalling [2022-05-17T11:53:16.660Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestAuxAddresses [2022-05-17T11:53:16.660Z] time="2022-05-17T11:53:16Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-17T11:53:16.660Z] --- PASS: TestAuxAddresses (0.04s) [2022-05-17T11:53:16.660Z] === RUN TestSRVServiceQuery [2022-05-17T11:53:16.660Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-05-17T11:53:16.660Z] === RUN TestServiceVIPReuse [2022-05-17T11:53:16.660Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-05-17T11:53:16.660Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-05-17T11:53:16.660Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestDNSIPQuery [2022-05-17T11:53:16.660Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestDNSProxyServFail [2022-05-17T11:53:16.660Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestSandboxAddEmpty [2022-05-17T11:53:16.660Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestSandboxAddMultiPrio [2022-05-17T11:53:16.660Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestSandboxAddSamePrio [2022-05-17T11:53:16.660Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestCleanupServiceDiscovery [2022-05-17T11:53:16.660Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestDNSOptions [2022-05-17T11:53:16.660Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:53:16.660Z] --- SKIP: TestDNSOptions (0.00s) [2022-05-17T11:53:16.660Z] === RUN TestMultipleControllersWithSameStore [2022-05-17T11:53:16.660Z] time="2022-05-17T11:53:16Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-17T11:53:17.128Z] time="2022-05-17T11:53:16Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-05-17T11:53:17.128Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-05-17T11:53:17.128Z] PASS [2022-05-17T11:53:17.128Z] coverage: 8.5% of statements [2022-05-17T11:53:17.128Z] ok github.com/docker/docker/libnetwork 0.490s coverage: 8.5% of statements [2022-05-17T11:53:17.128Z] === RUN TestNetworkAllocateFree [2022-05-17T11:53:17.128Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-05-17T11:53:17.128Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-05-17T11:53:17.128Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-05-17T11:53:17.128Z] PASS [2022-05-17T11:53:17.128Z] coverage: 63.6% of statements [2022-05-17T11:53:17.128Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.073s coverage: 63.6% of statements [2022-05-17T11:53:17.168Z] ok github.com/docker/docker/libnetwork/osl 4.300s coverage: 39.7% of statements [2022-05-17T11:53:17.168Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-17T11:53:17.427Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-05-17T11:53:17.993Z] ok github.com/docker/docker/libnetwork/portmapper 0.220s coverage: 48.6% of statements [2022-05-17T11:53:18.252Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-05-17T11:53:18.252Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-17T11:53:18.564Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-17T11:53:18.698Z] === RUN TestGetEmptyCapabilities [2022-05-17T11:53:18.698Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-05-17T11:53:18.698Z] === RUN TestGetExtraCapabilities [2022-05-17T11:53:18.698Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-05-17T11:53:18.698Z] === RUN TestGetInvalidCapabilities [2022-05-17T11:53:18.698Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-05-17T11:53:18.698Z] === RUN TestRemoteDriver [2022-05-17T11:53:18.698Z] --- PASS: TestRemoteDriver (0.02s) [2022-05-17T11:53:18.698Z] === RUN TestDriverError [2022-05-17T11:53:18.698Z] --- PASS: TestDriverError (0.01s) [2022-05-17T11:53:18.698Z] === RUN TestMissingValues [2022-05-17T11:53:18.698Z] --- PASS: TestMissingValues (0.00s) [2022-05-17T11:53:18.698Z] === RUN TestRollback [2022-05-17T11:53:18.698Z] --- PASS: TestRollback (0.01s) [2022-05-17T11:53:18.698Z] PASS [2022-05-17T11:53:18.698Z] coverage: 57.4% of statements [2022-05-17T11:53:18.698Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.125s coverage: 57.4% of statements [2022-05-17T11:53:18.820Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] === Skipped [2022-05-17T11:53:18.820Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-17T11:53:18.820Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-17T11:53:18.820Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-17T11:53:18.820Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-17T11:53:18.820Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-17T11:53:18.820Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-17T11:53:18.820Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-17T11:53:18.820Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-17T11:53:18.820Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-17T11:53:18.820Z] firewalld_test.go:14: firewalld is not running [2022-05-17T11:53:18.820Z] [2022-05-17T11:53:18.820Z] DONE 326 tests, 9 skipped in 205.721s [2022-05-17T11:53:19.131Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-05-17T11:53:19.131Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-17T11:53:19.167Z] === RUN TestNAT [2022-05-17T11:53:19.167Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-17T11:53:19.167Z] --- SKIP: TestNAT (0.00s) [2022-05-17T11:53:19.167Z] === RUN TestTransparent [2022-05-17T11:53:19.167Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-17T11:53:19.167Z] --- SKIP: TestTransparent (0.00s) [2022-05-17T11:53:19.167Z] PASS [2022-05-17T11:53:19.167Z] coverage: 0.0% of statements [2022-05-17T11:53:19.167Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.080s coverage: 0.0% of statements Post stage [Pipeline] junit [2022-05-17T11:53:19.413Z] Recording test results [2022-05-17T11:53:19.635Z] === RUN TestNew [2022-05-17T11:53:19.635Z] --- PASS: TestNew (0.00s) [2022-05-17T11:53:19.635Z] === RUN TestAddDriver [2022-05-17T11:53:19.635Z] --- PASS: TestAddDriver (0.00s) [2022-05-17T11:53:19.635Z] === RUN TestAddDuplicateDriver [2022-05-17T11:53:19.635Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-05-17T11:53:19.635Z] === RUN TestIPAMDefaultAddressSpaces [2022-05-17T11:53:19.635Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-05-17T11:53:19.635Z] === RUN TestDriver [2022-05-17T11:53:19.635Z] --- PASS: TestDriver (0.00s) [2022-05-17T11:53:19.635Z] === RUN TestIPAM [2022-05-17T11:53:19.635Z] --- PASS: TestIPAM (0.00s) [2022-05-17T11:53:19.635Z] === RUN TestWalkIPAMs [2022-05-17T11:53:19.635Z] --- PASS: TestWalkIPAMs (0.00s) [2022-05-17T11:53:19.635Z] === RUN TestWalkDrivers [2022-05-17T11:53:19.635Z] --- PASS: TestWalkDrivers (0.00s) [2022-05-17T11:53:19.635Z] PASS [2022-05-17T11:53:19.635Z] coverage: 82.4% of statements [2022-05-17T11:53:19.635Z] ok github.com/docker/docker/libnetwork/drvregistry 0.108s coverage: 82.4% of statements [2022-05-17T11:53:19.673Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [2022-05-17T11:53:19.723Z] --- PASS: TestSecretsUpdate (2.87s) [2022-05-17T11:53:19.723Z] === RUN TestTemplatedSecret [Pipeline] sh [2022-05-17T11:53:19.982Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-17T11:53:19.982Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-17T11:53:19.982Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-17T11:53:19.982Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-17T11:53:20.003Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43322/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=dc18167fb196b5d38855bde3d914fc6d27055d27 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:dc18167fb196b5d38855bde3d914fc6d27055d27 hack/validate/vendor [2022-05-17T11:53:20.104Z] === RUN TestBuildDefault [2022-05-17T11:53:20.104Z] --- PASS: TestBuildDefault (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestBuildHostnameDomainname [2022-05-17T11:53:20.104Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestBuildHostname [2022-05-17T11:53:20.104Z] --- PASS: TestBuildHostname (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestBuildHostnameFQDN [2022-05-17T11:53:20.104Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestBuildNoIP [2022-05-17T11:53:20.104Z] --- PASS: TestBuildNoIP (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestUpdate [2022-05-17T11:53:20.104Z] --- PASS: TestUpdate (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-05-17T11:53:20.104Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-05-17T11:53:20.104Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestAddEmpty [2022-05-17T11:53:20.104Z] --- PASS: TestAddEmpty (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestAdd [2022-05-17T11:53:20.104Z] --- PASS: TestAdd (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestDeleteEmpty [2022-05-17T11:53:20.104Z] --- PASS: TestDeleteEmpty (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestDeleteNewline [2022-05-17T11:53:20.104Z] --- PASS: TestDeleteNewline (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestDelete [2022-05-17T11:53:20.104Z] --- PASS: TestDelete (0.00s) [2022-05-17T11:53:20.104Z] === RUN TestConcurrentWrites [2022-05-17T11:53:20.104Z] --- PASS: TestConcurrentWrites (0.43s) [2022-05-17T11:53:20.104Z] PASS [2022-05-17T11:53:20.104Z] coverage: 81.2% of statements [2022-05-17T11:53:20.568Z] No vendor changes in diff. [2022-05-17T11:53:20.568Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [2022-05-17T11:53:20.572Z] ok github.com/docker/docker/libnetwork/etchosts 0.503s coverage: 81.2% of statements [2022-05-17T11:53:20.572Z] === RUN TestNew [2022-05-17T11:53:20.572Z] --- PASS: TestNew (0.00s) [2022-05-17T11:53:20.572Z] === RUN TestAllocate [2022-05-17T11:53:20.572Z] --- PASS: TestAllocate (0.00s) [2022-05-17T11:53:20.572Z] === RUN TestUninitialized [2022-05-17T11:53:20.572Z] --- PASS: TestUninitialized (0.00s) [2022-05-17T11:53:20.572Z] === RUN TestAllocateInRange [2022-05-17T11:53:20.572Z] --- PASS: TestAllocateInRange (0.00s) [2022-05-17T11:53:20.572Z] === RUN TestAllocateSerial [2022-05-17T11:53:20.572Z] --- PASS: TestAllocateSerial (0.00s) [2022-05-17T11:53:20.572Z] PASS [2022-05-17T11:53:20.572Z] coverage: 87.5% of statements [2022-05-17T11:53:20.572Z] ok github.com/docker/docker/libnetwork/idm 0.052s coverage: 87.5% of statements [2022-05-17T11:53:20.572Z] === RUN TestCaller [2022-05-17T11:53:20.572Z] --- PASS: TestCaller (0.00s) [2022-05-17T11:53:20.572Z] PASS [2022-05-17T11:53:20.572Z] coverage: 100.0% of statements [2022-05-17T11:53:20.572Z] ok github.com/docker/docker/libnetwork/internal/caller 0.050s coverage: 100.0% of statements [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-17T11:53:20.915Z] docker_api_swarm_node_test.go:20: [d3e718e80fe4e] joining swarm manager [d827497c86c04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:53:21.134Z] + echo Ensuring container killed. [2022-05-17T11:53:21.134Z] Ensuring container killed. [2022-05-17T11:53:21.134Z] + docker rm -vf docker-pr3 [2022-05-17T11:53:21.134Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-05-17T11:53:21.422Z] + echo Chowning /workspace to jenkins user [2022-05-17T11:53:21.422Z] Chowning /workspace to jenkins user [2022-05-17T11:53:21.422Z] + id -u [2022-05-17T11:53:21.422Z] + id -g [2022-05-17T11:53:21.422Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43322:/workspace busybox chown -R 1000:1000 /workspace [2022-05-17T11:53:21.564Z] === RUN TestSetSerialInsertDelete [2022-05-17T11:53:21.564Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-05-17T11:53:21.564Z] === RUN TestSetParallelInsertDelete [2022-05-17T11:53:21.849Z] docker_api_swarm_node_test.go:21: [d8771e6b83aae] joining swarm manager [d827497c86c04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-17T11:53:22.666Z] + bundleName=unit [2022-05-17T11:53:22.666Z] + echo Creating unit-bundles.tar.gz [2022-05-17T11:53:22.666Z] Creating unit-bundles.tar.gz [2022-05-17T11:53:22.666Z] + 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-17T11:53:22.666Z] bundles/junit-report-libnetwork.xml [2022-05-17T11:53:22.666Z] bundles/junit-report.xml [2022-05-17T11:53:22.666Z] bundles/go-test-report-libnetwork.json [2022-05-17T11:53:22.666Z] bundles/go-test-report.json [2022-05-17T11:53:22.666Z] bundles/profile-libnetwork.out [2022-05-17T11:53:22.666Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-05-17T11:53:22.678Z] Archiving artifacts [2022-05-17T11:53:22.782Z] --- PASS: TestTemplatedSecret (3.25s) [2022-05-17T11:53:22.782Z] === RUN TestSecretCreateResolve [2022-05-17T11:53:22.782Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-17T11:53:23.134Z] --- PASS: TestRandomAllocateDeallocate (12.53s) [2022-05-17T11:53:23.134Z] === RUN TestAllocateRandomDeallocate [2022-05-17T11:53:23.134Z] === RUN TestInt2IP2IntConversion [2022-05-17T11:53:23.181Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43322/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-17T11:53:23.347Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-17T11:53:23.487Z] + make clean [2022-05-17T11:53:23.487Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-17T11:53:23.487Z] docker-dev-cache [2022-05-17T11:53:23.487Z] docker-mod-cache [Pipeline] deleteDir [2022-05-17T11:53:23.603Z] --- PASS: TestInt2IP2IntConversion (0.63s) [2022-05-17T11:53:23.603Z] === RUN TestGetAddressVersion [2022-05-17T11:53:23.603Z] --- PASS: TestGetAddressVersion (0.00s) [2022-05-17T11:53:23.603Z] === RUN TestKeyString [2022-05-17T11:53:23.603Z] --- PASS: TestKeyString (0.00s) [2022-05-17T11:53:23.603Z] === RUN TestPoolDataMarshal [2022-05-17T11:53:23.603Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-05-17T11:53:23.603Z] === RUN TestSubnetsMarshal [2022-05-17T11:53:23.603Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-05-17T11:53:23.603Z] === RUN TestAddSubnets [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-17T11:53:24.071Z] --- PASS: TestAddSubnets (0.06s) [2022-05-17T11:53:24.072Z] === RUN TestDoublePoolRelease [2022-05-17T11:53:24.072Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-05-17T11:53:24.072Z] === RUN TestAddReleasePoolID [2022-05-17T11:53:24.072Z] === RUN TestPoolRequest [2022-05-17T11:53:24.072Z] --- PASS: TestPoolRequest (0.00s) [2022-05-17T11:53:24.072Z] === RUN TestOtherRequests [2022-05-17T11:53:24.072Z] --- PASS: TestOtherRequests (0.00s) [2022-05-17T11:53:24.072Z] PASS [2022-05-17T11:53:24.072Z] coverage: 57.1% of statements [2022-05-17T11:53:24.072Z] ok github.com/docker/docker/libnetwork/ipams/null 0.058s coverage: 57.1% of statements [2022-05-17T11:53:24.072Z] --- PASS: TestAddReleasePoolID (0.09s) [2022-05-17T11:53:24.072Z] === RUN TestPredefinedPool [2022-05-17T11:53:24.072Z] --- PASS: TestPredefinedPool (0.05s) [2022-05-17T11:53:24.072Z] === RUN TestRemoveSubnet [2022-05-17T11:53:24.072Z] --- PASS: TestAllocateRandomDeallocate (1.27s) [2022-05-17T11:53:24.072Z] === RUN TestAllocateRandomDeallocateSerialize [2022-05-17T11:53:24.283Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-17T11:53:24.540Z] --- PASS: TestRemoveSubnet (0.29s) [2022-05-17T11:53:24.540Z] === RUN TestGetSameAddress [2022-05-17T11:53:24.540Z] --- PASS: TestGetSameAddress (0.03s) [2022-05-17T11:53:24.540Z] === RUN TestPoolAllocationReuse [2022-05-17T11:53:25.528Z] === RUN TestGetCapabilities [2022-05-17T11:53:25.528Z] --- PASS: TestGetCapabilities (0.01s) [2022-05-17T11:53:25.528Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-05-17T11:53:25.528Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-05-17T11:53:25.528Z] === RUN TestGetDefaultAddressSpaces [2022-05-17T11:53:25.528Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-05-17T11:53:25.528Z] === RUN TestRemoteDriver [2022-05-17T11:53:25.528Z] --- PASS: TestRemoteDriver (0.01s) [2022-05-17T11:53:25.528Z] PASS [2022-05-17T11:53:25.528Z] coverage: 47.4% of statements [2022-05-17T11:53:25.528Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.083s coverage: 47.4% of statements [2022-05-17T11:53:25.528Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.34s) [2022-05-17T11:53:25.528Z] === RUN TestRetrieveFromStore [2022-05-17T11:53:25.657Z] --- PASS: TestSecretCreateResolve (2.66s) [2022-05-17T11:53:25.657Z] PASS [2022-05-17T11:53:25.657Z] [2022-05-17T11:53:25.657Z] DONE 6 tests in 16.424s [2022-05-17T11:53:25.657Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-17T11:53:25.657Z] ++ 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-17T11:53:25.657Z] ++ set -e [2022-05-17T11:53:25.657Z] ++ '[' -n 0 ']' [2022-05-17T11:53:25.657Z] ++ set -x [2022-05-17T11:53:25.657Z] ++ 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-17T11:53:25.997Z] --- PASS: TestRetrieveFromStore (0.63s) [2022-05-17T11:53:25.997Z] === RUN TestIsCorrupted [2022-05-17T11:53:26.222Z] INFO: Testing against a local daemon [2022-05-17T11:53:26.222Z] === RUN TestServiceCreateInit [2022-05-17T11:53:26.222Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-17T11:53:26.468Z] --- PASS: TestIsCorrupted (0.04s) [2022-05-17T11:53:26.468Z] === RUN TestSetRollover [2022-05-17T11:53:26.468Z] --- PASS: TestPoolAllocationReuse (2.02s) [2022-05-17T11:53:26.468Z] === RUN TestGetAddressSubPoolEqualPool [2022-05-17T11:53:26.468Z] --- PASS: TestGetAddressSubPoolEqualPool (0.06s) [2022-05-17T11:53:26.468Z] === RUN TestRequestReleaseAddressFromSubPool [2022-05-17T11:53:26.468Z] === RUN TestWindowsIPAM [2022-05-17T11:53:26.468Z] --- PASS: TestWindowsIPAM (0.00s) [2022-05-17T11:53:26.468Z] PASS [2022-05-17T11:53:26.468Z] coverage: 71.4% of statements [2022-05-17T11:53:26.468Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.051s coverage: 71.4% of statements [2022-05-17T11:53:28.038Z] === RUN TestDefaultNetwork [2022-05-17T11:53:28.038Z] --- PASS: TestDefaultNetwork (0.33s) [2022-05-17T11:53:28.038Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-05-17T11:53:28.038Z] --- PASS: TestSetRollover (1.92s) [2022-05-17T11:53:28.038Z] === RUN TestSetRolloverSerial [2022-05-17T11:53:28.123Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-17T11:53:28.382Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-17T11:53:28.506Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.35s) [2022-05-17T11:53:28.507Z] === RUN TestInitAddressPools [2022-05-17T11:53:28.507Z] --- PASS: TestInitAddressPools (0.00s) [2022-05-17T11:53:28.507Z] PASS [2022-05-17T11:53:28.507Z] coverage: 74.0% of statements [2022-05-17T11:53:28.507Z] ok github.com/docker/docker/libnetwork/ipamutils 0.784s coverage: 74.0% of statements [2022-05-17T11:53:29.495Z] === RUN TestKeyValue [2022-05-17T11:53:29.495Z] --- PASS: TestKeyValue (0.00s) [2022-05-17T11:53:29.495Z] PASS [2022-05-17T11:53:29.495Z] coverage: 60.0% of statements [2022-05-17T11:53:29.495Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.90s) [2022-05-17T11:53:29.495Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-05-17T11:53:29.495Z] ok github.com/docker/docker/libnetwork/netlabel 0.049s coverage: 60.0% of statements [2022-05-17T11:53:29.757Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-17T11:53:30.488Z] --- PASS: TestSetRolloverSerial (2.03s) [2022-05-17T11:53:30.488Z] === RUN TestGetFirstAvailableFromCurrent [2022-05-17T11:53:30.488Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-05-17T11:53:30.488Z] PASS [2022-05-17T11:53:30.488Z] coverage: 84.4% of statements [2022-05-17T11:53:30.488Z] ok github.com/docker/docker/libnetwork/bitseq 19.831s coverage: 84.4% of statements [2022-05-17T11:53:30.690Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-17T11:53:30.948Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-17T11:53:31.883Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-05-17T11:53:32.061Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-05-17T11:53:32.061Z] PASS [2022-05-17T11:53:32.061Z] coverage: 100.0% of statements [2022-05-17T11:53:32.061Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.066s coverage: 100.0% of statements [2022-05-17T11:53:32.450Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-05-17T11:53:33.065Z] === RUN TestNetworkDBSimple [2022-05-17T11:53:33.384Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-05-17T11:53:33.538Z] === RUN TestGenerate [2022-05-17T11:53:33.538Z] --- PASS: TestGenerate (0.00s) [2022-05-17T11:53:33.538Z] === RUN TestGeneratePtr [2022-05-17T11:53:33.538Z] --- PASS: TestGeneratePtr (0.00s) [2022-05-17T11:53:33.538Z] === RUN TestGenerateMissingField [2022-05-17T11:53:33.538Z] --- PASS: TestGenerateMissingField (0.00s) [2022-05-17T11:53:33.538Z] === RUN TestFieldCannotBeSet [2022-05-17T11:53:33.538Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-05-17T11:53:33.538Z] === RUN TestTypeMismatchError [2022-05-17T11:53:33.538Z] --- PASS: TestTypeMismatchError (0.00s) [2022-05-17T11:53:33.538Z] PASS [2022-05-17T11:53:33.538Z] coverage: 100.0% of statements [2022-05-17T11:53:33.538Z] ok github.com/docker/docker/libnetwork/options 0.085s coverage: 100.0% of statements [2022-05-17T11:53:33.538Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (4.10s) [2022-05-17T11:53:33.538Z] === RUN TestGetAddress [2022-05-17T11:53:34.010Z] 2022/05/17 11:53:33 Closing DB instances... [2022-05-17T11:53:34.479Z] testing: warning: no tests to run [2022-05-17T11:53:34.480Z] PASS [2022-05-17T11:53:34.480Z] coverage: 0.0% of statements [2022-05-17T11:53:34.480Z] ok github.com/docker/docker/libnetwork/osl 0.054s coverage: 0.0% of statements [no tests to run] [2022-05-17T11:53:34.760Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-05-17T11:53:35.326Z] --- PASS: TestServiceCreateInit (8.98s) [2022-05-17T11:53:35.326Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.37s) [2022-05-17T11:53:35.326Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.59s) [2022-05-17T11:53:35.326Z] === RUN TestCreateServiceMultipleTimes [2022-05-17T11:53:35.468Z] --- PASS: TestNetworkDBSimple (2.45s) [2022-05-17T11:53:35.468Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-05-17T11:53:35.937Z] === RUN TestRequestNewPort [2022-05-17T11:53:35.937Z] --- PASS: TestRequestNewPort (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestRequestSpecificPort [2022-05-17T11:53:35.937Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestReleasePort [2022-05-17T11:53:35.937Z] --- PASS: TestReleasePort (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestReuseReleasedPort [2022-05-17T11:53:35.937Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestReleaseUnreadledPort [2022-05-17T11:53:35.937Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestUnknowProtocol [2022-05-17T11:53:35.937Z] --- PASS: TestUnknowProtocol (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestAllocateAllPorts [2022-05-17T11:53:35.937Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestPortAllocation [2022-05-17T11:53:35.937Z] --- PASS: TestPortAllocation (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestPortAllocationWithCustomRange [2022-05-17T11:53:35.937Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestNoDuplicateBPR [2022-05-17T11:53:35.937Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-05-17T11:53:35.937Z] === RUN TestChangePortRange [2022-05-17T11:53:35.937Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-05-17T11:53:35.937Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-05-17T11:53:35.937Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-05-17T11:53:35.937Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-05-17T11:53:35.937Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-05-17T11:53:35.937Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-05-17T11:53:35.937Z] --- PASS: TestChangePortRange (0.00s) [2022-05-17T11:53:35.937Z] PASS [2022-05-17T11:53:35.937Z] coverage: 88.6% of statements [2022-05-17T11:53:35.937Z] ok github.com/docker/docker/libnetwork/portallocator 0.058s coverage: 88.6% of statements [2022-05-17T11:53:36.261Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-05-17T11:53:36.930Z] testing: warning: no tests to run [2022-05-17T11:53:36.930Z] PASS [2022-05-17T11:53:36.930Z] coverage: 0.0% of statements [2022-05-17T11:53:36.930Z] ok github.com/docker/docker/libnetwork/portmapper 0.055s coverage: 0.0% of statements [no tests to run] [2022-05-17T11:53:36.930Z] 2022/05/17 11:53:36 Closing DB instances... [2022-05-17T11:53:37.197Z] docker_api_swarm_test.go:502: [df441f4b6984b] joining swarm manager [d5839b4df1e05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-17T11:53:37.399Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-17T11:53:37.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00000fd58__} [2022-05-17T11:53:37.871Z] === RUN TestHashData [2022-05-17T11:53:37.871Z] --- PASS: TestHashData (0.00s) [2022-05-17T11:53:37.871Z] PASS [2022-05-17T11:53:37.871Z] coverage: 2.8% of statements [2022-05-17T11:53:37.871Z] ok github.com/docker/docker/libnetwork/resolvconf 0.052s coverage: 2.8% of statements [2022-05-17T11:53:38.342Z] === RUN TestErrorConstructors [2022-05-17T11:53:38.342Z] --- PASS: TestErrorConstructors (0.00s) [2022-05-17T11:53:38.342Z] === RUN TestCompareIPMask [2022-05-17T11:53:38.342Z] --- PASS: TestCompareIPMask (0.00s) [2022-05-17T11:53:38.342Z] === RUN TestUtilGetHostPartIP [2022-05-17T11:53:38.342Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-05-17T11:53:38.342Z] === RUN TestUtilGetBroadcastIP [2022-05-17T11:53:38.342Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-05-17T11:53:38.342Z] === RUN TestParseCIDR [2022-05-17T11:53:38.342Z] --- PASS: TestParseCIDR (0.00s) [2022-05-17T11:53:38.342Z] PASS [2022-05-17T11:53:38.342Z] coverage: 37.3% of statements [2022-05-17T11:53:38.342Z] ok github.com/docker/docker/libnetwork/types 0.056s coverage: 37.3% of statements [2022-05-17T11:53:38.342Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.08s) [2022-05-17T11:53:38.342Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-05-17T11:53:39.332Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-05-17T11:53:39.332Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-05-17T11:53:39.332Z] PASS [2022-05-17T11:53:39.332Z] coverage: 55.0% of statements [2022-05-17T11:53:39.332Z] ok github.com/docker/docker/oci 0.058s coverage: 55.0% of statements [2022-05-17T11:53:39.689Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13942969759_/foo_false_____} [2022-05-17T11:53:39.804Z] 2022/05/17 11:53:39 Closing DB instances... [2022-05-17T11:53:40.273Z] === RUN TestAddressPoolOpt [2022-05-17T11:53:40.273Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/a [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/something [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/_=a [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/env1=value1 [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/_env1=value1 [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/env2=value2=value3 [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/env3=abc!qwe [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/env_4=value_4 [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/PATH [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/=a [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/PATH= [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/PATH=something [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/asd!qwe [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/1asd [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/123 [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/some_space [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/__some_space_before [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/some_space_after__ [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/= [2022-05-17T11:53:40.273Z] === RUN TestValidateEnv/PaTh [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/a (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/something (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/= (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-05-17T11:53:40.273Z] === RUN TestParseHost [2022-05-17T11:53:40.273Z] === RUN TestParseHost/something_with_spaces [2022-05-17T11:53:40.273Z] === RUN TestParseHost/unknown:// [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://:port [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://invalid:port [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://:5555/ [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://:5555/p [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-05-17T11:53:40.273Z] === RUN TestParseHost/:// [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://[::1]:/ [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-05-17T11:53:40.273Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://[::1] [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://[::1]: [2022-05-17T11:53:40.273Z] === RUN TestParseHost/_ [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://: [2022-05-17T11:53:40.273Z] === RUN TestParseHost/unix:// [2022-05-17T11:53:40.273Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://host: [2022-05-17T11:53:40.273Z] === RUN TestParseHost/__ [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp:// [2022-05-17T11:53:40.273Z] === RUN TestParseHost/unix://path/to/socket [2022-05-17T11:53:40.273Z] === RUN TestParseHost/#00 [2022-05-17T11:53:40.273Z] === RUN TestParseHost/fd:// [2022-05-17T11:53:40.273Z] === RUN TestParseHost/fd://something [2022-05-17T11:53:40.273Z] === RUN TestParseHost/npipe:// [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://192.168:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/:// (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://[::1] (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/_ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/__ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/#00 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp://127.0.0.1/ [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/#00 [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/unix:// [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/localhost [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp://[::1] [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/fd://something [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/: [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/fd:// [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/:5555 [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/[::1] [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/localhost: [2022-05-17T11:53:40.273Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/tcp://127.0.0.1/ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-17T11:53:40.273Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1] (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/[::1] (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestParseTCP [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/localhost:5555/path [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/:5555/path [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/tcp://:5555/path [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/[::1]:5555/path [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/default_tcp://localhost:noport [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/default_tcp://localhost:5555/path [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/default_localhost [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/default_udp://localhost [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/tcp:// [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/tcp://: [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/: [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/[::1]:5555 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/localhost:5555 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/tcp://:5555 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/#00 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/0.0.0.1 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/0.0.0.1: [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/:5555 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/localhost [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/[::1] [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/[::1]: [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1] [2022-05-17T11:53:40.274Z] === RUN TestParseTCP/localhost: [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/default_tcp://localhost:noport (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/default_tcp://localhost:5555/path (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/default_localhost (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/default_udp://localhost (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/[::1] (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1] (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestParseInvalidUnixAddrInvalid [2022-05-17T11:53:40.274Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestValidateExtraHosts [2022-05-17T11:53:40.274Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestValidateIPAddress [2022-05-17T11:53:40.274Z] --- PASS: TestValidateIPAddress (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestMapOpts [2022-05-17T11:53:40.274Z] --- PASS: TestMapOpts (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestListOptsWithoutValidator [2022-05-17T11:53:40.274Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestListOptsWithValidator [2022-05-17T11:53:40.274Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestValidateDNSSearch [2022-05-17T11:53:40.274Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_general_format [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_one_more [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-05-17T11:53:40.274Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel (0.03s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestParseVersion [2022-05-17T11:53:40.274Z] --- PASS: TestParseVersion (0.00s) [2022-05-17T11:53:40.274Z] PASS [2022-05-17T11:53:40.274Z] coverage: 52.9% of statements [2022-05-17T11:53:40.274Z] ok github.com/docker/docker/pkg/aaparser 0.064s coverage: 52.9% of statements [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-05-17T11:53:40.274Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestNamedListOpts [2022-05-17T11:53:40.274Z] --- PASS: TestNamedListOpts (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestNamedMapOpts [2022-05-17T11:53:40.274Z] --- PASS: TestNamedMapOpts (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestParseLink [2022-05-17T11:53:40.274Z] --- PASS: TestParseLink (0.00s) [2022-05-17T11:53:40.274Z] === RUN TestUlimitOpt [2022-05-17T11:53:40.274Z] --- PASS: TestUlimitOpt (0.00s) [2022-05-17T11:53:40.274Z] PASS [2022-05-17T11:53:40.274Z] coverage: 66.0% of statements [2022-05-17T11:53:40.274Z] ok github.com/docker/docker/opts 0.171s coverage: 66.0% of statements [2022-05-17T11:53:40.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13942969759_/foo_true_____} [2022-05-17T11:53:41.270Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-05-17T11:53:41.270Z] === RUN TestNetworkDBCRUDTableEntry [2022-05-17T11:53:42.520Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33796157339_/foo_false_____} [2022-05-17T11:53:42.839Z] === RUN TestPeerCertificateMarshalJSON [2022-05-17T11:53:42.839Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-05-17T11:53:42.839Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-05-17T11:53:42.839Z] --- PASS: TestPeerCertificateMarshalJSON (0.35s) [2022-05-17T11:53:42.839Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-05-17T11:53:42.839Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-05-17T11:53:42.839Z] === RUN TestMiddleware [2022-05-17T11:53:42.839Z] --- PASS: TestMiddleware (0.00s) [2022-05-17T11:53:42.839Z] === RUN TestNewResponseModifier [2022-05-17T11:53:42.839Z] --- PASS: TestNewResponseModifier (0.00s) [2022-05-17T11:53:42.839Z] PASS [2022-05-17T11:53:42.839Z] coverage: 26.8% of statements [2022-05-17T11:53:42.839Z] ok github.com/docker/docker/pkg/authorization 0.419s coverage: 26.8% of statements [2022-05-17T11:53:43.310Z] === RUN TestIsArchivePathDir [2022-05-17T11:53:43.453Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33796157339_/foo_true_____} [2022-05-17T11:53:43.779Z] 2022/05/17 11:53:43 Closing DB instances... [2022-05-17T11:53:43.779Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-05-17T11:53:43.779Z] === RUN TestIsArchivePathInvalidFile [2022-05-17T11:53:43.779Z] --- PASS: TestIsArchivePathInvalidFile (0.19s) [2022-05-17T11:53:43.779Z] === RUN TestIsArchivePathTar [2022-05-17T11:53:43.779Z] --- PASS: TestIsArchivePathTar (0.21s) [2022-05-17T11:53:43.779Z] === RUN TestDecompressStreamGzip [2022-05-17T11:53:44.248Z] --- PASS: TestDecompressStreamGzip (0.16s) [2022-05-17T11:53:44.248Z] === RUN TestDecompressStreamBzip2 [2022-05-17T11:53:44.248Z] === RUN TestUnbuffered [2022-05-17T11:53:44.248Z] --- PASS: TestUnbuffered (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestRaceUnbuffered [2022-05-17T11:53:44.248Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-05-17T11:53:44.248Z] PASS [2022-05-17T11:53:44.248Z] coverage: 100.0% of statements [2022-05-17T11:53:44.248Z] ok github.com/docker/docker/pkg/broadcaster 0.052s coverage: 100.0% of statements [2022-05-17T11:53:44.248Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2022-05-17T11:53:44.248Z] === RUN TestDecompressStreamXz [2022-05-17T11:53:44.248Z] archive_test.go:133: Xz not present in msys2 [2022-05-17T11:53:44.248Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestDecompressStreamZstd [2022-05-17T11:53:44.248Z] archive_test.go:140: zstd not installed [2022-05-17T11:53:44.248Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-05-17T11:53:44.248Z] === RUN TestCompressStreamXzUnsupported [2022-05-17T11:53:44.248Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestCompressStreamBzip2Unsupported [2022-05-17T11:53:44.248Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestCompressStreamInvalid [2022-05-17T11:53:44.248Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestExtensionInvalid [2022-05-17T11:53:44.248Z] --- PASS: TestExtensionInvalid (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestExtensionUncompressed [2022-05-17T11:53:44.248Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestExtensionBzip2 [2022-05-17T11:53:44.248Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestExtensionGzip [2022-05-17T11:53:44.248Z] --- PASS: TestExtensionGzip (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestExtensionXz [2022-05-17T11:53:44.248Z] --- PASS: TestExtensionXz (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestExtensionZstd [2022-05-17T11:53:44.248Z] --- PASS: TestExtensionZstd (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestCmdStreamLargeStderr [2022-05-17T11:53:44.248Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2022-05-17T11:53:44.248Z] === RUN TestCmdStreamBad [2022-05-17T11:53:44.248Z] archive_test.go:252: Failing on Windows CI machines [2022-05-17T11:53:44.248Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-05-17T11:53:44.248Z] === RUN TestCmdStreamGood [2022-05-17T11:53:44.717Z] --- PASS: TestCmdStreamGood (0.06s) [2022-05-17T11:53:44.717Z] === RUN TestUntarPathWithInvalidDest [2022-05-17T11:53:44.717Z] --- PASS: TestUntarPathWithInvalidDest (0.09s) [2022-05-17T11:53:44.717Z] === RUN TestUntarPathWithInvalidSrc [2022-05-17T11:53:44.717Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-05-17T11:53:44.717Z] === RUN TestUntarPath [2022-05-17T11:53:44.717Z] --- PASS: TestUntarPath (0.09s) [2022-05-17T11:53:44.717Z] === RUN TestUntarPathWithDestinationFile [2022-05-17T11:53:44.717Z] --- PASS: TestUntarPathWithDestinationFile (0.11s) [2022-05-17T11:53:44.717Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-05-17T11:53:44.717Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-05-17T11:53:44.717Z] === RUN TestCopyWithTarInvalidSrc [2022-05-17T11:53:44.717Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-05-17T11:53:44.717Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-05-17T11:53:44.717Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-05-17T11:53:44.717Z] === RUN TestCopyWithTarSrcFile [2022-05-17T11:53:44.717Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-05-17T11:53:44.717Z] === RUN TestCopyWithTarSrcFolder [2022-05-17T11:53:44.717Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-05-17T11:53:44.717Z] === RUN TestCopyFileWithTarInvalidSrc [2022-05-17T11:53:44.717Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-05-17T11:53:44.717Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-05-17T11:53:44.717Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-05-17T11:53:44.717Z] === RUN TestCopyFileWithTarSrcFolder [2022-05-17T11:53:44.717Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-05-17T11:53:44.717Z] === RUN TestCopyFileWithTarSrcFile [2022-05-17T11:53:44.717Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-05-17T11:53:44.717Z] === RUN TestTarFiles [2022-05-17T11:53:44.825Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33796157339_/foo_true__0xc00000fd88___} [2022-05-17T11:53:45.186Z] === RUN TestMatch [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[]] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[foo]] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[bar]_[foo]] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[foo_bar]] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[qux]_[foo]] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[]#01 [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[qux]] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[foo_bar_qux]] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[qux]_[baz]] [2022-05-17T11:53:45.186Z] === RUN TestMatch/[[foo_baz]] [2022-05-17T11:53:45.186Z] --- PASS: TestMatch (0.00s) [2022-05-17T11:53:45.186Z] --- PASS: TestMatch/[[]] (0.00s) [2022-05-17T11:53:45.186Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[] (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-05-17T11:53:45.187Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-05-17T11:53:45.187Z] PASS [2022-05-17T11:53:45.187Z] coverage: 87.5% of statements [2022-05-17T11:53:45.187Z] ok github.com/docker/docker/pkg/capabilities 0.047s coverage: 87.5% of statements [2022-05-17T11:53:45.667Z] --- PASS: TestNetworkDBCRUDTableEntry (4.18s) [2022-05-17T11:53:45.667Z] === RUN TestNetworkDBCRUDTableEntries [2022-05-17T11:53:45.761Z] docker_api_swarm_test.go:507: [d55ce6cd0ca01] joining swarm manager [d5839b4df1e05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:53:46.326Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00000fda0__} [2022-05-17T11:53:46.656Z] === RUN TestChrootTarUntar [2022-05-17T11:53:46.656Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:53:46.656Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-05-17T11:53:46.656Z] === RUN TestChrootUntarWithHugeExcludesList [2022-05-17T11:53:46.656Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:53:46.656Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-17T11:53:46.656Z] === RUN TestChrootUntarEmptyArchive [2022-05-17T11:53:46.656Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-05-17T11:53:46.656Z] === RUN TestChrootTarUntarWithSymlink [2022-05-17T11:53:46.656Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:53:46.656Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-05-17T11:53:46.656Z] === RUN TestChrootCopyWithTar [2022-05-17T11:53:46.656Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:53:46.656Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-05-17T11:53:46.656Z] === RUN TestChrootCopyFileWithTar [2022-05-17T11:53:46.656Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:53:46.656Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-05-17T11:53:46.656Z] === RUN TestChrootUntarPath [2022-05-17T11:53:46.656Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:53:46.656Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-05-17T11:53:46.656Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-05-17T11:53:46.656Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:53:46.656Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:53:46.656Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-05-17T11:53:46.656Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:53:46.656Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:53:46.656Z] === RUN TestChrootApplyDotDotFile [2022-05-17T11:53:46.656Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:53:46.656Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-05-17T11:53:46.656Z] PASS [2022-05-17T11:53:46.656Z] coverage: 12.0% of statements [2022-05-17T11:53:46.656Z] ok github.com/docker/docker/pkg/chrootarchive 0.133s coverage: 12.0% of statements [2022-05-17T11:53:47.647Z] 2022/05/17 11:53:47 Closing DB instances... [2022-05-17T11:53:47.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00000fdb8__} [2022-05-17T11:53:48.116Z] === RUN TestEnsureRemoveAllNotExist [2022-05-17T11:53:48.116Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-05-17T11:53:48.116Z] === RUN TestEnsureRemoveAllWithDir [2022-05-17T11:53:48.116Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-05-17T11:53:48.116Z] === RUN TestEnsureRemoveAllWithFile [2022-05-17T11:53:48.116Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-05-17T11:53:48.116Z] PASS [2022-05-17T11:53:48.116Z] coverage: 0.0% of statements [2022-05-17T11:53:48.116Z] ok github.com/docker/docker/pkg/containerfs 0.064s coverage: 0.0% of statements [2022-05-17T11:53:49.071Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00000fdd0__} [2022-05-17T11:53:49.105Z] --- PASS: TestNetworkDBCRUDTableEntries (3.26s) [2022-05-17T11:53:49.105Z] === RUN TestNetworkDBNodeLeave [2022-05-17T11:53:49.105Z] === RUN TestSizeEmpty [2022-05-17T11:53:49.105Z] --- PASS: TestSizeEmpty (0.00s) [2022-05-17T11:53:49.105Z] === RUN TestSizeEmptyFile [2022-05-17T11:53:49.105Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-05-17T11:53:49.105Z] === RUN TestSizeNonemptyFile [2022-05-17T11:53:49.105Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-05-17T11:53:49.105Z] === RUN TestSizeNestedDirectoryEmpty [2022-05-17T11:53:49.105Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-05-17T11:53:49.105Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-05-17T11:53:49.105Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-05-17T11:53:49.105Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-05-17T11:53:49.105Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-05-17T11:53:49.105Z] === RUN TestMoveToSubdir [2022-05-17T11:53:49.105Z] --- PASS: TestMoveToSubdir (0.00s) [2022-05-17T11:53:49.105Z] === RUN TestSizeNonExistingDirectory [2022-05-17T11:53:49.105Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-05-17T11:53:49.105Z] PASS [2022-05-17T11:53:49.105Z] coverage: 80.0% of statements [2022-05-17T11:53:49.105Z] ok github.com/docker/docker/pkg/directory 0.072s coverage: 80.0% of statements [2022-05-17T11:53:50.174Z] === RUN TestPollerAddRemove [2022-05-17T11:53:50.174Z] --- PASS: TestPollerAddRemove (0.00s) [2022-05-17T11:53:50.174Z] === RUN TestPollerEvent [2022-05-17T11:53:50.174Z] poller_test.go:40: No chmod on Windows [2022-05-17T11:53:50.174Z] --- SKIP: TestPollerEvent (0.00s) [2022-05-17T11:53:50.174Z] === RUN TestPollerClose [2022-05-17T11:53:50.174Z] --- PASS: TestPollerClose (0.00s) [2022-05-17T11:53:50.174Z] PASS [2022-05-17T11:53:50.174Z] coverage: 45.7% of statements [2022-05-17T11:53:50.174Z] ok github.com/docker/docker/pkg/filenotify 0.066s coverage: 45.7% of statements [2022-05-17T11:53:50.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00000fde8__} [2022-05-17T11:53:51.744Z] === RUN TestCopyFileWithInvalidSrc [2022-05-17T11:53:51.744Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestCopyFileWithInvalidDest [2022-05-17T11:53:51.744Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestCopyFileWithSameSrcAndDest [2022-05-17T11:53:51.744Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-05-17T11:53:51.744Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestCopyFile [2022-05-17T11:53:51.744Z] --- PASS: TestCopyFile (0.01s) [2022-05-17T11:53:51.744Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-05-17T11:53:51.744Z] fileutils_test.go:133: Needs porting to Windows [2022-05-17T11:53:51.744Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-05-17T11:53:51.744Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestReadSymlinkedDirectoryToFile [2022-05-17T11:53:51.744Z] fileutils_test.go:179: Needs porting to Windows [2022-05-17T11:53:51.744Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestWildcardMatches [2022-05-17T11:53:51.744Z] --- PASS: TestWildcardMatches (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestPatternMatches [2022-05-17T11:53:51.744Z] --- PASS: TestPatternMatches (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-05-17T11:53:51.744Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestPatternMatchesFolderExclusions [2022-05-17T11:53:51.744Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-05-17T11:53:51.744Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-05-17T11:53:51.744Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-05-17T11:53:51.744Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-05-17T11:53:51.744Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestSingleExclamationError [2022-05-17T11:53:51.744Z] --- PASS: TestSingleExclamationError (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestMatchesWithNoPatterns [2022-05-17T11:53:51.744Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestMatchesWithMalformedPatterns [2022-05-17T11:53:51.744Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-05-17T11:53:51.744Z] === RUN TestMatches [2022-05-17T11:53:51.745Z] === RUN TestMatches/MatchesOrParentMatches [2022-05-17T11:53:51.745Z] === RUN TestMatches/MatchesUsingParentResult [2022-05-17T11:53:51.745Z] === RUN TestMatches/MatchesUsingParentResults [2022-05-17T11:53:51.745Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-05-17T11:53:51.745Z] --- PASS: TestMatches (0.01s) [2022-05-17T11:53:51.745Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-05-17T11:53:51.745Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-05-17T11:53:51.745Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-05-17T11:53:51.745Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-05-17T11:53:51.745Z] === RUN TestCleanPatterns [2022-05-17T11:53:51.745Z] --- PASS: TestCleanPatterns (0.00s) [2022-05-17T11:53:51.745Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-05-17T11:53:51.745Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-05-17T11:53:51.745Z] === RUN TestCleanPatternsExceptionFlag [2022-05-17T11:53:51.745Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-05-17T11:53:51.745Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-05-17T11:53:51.745Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-05-17T11:53:51.745Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-05-17T11:53:51.745Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-05-17T11:53:51.745Z] === RUN TestCleanPatternsErrorSingleException [2022-05-17T11:53:51.745Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-05-17T11:53:51.745Z] === RUN TestCreateIfNotExistsDir [2022-05-17T11:53:51.745Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-05-17T11:53:51.745Z] === RUN TestCreateIfNotExistsFile [2022-05-17T11:53:51.745Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-05-17T11:53:51.745Z] === RUN TestMatch [2022-05-17T11:53:51.745Z] --- PASS: TestMatch (0.00s) [2022-05-17T11:53:51.745Z] === RUN TestCompile [2022-05-17T11:53:51.745Z] === RUN TestCompile/slash [2022-05-17T11:53:51.745Z] === RUN TestCompile/backslash [2022-05-17T11:53:51.745Z] --- PASS: TestCompile (0.00s) [2022-05-17T11:53:51.745Z] --- PASS: TestCompile/slash (0.00s) [2022-05-17T11:53:51.745Z] --- PASS: TestCompile/backslash (0.00s) [2022-05-17T11:53:51.745Z] PASS [2022-05-17T11:53:51.745Z] coverage: 84.7% of statements [2022-05-17T11:53:51.745Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-05-17T11:53:51.745Z] === RUN TestNetworkDBWatch [2022-05-17T11:53:51.745Z] ok github.com/docker/docker/pkg/fileutils 0.105s coverage: 84.7% of statements [2022-05-17T11:53:51.816Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-17T11:53:51.816Z] --- PASS: TestCreateServiceMultipleTimes (16.59s) [2022-05-17T11:53:51.816Z] === RUN TestCreateServiceConflict [2022-05-17T11:53:52.214Z] --- PASS: TestTarFiles (7.39s) [2022-05-17T11:53:52.214Z] === RUN TestDetectCompressionZstd [2022-05-17T11:53:52.214Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-05-17T11:53:52.214Z] === RUN TestTarUntar [2022-05-17T11:53:52.214Z] --- PASS: TestTarUntar (0.05s) [2022-05-17T11:53:52.214Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-05-17T11:53:52.214Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-05-17T11:53:52.214Z] === RUN TestTarWithOptions [2022-05-17T11:53:52.214Z] --- PASS: TestTarWithOptions (0.04s) [2022-05-17T11:53:52.214Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-05-17T11:53:52.214Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-05-17T11:53:52.214Z] === RUN TestUntarUstarGnuConflict [2022-05-17T11:53:52.682Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-05-17T11:53:52.682Z] === RUN TestUntarInvalidFilenames [2022-05-17T11:53:52.682Z] === RUN TestGet [2022-05-17T11:53:52.682Z] --- PASS: TestGet (0.00s) [2022-05-17T11:53:52.682Z] === RUN TestGetShortcutString [2022-05-17T11:53:52.682Z] --- PASS: TestGetShortcutString (0.00s) [2022-05-17T11:53:52.682Z] PASS [2022-05-17T11:53:52.682Z] coverage: 42.9% of statements [2022-05-17T11:53:52.682Z] ok github.com/docker/docker/pkg/homedir 0.049s coverage: 42.9% of statements [2022-05-17T11:53:52.683Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3684122279\\dest" [2022-05-17T11:53:52.683Z] --- PASS: TestUntarInvalidFilenames (0.25s) [2022-05-17T11:53:52.683Z] === RUN TestUntarHardlinkToSymlink [2022-05-17T11:53:52.683Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-05-17T11:53:52.683Z] === RUN TestUntarInvalidHardlink [2022-05-17T11:53:52.683Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink85014021\\victim\\hello" -> "../victim/hello" [2022-05-17T11:53:52.683Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1659198234\\victim\\hello" -> "/../victim/hello" [2022-05-17T11:53:52.683Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1870212054\\victim" -> "../victim" [2022-05-17T11:53:52.683Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1330382017\\victim" -> "../victim" [2022-05-17T11:53:52.683Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink794775199\\victim" -> "../victim" [2022-05-17T11:53:52.683Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3828899768\\victim" -> "../victim" [2022-05-17T11:53:52.683Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-05-17T11:53:52.683Z] === RUN TestUntarInvalidSymlink [2022-05-17T11:53:52.683Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3864451433\\dest\\dotdot" -> "../victim/hello" [2022-05-17T11:53:52.683Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1124535027\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-17T11:53:52.683Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1590597382\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:53:52.683Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2836344557\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:53:52.683Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2941910828\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:53:52.683Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3571888292\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:53:52.683Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2917590077\\dest\\dir\\loophole" -> "../../victim" [2022-05-17T11:53:52.683Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-05-17T11:53:52.683Z] === RUN TestTempArchiveCloseMultipleTimes [2022-05-17T11:53:52.683Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-05-17T11:53:52.683Z] === RUN TestXGlobalNoParent [2022-05-17T11:53:52.683Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-05-17T11:53:52.683Z] === RUN TestReplaceFileTarWrapper [2022-05-17T11:53:52.750Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-17T11:53:52.750Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-17T11:53:52.750Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-17T11:53:52.750Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-17T11:53:52.750Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-17T11:53:52.750Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-17T11:53:52.750Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-05-17T11:53:53.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-05-17T11:53:53.152Z] --- PASS: TestReplaceFileTarWrapper (0.28s) [2022-05-17T11:53:53.152Z] === RUN TestPrefixHeaderReadable [2022-05-17T11:53:53.152Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-05-17T11:53:53.152Z] === RUN TestDisablePigz [2022-05-17T11:53:53.152Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-05-17T11:53:53.152Z] --- PASS: TestDisablePigz (0.16s) [2022-05-17T11:53:53.152Z] === RUN TestPigz [2022-05-17T11:53:53.152Z] 2022/05/17 11:53:53 Closing DB instances... [2022-05-17T11:53:53.265Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-17T11:53:53.621Z] archive_test.go:1400: Tested whether Pigz is not used, as it not installed [2022-05-17T11:53:53.621Z] --- PASS: TestPigz (0.18s) [2022-05-17T11:53:53.621Z] === RUN TestNosysFileInfo [2022-05-17T11:53:53.621Z] --- PASS: TestNosysFileInfo (0.00s) [2022-05-17T11:53:53.621Z] === RUN TestCopyFileWithInvalidDest [2022-05-17T11:53:53.621Z] archive_windows_test.go:16: Currently fails [2022-05-17T11:53:53.621Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-05-17T11:53:53.621Z] === RUN TestCanonicalTarNameForPath [2022-05-17T11:53:53.621Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-05-17T11:53:53.621Z] === RUN TestCanonicalTarName [2022-05-17T11:53:53.621Z] --- PASS: TestCanonicalTarName (0.00s) [2022-05-17T11:53:53.621Z] === RUN TestChmodTarEntry [2022-05-17T11:53:53.621Z] --- PASS: TestChmodTarEntry (0.00s) [2022-05-17T11:53:53.621Z] === RUN TestHardLinkOrder [2022-05-17T11:53:53.621Z] --- PASS: TestHardLinkOrder (0.10s) [2022-05-17T11:53:53.621Z] === RUN TestChangeString [2022-05-17T11:53:53.621Z] --- PASS: TestChangeString (0.00s) [2022-05-17T11:53:53.621Z] === RUN TestChangesWithNoChanges [2022-05-17T11:53:53.621Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-05-17T11:53:53.621Z] === RUN TestChangesWithChanges [2022-05-17T11:53:53.621Z] --- PASS: TestChangesWithChanges (0.04s) [2022-05-17T11:53:53.621Z] === RUN TestChangesWithChangesGH13590 [2022-05-17T11:53:53.621Z] changes_test.go:196: needs more investigation [2022-05-17T11:53:53.621Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-05-17T11:53:53.621Z] === RUN TestChangesDirsEmpty [2022-05-17T11:53:53.621Z] --- PASS: TestChangesDirsEmpty (0.18s) [2022-05-17T11:53:53.621Z] === RUN TestChangesDirsMutated [2022-05-17T11:53:54.092Z] === RUN TestCreateIDMapOrder [2022-05-17T11:53:54.092Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-05-17T11:53:54.092Z] PASS [2022-05-17T11:53:54.092Z] coverage: 7.2% of statements [2022-05-17T11:53:54.092Z] ok github.com/docker/docker/pkg/idtools 0.049s coverage: 7.2% of statements [2022-05-17T11:53:54.092Z] --- PASS: TestChangesDirsMutated (0.21s) [2022-05-17T11:53:54.092Z] === RUN TestApplyLayer [2022-05-17T11:53:54.092Z] changes_test.go:433: needs further investigation [2022-05-17T11:53:54.092Z] --- SKIP: TestApplyLayer (0.00s) [2022-05-17T11:53:54.092Z] === RUN TestChangesSizeWithHardlinks [2022-05-17T11:53:54.092Z] changes_test.go:469: needs further investigation [2022-05-17T11:53:54.092Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-05-17T11:53:54.092Z] === RUN TestChangesSizeWithNoChanges [2022-05-17T11:53:54.092Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-05-17T11:53:54.092Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-05-17T11:53:54.092Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-05-17T11:53:54.092Z] === RUN TestChangesSize [2022-05-17T11:53:54.092Z] --- PASS: TestChangesSize (0.00s) [2022-05-17T11:53:54.092Z] === RUN TestApplyLayerInvalidFilenames [2022-05-17T11:53:54.092Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3589909\\dest" [2022-05-17T11:53:54.092Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-05-17T11:53:54.092Z] === RUN TestApplyLayerInvalidHardlink [2022-05-17T11:53:54.092Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2718866025\\victim\\hello" -> "../victim/hello" [2022-05-17T11:53:54.092Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3814823468\\victim\\hello" -> "/../victim/hello" [2022-05-17T11:53:54.092Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2962513255\\victim" -> "../victim" [2022-05-17T11:53:54.092Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2987362208\\victim" -> "../victim" [2022-05-17T11:53:54.092Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink604328640\\victim" -> "../victim" [2022-05-17T11:53:54.092Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2476729117\\victim" -> "../victim" [2022-05-17T11:53:54.092Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-05-17T11:53:54.092Z] === RUN TestApplyLayerInvalidSymlink [2022-05-17T11:53:54.092Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2956111472\\dest\\dotdot" -> "../victim/hello" [2022-05-17T11:53:54.092Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3572084079\\dest\\slash-dotdot" -> "/../victim/hello" [2022-05-17T11:53:54.092Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3816930737\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:53:54.092Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3734529207\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:53:54.092Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1130987080\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:53:54.092Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1908434369\\dest\\loophole-victim" -> "../victim" [2022-05-17T11:53:54.092Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-05-17T11:53:54.092Z] === RUN TestApplyLayerWhiteouts [2022-05-17T11:53:54.092Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-05-17T11:53:54.092Z] === RUN TestGenerateEmptyFile [2022-05-17T11:53:54.092Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-05-17T11:53:54.092Z] === RUN TestGenerateWithContent [2022-05-17T11:53:54.092Z] --- PASS: TestGenerateWithContent (0.00s) [2022-05-17T11:53:54.092Z] PASS [2022-05-17T11:53:54.092Z] coverage: 62.9% of statements [2022-05-17T11:53:54.092Z] ok github.com/docker/docker/pkg/archive 10.703s coverage: 62.9% of statements [2022-05-17T11:53:54.563Z] --- PASS: TestNetworkDBWatch (3.07s) [2022-05-17T11:53:54.563Z] === RUN TestNetworkDBBulkSync [2022-05-17T11:53:54.642Z] --- PASS: TestCreateServiceConflict (2.57s) [2022-05-17T11:53:54.642Z] === RUN TestCreateServiceMaxReplicas [2022-05-17T11:53:55.208Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-17T11:53:55.550Z] === RUN TestFixedBufferCap [2022-05-17T11:53:55.550Z] --- PASS: TestFixedBufferCap (0.00s) [2022-05-17T11:53:55.550Z] === RUN TestFixedBufferLen [2022-05-17T11:53:55.550Z] --- PASS: TestFixedBufferLen (0.00s) [2022-05-17T11:53:55.550Z] === RUN TestFixedBufferString [2022-05-17T11:53:55.550Z] --- PASS: TestFixedBufferString (0.00s) [2022-05-17T11:53:55.550Z] === RUN TestFixedBufferWrite [2022-05-17T11:53:55.550Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-05-17T11:53:55.550Z] === RUN TestFixedBufferRead [2022-05-17T11:53:55.550Z] --- PASS: TestFixedBufferRead (0.00s) [2022-05-17T11:53:55.550Z] === RUN TestBytesPipeRead [2022-05-17T11:53:55.550Z] --- PASS: TestBytesPipeRead (0.00s) [2022-05-17T11:53:55.550Z] === RUN TestBytesPipeWrite [2022-05-17T11:53:55.550Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-05-17T11:53:55.550Z] === RUN TestBytesPipeWriteRandomChunks [2022-05-17T11:53:56.021Z] 2022/05/17 11:53:55 Closing DB instances... [2022-05-17T11:53:56.021Z] --- PASS: TestBytesPipeWriteRandomChunks (0.57s) [2022-05-17T11:53:56.021Z] === RUN TestAtomicWriteToFile [2022-05-17T11:53:56.021Z] --- PASS: TestAtomicWriteToFile (0.02s) [2022-05-17T11:53:56.021Z] === RUN TestAtomicWriteSetCommit [2022-05-17T11:53:56.021Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-05-17T11:53:56.021Z] === RUN TestAtomicWriteSetCancel [2022-05-17T11:53:56.021Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-05-17T11:53:56.021Z] === RUN TestReadCloserWrapperClose [2022-05-17T11:53:56.021Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-05-17T11:53:56.021Z] === RUN TestReaderErrWrapperReadOnError [2022-05-17T11:53:56.021Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-05-17T11:53:56.021Z] === RUN TestReaderErrWrapperRead [2022-05-17T11:53:56.021Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-05-17T11:53:56.021Z] === RUN TestCancelReadCloser [2022-05-17T11:53:56.494Z] --- PASS: TestCancelReadCloser (0.10s) [2022-05-17T11:53:56.494Z] === RUN TestWriteCloserWrapperClose [2022-05-17T11:53:56.494Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-05-17T11:53:56.494Z] === RUN TestNopWriteCloser [2022-05-17T11:53:56.494Z] --- PASS: TestNopWriteCloser (0.00s) [2022-05-17T11:53:56.495Z] === RUN TestNopWriter [2022-05-17T11:53:56.495Z] --- PASS: TestNopWriter (0.00s) [2022-05-17T11:53:56.495Z] === RUN TestWriteCounter [2022-05-17T11:53:56.495Z] --- PASS: TestWriteCounter (0.00s) [2022-05-17T11:53:56.495Z] PASS [2022-05-17T11:53:56.495Z] coverage: 70.1% of statements [2022-05-17T11:53:56.495Z] ok github.com/docker/docker/pkg/ioutils 0.772s coverage: 70.1% of statements [2022-05-17T11:53:57.107Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-17T11:53:57.482Z] === RUN TestError [2022-05-17T11:53:57.482Z] --- PASS: TestError (0.00s) [2022-05-17T11:53:57.482Z] === RUN TestProgressString [2022-05-17T11:53:57.482Z] === RUN TestProgressString/no_progress [2022-05-17T11:53:57.482Z] === RUN TestProgressString/progress_1 [2022-05-17T11:53:57.482Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-05-17T11:53:57.482Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-05-17T11:53:57.482Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-05-17T11:53:57.482Z] === RUN TestProgressString/with_units [2022-05-17T11:53:57.482Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-05-17T11:53:57.482Z] === RUN TestProgressString/hide_counts [2022-05-17T11:53:57.482Z] --- PASS: TestProgressString (0.00s) [2022-05-17T11:53:57.482Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-05-17T11:53:57.482Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-05-17T11:53:57.482Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-05-17T11:53:57.482Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-05-17T11:53:57.482Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-05-17T11:53:57.482Z] --- PASS: TestProgressString/with_units (0.00s) [2022-05-17T11:53:57.482Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-05-17T11:53:57.482Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-05-17T11:53:57.482Z] === RUN TestJSONMessageDisplay [2022-05-17T11:53:57.482Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-05-17T11:53:57.482Z] === RUN TestNetworkDBCRUDMediumCluster [2022-05-17T11:53:57.674Z] --- PASS: TestCreateServiceMaxReplicas (3.13s) [2022-05-17T11:53:57.674Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-17T11:53:57.953Z] --- PASS: TestJSONMessageDisplay (0.25s) [2022-05-17T11:53:57.953Z] === RUN TestJSONMessageDisplayWithJSONError [2022-05-17T11:53:57.953Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-05-17T11:53:57.953Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-05-17T11:53:57.953Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-05-17T11:53:57.954Z] === RUN TestDisplayJSONMessagesStream [2022-05-17T11:53:57.954Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-05-17T11:53:57.954Z] PASS [2022-05-17T11:53:57.954Z] coverage: 91.7% of statements [2022-05-17T11:53:57.954Z] ok github.com/docker/docker/pkg/jsonmessage 0.307s coverage: 91.7% of statements [2022-05-17T11:53:58.422Z] === RUN TestStandardLongPath [2022-05-17T11:53:58.422Z] --- PASS: TestStandardLongPath (0.00s) [2022-05-17T11:53:58.422Z] === RUN TestUNCLongPath [2022-05-17T11:53:58.422Z] --- PASS: TestUNCLongPath (0.00s) [2022-05-17T11:53:58.422Z] PASS [2022-05-17T11:53:58.422Z] coverage: 100.0% of statements [2022-05-17T11:53:58.422Z] ok github.com/docker/docker/pkg/longpath 0.047s coverage: 100.0% of statements [2022-05-17T11:53:59.409Z] === RUN TestNameFormat [2022-05-17T11:53:59.409Z] --- PASS: TestNameFormat (0.00s) [2022-05-17T11:53:59.409Z] === RUN TestNameRetries [2022-05-17T11:53:59.409Z] --- PASS: TestNameRetries (0.00s) [2022-05-17T11:53:59.409Z] PASS [2022-05-17T11:53:59.409Z] coverage: 85.7% of statements [2022-05-17T11:53:59.409Z] ok github.com/docker/docker/pkg/namesgenerator 0.048s coverage: 85.7% of statements [2022-05-17T11:53:59.583Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-17T11:54:00.398Z] === RUN TestParseKeyValueOpt [2022-05-17T11:54:00.398Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-05-17T11:54:00.398Z] === RUN TestParseUintList [2022-05-17T11:54:00.398Z] --- PASS: TestParseUintList (0.00s) [2022-05-17T11:54:00.398Z] === RUN TestParseUintListMaximumLimits [2022-05-17T11:54:00.398Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-05-17T11:54:00.398Z] PASS [2022-05-17T11:54:00.398Z] coverage: 97.0% of statements [2022-05-17T11:54:00.398Z] ok github.com/docker/docker/pkg/parsers 0.066s coverage: 97.0% of statements [2022-05-17T11:54:00.398Z] 2022/05/17 11:54:00 Closing DB instances... [2022-05-17T11:54:00.867Z] time="2022-05-17T11:54:00Z" level=error msg="node: bd74be4bc53b is unknown to memberlist" [2022-05-17T11:54:00.958Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-17T11:54:01.216Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-17T11:54:01.336Z] === RUN Test_windowsOSRelease_String [2022-05-17T11:54:01.336Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-05-17T11:54:01.336Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-05-17T11:54:01.336Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-05-17T11:54:01.336Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-05-17T11:54:01.336Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-05-17T11:54:01.336Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-05-17T11:54:01.336Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-05-17T11:54:01.336Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-05-17T11:54:01.336Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-05-17T11:54:01.336Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-17T11:54:01.336Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-05-17T11:54:01.336Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-05-17T11:54:01.336Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-05-17T11:54:01.336Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-05-17T11:54:01.336Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-05-17T11:54:01.336Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-05-17T11:54:01.336Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-05-17T11:54:01.336Z] PASS [2022-05-17T11:54:01.336Z] coverage: 36.4% of statements [2022-05-17T11:54:01.336Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.047s coverage: 36.4% of statements [2022-05-17T11:54:01.782Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-17T11:54:02.330Z] === RUN TestNewAndRemove [2022-05-17T11:54:02.330Z] --- PASS: TestNewAndRemove (0.00s) [2022-05-17T11:54:02.330Z] === RUN TestRemoveInvalidPath [2022-05-17T11:54:02.330Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-05-17T11:54:02.330Z] PASS [2022-05-17T11:54:02.330Z] coverage: 82.6% of statements [2022-05-17T11:54:02.330Z] ok github.com/docker/docker/pkg/pidfile 0.050s coverage: 82.6% of statements [2022-05-17T11:54:02.352Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-05-17T11:54:02.918Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-17T11:54:03.329Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.74s) [2022-05-17T11:54:03.329Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-05-17T11:54:03.484Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-17T11:54:04.050Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-17T11:54:04.615Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-17T11:54:04.900Z] 2022/05/17 11:54:04 Closing DB instances... [2022-05-17T11:54:04.900Z] === RUN TestFailedConnection [2022-05-17T11:54:05.181Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-17T11:54:05.887Z] --- PASS: TestFailedConnection (1.01s) [2022-05-17T11:54:05.888Z] === RUN TestFailOnce [2022-05-17T11:54:05.888Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.71s) [2022-05-17T11:54:05.888Z] === RUN TestNetworkDBGarbageCollection [2022-05-17T11:54:06.114Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-17T11:54:06.356Z] 2022/05/17 11:54:05 http: panic serving 127.0.0.1:49307: Plugin not ready [2022-05-17T11:54:06.356Z] goroutine 34 [running]: [2022-05-17T11:54:06.356Z] net/http.(*conn).serve.func1() [2022-05-17T11:54:06.356Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-05-17T11:54:06.356Z] panic({0x14136e0, 0x155d090}) [2022-05-17T11:54:06.356Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-05-17T11:54:06.356Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xed0000000000003b?, 0xffffffffffffffff?}, 0xed0ad1686a1a0693?) [2022-05-17T11:54:06.356Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-05-17T11:54:06.356Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1562898?, 0xc0000c8000?}, 0xc0000b7a78?) [2022-05-17T11:54:06.356Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-05-17T11:54:06.356Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x1562898, 0xc0000c8000}, 0xc0000ae000) [2022-05-17T11:54:06.356Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-05-17T11:54:06.356Z] net/http.serverHandler.ServeHTTP({0x1560eb8?}, {0x1562898, 0xc0000c8000}, 0xc0000ae000) [2022-05-17T11:54:06.356Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-05-17T11:54:06.356Z] net/http.(*conn).serve(0xc000094000, {0x1562d98, 0xc0001490e0}) [2022-05-17T11:54:06.356Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-05-17T11:54:06.356Z] created by net/http.(*Server).Serve [2022-05-17T11:54:06.356Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-05-17T11:54:06.356Z] time="2022-05-17T11:54:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.FailOnce: Post \"http://127.0.0.1:49306/Test.FailOnce\": EOF, retrying in 1s" [2022-05-17T11:54:06.372Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-17T11:54:07.019Z] --- PASS: TestBuildWithHugeFile (123.34s) [2022-05-17T11:54:07.019Z] === RUN TestBuildWCOWSandboxSize [2022-05-17T11:54:07.019Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:54:07.019Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:54:07.019Z] === RUN TestBuildWithEmptyDockerfile [2022-05-17T11:54:07.019Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:54:07.019Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:54:07.019Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:54:07.019Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:54:07.019Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:54:07.019Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:54:07.019Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T11:54:07.019Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T11:54:07.019Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T11:54:07.019Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-05-17T11:54:07.019Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-17T11:54:07.019Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-17T11:54:07.019Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-17T11:54:07.019Z] === RUN TestBuildPreserveOwnership [2022-05-17T11:54:07.019Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:54:07.019Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-17T11:54:07.019Z] === RUN TestBuildPlatformInvalid [2022-05-17T11:54:07.019Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-17T11:54:07.019Z] PASS [2022-05-17T11:54:07.019Z] ok github.com/docker/docker/integration/build 210.278s [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === Skipped [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-17T11:54:07.019Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-17T11:54:07.019Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-05-17T11:54:07.019Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-05-17T11:54:07.019Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-17T11:54:07.019Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-17T11:54:07.019Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] DONE 29 tests, 6 skipped in 252.156s [2022-05-17T11:54:07.019Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-17T11:54:07.019Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:54:07.019Z] INFO: Testing against a local daemon [2022-05-17T11:54:07.019Z] === RUN TestConfigInspect [2022-05-17T11:54:07.019Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-17T11:54:07.019Z] === RUN TestConfigList [2022-05-17T11:54:07.019Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] --- SKIP: TestConfigList (0.00s) [2022-05-17T11:54:07.019Z] === RUN TestConfigsCreateAndDelete [2022-05-17T11:54:07.019Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-17T11:54:07.019Z] === RUN TestConfigsUpdate [2022-05-17T11:54:07.019Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-17T11:54:07.019Z] === RUN TestTemplatedConfig [2022-05-17T11:54:07.019Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-17T11:54:07.019Z] === RUN TestConfigCreateResolve [2022-05-17T11:54:07.019Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:54:07.019Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-17T11:54:07.019Z] PASS [2022-05-17T11:54:07.019Z] ok github.com/docker/docker/integration/config 0.111s [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === Skipped [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-17T11:54:07.019Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-17T11:54:07.019Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-17T11:54:07.019Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-17T11:54:07.019Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-17T11:54:07.019Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-17T11:54:07.019Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:54:07.019Z] [2022-05-17T11:54:07.019Z] DONE 6 tests, 6 skipped in 2.212s [2022-05-17T11:54:07.019Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-17T11:54:07.019Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:54:07.019Z] INFO: Testing against a local daemon [2022-05-17T11:54:07.019Z] === RUN TestAttachWithTTY [2022-05-17T11:54:07.019Z] --- PASS: TestAttachWithTTY (0.18s) [2022-05-17T11:54:07.019Z] === RUN TestAttachWithoutTTy [2022-05-17T11:54:07.019Z] --- PASS: TestAttachWithoutTTy (0.16s) [2022-05-17T11:54:07.019Z] === RUN TestCheckpoint [2022-05-17T11:54:07.019Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:54:07.019Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/commit [2022-05-17T11:54:07.019Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-17T11:54:07.019Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:54:07.019Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:54:07.019Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:54:07.019Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:54:07.019Z] === CONT TestContainerInvalidJSON/commit [2022-05-17T11:54:07.019Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-17T11:54:07.019Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-17T11:54:07.019Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-17T11:54:07.019Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-17T11:54:07.019Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-17T11:54:07.019Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-05-17T11:54:07.019Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/create (0.02s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-17T11:54:07.020Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.29s) [2022-05-17T11:54:07.020Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-17T11:54:07.020Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-05-17T11:54:07.020Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-17T11:54:07.020Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-05-17T11:54:07.020Z] === RUN TestCopyEmptyFile [2022-05-17T11:54:07.020Z] --- PASS: TestCopyEmptyFile (0.43s) [2022-05-17T11:54:07.020Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-17T11:54:07.020Z] --- PASS: TestCopyToContainerPathIsNotDir (0.27s) [2022-05-17T11:54:07.020Z] === RUN TestCopyFromContainer [2022-05-17T11:54:07.020Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.020Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-17T11:54:07.020Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:54:07.020Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:54:07.020Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:54:07.020Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:54:07.020Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:54:07.020Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:54:07.020Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T11:54:07.020Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T11:54:07.020Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T11:54:07.020Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-17T11:54:07.020Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-17T11:54:07.020Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidEnv [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-17T11:54:07.020Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-17T11:54:07.020Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-17T11:54:07.020Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-17T11:54:07.020Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-17T11:54:07.020Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-17T11:54:07.020Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCreateTmpfsMountsTarget [2022-05-17T11:54:07.020Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.020Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-17T11:54:07.020Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:54:07.020Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-17T11:54:07.020Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:54:07.020Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:54:07.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:54:07.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:54:07.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:54:07.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:54:07.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:54:07.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:54:07.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T11:54:07.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T11:54:07.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T11:54:07.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T11:54:07.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-17T11:54:07.020Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-17T11:54:07.020Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-17T11:54:07.020Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCreateDifferentPlatform [2022-05-17T11:54:07.020Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-17T11:54:07.020Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-17T11:54:07.020Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-05-17T11:54:07.020Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-17T11:54:07.020Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2022-05-17T11:54:07.020Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-17T11:54:07.020Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-17T11:54:07.020Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-17T11:54:07.020Z] === RUN TestContainerKillOnDaemonStart [2022-05-17T11:54:07.020Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:07.020Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-17T11:54:07.020Z] === RUN TestWindowsDevices [2022-05-17T11:54:07.020Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-17T11:54:07.020Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-17T11:54:07.020Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T11:54:07.020Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T11:54:07.020Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-17T11:54:07.020Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.020Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T11:54:07.020Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.306Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-17T11:54:07.350Z] --- PASS: TestFailOnce (1.22s) [2022-05-17T11:54:07.350Z] === RUN TestEchoInputOutput [2022-05-17T11:54:07.350Z] --- PASS: TestEchoInputOutput (0.00s) [2022-05-17T11:54:07.350Z] === RUN TestBackoff [2022-05-17T11:54:07.350Z] --- PASS: TestBackoff (0.00s) [2022-05-17T11:54:07.350Z] === RUN TestAbortRetry [2022-05-17T11:54:07.350Z] --- PASS: TestAbortRetry (0.00s) [2022-05-17T11:54:07.350Z] === RUN TestClientScheme [2022-05-17T11:54:07.350Z] --- PASS: TestClientScheme (0.00s) [2022-05-17T11:54:07.350Z] === RUN TestNewClientWithTimeout [2022-05-17T11:54:07.350Z] --- PASS: TestGetAddress (33.78s) [2022-05-17T11:54:07.350Z] === RUN TestRequestSyntaxCheck [2022-05-17T11:54:07.350Z] --- PASS: TestRequestSyntaxCheck (0.05s) [2022-05-17T11:54:07.350Z] === RUN TestRequest [2022-05-17T11:54:07.488Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.488Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:54:07.488Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.488Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T11:54:07.488Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:54:07.488Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.488Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.488Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:54:07.488Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:07.822Z] time="2022-05-17T11:54:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49315/Test.Echo: Post \"http://127.0.0.1:49315/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-05-17T11:54:07.872Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-17T11:54:08.135Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-17T11:54:09.069Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-17T11:54:09.397Z] time="2022-05-17T11:54:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49315/Test.Echo: Post \"http://127.0.0.1:49315/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-05-17T11:54:09.634Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-17T11:54:10.201Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-17T11:54:10.767Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-17T11:54:10.767Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-17T11:54:11.335Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-17T11:54:11.624Z] time="2022-05-17T11:54:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49315/Test.Echo: Post \"http://127.0.0.1:49315/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-05-17T11:54:11.901Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.41s) [2022-05-17T11:54:11.902Z] === RUN TestCreateServiceSecretFileMode [2022-05-17T11:54:12.160Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-17T11:54:13.096Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-17T11:54:13.354Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-17T11:54:13.535Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T11:54:14.003Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:54:14.003Z] --- PASS: TestWindowsDevices (0.04s) [2022-05-17T11:54:14.003Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.16s) [2022-05-17T11:54:14.003Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.18s) [2022-05-17T11:54:14.003Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.18s) [2022-05-17T11:54:14.003Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.41s) [2022-05-17T11:54:14.003Z] --- PASS: TestWindowsDevices/process/no_device_mounted (6.60s) [2022-05-17T11:54:14.003Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.48s) [2022-05-17T11:54:14.003Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.61s) [2022-05-17T11:54:14.003Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.23s) [2022-05-17T11:54:14.003Z] === RUN TestDiff [2022-05-17T11:54:14.003Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-17T11:54:14.003Z] --- SKIP: TestDiff (0.00s) [2022-05-17T11:54:14.003Z] === RUN TestExecWithCloseStdin [2022-05-17T11:54:14.003Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-17T11:54:14.003Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-05-17T11:54:14.003Z] === RUN TestExec [2022-05-17T11:54:14.292Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-17T11:54:15.226Z] --- PASS: TestCreateServiceSecretFileMode (3.11s) [2022-05-17T11:54:15.226Z] === RUN TestCreateServiceConfigFileMode [2022-05-17T11:54:15.793Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-17T11:54:16.364Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-17T11:54:16.386Z] time="2022-05-17T11:54:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49315/Test.Echo: Post \"http://127.0.0.1:49315/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-05-17T11:54:17.787Z] --- PASS: TestExec (3.83s) [2022-05-17T11:54:17.787Z] === RUN TestExecUser [2022-05-17T11:54:17.787Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-17T11:54:17.787Z] --- SKIP: TestExecUser (0.00s) [2022-05-17T11:54:17.787Z] === RUN TestExportContainerAndImportImage [2022-05-17T11:54:17.787Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:17.787Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-17T11:54:17.787Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-17T11:54:17.787Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:17.787Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-17T11:54:17.787Z] === RUN TestHealthCheckWorkdir [2022-05-17T11:54:17.787Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-17T11:54:17.787Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-17T11:54:17.787Z] === RUN TestHealthKillContainer [2022-05-17T11:54:17.787Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-17T11:54:17.787Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-17T11:54:17.787Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-17T11:54:17.787Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-17T11:54:17.787Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-17T11:54:17.787Z] === RUN TestKillContainerInvalidSignal [2022-05-17T11:54:18.262Z] --- PASS: TestCreateServiceConfigFileMode (3.16s) [2022-05-17T11:54:18.263Z] === RUN TestCreateServiceSysctls [2022-05-17T11:54:18.263Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-17T11:54:18.829Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-05-17T11:54:21.145Z] --- PASS: TestRequest (13.21s) [2022-05-17T11:54:21.145Z] === RUN TestOverlappingRequests [2022-05-17T11:54:21.145Z] === RUN TestParseEmptyInterface [2022-05-17T11:54:21.145Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-05-17T11:54:21.145Z] === RUN TestParseNonInterfaceType [2022-05-17T11:54:21.145Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-05-17T11:54:21.145Z] === RUN TestParseWithOneFunction [2022-05-17T11:54:21.145Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-05-17T11:54:21.145Z] === RUN TestParseWithMultipleFuncs [2022-05-17T11:54:21.145Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-05-17T11:54:21.145Z] === RUN TestParseWithUnnamedReturn [2022-05-17T11:54:21.145Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-05-17T11:54:21.145Z] === RUN TestEmbeddedInterface [2022-05-17T11:54:21.145Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-05-17T11:54:21.145Z] === RUN TestParsedImports [2022-05-17T11:54:21.145Z] --- PASS: TestParsedImports (0.00s) [2022-05-17T11:54:21.145Z] === RUN TestAliasedImports [2022-05-17T11:54:21.145Z] --- PASS: TestAliasedImports (0.00s) [2022-05-17T11:54:21.145Z] PASS [2022-05-17T11:54:21.145Z] coverage: 56.8% of statements [2022-05-17T11:54:21.145Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.067s coverage: 56.8% of statements [2022-05-17T11:54:21.145Z] --- PASS: TestOverlappingRequests (0.65s) [2022-05-17T11:54:21.145Z] === RUN TestRelease [2022-05-17T11:54:21.359Z] docker_api_swarm_node_test.go:81: [d2280490ecab0] joining swarm manager [d2e21bb574ee6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:54:21.574Z] --- PASS: TestKillContainerInvalidSignal (3.49s) [2022-05-17T11:54:21.574Z] === RUN TestKillContainer [2022-05-17T11:54:21.574Z] === RUN TestKillContainer/no_signal [2022-05-17T11:54:22.133Z] === RUN TestHTTPTransport [2022-05-17T11:54:22.133Z] --- PASS: TestHTTPTransport (0.00s) [2022-05-17T11:54:22.133Z] PASS [2022-05-17T11:54:22.133Z] coverage: 85.7% of statements [2022-05-17T11:54:22.133Z] ok github.com/docker/docker/pkg/plugins/transport 0.047s coverage: 85.7% of statements [2022-05-17T11:54:22.606Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-05-17T11:54:22.606Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-17T11:54:22.606Z] === RUN TestBufioReaderPoolPutAndGet [2022-05-17T11:54:22.606Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-05-17T11:54:22.606Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-05-17T11:54:22.606Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-05-17T11:54:22.606Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-05-17T11:54:22.606Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-05-17T11:54:22.606Z] === RUN TestBufioWriterPoolPutAndGet [2022-05-17T11:54:22.606Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-05-17T11:54:22.606Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-05-17T11:54:22.606Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-05-17T11:54:22.606Z] === RUN TestBufferPoolPutAndGet [2022-05-17T11:54:22.606Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-05-17T11:54:22.606Z] PASS [2022-05-17T11:54:22.606Z] coverage: 88.2% of statements [2022-05-17T11:54:22.606Z] ok github.com/docker/docker/pkg/pools 0.056s coverage: 88.2% of statements [2022-05-17T11:54:22.736Z] --- PASS: TestCreateServiceSysctls (4.31s) [2022-05-17T11:54:22.736Z] === RUN TestCreateServiceCapabilities [2022-05-17T11:54:22.736Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-17T11:54:23.594Z] === RUN TestOutputOnPrematureClose [2022-05-17T11:54:23.594Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-05-17T11:54:23.594Z] === RUN TestCompleteSilently [2022-05-17T11:54:23.594Z] --- PASS: TestCompleteSilently (0.00s) [2022-05-17T11:54:23.594Z] PASS [2022-05-17T11:54:23.594Z] coverage: 75.9% of statements [2022-05-17T11:54:23.594Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2022-05-17T11:54:23.594Z] --- PASS: TestRelease (2.48s) [2022-05-17T11:54:23.594Z] === RUN TestAllocateRandomDeallocate [2022-05-17T11:54:24.520Z] === RUN TestKillContainer/non_killing_signal [2022-05-17T11:54:24.520Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-17T11:54:24.520Z] === RUN TestKillContainer/killing_signal [2022-05-17T11:54:24.583Z] === RUN TestSendToOneSub [2022-05-17T11:54:24.583Z] --- PASS: TestSendToOneSub (0.00s) [2022-05-17T11:54:24.583Z] === RUN TestSendToMultipleSubs [2022-05-17T11:54:24.583Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-05-17T11:54:24.583Z] === RUN TestEvictOneSub [2022-05-17T11:54:24.583Z] --- PASS: TestEvictOneSub (0.00s) [2022-05-17T11:54:24.583Z] === RUN TestClosePublisher [2022-05-17T11:54:24.583Z] --- PASS: TestClosePublisher (0.00s) [2022-05-17T11:54:24.583Z] === RUN TestPubSubRace [2022-05-17T11:54:24.583Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-05-17T11:54:24.583Z] === RUN TestClientStream [2022-05-17T11:54:24.583Z] --- PASS: TestClientStream (0.00s) [2022-05-17T11:54:24.583Z] === RUN TestClientSendFile [2022-05-17T11:54:24.583Z] --- PASS: TestClientSendFile (0.00s) [2022-05-17T11:54:24.583Z] === RUN TestClientWithRequestTimeout [2022-05-17T11:54:25.053Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-05-17T11:54:25.053Z] === RUN TestFileSpecPlugin [2022-05-17T11:54:25.053Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-05-17T11:54:25.053Z] === RUN TestFileJSONSpecPlugin [2022-05-17T11:54:25.053Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-05-17T11:54:25.053Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-05-17T11:54:25.053Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-05-17T11:54:25.053Z] === RUN TestPluginAddHandler [2022-05-17T11:54:25.053Z] --- PASS: TestPluginAddHandler (0.00s) [2022-05-17T11:54:25.053Z] === RUN TestPluginWaitBadPlugin [2022-05-17T11:54:25.053Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-05-17T11:54:25.053Z] === RUN TestGet [2022-05-17T11:54:25.053Z] time="2022-05-17T11:54:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-05-17T11:54:25.525Z] --- PASS: TestPubSubRace (1.08s) [2022-05-17T11:54:25.525Z] PASS [2022-05-17T11:54:25.525Z] coverage: 75.0% of statements [2022-05-17T11:54:25.525Z] ok github.com/docker/docker/pkg/pubsub 1.134s coverage: 75.0% of statements [2022-05-17T11:54:26.000Z] time="2022-05-17T11:54:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-05-17T11:54:26.022Z] --- PASS: TestCreateServiceCapabilities (2.93s) [2022-05-17T11:54:26.023Z] === RUN TestInspect [2022-05-17T11:54:26.023Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-17T11:54:26.468Z] === RUN TestRegister [2022-05-17T11:54:26.468Z] --- PASS: TestRegister (0.00s) [2022-05-17T11:54:26.468Z] === RUN TestCommand [2022-05-17T11:54:26.468Z] --- PASS: TestCommand (0.04s) [2022-05-17T11:54:26.468Z] === RUN TestNaiveSelf [2022-05-17T11:54:26.468Z] --- PASS: TestNaiveSelf (0.04s) [2022-05-17T11:54:26.468Z] PASS [2022-05-17T11:54:26.468Z] coverage: 82.4% of statements [2022-05-17T11:54:26.468Z] ok github.com/docker/docker/pkg/reexec 0.123s coverage: 82.4% of statements [2022-05-17T11:54:26.588Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-17T11:54:27.463Z] === RUN TestDump [2022-05-17T11:54:27.463Z] goroutine 19 [running]: [2022-05-17T11:54:27.463Z] github.com/docker/docker/pkg/stack.dump(0x1082d57?) [2022-05-17T11:54:27.463Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-17T11:54:27.463Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-05-17T11:54:27.463Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-05-17T11:54:27.463Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-05-17T11:54:27.463Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-05-17T11:54:27.463Z] testing.tRunner(0xc000085380, 0x124a4b0) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:54:27.463Z] created by testing.(*T).Run [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-17T11:54:27.463Z] [2022-05-17T11:54:27.463Z] goroutine 1 [chan receive]: [2022-05-17T11:54:27.463Z] testing.(*T).Run(0xc0000851e0, {0x1239154?, 0x105c1f3?}, 0x124a4b0) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-17T11:54:27.463Z] testing.runTests.func1(0xc0000b6840?) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-17T11:54:27.463Z] testing.tRunner(0xc0000851e0, 0xc0000c1ca0) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:54:27.463Z] testing.runTests(0xc000094460?, {0x13ce400, 0x3, 0x3}, {0x1deca410598?, 0x40?, 0x13d34a0?}) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-17T11:54:27.463Z] testing.(*M).Run(0xc000094460) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-17T11:54:27.463Z] main.main() [2022-05-17T11:54:27.463Z] _testmain.go:99 +0x255 [2022-05-17T11:54:27.463Z] --- PASS: TestDump (0.00s) [2022-05-17T11:54:27.463Z] === RUN TestDumpToFile [2022-05-17T11:54:27.463Z] --- PASS: TestDumpToFile (0.22s) [2022-05-17T11:54:27.463Z] === RUN TestDumpToFileWithEmptyInput [2022-05-17T11:54:27.463Z] goroutine 21 [running]: [2022-05-17T11:54:27.463Z] github.com/docker/docker/pkg/stack.dump(0x10fed93?) [2022-05-17T11:54:27.463Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-05-17T11:54:27.463Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x10fed60?}) [2022-05-17T11:54:27.463Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-05-17T11:54:27.463Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085380?) [2022-05-17T11:54:27.463Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-05-17T11:54:27.463Z] testing.tRunner(0xc000085a00, 0x124a4a0) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:54:27.463Z] created by testing.(*T).Run [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-05-17T11:54:27.463Z] [2022-05-17T11:54:27.463Z] goroutine 1 [chan receive]: [2022-05-17T11:54:27.463Z] testing.(*T).Run(0xc0000851e0, {0x124072b?, 0x105c1f3?}, 0x124a4a0) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-05-17T11:54:27.463Z] testing.runTests.func1(0xc0000b6840?) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-05-17T11:54:27.463Z] testing.tRunner(0xc0000851e0, 0xc0000c1ca0) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-05-17T11:54:27.463Z] testing.runTests(0xc000094460?, {0x13ce400, 0x3, 0x3}, {0x1deca410598?, 0x40?, 0x13d34a0?}) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-05-17T11:54:27.463Z] testing.(*M).Run(0xc000094460) [2022-05-17T11:54:27.463Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-05-17T11:54:27.463Z] main.main() [2022-05-17T11:54:27.463Z] _testmain.go:99 +0x255 [2022-05-17T11:54:27.463Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-05-17T11:54:27.463Z] PASS [2022-05-17T11:54:27.463Z] coverage: 90.9% of statements [2022-05-17T11:54:27.463Z] ok github.com/docker/docker/pkg/stack 0.272s coverage: 90.9% of statements [2022-05-17T11:54:27.933Z] time="2022-05-17T11:54:27Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-05-17T11:54:28.307Z] --- PASS: TestKillContainer (6.74s) [2022-05-17T11:54:28.307Z] --- PASS: TestKillContainer/no_signal (3.31s) [2022-05-17T11:54:28.307Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-17T11:54:28.307Z] --- PASS: TestKillContainer/killing_signal (3.37s) [2022-05-17T11:54:28.307Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-17T11:54:28.307Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:54:28.307Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-17T11:54:28.307Z] === RUN TestKillStoppedContainer [2022-05-17T11:54:28.307Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:54:28.307Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-17T11:54:28.307Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-17T11:54:28.307Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:54:28.307Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-17T11:54:28.307Z] === RUN TestKillDifferentUserContainer [2022-05-17T11:54:28.307Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-17T11:54:28.307Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-17T11:54:28.307Z] === RUN TestInspectOomKilledTrue [2022-05-17T11:54:28.307Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:28.307Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-17T11:54:28.307Z] === RUN TestInspectOomKilledFalse [2022-05-17T11:54:28.307Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:54:28.307Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-17T11:54:28.307Z] === RUN TestLogsFollowTailEmpty [2022-05-17T11:54:28.402Z] === RUN TestNewStdWriter [2022-05-17T11:54:28.402Z] --- PASS: TestNewStdWriter (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestWriteWithUninitializedStdWriter [2022-05-17T11:54:28.402Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestWriteWithNilBytes [2022-05-17T11:54:28.402Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestWrite [2022-05-17T11:54:28.402Z] --- PASS: TestWrite (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestWriteWithWriterError [2022-05-17T11:54:28.402Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-05-17T11:54:28.402Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestStdCopyWriteAndRead [2022-05-17T11:54:28.402Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-05-17T11:54:28.402Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-05-17T11:54:28.402Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-05-17T11:54:28.402Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestStdCopyWithInvalidInputHeader [2022-05-17T11:54:28.402Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestStdCopyWithCorruptedPrefix [2022-05-17T11:54:28.402Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestStdCopyReturnsWriteErrors [2022-05-17T11:54:28.402Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-05-17T11:54:28.402Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-05-17T11:54:28.402Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-05-17T11:54:28.402Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-05-17T11:54:28.402Z] PASS [2022-05-17T11:54:28.402Z] coverage: 100.0% of statements [2022-05-17T11:54:28.402Z] ok github.com/docker/docker/pkg/stdcopy 0.049s coverage: 100.0% of statements [2022-05-17T11:54:29.394Z] === RUN TestRawProgressFormatterFormatStatus [2022-05-17T11:54:29.394Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestRawProgressFormatterFormatProgress [2022-05-17T11:54:29.394Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestFormatStatus [2022-05-17T11:54:29.394Z] --- PASS: TestFormatStatus (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestFormatError [2022-05-17T11:54:29.394Z] --- PASS: TestFormatError (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestFormatJSONError [2022-05-17T11:54:29.394Z] --- PASS: TestFormatJSONError (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestJsonProgressFormatterFormatProgress [2022-05-17T11:54:29.394Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestJsonProgressFormatterFormatStatus [2022-05-17T11:54:29.394Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestNewJSONProgressOutput [2022-05-17T11:54:29.394Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestAuxFormatterEmit [2022-05-17T11:54:29.394Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestStreamWriterStdout [2022-05-17T11:54:29.394Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-05-17T11:54:29.394Z] === RUN TestStreamWriterStderr [2022-05-17T11:54:29.394Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-05-17T11:54:29.394Z] PASS [2022-05-17T11:54:29.394Z] coverage: 66.2% of statements [2022-05-17T11:54:29.394Z] ok github.com/docker/docker/pkg/streamformatter 0.050s coverage: 66.2% of statements [2022-05-17T11:54:29.876Z] --- PASS: TestInspect (3.77s) [2022-05-17T11:54:29.876Z] === RUN TestCreateJob [2022-05-17T11:54:30.384Z] === RUN TestGenerateRandomID [2022-05-17T11:54:30.384Z] --- PASS: TestGenerateRandomID (0.00s) [2022-05-17T11:54:30.384Z] === RUN TestShortenId [2022-05-17T11:54:30.384Z] --- PASS: TestShortenId (0.00s) [2022-05-17T11:54:30.384Z] === RUN TestShortenSha256Id [2022-05-17T11:54:30.384Z] --- PASS: TestShortenSha256Id (0.00s) [2022-05-17T11:54:30.384Z] === RUN TestShortenIdEmpty [2022-05-17T11:54:30.384Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-05-17T11:54:30.384Z] === RUN TestShortenIdInvalid [2022-05-17T11:54:30.384Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-05-17T11:54:30.384Z] === RUN TestIsShortIDNonHex [2022-05-17T11:54:30.384Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-05-17T11:54:30.384Z] === RUN TestIsShortIDNotCorrectSize [2022-05-17T11:54:30.384Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-05-17T11:54:30.384Z] PASS [2022-05-17T11:54:30.384Z] coverage: 70.6% of statements [2022-05-17T11:54:30.384Z] ok github.com/docker/docker/pkg/stringid 0.055s coverage: 70.6% of statements [2022-05-17T11:54:30.853Z] --- PASS: TestAllocateRandomDeallocate (7.19s) [2022-05-17T11:54:30.853Z] === RUN TestRetrieveFromStore [2022-05-17T11:54:31.250Z] --- PASS: TestLogsFollowTailEmpty (3.40s) [2022-05-17T11:54:31.250Z] === RUN TestNetworkNat [2022-05-17T11:54:31.250Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-17T11:54:31.250Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-17T11:54:31.250Z] === RUN TestNetworkLocalhostTCPNat [2022-05-17T11:54:31.253Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-17T11:54:31.324Z] === RUN TestIsCpusetListAvailable [2022-05-17T11:54:31.324Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-05-17T11:54:31.324Z] PASS [2022-05-17T11:54:31.324Z] coverage: 39.4% of statements [2022-05-17T11:54:31.324Z] ok github.com/docker/docker/pkg/sysinfo 0.052s coverage: 39.4% of statements [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-17T11:54:31.646Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-17T11:54:31.646Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-17T11:54:31.646Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-17T11:54:31.646Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-17T11:54:31.646Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-17T11:54:31.646Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-17T11:54:31.646Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-17T11:54:31.646Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-17T11:54:31.646Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-17T11:54:31.646Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-17T11:54:31.646Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-17T11:54:31.792Z] time="2022-05-17T11:54:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-05-17T11:54:33.153Z] --- PASS: TestCreateJob (3.90s) [2022-05-17T11:54:33.153Z] === RUN TestReplicatedJob [2022-05-17T11:54:33.357Z] === RUN TestChtimes [2022-05-17T11:54:33.357Z] --- PASS: TestChtimes (0.01s) [2022-05-17T11:54:33.357Z] === RUN TestChtimesWindows [2022-05-17T11:54:33.357Z] --- PASS: TestChtimesWindows (0.00s) [2022-05-17T11:54:33.357Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-05-17T11:54:33.357Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-05-17T11:54:33.357Z] PASS [2022-05-17T11:54:33.357Z] coverage: 13.0% of statements [2022-05-17T11:54:33.357Z] ok github.com/docker/docker/pkg/system 0.054s coverage: 13.0% of statements [2022-05-17T11:54:33.357Z] --- PASS: TestRetrieveFromStore (2.50s) [2022-05-17T11:54:33.357Z] === RUN TestRequestReleaseAddressDuplicate [2022-05-17T11:54:33.357Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-05-17T11:54:33.357Z] === RUN TestParallelPredefinedRequest1 [2022-05-17T11:54:33.357Z] === PAUSE TestParallelPredefinedRequest1 [2022-05-17T11:54:33.357Z] === RUN TestParallelPredefinedRequest2 [2022-05-17T11:54:33.357Z] === PAUSE TestParallelPredefinedRequest2 [2022-05-17T11:54:33.357Z] === RUN TestParallelPredefinedRequest3 [2022-05-17T11:54:33.357Z] === PAUSE TestParallelPredefinedRequest3 [2022-05-17T11:54:33.357Z] === RUN TestParallelPredefinedRequest4 [2022-05-17T11:54:33.357Z] === PAUSE TestParallelPredefinedRequest4 [2022-05-17T11:54:33.357Z] === RUN TestParallelPredefinedRequest5 [2022-05-17T11:54:33.357Z] === PAUSE TestParallelPredefinedRequest5 [2022-05-17T11:54:33.357Z] === RUN TestDebug [2022-05-17T11:54:33.357Z] --- PASS: TestDebug (0.00s) [2022-05-17T11:54:33.357Z] === RUN TestRequestPoolParallel [2022-05-17T11:54:33.411Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-17T11:54:33.827Z] --- PASS: TestRequestPoolParallel (0.63s) [2022-05-17T11:54:33.827Z] === RUN TestFullAllocateRelease [2022-05-17T11:54:34.298Z] === RUN TestTailFile [2022-05-17T11:54:34.298Z] --- PASS: TestTailFile (0.00s) [2022-05-17T11:54:34.298Z] === RUN TestTailFileManyLines [2022-05-17T11:54:34.298Z] --- PASS: TestTailFileManyLines (0.00s) [2022-05-17T11:54:34.298Z] === RUN TestTailEmptyFile [2022-05-17T11:54:34.298Z] --- PASS: TestTailEmptyFile (0.00s) [2022-05-17T11:54:34.298Z] === RUN TestTailNegativeN [2022-05-17T11:54:34.298Z] --- PASS: TestTailNegativeN (0.00s) [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader [2022-05-17T11:54:34.298Z] === CONT TestNewTailReader [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/8_byte_delimiter [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/12_byte_delimiter [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/no_delimiter [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/no_delimiter [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/2_byte_delimiter [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/4_byte_delimiter [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/truncated_last_line [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-05-17T11:54:34.298Z] === CONT TestNewTailReader/8_byte_delimiter [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-17T11:54:34.298Z] === CONT TestNewTailReader/single_byte_delimiter [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.298Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/no_delimiter [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/4_byte_delimiter [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/2_byte_delimiter [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/12_byte_delimiter [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.300Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.301Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.301Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.301Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.301Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.301Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.345Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-17T11:54:34.785Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-05-17T11:54:34.785Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.785Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.785Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.785Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.785Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.785Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.785Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.785Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.785Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.785Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.785Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.785Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.786Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.786Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.787Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.787Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-05-17T11:54:34.788Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-05-17T11:54:34.789Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-05-17T11:54:35.346Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-05-17T11:54:35.346Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-05-17T11:54:35.346Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-05-17T11:54:35.346Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-05-17T11:54:35.346Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-05-17T11:54:35.346Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-05-17T11:54:35.346Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:54:35.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.01s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.03s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.04s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-05-17T11:54:35.347Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-05-17T11:54:35.348Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.01s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-05-17T11:54:35.349Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-05-17T11:54:35.349Z] PASS [2022-05-17T11:54:35.349Z] coverage: 88.6% of statements [2022-05-17T11:54:35.349Z] ok github.com/docker/docker/pkg/tailfile 0.376s coverage: 88.6% of statements [2022-05-17T11:54:35.349Z] --- PASS: TestFullAllocateRelease (0.80s) [2022-05-17T11:54:35.349Z] === RUN TestOddAllocateRelease [2022-05-17T11:54:35.349Z] --- PASS: TestOddAllocateRelease (0.44s) [2022-05-17T11:54:35.349Z] === RUN TestFullAllocateSerialReleaseParallel [2022-05-17T11:54:35.349Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.12s) [2022-05-17T11:54:35.349Z] === RUN TestOddAllocateSerialReleaseParallel [2022-05-17T11:54:35.349Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.08s) [2022-05-17T11:54:35.349Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-05-17T11:54:35.349Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.07s) [2022-05-17T11:54:35.349Z] === CONT TestParallelPredefinedRequest1 [2022-05-17T11:54:35.349Z] === CONT TestParallelPredefinedRequest4 [2022-05-17T11:54:35.349Z] === CONT TestParallelPredefinedRequest5 [2022-05-17T11:54:35.349Z] === CONT TestParallelPredefinedRequest1 [2022-05-17T11:54:35.349Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:54:35.349Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-05-17T11:54:35.349Z] === CONT TestParallelPredefinedRequest5 [2022-05-17T11:54:35.349Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:54:35.349Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-05-17T11:54:35.349Z] === CONT TestParallelPredefinedRequest4 [2022-05-17T11:54:35.349Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:54:35.349Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-05-17T11:54:35.349Z] === CONT TestParallelPredefinedRequest3 [2022-05-17T11:54:35.349Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:54:35.349Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-05-17T11:54:35.349Z] === CONT TestParallelPredefinedRequest2 [2022-05-17T11:54:35.349Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:54:35.349Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-05-17T11:54:35.349Z] PASS [2022-05-17T11:54:35.349Z] coverage: 85.3% of statements [2022-05-17T11:54:35.349Z] ok github.com/docker/docker/libnetwork/ipam 72.447s coverage: 85.3% of statements [2022-05-17T11:54:35.409Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-17T11:54:35.722Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-05-17T11:54:35.999Z] --- PASS: TestNetworkLocalhostTCPNat (4.14s) [2022-05-17T11:54:35.999Z] === RUN TestNetworkLoopbackNat [2022-05-17T11:54:35.999Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-17T11:54:35.999Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-05-17T11:54:35.999Z] === RUN TestPause [2022-05-17T11:54:35.999Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-17T11:54:35.999Z] --- SKIP: TestPause (0.00s) [2022-05-17T11:54:35.999Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-17T11:54:36.339Z] === RUN TestTarSumRemoveNonExistent [2022-05-17T11:54:36.339Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-05-17T11:54:36.339Z] === RUN TestTarSumRemove [2022-05-17T11:54:36.339Z] --- PASS: TestTarSumRemove (0.00s) [2022-05-17T11:54:36.339Z] === RUN TestSortFileInfoSums [2022-05-17T11:54:36.339Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-05-17T11:54:36.339Z] === RUN TestNewTarSumForLabelInvalid [2022-05-17T11:54:36.339Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-05-17T11:54:36.339Z] === RUN TestNewTarSumForLabel [2022-05-17T11:54:36.339Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-05-17T11:54:36.339Z] === RUN TestEmptyTar [2022-05-17T11:54:36.339Z] --- PASS: TestEmptyTar (0.01s) [2022-05-17T11:54:36.339Z] === RUN TestTarSumsReadSize [2022-05-17T11:54:36.339Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-05-17T11:54:36.339Z] === RUN TestTarSums [2022-05-17T11:54:36.339Z] --- PASS: TestTarSums (0.10s) [2022-05-17T11:54:36.339Z] === RUN TestIteration [2022-05-17T11:54:36.339Z] --- PASS: TestIteration (0.00s) [2022-05-17T11:54:36.339Z] === RUN TestVersionLabelForChecksum [2022-05-17T11:54:36.339Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-05-17T11:54:36.339Z] === RUN TestVersion [2022-05-17T11:54:36.339Z] --- PASS: TestVersion (0.00s) [2022-05-17T11:54:36.339Z] === RUN TestGetVersion [2022-05-17T11:54:36.339Z] --- PASS: TestGetVersion (0.00s) [2022-05-17T11:54:36.339Z] === RUN TestGetVersions [2022-05-17T11:54:36.339Z] --- PASS: TestGetVersions (0.00s) [2022-05-17T11:54:36.339Z] PASS [2022-05-17T11:54:36.339Z] coverage: 89.3% of statements [2022-05-17T11:54:36.339Z] ok github.com/docker/docker/pkg/tarsum 0.170s coverage: 89.3% of statements [2022-05-17T11:54:36.808Z] === RUN TestTruncIndex [2022-05-17T11:54:37.280Z] --- PASS: TestTruncIndex (0.10s) [2022-05-17T11:54:37.280Z] PASS [2022-05-17T11:54:37.280Z] coverage: 91.5% of statements [2022-05-17T11:54:37.280Z] ok github.com/docker/docker/pkg/truncindex 0.147s coverage: 91.5% of statements [2022-05-17T11:54:37.759Z] === RUN TestVersionInfo [2022-05-17T11:54:37.759Z] --- PASS: TestVersionInfo (0.00s) [2022-05-17T11:54:37.759Z] === RUN TestAppendVersions [2022-05-17T11:54:37.759Z] --- PASS: TestAppendVersions (0.00s) [2022-05-17T11:54:37.759Z] PASS [2022-05-17T11:54:37.759Z] coverage: 88.9% of statements [2022-05-17T11:54:37.759Z] ok github.com/docker/docker/pkg/useragent 0.045s coverage: 88.9% of statements [2022-05-17T11:54:38.331Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-17T11:54:38.331Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-17T11:54:38.331Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-17T11:54:38.331Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-17T11:54:38.331Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-17T11:54:38.331Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-17T11:54:38.331Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-17T11:54:38.331Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-17T11:54:38.331Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-17T11:54:38.945Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.45s) [2022-05-17T11:54:38.945Z] === RUN TestPauseStopPausedContainer [2022-05-17T11:54:38.945Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:54:38.945Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-17T11:54:38.945Z] === RUN TestPsFilter [2022-05-17T11:54:39.009Z] docker_api_swarm_node_test.go:53: [da26beb4502a2] joining swarm manager [d983c36bde318]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:54:39.009Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-05-17T11:54:39.411Z] --- PASS: TestPsFilter (0.42s) [2022-05-17T11:54:39.412Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-17T11:54:39.575Z] docker_api_swarm_node_test.go:54: [dedb1f6bd8286] joining swarm manager [d983c36bde318]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:54:39.840Z] === RUN TestDockerSuite/TestCpToDot [2022-05-17T11:54:39.976Z] --- PASS: TestGet (15.04s) [2022-05-17T11:54:39.976Z] === RUN TestPluginWithNoManifest [2022-05-17T11:54:39.976Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-05-17T11:54:39.976Z] === RUN TestGetAll [2022-05-17T11:54:39.976Z] --- PASS: TestGetAll (0.04s) [2022-05-17T11:54:39.976Z] PASS [2022-05-17T11:54:39.976Z] coverage: 73.2% of statements [2022-05-17T11:54:39.976Z] ok github.com/docker/docker/pkg/plugins 35.026s coverage: 73.2% of statements [2022-05-17T11:54:40.107Z] --- PASS: TestReplicatedJob (6.88s) [2022-05-17T11:54:40.107Z] === RUN TestUpdateReplicatedJob [2022-05-17T11:54:40.365Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-17T11:54:40.444Z] === RUN TestValidatePrivileges [2022-05-17T11:54:40.444Z] --- PASS: TestValidatePrivileges (0.00s) [2022-05-17T11:54:40.444Z] === RUN TestFilterByCapNeg [2022-05-17T11:54:40.444Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-05-17T11:54:40.444Z] === RUN TestFilterByCapPos [2022-05-17T11:54:40.444Z] --- PASS: TestFilterByCapPos (0.00s) [2022-05-17T11:54:40.444Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-05-17T11:54:40.444Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-05-17T11:54:40.444Z] PASS [2022-05-17T11:54:40.444Z] coverage: 12.2% of statements [2022-05-17T11:54:40.444Z] ok github.com/docker/docker/plugin 0.100s coverage: 12.2% of statements [2022-05-17T11:54:41.235Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-17T11:54:41.235Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-17T11:54:41.235Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-17T11:54:41.235Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-17T11:54:41.299Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-17T11:54:41.432Z] === RUN TestNewSettable [2022-05-17T11:54:41.432Z] --- PASS: TestNewSettable (0.00s) [2022-05-17T11:54:41.432Z] === RUN TestIsSettable [2022-05-17T11:54:41.432Z] --- PASS: TestIsSettable (0.00s) [2022-05-17T11:54:41.432Z] === RUN TestUpdateSettingsEnv [2022-05-17T11:54:41.432Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-05-17T11:54:41.432Z] PASS [2022-05-17T11:54:41.432Z] coverage: 20.0% of statements [2022-05-17T11:54:41.432Z] ok github.com/docker/docker/plugin/v2 0.050s coverage: 20.0% of statements [2022-05-17T11:54:41.691Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-17T11:54:41.901Z] === RUN TestLoad [2022-05-17T11:54:41.901Z] --- PASS: TestLoad (0.00s) [2022-05-17T11:54:41.901Z] === RUN TestSave [2022-05-17T11:54:41.901Z] --- PASS: TestSave (0.04s) [2022-05-17T11:54:41.901Z] === RUN TestAddDeleteGet [2022-05-17T11:54:41.901Z] --- PASS: TestAddDeleteGet (0.05s) [2022-05-17T11:54:41.901Z] === RUN TestInvalidTags [2022-05-17T11:54:41.901Z] --- PASS: TestInvalidTags (0.01s) [2022-05-17T11:54:41.901Z] PASS [2022-05-17T11:54:41.901Z] coverage: 84.4% of statements [2022-05-17T11:54:41.901Z] ok github.com/docker/docker/reference 0.150s coverage: 84.4% of statements [2022-05-17T11:54:42.674Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-17T11:54:43.196Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.35s) [2022-05-17T11:54:43.196Z] === RUN TestRemoveContainerWithVolume [2022-05-17T11:54:43.240Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-17T11:54:43.475Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-05-17T11:54:43.475Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-05-17T11:54:43.475Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-05-17T11:54:43.475Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-05-17T11:54:43.475Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-05-17T11:54:43.475Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-05-17T11:54:43.475Z] === RUN TestResumableRequestReaderWithReadError [2022-05-17T11:54:43.806Z] --- PASS: TestUpdateReplicatedJob (3.72s) [2022-05-17T11:54:43.806Z] === RUN TestServiceListWithStatuses [2022-05-17T11:54:43.806Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-17T11:54:43.806Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2022-05-17T11:54:43.806Z] === RUN TestDockerNetworkConnectAlias [2022-05-17T11:54:43.947Z] time="2022-05-17T11:54:43Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-05-17T11:54:43.947Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-05-17T11:54:43.947Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-05-17T11:54:43.947Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-05-17T11:54:43.947Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-05-17T11:54:43.947Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-05-17T11:54:43.947Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-05-17T11:54:43.947Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-05-17T11:54:43.947Z] === RUN TestResumableRequestReader [2022-05-17T11:54:43.947Z] --- PASS: TestResumableRequestReader (0.00s) [2022-05-17T11:54:43.947Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-05-17T11:54:43.947Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-05-17T11:54:43.947Z] PASS [2022-05-17T11:54:43.947Z] coverage: 100.0% of statements [2022-05-17T11:54:43.947Z] ok github.com/docker/docker/registry/resumable 0.285s coverage: 100.0% of statements [2022-05-17T11:54:44.373Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-17T11:54:44.416Z] === RUN TestResolveAuthConfigIndexServer [2022-05-17T11:54:44.416Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-05-17T11:54:44.416Z] === RUN TestResolveAuthConfigFullURL [2022-05-17T11:54:44.416Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-05-17T11:54:44.416Z] === RUN TestLoadAllowNondistributableArtifacts [2022-05-17T11:54:44.416Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-05-17T11:54:44.416Z] === RUN TestValidateMirror [2022-05-17T11:54:44.416Z] --- PASS: TestValidateMirror (0.00s) [2022-05-17T11:54:44.416Z] === RUN TestLoadInsecureRegistries [2022-05-17T11:54:44.416Z] === RUN TestRestartManagerTimeout [2022-05-17T11:54:44.416Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-05-17T11:54:44.416Z] === RUN TestRestartManagerTimeoutReset [2022-05-17T11:54:44.416Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-05-17T11:54:44.416Z] PASS [2022-05-17T11:54:44.416Z] coverage: 50.9% of statements [2022-05-17T11:54:44.416Z] ok github.com/docker/docker/restartmanager 0.044s coverage: 50.9% of statements [2022-05-17T11:54:44.631Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-17T11:54:44.889Z] time="2022-05-17T11:54:44Z" 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-17T11:54:44.889Z] time="2022-05-17T11:54:44Z" 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-17T11:54:44.889Z] time="2022-05-17T11:54:44Z" 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-17T11:54:44.889Z] --- PASS: TestLoadInsecureRegistries (0.22s) [2022-05-17T11:54:44.889Z] === RUN TestNewServiceConfig [2022-05-17T11:54:44.889Z] --- PASS: TestNewServiceConfig (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestValidateIndexName [2022-05-17T11:54:44.889Z] --- PASS: TestValidateIndexName (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestValidateIndexNameWithError [2022-05-17T11:54:44.889Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestEndpointParse [2022-05-17T11:54:44.889Z] --- PASS: TestEndpointParse (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestEndpointParseInvalid [2022-05-17T11:54:44.889Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestValidateEndpoint [2022-05-17T11:54:44.889Z] --- PASS: TestValidateEndpoint (0.01s) [2022-05-17T11:54:44.889Z] === RUN TestPing [2022-05-17T11:54:44.889Z] --- PASS: TestPing (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestPingRegistryEndpoint [2022-05-17T11:54:44.889Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:54:44.889Z] --- SKIP: TestPingRegistryEndpoint (0.04s) [2022-05-17T11:54:44.889Z] === RUN TestEndpoint [2022-05-17T11:54:44.889Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:54:44.889Z] --- SKIP: TestEndpoint (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestParseRepositoryInfo [2022-05-17T11:54:44.889Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestNewIndexInfo [2022-05-17T11:54:44.889Z] --- PASS: TestNewIndexInfo (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestMirrorEndpointLookup [2022-05-17T11:54:44.889Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:54:44.889Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2022-05-17T11:54:44.889Z] === RUN TestSearchRepositories [2022-05-17T11:54:44.889Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-05-17T11:54:44.889Z] Host: 127.0.0.1:49350 [2022-05-17T11:54:44.889Z] User-Agent: docker test client [2022-05-17T11:54:44.889Z] Authorization: Token fake-token [2022-05-17T11:54:44.889Z] X-Docker-Token: true [2022-05-17T11:54:44.889Z] Accept-Encoding: gzip [2022-05-17T11:54:44.889Z] [2022-05-17T11:54:44.889Z] [2022-05-17T11:54:44.889Z] registry_test.go:731: HTTP/1.1 200 OK [2022-05-17T11:54:44.889Z] Connection: close [2022-05-17T11:54:44.889Z] Content-Length: 144 [2022-05-17T11:54:44.889Z] Cache-Control: no-cache [2022-05-17T11:54:44.889Z] Content-Type: application/json [2022-05-17T11:54:44.889Z] Date: Tue, 17 May 2022 11:54:44 GMT [2022-05-17T11:54:44.889Z] Expires: -1 [2022-05-17T11:54:44.889Z] Pragma: no-cache [2022-05-17T11:54:44.889Z] Server: docker-tests/mock [2022-05-17T11:54:44.889Z] X-Docker-Registry-Config: mock [2022-05-17T11:54:44.889Z] X-Docker-Registry-Version: 0.0.0 [2022-05-17T11:54:44.889Z] [2022-05-17T11:54:44.889Z] [2022-05-17T11:54:44.889Z] --- PASS: TestSearchRepositories (0.01s) [2022-05-17T11:54:44.889Z] === RUN TestTrustedLocation [2022-05-17T11:54:44.889Z] --- PASS: TestTrustedLocation (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-05-17T11:54:44.889Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestAllowNondistributableArtifacts [2022-05-17T11:54:44.889Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-05-17T11:54:44.889Z] === RUN TestIsSecureIndex [2022-05-17T11:54:44.889Z] --- PASS: TestIsSecureIndex (0.00s) [2022-05-17T11:54:44.889Z] PASS [2022-05-17T11:54:44.889Z] coverage: 51.7% of statements [2022-05-17T11:54:44.889Z] ok github.com/docker/docker/registry 0.364s coverage: 51.7% of statements [2022-05-17T11:54:45.198Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-17T11:54:45.889Z] === RUN TestDecodeContainerConfig [2022-05-17T11:54:45.889Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-05-17T11:54:45.889Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-05-17T11:54:45.889Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-05-17T11:54:45.889Z] === RUN TestDecodeContainerConfigIsolation [2022-05-17T11:54:45.889Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-05-17T11:54:45.889Z] === RUN TestValidatePrivileged [2022-05-17T11:54:45.889Z] --- PASS: TestValidatePrivileged (0.00s) [2022-05-17T11:54:45.889Z] PASS [2022-05-17T11:54:45.889Z] coverage: 52.4% of statements [2022-05-17T11:54:45.890Z] ok github.com/docker/docker/runconfig 0.056s coverage: 52.4% of statements [2022-05-17T11:54:45.890Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-05-17T11:54:45.890Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-05-17T11:54:45.890Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-05-17T11:54:45.890Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-05-17T11:54:45.890Z] PASS [2022-05-17T11:54:45.890Z] coverage: 62.5% of statements [2022-05-17T11:54:45.890Z] ok github.com/docker/docker/testutil 0.077s coverage: 62.5% of statements [2022-05-17T11:54:46.141Z] --- PASS: TestRemoveContainerWithVolume (3.37s) [2022-05-17T11:54:46.141Z] === RUN TestRemoveContainerRunning [2022-05-17T11:54:46.574Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-17T11:54:46.574Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-17T11:54:46.574Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-17T11:54:47.140Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-17T11:54:47.708Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-17T11:54:47.708Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-17T11:54:47.708Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-17T11:54:47.708Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-17T11:54:48.643Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-17T11:54:48.738Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-17T11:54:48.900Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-17T11:54:48.900Z] --- PASS: TestDockerNetworkConnectAlias (5.12s) [2022-05-17T11:54:48.900Z] === RUN TestDockerNetworkReConnect [2022-05-17T11:54:48.900Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-17T11:54:48.900Z] === RUN TestDockerSuite/TestCreateRM [2022-05-17T11:54:49.158Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-17T11:54:49.158Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-17T11:54:49.158Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-17T11:54:49.158Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-17T11:54:49.416Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-17T11:54:49.695Z] === RUN TestGetDriver [2022-05-17T11:54:49.695Z] --- PASS: TestGetDriver (0.00s) [2022-05-17T11:54:49.695Z] === RUN TestVolumeRequestError [2022-05-17T11:54:49.695Z] --- PASS: TestVolumeRequestError (0.01s) [2022-05-17T11:54:49.695Z] PASS [2022-05-17T11:54:49.695Z] coverage: 36.1% of statements [2022-05-17T11:54:49.695Z] ok github.com/docker/docker/volume/drivers 0.057s coverage: 36.1% of statements [2022-05-17T11:54:49.930Z] --- PASS: TestRemoveContainerRunning (3.44s) [2022-05-17T11:54:49.930Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-17T11:54:50.167Z] === RUN TestGetAddress [2022-05-17T11:54:50.167Z] --- PASS: TestGetAddress (0.00s) [2022-05-17T11:54:50.167Z] === RUN TestRemove [2022-05-17T11:54:50.167Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-17T11:54:50.167Z] --- SKIP: TestRemove (0.00s) [2022-05-17T11:54:50.167Z] === RUN TestInitializeWithVolumes [2022-05-17T11:54:50.167Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-05-17T11:54:50.167Z] === RUN TestCreate [2022-05-17T11:54:50.167Z] --- PASS: TestCreate (0.02s) [2022-05-17T11:54:50.167Z] === RUN TestValidateName [2022-05-17T11:54:50.167Z] --- PASS: TestValidateName (0.00s) [2022-05-17T11:54:50.167Z] === RUN TestCreateWithOpts [2022-05-17T11:54:50.167Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-17T11:54:50.167Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-05-17T11:54:50.167Z] === RUN TestRelaodNoOpts [2022-05-17T11:54:50.167Z] --- PASS: TestRelaodNoOpts (0.03s) [2022-05-17T11:54:50.167Z] PASS [2022-05-17T11:54:50.167Z] coverage: 41.6% of statements [2022-05-17T11:54:50.167Z] ok github.com/docker/docker/volume/local 0.108s coverage: 41.6% of statements [2022-05-17T11:54:51.315Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-17T11:54:51.315Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-17T11:54:51.315Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRaw [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-05-17T11:54:51.755Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRaw [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-05-17T11:54:51.755Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestConvertTmpfsOptions [2022-05-17T11:54:51.755Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-05-17T11:54:51.755Z] linux_parser_test.go:209: data="ro" [2022-05-17T11:54:51.755Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestParseMountSpec [2022-05-17T11:54:51.755Z] parser_test.go:62: case 0 [2022-05-17T11:54:51.755Z] parser_test.go:62: case 1 [2022-05-17T11:54:51.755Z] parser_test.go:62: case 2 [2022-05-17T11:54:51.755Z] parser_test.go:62: case 3 [2022-05-17T11:54:51.755Z] parser_test.go:62: case 4 [2022-05-17T11:54:51.755Z] parser_test.go:62: case 5 [2022-05-17T11:54:51.755Z] --- PASS: TestParseMountSpec (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestValidateMount [2022-05-17T11:54:51.755Z] --- PASS: TestValidateMount (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRaw [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-05-17T11:54:51.755Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-05-17T11:54:51.755Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-05-17T11:54:51.755Z] PASS [2022-05-17T11:54:51.755Z] coverage: 67.6% of statements [2022-05-17T11:54:51.755Z] ok github.com/docker/docker/volume/mounts 0.073s coverage: 67.6% of statements [2022-05-17T11:54:52.690Z] --- PASS: TestDockerNetworkReConnect (3.54s) [2022-05-17T11:54:52.690Z] === RUN TestServicePlugin [2022-05-17T11:54:52.742Z] === RUN TestSetGetMeta [2022-05-17T11:54:52.742Z] === PAUSE TestSetGetMeta [2022-05-17T11:54:52.742Z] === RUN TestRestore [2022-05-17T11:54:52.742Z] === PAUSE TestRestore [2022-05-17T11:54:52.742Z] === RUN TestServiceCreate [2022-05-17T11:54:52.742Z] === PAUSE TestServiceCreate [2022-05-17T11:54:52.742Z] === RUN TestServiceList [2022-05-17T11:54:52.742Z] === PAUSE TestServiceList [2022-05-17T11:54:52.742Z] === RUN TestServiceRemove [2022-05-17T11:54:52.742Z] === PAUSE TestServiceRemove [2022-05-17T11:54:52.742Z] === RUN TestServiceGet [2022-05-17T11:54:52.742Z] === PAUSE TestServiceGet [2022-05-17T11:54:52.742Z] === RUN TestServicePrune [2022-05-17T11:54:52.742Z] === PAUSE TestServicePrune [2022-05-17T11:54:52.742Z] === RUN TestCreate [2022-05-17T11:54:52.742Z] === PAUSE TestCreate [2022-05-17T11:54:52.742Z] === RUN TestRemove [2022-05-17T11:54:52.742Z] === PAUSE TestRemove [2022-05-17T11:54:52.742Z] === RUN TestList [2022-05-17T11:54:52.742Z] === PAUSE TestList [2022-05-17T11:54:52.742Z] === RUN TestFindByDriver [2022-05-17T11:54:52.742Z] === PAUSE TestFindByDriver [2022-05-17T11:54:52.742Z] === RUN TestFindByReferenced [2022-05-17T11:54:52.742Z] === PAUSE TestFindByReferenced [2022-05-17T11:54:52.742Z] === RUN TestDerefMultipleOfSameRef [2022-05-17T11:54:52.742Z] === PAUSE TestDerefMultipleOfSameRef [2022-05-17T11:54:52.742Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-17T11:54:52.742Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-17T11:54:52.742Z] === RUN TestDefererencePluginOnCreateError [2022-05-17T11:54:52.742Z] === PAUSE TestDefererencePluginOnCreateError [2022-05-17T11:54:52.742Z] === RUN TestRefDerefRemove [2022-05-17T11:54:52.742Z] === PAUSE TestRefDerefRemove [2022-05-17T11:54:52.742Z] === RUN TestGet [2022-05-17T11:54:52.742Z] === PAUSE TestGet [2022-05-17T11:54:52.742Z] === RUN TestGetWithReference [2022-05-17T11:54:52.742Z] === PAUSE TestGetWithReference [2022-05-17T11:54:52.742Z] === RUN TestFilterFunc [2022-05-17T11:54:52.742Z] === RUN TestFilterFunc/test_nil_list [2022-05-17T11:54:52.742Z] === PAUSE TestFilterFunc/test_nil_list [2022-05-17T11:54:52.742Z] === RUN TestFilterFunc/test_empty_list [2022-05-17T11:54:52.742Z] === PAUSE TestFilterFunc/test_empty_list [2022-05-17T11:54:52.742Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-05-17T11:54:52.742Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-05-17T11:54:52.742Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-17T11:54:52.742Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-17T11:54:52.742Z] === RUN TestFilterFunc/test_filter_some [2022-05-17T11:54:52.742Z] === PAUSE TestFilterFunc/test_filter_some [2022-05-17T11:54:52.742Z] === RUN TestFilterFunc/test_filter_middle [2022-05-17T11:54:52.742Z] === PAUSE TestFilterFunc/test_filter_middle [2022-05-17T11:54:52.742Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-05-17T11:54:52.742Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-05-17T11:54:52.742Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-05-17T11:54:52.742Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-05-17T11:54:52.742Z] === CONT TestFilterFunc/test_nil_list [2022-05-17T11:54:52.742Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-05-17T11:54:52.742Z] === CONT TestFilterFunc/test_filter_some [2022-05-17T11:54:52.742Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-05-17T11:54:52.742Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-05-17T11:54:52.742Z] === CONT TestFilterFunc/test_empty_list [2022-05-17T11:54:52.742Z] === CONT TestFilterFunc/test_filter_middle [2022-05-17T11:54:52.742Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-05-17T11:54:52.742Z] --- PASS: TestFilterFunc (0.00s) [2022-05-17T11:54:52.742Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-05-17T11:54:52.742Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-05-17T11:54:52.742Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-05-17T11:54:52.742Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-05-17T11:54:52.742Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-05-17T11:54:52.742Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-05-17T11:54:52.743Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-05-17T11:54:52.743Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-05-17T11:54:52.743Z] === CONT TestSetGetMeta [2022-05-17T11:54:52.743Z] === CONT TestList [2022-05-17T11:54:52.743Z] === CONT TestCreate [2022-05-17T11:54:52.743Z] === CONT TestServiceGet [2022-05-17T11:54:52.743Z] --- PASS: TestSetGetMeta (0.04s) [2022-05-17T11:54:52.743Z] === CONT TestServiceRemove [2022-05-17T11:54:52.743Z] --- PASS: TestCreate (0.05s) [2022-05-17T11:54:52.743Z] === CONT TestServiceList [2022-05-17T11:54:52.743Z] --- PASS: TestList (0.07s) [2022-05-17T11:54:52.743Z] === CONT TestServiceCreate [2022-05-17T11:54:52.875Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.41s) [2022-05-17T11:54:52.875Z] === RUN TestRemoveInvalidContainer [2022-05-17T11:54:52.875Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-05-17T11:54:52.875Z] === RUN TestRenameLinkedContainer [2022-05-17T11:54:52.875Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-17T11:54:52.875Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-17T11:54:52.875Z] === RUN TestRenameStoppedContainer [2022-05-17T11:54:53.212Z] --- PASS: TestServiceGet (0.28s) [2022-05-17T11:54:53.212Z] === CONT TestRestore [2022-05-17T11:54:53.212Z] --- PASS: TestServiceRemove (0.24s) [2022-05-17T11:54:53.212Z] === CONT TestRemove [2022-05-17T11:54:53.212Z] --- PASS: TestServiceCreate (0.21s) [2022-05-17T11:54:53.212Z] === CONT TestDefererencePluginOnCreateError [2022-05-17T11:54:53.212Z] --- PASS: TestServiceList (0.24s) [2022-05-17T11:54:53.212Z] === CONT TestGetWithReference [2022-05-17T11:54:53.212Z] --- PASS: TestRestore (0.05s) [2022-05-17T11:54:53.212Z] === CONT TestGet [2022-05-17T11:54:53.212Z] --- PASS: TestRemove (0.05s) [2022-05-17T11:54:53.212Z] === CONT TestRefDerefRemove [2022-05-17T11:54:53.212Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-05-17T11:54:53.212Z] === CONT TestServicePrune [2022-05-17T11:54:53.212Z] --- PASS: TestGetWithReference (0.05s) [2022-05-17T11:54:53.212Z] === CONT TestDerefMultipleOfSameRef [2022-05-17T11:54:53.212Z] time="2022-05-17T11:54:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:54:53.212Z] --- PASS: TestGet (0.03s) [2022-05-17T11:54:53.212Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-05-17T11:54:53.212Z] --- PASS: TestRefDerefRemove (0.03s) [2022-05-17T11:54:53.212Z] === CONT TestFindByReferenced [2022-05-17T11:54:53.212Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-05-17T11:54:53.212Z] === CONT TestFindByDriver [2022-05-17T11:54:53.212Z] time="2022-05-17T11:54:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:54:53.212Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-05-17T11:54:53.212Z] time="2022-05-17T11:54:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:54:53.212Z] --- PASS: TestFindByReferenced (0.03s) [2022-05-17T11:54:53.212Z] time="2022-05-17T11:54:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-05-17T11:54:53.212Z] time="2022-05-17T11:54:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-05-17T11:54:53.212Z] --- PASS: TestFindByDriver (0.03s) [2022-05-17T11:54:53.212Z] --- PASS: TestServicePrune (0.08s) [2022-05-17T11:54:53.212Z] PASS [2022-05-17T11:54:53.212Z] coverage: 69.0% of statements [2022-05-17T11:54:53.212Z] ok github.com/docker/docker/volume/service 0.462s coverage: 69.0% of statements [2022-05-17T11:54:54.208Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-17T11:54:54.208Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-17T11:54:54.208Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-17T11:54:54.208Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-05-17T11:54:55.220Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-17T11:54:55.220Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-17T11:54:55.220Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-17T11:54:55.220Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-17T11:54:55.477Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-17T11:54:55.477Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-17T11:54:56.044Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-17T11:54:56.612Z] plugin_test.go:61: [d2eaf041c88f8] joining swarm manager [ddef90cf44c73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:54:56.668Z] --- PASS: TestRenameStoppedContainer (3.59s) [2022-05-17T11:54:56.668Z] === RUN TestRenameRunningContainerAndReuse [2022-05-17T11:54:57.178Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-17T11:54:57.746Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-17T11:54:58.004Z] plugin_test.go:64: [de952da8c61b5] joining swarm manager [ddef90cf44c73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:54:58.950Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-17T11:54:58.972Z] 2022/05/17 11:54:58 Closing DB instances... [2022-05-17T11:55:00.324Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-17T11:55:00.540Z] --- PASS: TestNetworkDBGarbageCollection (54.31s) [2022-05-17T11:55:00.540Z] === RUN TestFindNode [2022-05-17T11:55:00.540Z] 2022/05/17 11:55:00 Closing DB instances... [2022-05-17T11:55:00.540Z] --- PASS: TestFindNode (0.03s) [2022-05-17T11:55:00.540Z] === RUN TestChangeNodeState [2022-05-17T11:55:00.540Z] 2022/05/17 11:55:00 Closing DB instances... [2022-05-17T11:55:00.540Z] --- PASS: TestChangeNodeState (0.03s) [2022-05-17T11:55:00.540Z] === RUN TestNodeReincarnation [2022-05-17T11:55:00.540Z] 2022/05/17 11:55:00 Closing DB instances... [2022-05-17T11:55:00.582Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-17T11:55:01.149Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-17T11:55:01.149Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-17T11:55:01.714Z] === RUN TestDockerSuite/TestDockerFails [2022-05-17T11:55:01.714Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-05-17T11:55:01.714Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-05-17T11:55:01.714Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-05-17T11:55:02.649Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-05-17T11:55:03.214Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-05-17T11:55:03.817Z] --- PASS: TestRenameRunningContainerAndReuse (7.29s) [2022-05-17T11:55:03.817Z] === RUN TestRenameInvalidName [2022-05-17T11:55:04.588Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-05-17T11:55:04.588Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-05-17T11:55:04.588Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-05-17T11:55:04.588Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-05-17T11:55:05.295Z] time="2022-05-17T11:55:05Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-05-17T11:55:05.296Z] --- PASS: TestNodeReincarnation (5.03s) [2022-05-17T11:55:05.296Z] === RUN TestParallelCreate [2022-05-17T11:55:05.296Z] 2022/05/17 11:55:05 Closing DB instances... [2022-05-17T11:55:05.296Z] --- PASS: TestParallelCreate (0.02s) [2022-05-17T11:55:05.296Z] === RUN TestParallelDelete [2022-05-17T11:55:05.296Z] 2022/05/17 11:55:05 Closing DB instances... [2022-05-17T11:55:05.296Z] --- PASS: TestParallelDelete (0.02s) [2022-05-17T11:55:05.296Z] === RUN TestNetworkDBIslands [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:106e49108839 with config:&{NodeID:106e49108839 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-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="Node 106e49108839/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="Node 106e49108839/172.21.225.33, added to nodes list" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:77eb16df7bae with config:&{NodeID:77eb16df7bae 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-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="Node 77eb16df7bae/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="Node 77eb16df7bae/172.21.225.33, added to nodes list" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="Node 77eb16df7bae/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="Node 77eb16df7bae/172.21.225.33, added to nodes list" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="Node 106e49108839/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=info msg="Node 106e49108839/172.21.225.33, added to nodes list" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-05-17T11:55:05.296Z] time="2022-05-17T11:55:05Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:162fafb1cdb2 with config:&{NodeID:162fafb1cdb2 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-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=debug msg="memberlist: Stream connection from=[::1]:49366" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 106e49108839/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 106e49108839/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 77eb16df7bae/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 77eb16df7bae/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49367" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.283Z] time="2022-05-17T11:55:06Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:530b6245945b with config:&{NodeID:530b6245945b 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-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 530b6245945b/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 530b6245945b/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=debug msg="memberlist: Stream connection from=[::1]:49368" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 530b6245945b/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 530b6245945b/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 77eb16df7bae/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 77eb16df7bae/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 106e49108839/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=info msg="Node 106e49108839/172.21.225.33, added to nodes list" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-05-17T11:55:06.753Z] time="2022-05-17T11:55:06Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49369" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:06Z" level=info msg="Node 530b6245945b/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:06Z" level=info msg="Node 530b6245945b/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:06Z" level=info msg="Node 530b6245945b/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:06Z" level=info msg="Node 530b6245945b/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:1f6bf15cc821 with config:&{NodeID:1f6bf15cc821 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-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Stream connection from=[::1]:49370" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 530b6245945b/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 530b6245945b/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 106e49108839/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 106e49108839/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 77eb16df7bae/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=info msg="Node 77eb16df7bae/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-05-17T11:55:07.232Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49371" [2022-05-17T11:55:07.603Z] --- PASS: TestRenameInvalidName (3.48s) [2022-05-17T11:55:07.603Z] === RUN TestRenameAnonymousContainer [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, added to nodes list" [2022-05-17T11:55:07.703Z] networkdb_test.go:835: Re-joining: 3 [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=info msg="The new bootstrap node list is:[172.21.225.33:10033 172.21.225.33:10034 172.21.225.33:10035]" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.225.33:10033" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49372" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.225.33:10034" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49373" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.225.33:10035" [2022-05-17T11:55:07.703Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49374" [2022-05-17T11:55:08.175Z] networkdb_test.go:835: Re-joining: 4 [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:07Z" level=info msg="The new bootstrap node list is:[172.21.225.33:10033 172.21.225.33:10034 172.21.225.33:10035]" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.225.33:10033" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49375" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.225.33:10034" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49376" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.225.33:10035" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:07Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49377" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:07Z" level=info msg="node 0 leaving" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839 change state NodeActive --> NodeLeft" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="node5(1f6bf15cc821): Node leave event for 106e49108839/172.21.225.33" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839 change state NodeActive --> NodeLeft" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="node3(162fafb1cdb2): Node leave event for 106e49108839/172.21.225.33" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839 change state NodeActive --> NodeLeft" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="node2(77eb16df7bae): Node leave event for 106e49108839/172.21.225.33" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839 change state NodeActive --> NodeLeft" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="node4(530b6245945b): Node leave event for 106e49108839/172.21.225.33" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839 change state NodeActive --> NodeLeft" [2022-05-17T11:55:08.175Z] time="2022-05-17T11:55:08Z" level=info msg="node1(106e49108839): Node leave event for 106e49108839/172.21.225.33" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839/172.21.225.33, left gossip cluster" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839/172.21.225.33, left gossip cluster" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839/172.21.225.33, left gossip cluster" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839/172.21.225.33, left gossip cluster" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="Node 106e49108839/172.21.225.33, left gossip cluster" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="node 1 leaving" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="Node 77eb16df7bae change state NodeActive --> NodeLeft" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="node3(162fafb1cdb2): Node leave event for 77eb16df7bae/172.21.225.33" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="Node 77eb16df7bae change state NodeActive --> NodeLeft" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="node4(530b6245945b): Node leave event for 77eb16df7bae/172.21.225.33" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="Node 77eb16df7bae change state NodeActive --> NodeLeft" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="node5(1f6bf15cc821): Node leave event for 77eb16df7bae/172.21.225.33" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="Node 77eb16df7bae change state NodeActive --> NodeLeft" [2022-05-17T11:55:08.645Z] time="2022-05-17T11:55:08Z" level=info msg="node2(77eb16df7bae): Node leave event for 77eb16df7bae/172.21.225.33" [2022-05-17T11:55:09.113Z] time="2022-05-17T11:55:08Z" level=info msg="Node 77eb16df7bae/172.21.225.33, left gossip cluster" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="Node 77eb16df7bae/172.21.225.33, left gossip cluster" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="Node 77eb16df7bae/172.21.225.33, left gossip cluster" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="Node 77eb16df7bae/172.21.225.33, left gossip cluster" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="node 2 leaving" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="Node 162fafb1cdb2 change state NodeActive --> NodeLeft" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="node5(1f6bf15cc821): Node leave event for 162fafb1cdb2/172.21.225.33" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="Node 162fafb1cdb2 change state NodeActive --> NodeLeft" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="node4(530b6245945b): Node leave event for 162fafb1cdb2/172.21.225.33" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="Node 162fafb1cdb2 change state NodeActive --> NodeLeft" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:08Z" level=info msg="node3(162fafb1cdb2): Node leave event for 162fafb1cdb2/172.21.225.33" [2022-05-17T11:55:09.114Z] time="2022-05-17T11:55:09Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, left gossip cluster" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, left gossip cluster" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="Node 162fafb1cdb2/172.21.225.33, left gossip cluster" [2022-05-17T11:55:09.582Z] networkdb_test.go:867: node4: OK [2022-05-17T11:55:09.582Z] networkdb_test.go:867: node5: OK [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="node 0 coming back" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:d52604442b7f with config:&{NodeID:d52604442b7f 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-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="Node d52604442b7f/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="Node d52604442b7f/172.21.225.33, added to nodes list" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="node 1 coming back" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:6bd2c9ec0552 with config:&{NodeID:6bd2c9ec0552 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-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, added to nodes list" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="node 2 coming back" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:9f4b460f7269 with config:&{NodeID:9f4b460f7269 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-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="Node 9f4b460f7269/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:09.582Z] time="2022-05-17T11:55:09Z" level=info msg="Node 9f4b460f7269/172.21.225.33, added to nodes list" [2022-05-17T11:55:11.143Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-17T11:55:11.709Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-05-17T11:55:12.276Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-17T11:55:13.379Z] time="2022-05-17T11:55:12Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.225.33:10033 172.21.225.33:10034 172.21.225.33:10035]" [2022-05-17T11:55:13.379Z] time="2022-05-17T11:55:13Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.225.33:10033 172.21.225.33:10034 172.21.225.33:10035]" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.225.33:10033" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49378" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 530b6245945b/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 530b6245945b/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, is the new incarnation of the shutdown node 106e49108839/172.21.225.33" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.225.33:10034" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49379" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 530b6245945b/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 530b6245945b/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, is the new incarnation of the shutdown node 77eb16df7bae/172.21.225.33" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49380" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.225.33:10035" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 530b6245945b/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 530b6245945b/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, is the new incarnation of the shutdown node 162fafb1cdb2/172.21.225.33" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, is the new incarnation of the shutdown node 77eb16df7bae/172.21.225.33" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, is the new incarnation of the shutdown node 106e49108839/172.21.225.33" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node d52604442b7f/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, is the new incarnation of the shutdown node 162fafb1cdb2/172.21.225.33" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, added to nodes list" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:13.849Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, added to nodes list" [2022-05-17T11:55:14.318Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, joined gossip cluster" [2022-05-17T11:55:14.318Z] time="2022-05-17T11:55:13Z" level=info msg="Node 9f4b460f7269/172.21.225.33, added to nodes list" [2022-05-17T11:55:14.787Z] 2022/05/17 11:55:14 Closing DB instances... [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f change state NodeActive --> NodeLeft" [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="node4(530b6245945b): Node leave event for d52604442b7f/172.21.225.33" [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f change state NodeActive --> NodeLeft" [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="node3(9f4b460f7269): Node leave event for d52604442b7f/172.21.225.33" [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f change state NodeActive --> NodeLeft" [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="node5(1f6bf15cc821): Node leave event for d52604442b7f/172.21.225.33" [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f change state NodeActive --> NodeLeft" [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="node2(6bd2c9ec0552): Node leave event for d52604442b7f/172.21.225.33" [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f change state NodeActive --> NodeLeft" [2022-05-17T11:55:14.787Z] time="2022-05-17T11:55:14Z" level=info msg="node1(d52604442b7f): Node leave event for d52604442b7f/172.21.225.33" [2022-05-17T11:55:14.804Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f/172.21.225.33, left gossip cluster" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f/172.21.225.33, left gossip cluster" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f/172.21.225.33, left gossip cluster" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f/172.21.225.33, left gossip cluster" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:14Z" level=info msg="Node d52604442b7f/172.21.225.33, left gossip cluster" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:15Z" level=info msg="Node 6bd2c9ec0552 change state NodeActive --> NodeLeft" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:15Z" level=info msg="node4(530b6245945b): Node leave event for 6bd2c9ec0552/172.21.225.33" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:15Z" level=info msg="Node 6bd2c9ec0552 change state NodeActive --> NodeLeft" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:15Z" level=info msg="node5(1f6bf15cc821): Node leave event for 6bd2c9ec0552/172.21.225.33" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:15Z" level=info msg="Node 6bd2c9ec0552 change state NodeActive --> NodeLeft" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:15Z" level=info msg="node3(9f4b460f7269): Node leave event for 6bd2c9ec0552/172.21.225.33" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:15Z" level=info msg="Node 6bd2c9ec0552 change state NodeActive --> NodeLeft" [2022-05-17T11:55:15.256Z] time="2022-05-17T11:55:15Z" level=info msg="node2(6bd2c9ec0552): Node leave event for 6bd2c9ec0552/172.21.225.33" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, left gossip cluster" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, left gossip cluster" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, left gossip cluster" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="Node 6bd2c9ec0552/172.21.225.33, left gossip cluster" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="Node 9f4b460f7269 change state NodeActive --> NodeLeft" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="node4(530b6245945b): Node leave event for 9f4b460f7269/172.21.225.33" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="Node 9f4b460f7269 change state NodeActive --> NodeLeft" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="node5(1f6bf15cc821): Node leave event for 9f4b460f7269/172.21.225.33" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="Node 9f4b460f7269 change state NodeActive --> NodeLeft" [2022-05-17T11:55:15.735Z] time="2022-05-17T11:55:15Z" level=info msg="node3(9f4b460f7269): Node leave event for 9f4b460f7269/172.21.225.33" [2022-05-17T11:55:15.738Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-05-17T11:55:16.204Z] time="2022-05-17T11:55:15Z" level=info msg="Node 9f4b460f7269/172.21.225.33, left gossip cluster" [2022-05-17T11:55:16.204Z] time="2022-05-17T11:55:15Z" level=info msg="Node 9f4b460f7269/172.21.225.33, left gossip cluster" [2022-05-17T11:55:16.204Z] time="2022-05-17T11:55:15Z" level=info msg="Node 9f4b460f7269/172.21.225.33, left gossip cluster" [2022-05-17T11:55:16.204Z] time="2022-05-17T11:55:16Z" level=debug msg="memberlist: Failed ping: 9f4b460f7269 (timeout reached)" [2022-05-17T11:55:16.204Z] time="2022-05-17T11:55:16Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.21.225.33:10036: use of closed network connection" [2022-05-17T11:55:16.204Z] time="2022-05-17T11:55:16Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.21.225.33:10037: use of closed network connection" [2022-05-17T11:55:16.204Z] time="2022-05-17T11:55:16Z" level=debug msg="memberlist: Stream connection from=172.21.225.33:49381" [2022-05-17T11:55:16.303Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-17T11:55:16.561Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-17T11:55:16.684Z] time="2022-05-17T11:55:16Z" level=info msg="Node 530b6245945b change state NodeActive --> NodeLeft" [2022-05-17T11:55:16.684Z] time="2022-05-17T11:55:16Z" level=info msg="node5(1f6bf15cc821): Node leave event for 530b6245945b/172.21.225.33" [2022-05-17T11:55:16.684Z] time="2022-05-17T11:55:16Z" level=info msg="Node 530b6245945b change state NodeActive --> NodeLeft" [2022-05-17T11:55:16.684Z] time="2022-05-17T11:55:16Z" level=info msg="node4(530b6245945b): Node leave event for 530b6245945b/172.21.225.33" [2022-05-17T11:55:16.684Z] time="2022-05-17T11:55:16Z" level=warning msg="memberlist: Was able to connect to 9f4b460f7269 but other probes failed, network may be misconfigured" [2022-05-17T11:55:17.152Z] time="2022-05-17T11:55:16Z" level=info msg="Node 530b6245945b/172.21.225.33, left gossip cluster" [2022-05-17T11:55:17.152Z] time="2022-05-17T11:55:16Z" level=info msg="Node 530b6245945b/172.21.225.33, left gossip cluster" [2022-05-17T11:55:17.494Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-17T11:55:17.622Z] time="2022-05-17T11:55:17Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, left gossip cluster" [2022-05-17T11:55:17.622Z] time="2022-05-17T11:55:17Z" level=info msg="Node 1f6bf15cc821 change state NodeActive --> NodeFailed" [2022-05-17T11:55:17.622Z] time="2022-05-17T11:55:17Z" level=info msg="Node 1f6bf15cc821/172.21.225.33, added to failed nodes list" [2022-05-17T11:55:17.622Z] --- PASS: TestNetworkDBIslands (12.31s) [2022-05-17T11:55:17.622Z] PASS [2022-05-17T11:55:17.622Z] coverage: 60.1% of statements [2022-05-17T11:55:17.622Z] ok github.com/docker/docker/libnetwork/networkdb 104.812s coverage: 60.1% of statements [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/quota [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/rootless [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/volume [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-17T11:55:17.622Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-17T11:55:17.756Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-17T11:55:18.014Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-05-17T11:55:18.271Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-17T11:55:19.205Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-05-17T11:55:20.142Z] docker_api_swarm_test.go:202: [d33c62a99fdab] joining swarm manager [d442c490b8ccf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:55:20.708Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === Skipped [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-05-17T11:55:21.420Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-05-17T11:55:21.420Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-05-17T11:55:21.420Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-05-17T11:55:21.420Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-05-17T11:55:21.420Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-05-17T11:55:21.420Z] client_test.go:22: runtime.GOOS == "windows" [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-17T11:55:21.420Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-17T11:55:21.420Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-17T11:55:21.420Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-05-17T11:55:21.420Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-17T11:55:21.420Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-05-17T11:55:21.420Z] daemon_test.go:145: root required [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-05-17T11:55:21.420Z] reload_test.go:342: root required [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-05-17T11:55:21.420Z] config_test.go:480: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-05-17T11:55:21.420Z] pull_v2_test.go:82: Needs fixing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-05-17T11:55:21.420Z] pull_v2_test.go:127: Needs fixing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-05-17T11:55:21.420Z] download_test.go:267: Needs fixing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-05-17T11:55:21.420Z] layer_test.go:291: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-05-17T11:55:21.420Z] layer_test.go:340: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-05-17T11:55:21.420Z] layer_test.go:455: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-05-17T11:55:21.420Z] layer_test.go:684: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-05-17T11:55:21.420Z] migration_test.go:45: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-05-17T11:55:21.420Z] migration_test.go:181: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-05-17T11:55:21.420Z] mount_test.go:17: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-05-17T11:55:21.420Z] mount_test.go:76: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-05-17T11:55:21.420Z] mount_test.go:125: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-05-17T11:55:21.420Z] mount_test.go:212: Failing on Windows [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-05-17T11:55:21.420Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-05-17T11:55:21.420Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-05-17T11:55:21.420Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-05-17T11:55:21.420Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-05-17T11:55:21.420Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-05-17T11:55:21.420Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-05-17T11:55:21.420Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-05-17T11:55:21.420Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-05-17T11:55:21.420Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-05-17T11:55:21.420Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-05-17T11:55:21.420Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-05-17T11:55:21.420Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-17T11:55:21.420Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-17T11:55:21.420Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-17T11:55:21.420Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-17T11:55:21.420Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-17T11:55:21.420Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-05-17T11:55:21.420Z] archive_test.go:133: Xz not present in msys2 [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-05-17T11:55:21.420Z] archive_test.go:140: zstd not installed [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.420Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-05-17T11:55:21.420Z] archive_test.go:252: Failing on Windows CI machines [2022-05-17T11:55:21.420Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-05-17T11:55:21.421Z] archive_windows_test.go:16: Currently fails [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-05-17T11:55:21.421Z] changes_test.go:196: needs more investigation [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-05-17T11:55:21.421Z] changes_test.go:433: needs further investigation [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-05-17T11:55:21.421Z] changes_test.go:469: needs further investigation [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-05-17T11:55:21.421Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-05-17T11:55:21.421Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-05-17T11:55:21.421Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-05-17T11:55:21.421Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-05-17T11:55:21.421Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-05-17T11:55:21.421Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:55:21.421Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-05-17T11:55:21.421Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-05-17T11:55:21.421Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-05-17T11:55:21.421Z] poller_test.go:40: No chmod on Windows [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-05-17T11:55:21.421Z] fileutils_test.go:133: Needs porting to Windows [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-05-17T11:55:21.421Z] fileutils_test.go:179: Needs porting to Windows [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.04s) [2022-05-17T11:55:21.421Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-05-17T11:55:21.421Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2022-05-17T11:55:21.421Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-05-17T11:55:21.421Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-05-17T11:55:21.421Z] local_test.go:180: runtime.GOOS == "windows" [2022-05-17T11:55:21.421Z] [2022-05-17T11:55:21.421Z] DONE 2329 tests, 68 skipped in 356.240s [2022-05-17T11:55:21.675Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-17T11:55:21.891Z] INFO: make.ps1 ended at 05/17/2022 11:55:21 [2022-05-17T11:55:22.528Z] --- PASS: TestRenameAnonymousContainer (13.43s) [2022-05-17T11:55:22.528Z] === RUN TestRenameContainerWithSameName [2022-05-17T11:55:23.573Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-05-17T11:55:24.088Z] --- PASS: TestRenameContainerWithSameName (3.37s) [2022-05-17T11:55:24.088Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-17T11:55:24.088Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-17T11:55:24.088Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-17T11:55:24.088Z] === RUN TestResize [2022-05-17T11:55:24.110Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-05-17T11:55:24.110Z] INFO: Unit tests ended at 05/17/2022 11:55:23. Duration:00:06:19.3955273 [2022-05-17T11:55:24.110Z] INFO: Building busybox [2022-05-17T11:55:24.110Z] Sending build context to Docker daemon 5.12kB [2022-05-17T11:55:24.110Z] [2022-05-17T11:55:24.110Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-05-17T11:55:24.110Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-05-17T11:55:24.110Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-05-17T11:55:24.110Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-05-17T11:55:24.110Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-05-17T11:55:24.110Z] ---> 3e15a767850d [2022-05-17T11:55:24.110Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-05-17T11:55:24.110Z] ---> Running in 066858a50a2d [2022-05-17T11:55:24.139Z] --- PASS: TestServicePlugin (31.71s) [2022-05-17T11:55:24.139Z] === RUN TestServiceUpdateLabel [2022-05-17T11:55:26.036Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-17T11:55:26.603Z] --- PASS: TestServiceUpdateLabel (2.36s) [2022-05-17T11:55:26.603Z] === RUN TestServiceUpdateSecrets [2022-05-17T11:55:27.168Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-17T11:55:27.871Z] --- PASS: TestResize (3.37s) [2022-05-17T11:55:27.871Z] === RUN TestResizeWithInvalidSize [2022-05-17T11:55:28.103Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-17T11:55:31.655Z] --- PASS: TestResizeWithInvalidSize (3.75s) [2022-05-17T11:55:31.655Z] === RUN TestResizeWhenContainerNotStarted [2022-05-17T11:55:34.614Z] --- PASS: TestResizeWhenContainerNotStarted (3.45s) [2022-05-17T11:55:34.614Z] === RUN TestDaemonRestartKillContainers [2022-05-17T11:55:34.614Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:55:34.614Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-17T11:55:34.614Z] === RUN TestStats [2022-05-17T11:55:34.614Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-17T11:55:34.614Z] --- SKIP: TestStats (0.00s) [2022-05-17T11:55:34.614Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-17T11:55:34.657Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-17T11:55:34.657Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-17T11:55:34.914Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-17T11:55:35.171Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-05-17T11:55:35.430Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-17T11:55:35.688Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-05-17T11:55:35.946Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-05-17T11:55:35.946Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-17T11:55:36.879Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-17T11:55:37.814Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-17T11:55:37.814Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-17T11:55:37.814Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-17T11:55:38.379Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-17T11:55:38.637Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-17T11:55:39.202Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-17T11:55:40.134Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-05-17T11:55:40.392Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-05-17T11:55:40.392Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-17T11:55:40.392Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-05-17T11:55:40.392Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-17T11:55:40.392Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-17T11:55:41.765Z] --- PASS: TestServiceUpdateSecrets (14.98s) [2022-05-17T11:55:41.765Z] === RUN TestServiceUpdateConfigs [2022-05-17T11:55:42.331Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-05-17T11:55:42.898Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-05-17T11:55:43.161Z] === RUN TestDockerSuite/TestEventsRename [2022-05-17T11:55:44.114Z] === RUN TestDockerSuite/TestEventsResize [2022-05-17T11:55:44.680Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-17T11:55:45.026Z] --- PASS: TestStopContainerWithRestartPolicyAlways (10.28s) [2022-05-17T11:55:45.026Z] === RUN TestStopContainerWithTimeout [2022-05-17T11:55:45.026Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-17T11:55:45.026Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-17T11:55:45.026Z] === RUN TestUpdateRestartPolicy [2022-05-17T11:55:45.247Z] docker_api_swarm_test.go:384: [ddfa718205022] joining swarm manager [d99d0be026eaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:55:45.394Z] Removing intermediate container 066858a50a2d [2022-05-17T11:55:45.394Z] ---> fe6654b197a3 [2022-05-17T11:55:45.394Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-05-17T11:55:45.394Z] ---> Running in 06e6a74c3651 [2022-05-17T11:55:45.394Z] Removing intermediate container 06e6a74c3651 [2022-05-17T11:55:45.394Z] ---> b3246d067edb [2022-05-17T11:55:45.394Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-05-17T11:55:45.394Z] ---> Running in 4fc899ee190d [2022-05-17T11:55:45.394Z] Removing intermediate container 4fc899ee190d [2022-05-17T11:55:45.394Z] ---> ffa68e73d8bb [2022-05-17T11:55:45.394Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-05-17T11:55:46.620Z] docker_api_swarm_test.go:385: [dd824436b5244] joining swarm manager [d99d0be026eaf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:55:46.960Z] [2022-05-17T11:55:47.957Z] ---> c2ee1ade2c34 [2022-05-17T11:55:47.957Z] 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-17T11:55:47.958Z] ---> Running in 069ef8cb3835 [2022-05-17T11:55:50.800Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-17T11:55:51.058Z] === RUN TestDockerSuite/TestEventsStreaming [2022-05-17T11:55:51.316Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-17T11:55:54.596Z] === RUN TestDockerSuite/TestEventsTop [2022-05-17T11:55:54.596Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-17T11:55:56.496Z] --- PASS: TestServiceUpdateConfigs (15.11s) [2022-05-17T11:55:56.496Z] === RUN TestServiceUpdateNetwork [2022-05-17T11:55:57.429Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-17T11:56:02.923Z] Removing intermediate container 069ef8cb3835 [2022-05-17T11:56:02.923Z] ---> ec15669eca02 [2022-05-17T11:56:02.923Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-05-17T11:56:02.923Z] ---> Running in 91036ffaffbd [2022-05-17T11:56:03.911Z] [2022-05-17T11:56:03.911Z] SUCCESS: Specified value was saved. [2022-05-17T11:56:03.982Z] === RUN TestDockerSuite/TestExec [2022-05-17T11:56:03.982Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-17T11:56:04.240Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-17T11:56:04.807Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-17T11:56:05.372Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-17T11:56:06.307Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-17T11:56:06.874Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-17T11:56:06.883Z] Removing intermediate container 91036ffaffbd [2022-05-17T11:56:06.883Z] ---> c9c1f93a70b8 [2022-05-17T11:56:06.883Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-05-17T11:56:06.883Z] ---> Running in 32f814776fd6 [2022-05-17T11:56:07.440Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-17T11:56:08.005Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-17T11:56:08.273Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-17T11:56:09.209Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-17T11:56:09.209Z] --- PASS: TestServiceUpdateNetwork (12.73s) [2022-05-17T11:56:09.209Z] === RUN TestServiceUpdatePidsLimit [2022-05-17T11:56:09.775Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-17T11:56:10.709Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-17T11:56:10.709Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-17T11:56:11.643Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-17T11:56:11.902Z] === RUN TestDockerSuite/TestExecEnv [2022-05-17T11:56:12.468Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-17T11:56:13.845Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-17T11:56:14.104Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-17T11:56:15.118Z] --- PASS: TestUpdateRestartPolicy (25.50s) [2022-05-17T11:56:15.118Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-17T11:56:15.118Z] --- PASS: TestUpdateRestartWithAutoRemove (4.18s) [2022-05-17T11:56:15.118Z] === RUN TestWaitNonBlocked [2022-05-17T11:56:15.118Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:56:15.118Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:56:15.118Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:56:15.118Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:56:15.118Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T11:56:15.118Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T11:56:15.548Z] Cannot create a file when that file already exists. [2022-05-17T11:56:16.632Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-17T11:56:17.199Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-05-17T11:56:17.765Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-17T11:56:18.332Z] === RUN TestDockerSuite/TestExecParseError [2022-05-17T11:56:18.590Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-17T11:56:18.849Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-17T11:56:19.416Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-17T11:56:19.675Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-17T11:56:19.883Z] --- PASS: TestWaitNonBlocked (0.06s) [2022-05-17T11:56:19.883Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.40s) [2022-05-17T11:56:19.883Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.57s) [2022-05-17T11:56:19.883Z] === RUN TestWaitBlocked [2022-05-17T11:56:19.883Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:19.883Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-17T11:56:19.883Z] PASS [2022-05-17T11:56:19.883Z] ok github.com/docker/docker/integration/container 134.641s [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === Skipped [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-17T11:56:19.883Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-17T11:56:19.883Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-05-17T11:56:19.883Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-17T11:56:19.883Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-17T11:56:19.883Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-17T11:56:19.883Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-17T11:56:19.883Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-17T11:56:19.883Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-17T11:56:19.883Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.16s) [2022-05-17T11:56:19.883Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:56:19.883Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.16s) [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.18s) [2022-05-17T11:56:19.883Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:56:19.883Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.18s) [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.18s) [2022-05-17T11:56:19.883Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:56:19.883Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.18s) [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.23s) [2022-05-17T11:56:19.883Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T11:56:19.883Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.23s) [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-17T11:56:19.883Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-05-17T11:56:19.883Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-17T11:56:19.883Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-17T11:56:19.883Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-17T11:56:19.883Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-17T11:56:19.883Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-17T11:56:19.883Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-17T11:56:19.883Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-17T11:56:19.883Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-17T11:56:19.883Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-17T11:56:19.883Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-17T11:56:19.883Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-17T11:56:19.883Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-17T11:56:19.883Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-17T11:56:19.883Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-17T11:56:19.883Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-17T11:56:19.883Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-05-17T11:56:19.883Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-17T11:56:19.883Z] [2022-05-17T11:56:19.883Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-17T11:56:19.884Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-17T11:56:19.884Z] [2022-05-17T11:56:19.884Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-17T11:56:19.884Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:56:19.884Z] [2022-05-17T11:56:19.884Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-17T11:56:19.884Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-17T11:56:19.884Z] [2022-05-17T11:56:19.884Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-17T11:56:19.884Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-17T11:56:19.884Z] [2022-05-17T11:56:19.884Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-17T11:56:19.884Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:56:19.884Z] [2022-05-17T11:56:19.884Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-17T11:56:19.884Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-17T11:56:19.884Z] [2022-05-17T11:56:19.884Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-17T11:56:19.884Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-17T11:56:19.884Z] [2022-05-17T11:56:19.884Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-17T11:56:19.884Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:19.884Z] [2022-05-17T11:56:19.884Z] DONE 122 tests, 38 skipped in 137.787s [2022-05-17T11:56:19.884Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-17T11:56:21.050Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-17T11:56:21.463Z] Removing intermediate container 32f814776fd6 [2022-05-17T11:56:21.463Z] ---> 9eb9b20e13e8 [2022-05-17T11:56:21.463Z] Step 13/13 : CMD ["sh"] [2022-05-17T11:56:21.463Z] ---> Running in 55823b0f4ddb [2022-05-17T11:56:21.615Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-17T11:56:21.932Z] Removing intermediate container 55823b0f4ddb [2022-05-17T11:56:21.932Z] ---> eaf5cb15dd41 [2022-05-17T11:56:21.932Z] Successfully built eaf5cb15dd41 [2022-05-17T11:56:21.932Z] Successfully tagged busybox:latest [2022-05-17T11:56:21.932Z] INFO: Docker images of the daemon under test [2022-05-17T11:56:21.932Z] [2022-05-17T11:56:21.932Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-17T11:56:21.932Z] busybox latest eaf5cb15dd41 Less than a second ago 5.29GB [2022-05-17T11:56:21.932Z] microsoft/windowsservercore latest 3e15a767850d 11 days ago 5.26GB [2022-05-17T11:56:21.932Z] mcr.microsoft.com/windows/servercore ltsc2019 3e15a767850d 11 days ago 5.26GB [2022-05-17T11:56:21.932Z] [2022-05-17T11:56:21.932Z] INFO: Running integration tests at 05/17/2022 11:56:21... [2022-05-17T11:56:21.932Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-05-17T11:56:21.932Z] INFO: Integration API tests being run from the host: [2022-05-17T11:56:22.180Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-17T11:56:22.403Z] INFO: make.ps1 starting at 05/17/2022 11:56:21 [2022-05-17T11:56:23.975Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-05-17T11:56:26.359Z] --- PASS: TestServiceUpdatePidsLimit (16.95s) [2022-05-17T11:56:26.359Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2022-05-17T11:56:26.359Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.01s) [2022-05-17T11:56:26.359Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.10s) [2022-05-17T11:56:26.359Z] PASS [2022-05-17T11:56:26.359Z] [2022-05-17T11:56:26.359Z] === Skipped [2022-05-17T11:56:26.359Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.01s) [2022-05-17T11:56:26.359Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-17T11:56:26.359Z] [2022-05-17T11:56:26.359Z] DONE 27 tests, 1 skipped in 180.805s [2022-05-17T11:56:26.359Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-17T11:56:26.359Z] ++ 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-17T11:56:26.359Z] ++ set -e [2022-05-17T11:56:26.359Z] ++ '[' -n 0 ']' [2022-05-17T11:56:26.359Z] ++ set -x [2022-05-17T11:56:26.359Z] ++ 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-17T11:56:26.359Z] INFO: Testing against a local daemon [2022-05-17T11:56:26.359Z] === RUN TestSessionCreate [2022-05-17T11:56:26.359Z] --- PASS: TestSessionCreate (0.02s) [2022-05-17T11:56:26.359Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-17T11:56:26.621Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-17T11:56:26.621Z] PASS [2022-05-17T11:56:26.621Z] [2022-05-17T11:56:26.621Z] DONE 2 tests in 0.213s [2022-05-17T11:56:26.621Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-17T11:56:26.621Z] ++ 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-17T11:56:26.621Z] ++ set -e [2022-05-17T11:56:26.621Z] ++ '[' -n 0 ']' [2022-05-17T11:56:26.621Z] ++ set -x [2022-05-17T11:56:26.621Z] ++ 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-17T11:56:26.621Z] INFO: Testing against a local daemon [2022-05-17T11:56:26.621Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-17T11:56:26.621Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-17T11:56:26.621Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:56:26.621Z] === RUN TestDiskUsage [2022-05-17T11:56:26.621Z] === PAUSE TestDiskUsage [2022-05-17T11:56:26.621Z] === RUN TestEventsExecDie [2022-05-17T11:56:27.188Z] --- PASS: TestEventsExecDie (0.53s) [2022-05-17T11:56:27.188Z] === RUN TestEventsBackwardsCompatible [2022-05-17T11:56:27.188Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-17T11:56:27.188Z] === RUN TestEventsVolumeCreate [2022-05-17T11:56:27.188Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-17T11:56:27.188Z] === RUN TestInfoBinaryCommits [2022-05-17T11:56:27.188Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-05-17T11:56:27.188Z] === RUN TestInfoAPIVersioned [2022-05-17T11:56:27.188Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-05-17T11:56:27.188Z] === RUN TestInfoAPI [2022-05-17T11:56:27.446Z] --- PASS: TestInfoAPI (0.02s) [2022-05-17T11:56:27.446Z] === RUN TestInfoAPIWarnings [2022-05-17T11:56:29.981Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-17T11:56:29.981Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-17T11:56:29.981Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-17T11:56:32.718Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-17T11:56:32.869Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-17T11:56:32.869Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-17T11:56:33.283Z] === RUN TestDockerSuite/TestExecTTY [2022-05-17T11:56:33.849Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-17T11:56:34.415Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-17T11:56:35.349Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-17T11:56:35.608Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-17T11:56:35.608Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-17T11:56:35.608Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-17T11:56:36.981Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-05-17T11:56:37.532Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-17T11:56:37.549Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-17T11:56:38.114Z] === RUN TestDockerSuite/TestExecWithTERM [2022-05-17T11:56:38.495Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-17T11:56:38.495Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-17T11:56:38.495Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-17T11:56:38.495Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-17T11:56:38.495Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-17T11:56:38.495Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-17T11:56:38.495Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-17T11:56:38.679Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-17T11:56:38.950Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-17T11:56:39.246Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-17T11:56:39.916Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-17T11:56:41.774Z] check_test.go:378: [dd824436b5244] daemon is not started [2022-05-17T11:56:41.774Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-05-17T11:56:43.631Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-17T11:56:43.674Z] docker_api_swarm_test.go:802: [dbbc25ad76de4] joining swarm manager [dd052d9b3da15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:56:43.932Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-17T11:56:43.932Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-17T11:56:43.932Z] === RUN TestInfoDebug [2022-05-17T11:56:44.504Z] --- PASS: TestInfoDebug (0.52s) [2022-05-17T11:56:44.504Z] === RUN TestInfoInsecureRegistries [2022-05-17T11:56:44.762Z] docker_api_swarm_test.go:802: [d3e3155a48e05] joining swarm manager [dd052d9b3da15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:56:45.019Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-17T11:56:45.019Z] === RUN TestInfoRegistryMirrors [2022-05-17T11:56:45.584Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-17T11:56:45.585Z] === RUN TestLoginFailsWithBadCredentials [2022-05-17T11:56:45.585Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2022-05-17T11:56:45.585Z] === RUN TestPingCacheHeaders [2022-05-17T11:56:45.585Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-17T11:56:45.585Z] === RUN TestPingGet [2022-05-17T11:56:45.585Z] --- PASS: TestPingGet (0.01s) [2022-05-17T11:56:45.585Z] === RUN TestPingHead [2022-05-17T11:56:45.585Z] --- PASS: TestPingHead (0.01s) [2022-05-17T11:56:45.585Z] === RUN TestPingSwarmHeader [2022-05-17T11:56:45.794Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-17T11:56:45.794Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-17T11:56:45.794Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-17T11:56:45.794Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-17T11:56:45.794Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-17T11:56:45.794Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-17T11:56:46.150Z] docker_api_swarm_test.go:802: [dd4e8de0eae5b] joining swarm manager [dd052d9b3da15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-17T11:56:46.150Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-17T11:56:46.715Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-17T11:56:47.281Z] docker_api_swarm_test.go:802: [dd1e8f7be5706] joining swarm manager [dd052d9b3da15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-17T11:56:47.847Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-17T11:56:47.847Z] --- PASS: TestPingSwarmHeader (2.18s) [2022-05-17T11:56:47.847Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-17T11:56:47.847Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-17T11:56:47.847Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-17T11:56:47.847Z] === RUN TestVersion [2022-05-17T11:56:47.847Z] --- PASS: TestVersion (0.02s) [2022-05-17T11:56:47.847Z] === CONT TestDiskUsage [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/container_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/image_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/volume_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-17T11:56:48.413Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-17T11:56:48.413Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-17T11:56:48.671Z] === RUN TestDiskUsage/after_container.Run [2022-05-17T11:56:48.671Z] docker_api_swarm_test.go:810: [dcc7dde511bc5] joining swarm manager [dd052d9b3da15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-17T11:56:49.238Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-17T11:56:49.496Z] --- PASS: TestDiskUsage (1.71s) [2022-05-17T11:56:49.496Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-17T11:56:49.496Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-17T11:56:49.496Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-17T11:56:49.496Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-17T11:56:49.496Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-17T11:56:49.496Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.01s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run (0.69s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-17T11:56:49.497Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-17T11:56:49.497Z] PASS [2022-05-17T11:56:49.497Z] [2022-05-17T11:56:49.497Z] === Skipped [2022-05-17T11:56:49.497Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:56:49.497Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-17T11:56:49.497Z] [2022-05-17T11:56:49.497Z] DONE 54 tests, 1 skipped in 22.970s [2022-05-17T11:56:49.497Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-17T11:56:49.497Z] ++ 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-17T11:56:49.497Z] ++ set -e [2022-05-17T11:56:49.497Z] ++ '[' -n 0 ']' [2022-05-17T11:56:49.497Z] ++ set -x [2022-05-17T11:56:49.497Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-17T11:56:49.507Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-17T11:56:49.762Z] INFO: Testing against a local daemon [2022-05-17T11:56:49.762Z] === RUN TestVolumesCreateAndList [2022-05-17T11:56:49.762Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-17T11:56:49.762Z] === RUN TestVolumesRemove [2022-05-17T11:56:49.762Z] --- PASS: TestVolumesRemove (0.06s) [2022-05-17T11:56:49.762Z] === RUN TestVolumesInspect [2022-05-17T11:56:49.762Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-17T11:56:49.762Z] === RUN TestVolumesInvalidJSON [2022-05-17T11:56:49.762Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-17T11:56:49.762Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-17T11:56:49.762Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-17T11:56:49.762Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-17T11:56:49.762Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-17T11:56:49.762Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-17T11:56:49.762Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-17T11:56:49.762Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-17T11:56:49.762Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-17T11:56:49.762Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-17T11:56:49.762Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-17T11:56:49.762Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-17T11:56:49.762Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-17T11:56:49.762Z] PASS [2022-05-17T11:56:49.762Z] [2022-05-17T11:56:49.762Z] DONE 9 tests in 0.297s [2022-05-17T11:56:49.762Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-17T11:56:50.020Z] ++++ cat bundles/test-integration/docker.pid [2022-05-17T11:56:50.020Z] +++ kill 6660 [2022-05-17T11:56:50.093Z] === RUN TestConfigDaemonLibtrustID [2022-05-17T11:56:50.093Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-17T11:56:50.093Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-05-17T11:56:50.093Z] === RUN TestConfigDaemonID [2022-05-17T11:56:50.093Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-17T11:56:50.093Z] --- SKIP: TestConfigDaemonID (0.00s) [2022-05-17T11:56:50.093Z] === RUN TestDaemonConfigValidation [2022-05-17T11:56:50.093Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-17T11:56:50.093Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-17T11:56:50.093Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-17T11:56:50.093Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-17T11:56:50.093Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-17T11:56:50.093Z] === RUN TestDaemonProxy [2022-05-17T11:56:50.093Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-17T11:56:50.093Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-17T11:56:50.093Z] PASS [2022-05-17T11:56:50.093Z] ok github.com/docker/docker/integration/daemon 0.128s [2022-05-17T11:56:50.093Z] [2022-05-17T11:56:50.093Z] === Skipped [2022-05-17T11:56:50.093Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-05-17T11:56:50.093Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-17T11:56:50.093Z] [2022-05-17T11:56:50.093Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonID (0.00s) [2022-05-17T11:56:50.093Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-17T11:56:50.093Z] [2022-05-17T11:56:50.093Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-17T11:56:50.093Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-17T11:56:50.093Z] [2022-05-17T11:56:50.093Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-17T11:56:50.093Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-17T11:56:50.093Z] [2022-05-17T11:56:50.093Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-17T11:56:50.093Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-17T11:56:50.093Z] [2022-05-17T11:56:50.093Z] DONE 5 tests, 5 skipped in 28.955s [2022-05-17T11:56:50.093Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-17T11:56:50.278Z] +++ /etc/init.d/apparmor stop [2022-05-17T11:56:50.278Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-17T11:56:50.278Z] [2022-05-17T11:56:50.278Z] Unloading profiles will leave already running processes permanently [2022-05-17T11:56:50.278Z] unconfined, which can lead to unexpected situations. [2022-05-17T11:56:50.278Z] [2022-05-17T11:56:50.278Z] To set a process to complain mode, use the command line tool [2022-05-17T11:56:50.278Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-17T11:56:50.278Z] +++ true [2022-05-17T11:56:50.278Z] exiting test-integration [2022-05-17T11:56:50.278Z] ++ exit 0 [2022-05-17T11:56:50.278Z] [2022-05-17T11:56:50.537Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-17T11:56:51.470Z] + for job in $(jobs -p) [2022-05-17T11:56:51.470Z] + wait 9617 [2022-05-17T11:56:53.919Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:56:53.919Z] INFO: Testing against a local daemon [2022-05-17T11:56:53.919Z] === RUN TestCommitInheritsEnv [2022-05-17T11:56:53.919Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:56:53.919Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-05-17T11:56:53.919Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-17T11:56:53.919Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T11:56:53.919Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-17T11:56:53.919Z] === RUN TestImportWithCustomPlatform [2022-05-17T11:56:53.919Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T11:56:53.919Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-17T11:56:53.919Z] === RUN TestImagesFilterMultiReference [2022-05-17T11:56:53.919Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2022-05-17T11:56:53.919Z] === RUN TestImagePullPlatformInvalid [2022-05-17T11:56:53.919Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2022-05-17T11:56:53.919Z] === RUN TestRemoveImageOrphaning [2022-05-17T11:56:54.903Z] --- PASS: TestRemoveImageOrphaning (1.33s) [2022-05-17T11:56:54.903Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-17T11:56:54.903Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2022-05-17T11:56:54.903Z] === RUN TestTagInvalidReference [2022-05-17T11:56:54.903Z] --- PASS: TestTagInvalidReference (0.05s) [2022-05-17T11:56:54.903Z] === RUN TestTagValidPrefixedRepo [2022-05-17T11:56:55.369Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-05-17T11:56:55.369Z] === RUN TestTagExistedNameWithoutForce [2022-05-17T11:56:55.369Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-05-17T11:56:55.369Z] === RUN TestTagOfficialNames [2022-05-17T11:56:55.369Z] --- PASS: TestTagOfficialNames (0.12s) [2022-05-17T11:56:55.369Z] === RUN TestTagMatchesDigest [2022-05-17T11:56:55.369Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-05-17T11:56:55.369Z] PASS [2022-05-17T11:56:55.369Z] ok github.com/docker/docker/integration/image 2.062s [2022-05-17T11:56:55.369Z] [2022-05-17T11:56:55.369Z] === Skipped [2022-05-17T11:56:55.369Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-05-17T11:56:55.369Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:56:55.369Z] [2022-05-17T11:56:55.369Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-17T11:56:55.369Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T11:56:55.369Z] [2022-05-17T11:56:55.369Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-17T11:56:55.370Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T11:56:55.370Z] [2022-05-17T11:56:55.370Z] DONE 12 tests, 3 skipped in 6.828s [2022-05-17T11:56:55.648Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-17T11:56:55.648Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-17T11:56:55.648Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-17T11:56:55.648Z] === RUN TestDockerSuite/TestHealth [2022-05-17T11:56:55.837Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-17T11:56:58.047Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:56:58.047Z] INFO: Testing against a local daemon [2022-05-17T11:56:58.047Z] === RUN TestNetworkCreateDelete [2022-05-17T11:56:58.047Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:58.047Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-17T11:56:58.047Z] === RUN TestDockerNetworkDeletePreferID [2022-05-17T11:56:58.047Z] 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-17T11:56:58.047Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-17T11:56:58.047Z] === RUN TestDaemonDNSFallback [2022-05-17T11:56:58.047Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:58.047Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-17T11:56:58.047Z] === RUN TestInspectNetwork [2022-05-17T11:56:58.047Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-17T11:56:58.047Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-17T11:56:58.047Z] === RUN TestRunContainerWithBridgeNone [2022-05-17T11:56:58.047Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:58.047Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-17T11:56:58.047Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:56:58.047Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:56:58.047Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:56:58.047Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-17T11:56:58.047Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T11:56:58.047Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-17T11:56:58.047Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-17T11:56:58.048Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON (0.07s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.01s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestNetworkList [2022-05-17T11:56:58.048Z] === RUN TestNetworkList//networks [2022-05-17T11:56:58.048Z] === PAUSE TestNetworkList//networks [2022-05-17T11:56:58.048Z] === RUN TestNetworkList//networks/ [2022-05-17T11:56:58.048Z] === PAUSE TestNetworkList//networks/ [2022-05-17T11:56:58.048Z] === CONT TestNetworkList//networks [2022-05-17T11:56:58.048Z] === CONT TestNetworkList//networks/ [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkList (0.05s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-17T11:56:58.048Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestHostIPv4BridgeLabel [2022-05-17T11:56:58.048Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-17T11:56:58.048Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestDaemonDefaultNetworkPools [2022-05-17T11:56:58.048Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-17T11:56:58.048Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-17T11:56:58.048Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-17T11:56:58.048Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestServiceWithPredefinedNetwork [2022-05-17T11:56:58.048Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-17T11:56:58.048Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:56:58.048Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestServiceWithDataPathPortInit [2022-05-17T11:56:58.048Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-17T11:56:58.048Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-17T11:56:58.048Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-17T11:56:58.048Z] PASS [2022-05-17T11:56:58.048Z] ok github.com/docker/docker/integration/network 0.218s [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === Skipped [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-17T11:56:58.048Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-17T11:56:58.048Z] 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-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-17T11:56:58.048Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-17T11:56:58.048Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-17T11:56:58.048Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-17T11:56:58.048Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-17T11:56:58.048Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-17T11:56:58.048Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-17T11:56:58.048Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-17T11:56:58.048Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-17T11:56:58.048Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-17T11:56:58.048Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T11:56:58.048Z] service_test.go:243: FLAKY_TEST [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-17T11:56:58.048Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-17T11:56:58.048Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-17T11:56:58.048Z] [2022-05-17T11:56:58.048Z] DONE 34 tests, 15 skipped in 2.522s [2022-05-17T11:56:58.518Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-17T11:56:58.985Z] testing: warning: no tests to run [2022-05-17T11:56:58.985Z] PASS [2022-05-17T11:56:58.985Z] ok github.com/docker/docker/integration/network/ipvlan 0.093s [2022-05-17T11:56:58.985Z] [2022-05-17T11:56:58.985Z] DONE 0 tests in 0.865s [2022-05-17T11:56:59.453Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-17T11:56:59.920Z] testing: warning: no tests to run [2022-05-17T11:57:00.389Z] PASS [2022-05-17T11:57:00.389Z] ok github.com/docker/docker/integration/network/macvlan 0.079s [2022-05-17T11:57:00.389Z] [2022-05-17T11:57:00.389Z] DONE 0 tests in 0.855s [2022-05-17T11:57:00.389Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-17T11:57:01.380Z] testing: warning: no tests to run [2022-05-17T11:57:01.380Z] PASS [2022-05-17T11:57:01.380Z] ok github.com/docker/docker/integration/plugin 0.082s [2022-05-17T11:57:01.380Z] [2022-05-17T11:57:01.380Z] DONE 0 tests in 0.842s [2022-05-17T11:57:01.380Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-17T11:57:02.366Z] testing: warning: no tests to run [2022-05-17T11:57:02.366Z] PASS [2022-05-17T11:57:02.366Z] ok github.com/docker/docker/integration/plugin/authz 0.079s [2022-05-17T11:57:02.366Z] [2022-05-17T11:57:02.366Z] DONE 0 tests in 0.851s [2022-05-17T11:57:02.366Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-17T11:57:04.290Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-17T11:57:08.242Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:08.242Z] INFO: Testing against a local daemon [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:57:08.242Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:57:08.242Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-17T11:57:08.242Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-17T11:57:08.242Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-17T11:57:08.242Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-17T11:57:08.242Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-17T11:57:08.242Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-17T11:57:08.242Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-17T11:57:08.242Z] === RUN TestPluginInstall [2022-05-17T11:57:08.242Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-17T11:57:08.242Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-17T11:57:08.242Z] === RUN TestPluginsWithRuntimes [2022-05-17T11:57:08.242Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-17T11:57:08.242Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-17T11:57:08.242Z] === RUN TestPluginBackCompatMediaTypes [2022-05-17T11:57:08.242Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-17T11:57:08.242Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-17T11:57:08.242Z] PASS [2022-05-17T11:57:08.242Z] ok github.com/docker/docker/integration/plugin/common 0.132s [2022-05-17T11:57:08.242Z] [2022-05-17T11:57:08.242Z] === Skipped [2022-05-17T11:57:08.242Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-05-17T11:57:08.242Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-17T11:57:08.242Z] [2022-05-17T11:57:08.242Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-17T11:57:08.242Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-17T11:57:08.242Z] [2022-05-17T11:57:08.242Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-17T11:57:08.242Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-17T11:57:08.242Z] [2022-05-17T11:57:08.242Z] DONE 19 tests, 3 skipped in 5.534s [2022-05-17T11:57:08.242Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-17T11:57:08.950Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-17T11:57:09.405Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-17T11:57:09.405Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-17T11:57:09.405Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-17T11:57:10.455Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:10.455Z] INFO: Testing against a local daemon [2022-05-17T11:57:10.455Z] === RUN TestExternalGraphDriver [2022-05-17T11:57:10.455Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-17T11:57:10.455Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-17T11:57:10.455Z] === RUN TestGraphdriverPluginV2 [2022-05-17T11:57:10.455Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-17T11:57:10.455Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-17T11:57:10.455Z] PASS [2022-05-17T11:57:10.455Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.131s [2022-05-17T11:57:10.455Z] [2022-05-17T11:57:10.455Z] === Skipped [2022-05-17T11:57:10.455Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-17T11:57:10.455Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-17T11:57:10.455Z] [2022-05-17T11:57:10.455Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-17T11:57:10.455Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-17T11:57:10.455Z] [2022-05-17T11:57:10.455Z] DONE 2 tests, 2 skipped in 2.672s [2022-05-17T11:57:10.924Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-17T11:57:13.119Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-17T11:57:13.883Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:13.883Z] INFO: Testing against a local daemon [2022-05-17T11:57:13.883Z] === RUN TestReadPluginNoRead [2022-05-17T11:57:13.883Z] read_test.go:21: no unix domain sockets on Windows [2022-05-17T11:57:13.883Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-17T11:57:13.883Z] PASS [2022-05-17T11:57:13.883Z] ok github.com/docker/docker/integration/plugin/logging 0.124s [2022-05-17T11:57:13.883Z] [2022-05-17T11:57:13.883Z] === Skipped [2022-05-17T11:57:13.883Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-17T11:57:13.883Z] read_test.go:21: no unix domain sockets on Windows [2022-05-17T11:57:13.883Z] [2022-05-17T11:57:13.883Z] DONE 1 tests, 1 skipped in 2.815s [2022-05-17T11:57:13.883Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-17T11:57:14.650Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-17T11:57:14.868Z] testing: warning: no tests to run [2022-05-17T11:57:14.868Z] PASS [2022-05-17T11:57:14.868Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.086s [2022-05-17T11:57:14.868Z] [2022-05-17T11:57:14.868Z] DONE 0 tests in 1.326s [2022-05-17T11:57:15.042Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T11:57:15.042Z] INFO: Testing against a local daemon [2022-05-17T11:57:15.042Z] === RUN TestBuildWithSession [2022-05-17T11:57:15.042Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T11:57:15.042Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-17T11:57:15.042Z] === RUN TestBuildSquashParent [2022-05-17T11:57:15.042Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:15.042Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-05-17T11:57:15.042Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-17T11:57:15.042Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:57:15.042Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:57:15.042Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:57:15.042Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:57:15.042Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:57:15.042Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:57:15.042Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:57:15.042Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:57:15.042Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:57:15.042Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:57:15.042Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:57:15.042Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:57:15.042Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-17T11:57:15.042Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-17T11:57:15.042Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-17T11:57:15.042Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-17T11:57:15.337Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-17T11:57:17.561Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-17T11:57:17.681Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:17.681Z] INFO: Testing against a local daemon [2022-05-17T11:57:17.681Z] === RUN TestPluginWithDevMounts [2022-05-17T11:57:17.682Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:17.682Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-17T11:57:17.682Z] PASS [2022-05-17T11:57:17.682Z] ok github.com/docker/docker/integration/plugin/volumes 0.114s [2022-05-17T11:57:17.682Z] [2022-05-17T11:57:17.682Z] === Skipped [2022-05-17T11:57:17.682Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-17T11:57:17.682Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:17.682Z] [2022-05-17T11:57:17.682Z] DONE 1 tests, 1 skipped in 2.626s [2022-05-17T11:57:18.126Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-17T11:57:18.150Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-17T11:57:18.692Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-17T11:57:18.693Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-17T11:57:19.258Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-17T11:57:20.369Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:20.369Z] INFO: Testing against a local daemon [2022-05-17T11:57:20.369Z] === RUN TestSecretInspect [2022-05-17T11:57:20.369Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.369Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-17T11:57:20.369Z] === RUN TestSecretList [2022-05-17T11:57:20.369Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.369Z] --- SKIP: TestSecretList (0.00s) [2022-05-17T11:57:20.369Z] === RUN TestSecretsCreateAndDelete [2022-05-17T11:57:20.369Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.369Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-17T11:57:20.369Z] === RUN TestSecretsUpdate [2022-05-17T11:57:20.369Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.369Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-05-17T11:57:20.369Z] === RUN TestTemplatedSecret [2022-05-17T11:57:20.370Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.370Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-17T11:57:20.370Z] === RUN TestSecretCreateResolve [2022-05-17T11:57:20.370Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:20.370Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-17T11:57:20.370Z] PASS [2022-05-17T11:57:20.370Z] ok github.com/docker/docker/integration/secret 0.108s [2022-05-17T11:57:20.370Z] [2022-05-17T11:57:20.370Z] === Skipped [2022-05-17T11:57:20.370Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-17T11:57:20.370Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.370Z] [2022-05-17T11:57:20.370Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-17T11:57:20.370Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.370Z] [2022-05-17T11:57:20.370Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-17T11:57:20.370Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.370Z] [2022-05-17T11:57:20.370Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-05-17T11:57:20.370Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.370Z] [2022-05-17T11:57:20.370Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-05-17T11:57:20.370Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:20.370Z] [2022-05-17T11:57:20.370Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-17T11:57:20.370Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:20.370Z] [2022-05-17T11:57:20.370Z] DONE 6 tests, 6 skipped in 2.075s [2022-05-17T11:57:20.370Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-17T11:57:20.555Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-17T11:57:20.556Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-17T11:57:20.556Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-17T11:57:20.556Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-17T11:57:20.556Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-17T11:57:20.556Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-17T11:57:20.556Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-17T11:57:20.556Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-17T11:57:20.556Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-17T11:57:21.010Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-17T11:57:21.782Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-17T11:57:21.782Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-17T11:57:21.782Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-17T11:57:22.716Z] === RUN TestDockerSuite/TestImportFile [2022-05-17T11:57:23.335Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:23.335Z] INFO: Testing against a local daemon [2022-05-17T11:57:23.335Z] === RUN TestServiceCreateInit [2022-05-17T11:57:23.335Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-17T11:57:23.335Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.335Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-17T11:57:23.335Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.335Z] --- PASS: TestServiceCreateInit (0.05s) [2022-05-17T11:57:23.335Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T11:57:23.335Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T11:57:23.335Z] === RUN TestCreateServiceMultipleTimes [2022-05-17T11:57:23.335Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.335Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-17T11:57:23.335Z] === RUN TestCreateServiceConflict [2022-05-17T11:57:23.335Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.335Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-17T11:57:23.335Z] === RUN TestCreateServiceMaxReplicas [2022-05-17T11:57:23.335Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.335Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-17T11:57:23.335Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-17T11:57:23.335Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.335Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-17T11:57:23.335Z] === RUN TestCreateServiceSecretFileMode [2022-05-17T11:57:23.336Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestCreateServiceConfigFileMode [2022-05-17T11:57:23.336Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestCreateServiceSysctls [2022-05-17T11:57:23.336Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestCreateServiceSysctls (0.06s) [2022-05-17T11:57:23.336Z] === RUN TestCreateServiceCapabilities [2022-05-17T11:57:23.336Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestCreateServiceCapabilities (0.06s) [2022-05-17T11:57:23.336Z] === RUN TestInspect [2022-05-17T11:57:23.336Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestInspect (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestCreateJob [2022-05-17T11:57:23.336Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestCreateJob (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestReplicatedJob [2022-05-17T11:57:23.336Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestUpdateReplicatedJob [2022-05-17T11:57:23.336Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestServiceListWithStatuses [2022-05-17T11:57:23.336Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestDockerNetworkConnectAlias [2022-05-17T11:57:23.336Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestDockerNetworkReConnect [2022-05-17T11:57:23.336Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestServicePlugin [2022-05-17T11:57:23.336Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestServiceUpdateLabel [2022-05-17T11:57:23.336Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestServiceUpdateSecrets [2022-05-17T11:57:23.336Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestServiceUpdateConfigs [2022-05-17T11:57:23.336Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestServiceUpdateNetwork [2022-05-17T11:57:23.336Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-17T11:57:23.336Z] === RUN TestServiceUpdatePidsLimit [2022-05-17T11:57:23.336Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-05-17T11:57:23.336Z] PASS [2022-05-17T11:57:23.336Z] ok github.com/docker/docker/integration/service 0.323s [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === Skipped [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T11:57:23.336Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T11:57:23.336Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-17T11:57:23.336Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-17T11:57:23.336Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-17T11:57:23.336Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-05-17T11:57:23.336Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-17T11:57:23.336Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-17T11:57:23.336Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.06s) [2022-05-17T11:57:23.336Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.06s) [2022-05-17T11:57:23.336Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-17T11:57:23.336Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-17T11:57:23.336Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-17T11:57:23.336Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-17T11:57:23.336Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-17T11:57:23.336Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-17T11:57:23.336Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-17T11:57:23.336Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-17T11:57:23.336Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-17T11:57:23.336Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-17T11:57:23.336Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-17T11:57:23.336Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-17T11:57:23.336Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-05-17T11:57:23.336Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T11:57:23.336Z] [2022-05-17T11:57:23.336Z] DONE 24 tests, 23 skipped in 3.160s [2022-05-17T11:57:23.336Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-17T11:57:24.093Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-17T11:57:24.093Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-17T11:57:25.028Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-17T11:57:25.550Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:25.550Z] INFO: Testing against a local daemon [2022-05-17T11:57:25.550Z] === RUN TestSessionCreate [2022-05-17T11:57:25.550Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-17T11:57:25.550Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-17T11:57:25.550Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-17T11:57:25.550Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-17T11:57:25.550Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-17T11:57:25.550Z] PASS [2022-05-17T11:57:25.550Z] ok github.com/docker/docker/integration/session 0.116s [2022-05-17T11:57:25.550Z] [2022-05-17T11:57:25.550Z] === Skipped [2022-05-17T11:57:25.550Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-17T11:57:25.550Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-17T11:57:25.550Z] [2022-05-17T11:57:25.550Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-17T11:57:25.550Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-17T11:57:25.550Z] [2022-05-17T11:57:25.550Z] DONE 2 tests, 2 skipped in 2.002s [2022-05-17T11:57:25.550Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-17T11:57:26.406Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-17T11:57:27.343Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-17T11:57:27.910Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-17T11:57:28.476Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-17T11:57:28.513Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:28.513Z] INFO: Testing against a local daemon [2022-05-17T11:57:28.513Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-17T11:57:28.513Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:28.513Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:57:28.513Z] === RUN TestDiskUsage [2022-05-17T11:57:28.513Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-17T11:57:28.513Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-17T11:57:28.513Z] === RUN TestEventsExecDie [2022-05-17T11:57:28.513Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-17T11:57:28.513Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-17T11:57:28.513Z] === RUN TestEventsBackwardsCompatible [2022-05-17T11:57:28.513Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-17T11:57:28.513Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-05-17T11:57:28.513Z] === RUN TestEventsVolumeCreate [2022-05-17T11:57:28.513Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-17T11:57:28.513Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-17T11:57:28.513Z] === RUN TestInfoAPI [2022-05-17T11:57:28.513Z] --- PASS: TestInfoAPI (0.07s) [2022-05-17T11:57:28.513Z] === RUN TestInfoAPIWarnings [2022-05-17T11:57:28.513Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:57:28.513Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-17T11:57:28.513Z] === RUN TestInfoDebug [2022-05-17T11:57:28.513Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:57:28.513Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-17T11:57:28.513Z] === RUN TestInfoInsecureRegistries [2022-05-17T11:57:28.513Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:57:28.513Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-17T11:57:28.513Z] === RUN TestInfoRegistryMirrors [2022-05-17T11:57:28.513Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:57:28.513Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-17T11:57:28.513Z] === RUN TestLoginFailsWithBadCredentials [2022-05-17T11:57:28.733Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-17T11:57:28.733Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-05-17T11:57:28.990Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-17T11:57:29.248Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-17T11:57:29.502Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2022-05-17T11:57:29.502Z] === RUN TestPingCacheHeaders [2022-05-17T11:57:29.502Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-05-17T11:57:29.502Z] === RUN TestPingGet [2022-05-17T11:57:29.502Z] --- PASS: TestPingGet (0.05s) [2022-05-17T11:57:29.502Z] === RUN TestPingHead [2022-05-17T11:57:29.502Z] --- PASS: TestPingHead (0.05s) [2022-05-17T11:57:29.502Z] === RUN TestPingSwarmHeader [2022-05-17T11:57:29.502Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:29.502Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-17T11:57:29.502Z] === RUN TestVersion [2022-05-17T11:57:29.502Z] --- PASS: TestVersion (0.05s) [2022-05-17T11:57:29.502Z] PASS [2022-05-17T11:57:29.502Z] ok github.com/docker/docker/integration/system 1.299s [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === Skipped [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T11:57:29.502Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-17T11:57:29.502Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-17T11:57:29.502Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-05-17T11:57:29.502Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-17T11:57:29.502Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-17T11:57:29.502Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-17T11:57:29.502Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-17T11:57:29.502Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-17T11:57:29.502Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-17T11:57:29.502Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T11:57:29.502Z] [2022-05-17T11:57:29.502Z] DONE 16 tests, 10 skipped in 3.794s [2022-05-17T11:57:29.502Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-17T11:57:29.816Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-17T11:57:30.083Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-17T11:57:30.083Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-17T11:57:30.381Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-17T11:57:30.639Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-05-17T11:57:30.639Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-17T11:57:31.205Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-17T11:57:31.728Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:31.728Z] INFO: Testing against a local daemon [2022-05-17T11:57:31.728Z] === RUN TestVolumesCreateAndList [2022-05-17T11:57:31.728Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-05-17T11:57:31.728Z] === RUN TestVolumesRemove [2022-05-17T11:57:31.771Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-17T11:57:31.771Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-05-17T11:57:32.195Z] --- PASS: TestVolumesRemove (0.20s) [2022-05-17T11:57:32.195Z] === RUN TestVolumesInspect [2022-05-17T11:57:32.195Z] --- PASS: TestVolumesInspect (0.06s) [2022-05-17T11:57:32.195Z] === RUN TestVolumesInvalidJSON [2022-05-17T11:57:32.195Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-17T11:57:32.195Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-17T11:57:32.195Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-17T11:57:32.195Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-17T11:57:32.195Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-17T11:57:32.195Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-17T11:57:32.196Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-17T11:57:32.196Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-05-17T11:57:32.196Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-05-17T11:57:32.196Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-17T11:57:32.196Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-17T11:57:32.196Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-17T11:57:32.196Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-17T11:57:32.196Z] PASS [2022-05-17T11:57:32.196Z] ok github.com/docker/docker/integration/volume 0.457s [2022-05-17T11:57:32.196Z] [2022-05-17T11:57:32.196Z] DONE 9 tests in 2.634s [2022-05-17T11:57:32.196Z] INFO: make.ps1 ended at 05/17/2022 11:57:32 [2022-05-17T11:57:32.196Z] INFO: Integration CLI tests being run from the host: [2022-05-17T11:57:32.196Z] 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-17T11:57:33.143Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-17T11:57:33.403Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-17T11:57:33.969Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-17T11:57:33.969Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-17T11:57:34.536Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-17T11:57:34.536Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-17T11:57:34.536Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-17T11:57:35.102Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-17T11:57:35.668Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-17T11:57:35.926Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-17T11:57:36.492Z] === RUN TestDockerSuite/TestInspectImage [2022-05-17T11:57:36.492Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-17T11:57:36.750Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-17T11:57:36.750Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-17T11:57:36.750Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-17T11:57:37.008Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-17T11:57:37.573Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-17T11:57:37.573Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-17T11:57:38.138Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-17T11:57:38.396Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-17T11:57:40.924Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-17T11:57:40.924Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-17T11:57:40.924Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-17T11:57:41.490Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-17T11:57:42.425Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-17T11:57:42.603Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.19s) [2022-05-17T11:57:42.604Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (16.37s) [2022-05-17T11:57:42.604Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (16.63s) [2022-05-17T11:57:42.604Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (16.75s) [2022-05-17T11:57:42.604Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (21.05s) [2022-05-17T11:57:42.604Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.77s) [2022-05-17T11:57:42.604Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.87s) [2022-05-17T11:57:42.604Z] === RUN TestBuildMultiStageCopy [2022-05-17T11:57:42.604Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-17T11:57:42.991Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-17T11:57:43.558Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-17T11:57:43.816Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-17T11:57:44.393Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-17T11:57:44.972Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-17T11:57:45.230Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-17T11:57:45.230Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-05-17T11:57:46.603Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-17T11:57:47.236Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-05-17T11:57:47.236Z] INFO: Testing against a local daemon [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-17T11:57:47.236Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-17T11:57:47.236Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-17T11:57:47.236Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-17T11:57:47.537Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-17T11:57:48.223Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-17T11:57:48.223Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-17T11:57:48.471Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-17T11:57:48.728Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-17T11:57:50.101Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-17T11:57:51.478Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-17T11:57:52.048Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-05-17T11:57:52.987Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-17T11:57:52.987Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-17T11:57:54.889Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-17T11:57:55.119Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-17T11:57:55.147Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-17T11:57:55.589Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-17T11:57:55.713Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-17T11:57:57.089Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-05-17T11:57:57.160Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-17T11:57:58.730Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-17T11:57:59.624Z] docker_api_swarm_service_test.go:395: [df36f5e936daa] joining swarm manager [dd3c4cff8cd85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:58:00.190Z] docker_api_swarm_service_test.go:395: [d7432b267360b] joining swarm manager [dd3c4cff8cd85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:58:00.304Z] --- PASS: TestBuildMultiStageCopy (17.77s) [2022-05-17T11:58:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.62s) [2022-05-17T11:58:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.12s) [2022-05-17T11:58:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.51s) [2022-05-17T11:58:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.62s) [2022-05-17T11:58:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.89s) [2022-05-17T11:58:00.304Z] === RUN TestBuildMultiStageParentConfig [2022-05-17T11:58:03.461Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-17T11:58:03.461Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-17T11:58:03.461Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-17T11:58:03.461Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-17T11:58:03.461Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-17T11:58:05.069Z] --- PASS: TestBuildMultiStageParentConfig (3.88s) [2022-05-17T11:58:05.069Z] === RUN TestBuildLabelWithTargets [2022-05-17T11:58:05.069Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:58:05.069Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-05-17T11:58:05.069Z] === RUN TestBuildWithEmptyLayers [2022-05-17T11:58:05.454Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-17T11:58:06.642Z] --- PASS: TestBuildWithEmptyLayers (2.04s) [2022-05-17T11:58:06.642Z] === RUN TestBuildMultiStageOnBuild [2022-05-17T11:58:06.845Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-17T11:58:08.220Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-17T11:58:08.478Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-17T11:58:10.380Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-05-17T11:58:10.380Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-17T11:58:10.380Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-17T11:58:10.380Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-17T11:58:10.380Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-17T11:58:10.947Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-17T11:58:11.204Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-17T11:58:15.383Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-17T11:58:15.383Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-17T11:58:15.949Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-05-17T11:58:17.849Z] docker_api_swarm_service_test.go:343: [da029a7a49603] joining swarm manager [d6d61d197ba23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:58:18.783Z] docker_api_swarm_service_test.go:343: [df6c472f2f7ed] joining swarm manager [d6d61d197ba23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:58:19.718Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-17T11:58:20.285Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-17T11:58:20.285Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-17T11:58:21.116Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-17T11:58:21.116Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-17T11:58:21.116Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-17T11:58:21.116Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-17T11:58:21.660Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-17T11:58:22.594Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-17T11:58:23.527Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-17T11:58:24.093Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-17T11:58:25.026Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-17T11:58:26.926Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-17T11:58:27.205Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-17T11:58:27.772Z] === RUN TestDockerSuite/TestLogsSince [2022-05-17T11:58:29.617Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-17T11:58:29.617Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-17T11:58:30.567Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-17T11:58:31.951Z] --- PASS: TestBuildMultiStageOnBuild (22.03s) [2022-05-17T11:58:31.951Z] === RUN TestBuildUncleanTarFilenames [2022-05-17T11:58:31.951Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T11:58:31.951Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-05-17T11:58:31.951Z] === RUN TestBuildMultiStageLayerLeak [2022-05-17T11:58:33.030Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-05-17T11:58:34.403Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-17T11:58:34.403Z] docker_api_swarm_service_test.go:490: [df2fd98a0e6c6] joining swarm manager [dbdc85214c412]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:58:35.335Z] docker_api_swarm_service_test.go:490: [d2869354bd777] joining swarm manager [dbdc85214c412]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:58:36.304Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-17T11:58:40.595Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-17T11:58:40.595Z] === RUN TestDockerSuite/TestLogsTail [2022-05-17T11:58:40.853Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-17T11:58:41.111Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-17T11:58:41.677Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-17T11:58:41.935Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-17T11:58:42.502Z] === RUN TestDockerSuite/TestNetHostname [2022-05-17T11:58:43.877Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-17T11:58:43.877Z] === RUN TestDockerSuite/TestNetworkEvents [2022-05-17T11:58:46.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-17T11:58:48.057Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-05-17T11:58:49.781Z] --- PASS: TestBuildMultiStageLayerLeak (18.74s) [2022-05-17T11:58:49.782Z] === RUN TestBuildWithHugeFile [2022-05-17T11:58:49.957Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-17T11:58:51.331Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-17T11:58:51.897Z] === RUN TestDockerSuite/TestPluginActive [2022-05-17T11:58:53.287Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-05-17T11:58:53.852Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-17T11:58:55.228Z] docker_api_swarm_service_test.go:128: [d59b1501612a4] joining swarm manager [d0c503b668195]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:58:56.163Z] docker_api_swarm_service_test.go:129: [d2f98c91144da] joining swarm manager [d0c503b668195]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:58:56.876Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-17T11:58:56.876Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-17T11:58:56.876Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-17T11:58:58.692Z] docker_api_swarm_service_test.go:137: [d0a4d36629ce0] joining swarm manager [d0c503b668195]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-17T11:58:59.627Z] docker_api_swarm_service_test.go:138: [da90ece941768] joining swarm manager [d0c503b668195]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-17T11:59:01.001Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-17T11:59:01.001Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-17T11:59:01.001Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-17T11:59:01.934Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-17T11:59:02.601Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-17T11:59:02.601Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-17T11:59:02.602Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-17T11:59:02.602Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-17T11:59:02.602Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-17T11:59:05.213Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-17T11:59:06.587Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-17T11:59:09.112Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-17T11:59:11.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-17T11:59:11.096Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-17T11:59:11.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-17T11:59:11.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-17T11:59:11.096Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-17T11:59:11.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-17T11:59:11.096Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-17T11:59:11.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-17T11:59:14.373Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-17T11:59:15.307Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-17T11:59:16.252Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-17T11:59:17.190Z] === RUN TestDockerSuite/TestPortList [2022-05-17T11:59:22.455Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-05-17T11:59:23.827Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-17T11:59:24.393Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-05-17T11:59:24.959Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-17T11:59:26.332Z] docker_api_swarm_service_test.go:304: [d63c862e9f24f] joining swarm manager [d50ca4abab6b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:59:27.266Z] docker_api_swarm_service_test.go:304: [dfd10d7cf7263] joining swarm manager [d50ca4abab6b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-17T11:59:29.688Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-17T11:59:29.688Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-17T11:59:29.688Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-17T11:59:29.688Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-17T11:59:29.688Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-17T11:59:29.688Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-17T11:59:29.688Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-17T11:59:29.688Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-17T11:59:29.688Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-17T11:59:29.688Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-17T11:59:29.688Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-17T11:59:29.688Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-17T11:59:29.688Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-17T11:59:29.688Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-17T11:59:29.688Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-17T11:59:29.688Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-17T11:59:29.688Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-17T11:59:29.688Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-17T11:59:29.688Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-17T11:59:31.453Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-17T11:59:31.453Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-17T11:59:31.453Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-17T11:59:31.712Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-17T11:59:31.712Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-17T11:59:32.277Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-17T11:59:32.277Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-17T11:59:32.843Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-17T11:59:32.843Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-17T11:59:33.776Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-17T11:59:33.776Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-05-17T11:59:36.307Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-05-17T11:59:37.241Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-05-17T11:59:37.499Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-05-17T11:59:37.757Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-17T11:59:38.337Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-17T11:59:39.683Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-17T11:59:40.617Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-17T11:59:41.116Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-17T11:59:41.583Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-17T11:59:41.583Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-17T11:59:42.515Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-17T11:59:42.567Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-17T11:59:42.567Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T11:59:43.034Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-17T11:59:44.597Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-17T11:59:44.597Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-17T11:59:44.597Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-17T11:59:45.796Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-17T11:59:45.796Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-17T11:59:46.730Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-05-17T11:59:48.104Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-17T11:59:49.039Z] docker_api_swarm_service_test.go:100: [da0da3507963f] joining swarm manager [da40e77625e78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T11:59:49.973Z] docker_api_swarm_service_test.go:101: [d1025b0e81202] joining swarm manager [da40e77625e78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T11:59:50.455Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-17T11:59:51.439Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-17T11:59:51.439Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-17T11:59:51.439Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-17T11:59:51.439Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-17T11:59:51.439Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-17T11:59:53.651Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-17T11:59:54.637Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-17T11:59:55.105Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-17T11:59:55.237Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-17T11:59:56.089Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-17T11:59:56.171Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-17T11:59:56.557Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-17T11:59:57.544Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-17T11:59:58.478Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-17T11:59:59.412Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-17T12:00:01.311Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-17T12:00:02.443Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-17T12:00:02.693Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-17T12:00:04.066Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-17T12:00:04.066Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-17T12:00:04.632Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-17T12:00:05.393Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-17T12:00:05.393Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-17T12:00:05.393Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-17T12:00:06.384Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-17T12:00:06.384Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-17T12:00:06.384Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-17T12:00:06.552Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-17T12:00:06.852Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-17T12:00:09.066Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-17T12:00:09.083Z] check_test.go:378: [da0da3507963f] daemon is not started [2022-05-17T12:00:09.083Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-17T12:00:09.340Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-17T12:00:09.340Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-17T12:00:09.340Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-17T12:00:09.599Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-17T12:00:09.599Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-17T12:00:09.856Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-17T12:00:10.114Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-17T12:00:10.628Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-17T12:00:11.096Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-17T12:00:11.096Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-17T12:00:11.096Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-17T12:00:11.488Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-17T12:00:12.054Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-17T12:00:12.081Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-17T12:00:12.622Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-17T12:00:13.068Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-17T12:00:13.068Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-17T12:00:13.068Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-17T12:00:13.068Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-17T12:00:13.068Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-17T12:00:13.997Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-05-17T12:00:16.529Z] docker_api_swarm_service_test.go:533: [d277bf5de1f50] joining swarm manager [d1d560a066ebe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:00:17.905Z] docker_api_swarm_service_test.go:534: [d5c6aeb3f1b36] joining swarm manager [d1d560a066ebe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T12:00:18.843Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-17T12:00:20.219Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-17T12:00:20.225Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-17T12:00:22.767Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-17T12:00:22.767Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-17T12:00:22.767Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-17T12:00:23.045Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-17T12:00:25.580Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-17T12:00:26.148Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-17T12:00:28.047Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-17T12:00:28.981Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-17T12:00:28.981Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-17T12:00:29.239Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-17T12:00:31.769Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-17T12:00:32.335Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-17T12:00:32.593Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-17T12:00:33.967Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-17T12:00:34.534Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-17T12:00:35.909Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-17T12:00:36.476Z] === RUN TestDockerSuite/TestRmiTag [2022-05-17T12:00:36.735Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-17T12:00:37.303Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-17T12:00:39.831Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-17T12:00:40.397Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-17T12:00:40.656Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-05-17T12:00:40.914Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-17T12:00:41.172Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-17T12:00:42.553Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-17T12:00:42.821Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-17T12:00:43.087Z] docker_api_swarm_service_test.go:148: [d9399bca4d442] joining swarm manager [d98ad96a18bd1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:00:43.345Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-17T12:00:43.915Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-17T12:00:43.915Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-17T12:00:43.915Z] docker_api_swarm_service_test.go:148: [da4d7cc117f55] joining swarm manager [d98ad96a18bd1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T12:00:44.481Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-17T12:00:46.385Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-17T12:00:46.643Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-17T12:00:47.578Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-17T12:00:48.145Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-05-17T12:00:49.084Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-17T12:00:50.017Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-05-17T12:00:50.583Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-05-17T12:00:51.148Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-05-17T12:00:51.714Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-05-17T12:00:52.280Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-05-17T12:00:52.848Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-17T12:00:53.783Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-05-17T12:00:54.717Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-17T12:00:55.284Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-17T12:00:55.544Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-17T12:00:56.110Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-17T12:00:56.110Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-17T12:00:57.485Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-17T12:00:57.743Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-17T12:00:58.310Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-17T12:00:58.876Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-17T12:00:59.135Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-17T12:00:59.394Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-17T12:00:59.961Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-17T12:01:00.226Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-17T12:01:00.793Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-17T12:01:01.360Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-17T12:01:02.294Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-17T12:01:02.294Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-17T12:01:02.860Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-17T12:01:02.860Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-17T12:01:02.921Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-17T12:01:02.921Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-17T12:01:02.921Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-17T12:01:03.426Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-17T12:01:03.992Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-17T12:01:04.559Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-17T12:01:05.124Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-17T12:01:05.382Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-17T12:01:05.947Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-17T12:01:06.880Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-17T12:01:07.672Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-17T12:01:07.672Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-17T12:01:07.672Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-17T12:01:07.672Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-17T12:01:07.816Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-17T12:01:08.139Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-17T12:01:08.139Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-17T12:01:08.139Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-17T12:01:08.607Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-17T12:01:08.607Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-17T12:01:08.607Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-17T12:01:09.189Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-17T12:01:09.756Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-17T12:01:10.321Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-17T12:01:10.888Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-17T12:01:11.147Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-17T12:01:11.712Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-17T12:01:12.646Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-17T12:01:15.173Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-17T12:01:15.173Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-17T12:01:15.431Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-17T12:01:16.804Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-17T12:01:17.737Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-17T12:01:19.647Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-17T12:01:19.817Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-17T12:01:19.817Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-17T12:01:19.817Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-17T12:01:20.212Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-05-17T12:01:21.147Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-17T12:01:21.147Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-17T12:01:21.147Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-17T12:01:21.147Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-17T12:01:21.147Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-17T12:01:21.713Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-17T12:01:23.615Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-17T12:01:24.990Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-17T12:01:26.363Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-17T12:01:26.625Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-17T12:01:26.971Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-17T12:01:26.971Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-17T12:01:27.999Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-17T12:01:28.565Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-05-17T12:01:28.565Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-17T12:01:28.565Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-17T12:01:28.824Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-05-17T12:01:30.198Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-17T12:01:30.198Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-17T12:01:30.765Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-17T12:01:31.332Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-17T12:01:31.899Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-05-17T12:01:32.158Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-17T12:01:32.417Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-17T12:01:32.835Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-17T12:01:32.983Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-17T12:01:33.551Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-17T12:01:33.819Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-17T12:01:33.819Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-17T12:01:33.819Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-17T12:01:33.819Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-17T12:01:33.819Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-17T12:01:33.819Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-17T12:01:33.819Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-17T12:01:34.121Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-17T12:01:34.289Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-17T12:01:34.687Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-17T12:01:35.253Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-17T12:01:35.272Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-17T12:01:35.511Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-17T12:01:36.076Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-17T12:01:37.031Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-17T12:01:37.031Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-17T12:01:37.596Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-17T12:01:38.162Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-17T12:01:38.588Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-17T12:01:38.588Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-17T12:01:38.588Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-17T12:01:38.588Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-17T12:01:39.062Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-17T12:01:39.539Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-17T12:01:39.539Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-17T12:01:39.539Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-17T12:01:39.539Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-17T12:01:40.624Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-17T12:01:40.624Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-17T12:01:40.624Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-17T12:01:40.624Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-17T12:01:40.624Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-17T12:01:41.092Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-17T12:01:42.068Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-17T12:01:42.639Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-17T12:01:44.879Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-17T12:01:45.922Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-05-17T12:01:50.105Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-05-17T12:01:52.003Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-05-17T12:01:53.904Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-05-17T12:01:54.471Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-17T12:01:54.471Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-05-17T12:01:55.846Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-05-17T12:01:55.846Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-05-17T12:01:55.846Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-17T12:01:55.846Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-17T12:01:56.105Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-17T12:01:58.008Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-05-17T12:01:58.574Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-17T12:01:59.638Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-17T12:01:59.799Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-17T12:01:59.955Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-17T12:02:00.093Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-17T12:02:00.889Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-05-17T12:02:01.054Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-17T12:02:01.146Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-17T12:02:02.648Z] --- PASS: TestBuildWithHugeFile (183.60s) [2022-05-17T12:02:02.648Z] === RUN TestBuildWCOWSandboxSize [2022-05-17T12:02:02.648Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T12:02:02.648Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-17T12:02:02.648Z] === RUN TestBuildWithEmptyDockerfile [2022-05-17T12:02:02.648Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T12:02:02.648Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T12:02:02.648Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T12:02:02.648Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T12:02:02.648Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T12:02:02.648Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T12:02:02.648Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-17T12:02:02.648Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-17T12:02:02.648Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-17T12:02:02.648Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-05-17T12:02:02.648Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-05-17T12:02:02.648Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-05-17T12:02:02.648Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-05-17T12:02:02.648Z] === RUN TestBuildPreserveOwnership [2022-05-17T12:02:02.648Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T12:02:02.648Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-05-17T12:02:02.648Z] === RUN TestBuildPlatformInvalid [2022-05-17T12:02:02.648Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-05-17T12:02:02.648Z] PASS [2022-05-17T12:02:02.648Z] ok github.com/docker/docker/integration/build 279.794s [2022-05-17T12:02:02.648Z] [2022-05-17T12:02:02.648Z] === Skipped [2022-05-17T12:02:02.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-05-17T12:02:02.648Z] build_session_test.go:25: TODO: BuildKit [2022-05-17T12:02:02.648Z] [2022-05-17T12:02:02.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-05-17T12:02:02.648Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.648Z] [2022-05-17T12:02:02.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-05-17T12:02:02.648Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T12:02:02.648Z] [2022-05-17T12:02:02.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-05-17T12:02:02.648Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T12:02:02.648Z] [2022-05-17T12:02:02.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-05-17T12:02:02.648Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-17T12:02:02.648Z] [2022-05-17T12:02:02.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-05-17T12:02:02.648Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T12:02:02.648Z] [2022-05-17T12:02:02.648Z] DONE 29 tests, 6 skipped in 327.872s [2022-05-17T12:02:02.648Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-05-17T12:02:02.648Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:02:02.648Z] INFO: Testing against a local daemon [2022-05-17T12:02:02.648Z] === RUN TestConfigInspect [2022-05-17T12:02:02.648Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.648Z] --- SKIP: TestConfigInspect (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestConfigList [2022-05-17T12:02:02.649Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] --- SKIP: TestConfigList (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestConfigsCreateAndDelete [2022-05-17T12:02:02.649Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestConfigsUpdate [2022-05-17T12:02:02.649Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestTemplatedConfig [2022-05-17T12:02:02.649Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestConfigCreateResolve [2022-05-17T12:02:02.649Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:02:02.649Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-05-17T12:02:02.649Z] PASS [2022-05-17T12:02:02.649Z] ok github.com/docker/docker/integration/config 0.137s [2022-05-17T12:02:02.649Z] [2022-05-17T12:02:02.649Z] === Skipped [2022-05-17T12:02:02.649Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-05-17T12:02:02.649Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] [2022-05-17T12:02:02.649Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-05-17T12:02:02.649Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] [2022-05-17T12:02:02.649Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-05-17T12:02:02.649Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] [2022-05-17T12:02:02.649Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-05-17T12:02:02.649Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] [2022-05-17T12:02:02.649Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-05-17T12:02:02.649Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] [2022-05-17T12:02:02.649Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-05-17T12:02:02.649Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:02:02.649Z] [2022-05-17T12:02:02.649Z] DONE 6 tests, 6 skipped in 2.828s [2022-05-17T12:02:02.649Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-05-17T12:02:02.649Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:02:02.649Z] INFO: Testing against a local daemon [2022-05-17T12:02:02.649Z] === RUN TestAttachWithTTY [2022-05-17T12:02:02.649Z] --- PASS: TestAttachWithTTY (0.17s) [2022-05-17T12:02:02.649Z] === RUN TestAttachWithoutTTy [2022-05-17T12:02:02.649Z] --- PASS: TestAttachWithoutTTy (0.13s) [2022-05-17T12:02:02.649Z] === RUN TestCheckpoint [2022-05-17T12:02:02.649Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T12:02:02.649Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/commit [2022-05-17T12:02:02.649Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-17T12:02:02.649Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T12:02:02.649Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-17T12:02:02.649Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-17T12:02:02.649Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-17T12:02:02.649Z] === CONT TestContainerInvalidJSON/commit [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-17T12:02:02.649Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-17T12:02:02.649Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-17T12:02:02.649Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-17T12:02:02.649Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-17T12:02:02.649Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.02s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-17T12:02:02.649Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.30s) [2022-05-17T12:02:02.649Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-17T12:02:02.649Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-05-17T12:02:02.649Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-17T12:02:02.649Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.33s) [2022-05-17T12:02:02.649Z] === RUN TestCopyEmptyFile [2022-05-17T12:02:02.649Z] --- PASS: TestCopyEmptyFile (0.67s) [2022-05-17T12:02:02.649Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-17T12:02:02.649Z] --- PASS: TestCopyToContainerPathIsNotDir (0.31s) [2022-05-17T12:02:02.649Z] === RUN TestCopyFromContainer [2022-05-17T12:02:02.649Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-17T12:02:02.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T12:02:02.649Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T12:02:02.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T12:02:02.649Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T12:02:02.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T12:02:02.649Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T12:02:02.649Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-17T12:02:02.649Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-17T12:02:02.649Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-17T12:02:02.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-05-17T12:02:02.649Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-17T12:02:02.649Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-17T12:02:02.649Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidEnv [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-17T12:02:02.649Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-17T12:02:02.649Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-17T12:02:02.649Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-17T12:02:02.649Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-17T12:02:02.649Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-17T12:02:02.649Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-05-17T12:02:02.649Z] === RUN TestCreateTmpfsMountsTarget [2022-05-17T12:02:02.649Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-17T12:02:02.649Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:02:02.649Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-17T12:02:02.649Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:02:02.649Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T12:02:02.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T12:02:02.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T12:02:02.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T12:02:02.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T12:02:02.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T12:02:02.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T12:02:02.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-17T12:02:02.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-17T12:02:02.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-17T12:02:02.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-17T12:02:02.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-17T12:02:02.649Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-17T12:02:02.649Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-17T12:02:02.649Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestCreateDifferentPlatform [2022-05-17T12:02:02.649Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-17T12:02:02.649Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-17T12:02:02.649Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-17T12:02:02.649Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-05-17T12:02:02.649Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-17T12:02:02.649Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-05-17T12:02:02.649Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-17T12:02:02.649Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-17T12:02:02.649Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-05-17T12:02:02.649Z] === RUN TestContainerKillOnDaemonStart [2022-05-17T12:02:02.649Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:02.649Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-17T12:02:02.649Z] === RUN TestWindowsDevices [2022-05-17T12:02:02.649Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-05-17T12:02:02.649Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-05-17T12:02:02.649Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T12:02:02.649Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T12:02:02.649Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-05-17T12:02:02.649Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T12:02:02.649Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-05-17T12:02:02.649Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T12:02:02.649Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:02.649Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-05-17T12:02:03.046Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-05-17T12:02:05.670Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-17T12:02:05.715Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-17T12:02:06.328Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-05-17T12:02:06.656Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-17T12:02:06.656Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-17T12:02:06.656Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-17T12:02:06.894Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-17T12:02:07.459Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-17T12:02:07.718Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-17T12:02:08.651Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-17T12:02:08.651Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-17T12:02:08.910Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-17T12:02:09.430Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-17T12:02:09.996Z] --- PASS: TestWindowsDevices (0.05s) [2022-05-17T12:02:09.996Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.12s) [2022-05-17T12:02:09.996Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.38s) [2022-05-17T12:02:09.996Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.57s) [2022-05-17T12:02:09.996Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.65s) [2022-05-17T12:02:09.996Z] --- PASS: TestWindowsDevices/process/no_device_mounted (5.66s) [2022-05-17T12:02:09.996Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.95s) [2022-05-17T12:02:09.996Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (6.58s) [2022-05-17T12:02:09.996Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (7.05s) [2022-05-17T12:02:09.996Z] === RUN TestDiff [2022-05-17T12:02:09.996Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-17T12:02:09.996Z] --- SKIP: TestDiff (0.00s) [2022-05-17T12:02:09.996Z] === RUN TestExecWithCloseStdin [2022-05-17T12:02:10.284Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-17T12:02:10.441Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-17T12:02:10.544Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-05-17T12:02:11.110Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-17T12:02:12.483Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-17T12:02:12.483Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-17T12:02:12.483Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-17T12:02:12.655Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-17T12:02:12.967Z] --- PASS: TestExecWithCloseStdin (3.38s) [2022-05-17T12:02:12.967Z] === RUN TestExec [2022-05-17T12:02:13.149Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-17T12:02:13.856Z] === RUN TestDockerSuite/TestRunMount [2022-05-17T12:02:15.183Z] --- PASS: TestExec (2.80s) [2022-05-17T12:02:15.183Z] === RUN TestExecUser [2022-05-17T12:02:15.183Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-17T12:02:15.183Z] --- SKIP: TestExecUser (0.00s) [2022-05-17T12:02:15.183Z] === RUN TestExportContainerAndImportImage [2022-05-17T12:02:15.183Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:15.183Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-05-17T12:02:15.183Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-17T12:02:15.183Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:15.183Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-05-17T12:02:15.183Z] === RUN TestHealthCheckWorkdir [2022-05-17T12:02:15.183Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-17T12:02:15.183Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-05-17T12:02:15.183Z] === RUN TestHealthKillContainer [2022-05-17T12:02:15.183Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-17T12:02:15.183Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-05-17T12:02:15.183Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-17T12:02:15.183Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-17T12:02:15.183Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-17T12:02:15.183Z] === RUN TestKillContainerInvalidSignal [2022-05-17T12:02:18.038Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-17T12:02:18.144Z] --- PASS: TestKillContainerInvalidSignal (2.62s) [2022-05-17T12:02:18.144Z] === RUN TestKillContainer [2022-05-17T12:02:18.144Z] === RUN TestKillContainer/no_signal [2022-05-17T12:02:18.295Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-17T12:02:18.553Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-17T12:02:19.805Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-17T12:02:19.805Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-17T12:02:19.805Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-17T12:02:19.805Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-17T12:02:19.805Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-17T12:02:19.805Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-17T12:02:19.805Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-17T12:02:19.805Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-17T12:02:19.805Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-17T12:02:19.805Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-17T12:02:19.926Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-17T12:02:20.370Z] === RUN TestKillContainer/non_killing_signal [2022-05-17T12:02:20.370Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-17T12:02:20.370Z] === RUN TestKillContainer/killing_signal [2022-05-17T12:02:21.316Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-17T12:02:23.215Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-17T12:02:24.587Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-17T12:02:25.961Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-17T12:02:26.895Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-17T12:02:27.828Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-17T12:02:27.828Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-17T12:02:28.086Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-17T12:02:29.020Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-17T12:02:29.046Z] --- PASS: TestKillContainer (10.26s) [2022-05-17T12:02:29.046Z] --- PASS: TestKillContainer/no_signal (2.33s) [2022-05-17T12:02:29.046Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-17T12:02:29.046Z] --- PASS: TestKillContainer/killing_signal (7.84s) [2022-05-17T12:02:29.046Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-17T12:02:29.046Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T12:02:29.046Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-17T12:02:29.046Z] === RUN TestKillStoppedContainer [2022-05-17T12:02:29.046Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T12:02:29.046Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-05-17T12:02:29.046Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-17T12:02:29.046Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T12:02:29.046Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-17T12:02:29.046Z] === RUN TestKillDifferentUserContainer [2022-05-17T12:02:29.046Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-17T12:02:29.046Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-05-17T12:02:29.046Z] === RUN TestInspectOomKilledTrue [2022-05-17T12:02:29.046Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:29.046Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-17T12:02:29.046Z] === RUN TestInspectOomKilledFalse [2022-05-17T12:02:29.046Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T12:02:29.046Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-17T12:02:29.046Z] === RUN TestLogsFollowTailEmpty [2022-05-17T12:02:29.279Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-17T12:02:29.845Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-17T12:02:30.616Z] --- PASS: TestLogsFollowTailEmpty (2.47s) [2022-05-17T12:02:30.616Z] === RUN TestNetworkNat [2022-05-17T12:02:30.616Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-17T12:02:30.616Z] --- SKIP: TestNetworkNat (0.00s) [2022-05-17T12:02:30.616Z] === RUN TestNetworkLocalhostTCPNat [2022-05-17T12:02:31.218Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-17T12:02:32.591Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-17T12:02:33.587Z] --- PASS: TestNetworkLocalhostTCPNat (2.94s) [2022-05-17T12:02:33.587Z] === RUN TestNetworkLoopbackNat [2022-05-17T12:02:33.587Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-17T12:02:33.587Z] --- SKIP: TestNetworkLoopbackNat (0.01s) [2022-05-17T12:02:33.587Z] === RUN TestPause [2022-05-17T12:02:33.587Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-17T12:02:33.587Z] --- SKIP: TestPause (0.00s) [2022-05-17T12:02:33.587Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-17T12:02:35.119Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-05-17T12:02:35.685Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-17T12:02:35.944Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-17T12:02:36.203Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-05-17T12:02:36.544Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.47s) [2022-05-17T12:02:36.544Z] === RUN TestPauseStopPausedContainer [2022-05-17T12:02:36.544Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:02:36.544Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-05-17T12:02:36.544Z] === RUN TestPsFilter [2022-05-17T12:02:36.544Z] --- PASS: TestPsFilter (0.33s) [2022-05-17T12:02:36.544Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-17T12:02:36.915Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-17T12:02:37.173Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-17T12:02:37.740Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-17T12:02:38.307Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-17T12:02:38.307Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-17T12:02:38.874Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-17T12:02:39.549Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.03s) [2022-05-17T12:02:39.549Z] === RUN TestRemoveContainerWithVolume [2022-05-17T12:02:42.507Z] --- PASS: TestRemoveContainerWithVolume (2.89s) [2022-05-17T12:02:42.507Z] === RUN TestRemoveContainerRunning [2022-05-17T12:02:44.166Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-05-17T12:02:44.425Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-05-17T12:02:44.425Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-17T12:02:44.425Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-17T12:02:45.359Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-05-17T12:02:45.471Z] --- PASS: TestRemoveContainerRunning (2.63s) [2022-05-17T12:02:45.471Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-17T12:02:45.927Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-17T12:02:46.860Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-05-17T12:02:47.118Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-17T12:02:47.690Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.51s) [2022-05-17T12:02:47.690Z] === RUN TestRemoveInvalidContainer [2022-05-17T12:02:47.690Z] --- PASS: TestRemoveInvalidContainer (0.06s) [2022-05-17T12:02:47.690Z] === RUN TestRenameLinkedContainer [2022-05-17T12:02:47.690Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-17T12:02:47.690Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-05-17T12:02:47.690Z] === RUN TestRenameStoppedContainer [2022-05-17T12:02:48.052Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-05-17T12:02:48.311Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-05-17T12:02:48.311Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-17T12:02:49.247Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-17T12:02:49.813Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-17T12:02:49.813Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-05-17T12:02:50.381Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-17T12:02:50.670Z] --- PASS: TestRenameStoppedContainer (2.74s) [2022-05-17T12:02:50.670Z] === RUN TestRenameRunningContainerAndReuse [2022-05-17T12:02:50.948Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-17T12:02:50.948Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-17T12:02:50.948Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-17T12:02:51.516Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-17T12:02:52.082Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-17T12:02:52.082Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-17T12:02:52.082Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-17T12:02:52.648Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-05-17T12:02:52.648Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-05-17T12:02:54.024Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-17T12:02:54.024Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-17T12:02:54.024Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-17T12:02:55.449Z] --- PASS: TestRenameRunningContainerAndReuse (5.28s) [2022-05-17T12:02:55.449Z] === RUN TestRenameInvalidName [2022-05-17T12:02:55.926Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-05-17T12:02:56.492Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-17T12:02:57.426Z] === RUN TestDockerSuite/TestRunRm [2022-05-17T12:02:57.992Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-17T12:02:58.405Z] --- PASS: TestRenameInvalidName (2.48s) [2022-05-17T12:02:58.405Z] === RUN TestRenameAnonymousContainer [2022-05-17T12:02:58.558Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-05-17T12:03:01.088Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-05-17T12:03:01.660Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-17T12:03:02.227Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-17T12:03:02.795Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-05-17T12:03:04.170Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-05-17T12:03:04.428Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-05-17T12:03:04.994Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-05-17T12:03:07.523Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-05-17T12:03:08.089Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-05-17T12:03:09.989Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-05-17T12:03:10.665Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-17T12:03:10.665Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-17T12:03:10.665Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-17T12:03:10.665Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-17T12:03:10.665Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-17T12:03:10.941Z] --- PASS: TestRenameAnonymousContainer (12.51s) [2022-05-17T12:03:10.941Z] === RUN TestRenameContainerWithSameName [2022-05-17T12:03:11.363Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-05-17T12:03:11.621Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-05-17T12:03:12.188Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-05-17T12:03:12.756Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-05-17T12:03:13.161Z] --- PASS: TestRenameContainerWithSameName (2.50s) [2022-05-17T12:03:13.161Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-17T12:03:13.161Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-17T12:03:13.161Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-05-17T12:03:13.161Z] === RUN TestResize [2022-05-17T12:03:13.322Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-05-17T12:03:13.322Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-05-17T12:03:13.520Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-17T12:03:13.888Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-05-17T12:03:14.454Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-05-17T12:03:15.020Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-17T12:03:15.381Z] --- PASS: TestResize (2.41s) [2022-05-17T12:03:15.381Z] === RUN TestResizeWithInvalidSize [2022-05-17T12:03:15.587Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-17T12:03:16.154Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-17T12:03:18.269Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-17T12:03:18.269Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-17T12:03:18.344Z] --- PASS: TestResizeWithInvalidSize (2.51s) [2022-05-17T12:03:18.344Z] === RUN TestResizeWhenContainerNotStarted [2022-05-17T12:03:18.683Z] === RUN TestDockerSuite/TestRunState [2022-05-17T12:03:18.737Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-17T12:03:19.248Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-05-17T12:03:19.815Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-17T12:03:20.383Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-17T12:03:20.950Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-17T12:03:21.208Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-05-17T12:03:21.208Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-17T12:03:21.208Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-17T12:03:22.142Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-17T12:03:22.401Z] === RUN TestDockerSuite/TestRunSysctls [2022-05-17T12:03:23.335Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-17T12:03:23.335Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-17T12:03:23.335Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-17T12:03:23.902Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-05-17T12:03:24.836Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-05-17T12:03:25.509Z] --- PASS: TestResizeWhenContainerNotStarted (7.69s) [2022-05-17T12:03:25.509Z] === RUN TestDaemonRestartKillContainers [2022-05-17T12:03:25.509Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:03:25.509Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-17T12:03:25.509Z] === RUN TestStats [2022-05-17T12:03:25.509Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-17T12:03:25.509Z] --- SKIP: TestStats (0.00s) [2022-05-17T12:03:25.509Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-17T12:03:25.771Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-05-17T12:03:26.339Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-05-17T12:03:28.239Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-05-17T12:03:28.239Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-05-17T12:03:28.464Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-17T12:03:28.464Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-17T12:03:28.464Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-17T12:03:28.931Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-17T12:03:30.772Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-05-17T12:03:31.030Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-17T12:03:31.384Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.13s) [2022-05-17T12:03:31.384Z] === RUN TestStopContainerWithTimeout [2022-05-17T12:03:31.384Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-17T12:03:31.384Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-05-17T12:03:31.384Z] === RUN TestUpdateRestartPolicy [2022-05-17T12:03:33.557Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-05-17T12:03:34.123Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-17T12:03:34.688Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-17T12:03:34.946Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-17T12:03:35.883Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-17T12:03:36.818Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-05-17T12:03:37.753Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-17T12:03:38.693Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-17T12:03:39.261Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-17T12:03:39.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-17T12:03:39.341Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-17T12:03:39.532Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-17T12:03:39.796Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-17T12:03:40.056Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-17T12:03:40.324Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-17T12:03:40.624Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-17T12:03:41.189Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-05-17T12:03:41.189Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-17T12:03:41.189Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-17T12:03:41.189Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-17T12:03:41.754Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-05-17T12:03:41.754Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-17T12:03:45.037Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-05-17T12:03:45.037Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-17T12:03:45.603Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-17T12:03:46.186Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-17T12:03:46.539Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-17T12:03:47.915Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-05-17T12:03:48.481Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-17T12:03:49.415Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-17T12:03:51.315Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-05-17T12:03:51.574Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-17T12:03:54.102Z] docker_cli_service_logs_test.go:246: checking task 3x5x9abuvce8 [2022-05-17T12:03:54.102Z] docker_cli_service_logs_test.go:251: checking messages for 3x5x9abuvce8 [2022-05-17T12:03:54.102Z] docker_cli_service_logs_test.go:246: checking task yzz9ejkskczf [2022-05-17T12:03:54.102Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-17T12:03:54.102Z] docker_cli_service_logs_test.go:251: checking messages for yzz9ejkskczf [2022-05-17T12:03:54.667Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-17T12:03:54.667Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-17T12:03:54.667Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-17T12:03:54.667Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-17T12:03:54.667Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-17T12:03:54.667Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-17T12:03:54.667Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-17T12:03:54.667Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-05-17T12:03:54.924Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-05-17T12:03:54.924Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-17T12:03:54.924Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-05-17T12:03:55.492Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-05-17T12:03:56.057Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-05-17T12:03:56.705Z] --- PASS: TestUpdateRestartPolicy (24.41s) [2022-05-17T12:03:56.705Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-17T12:03:57.433Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-05-17T12:03:57.433Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-05-17T12:03:57.691Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-05-17T12:03:57.691Z] --- PASS: TestUpdateRestartWithAutoRemove (2.42s) [2022-05-17T12:03:57.692Z] === RUN TestWaitNonBlocked [2022-05-17T12:03:57.692Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T12:03:57.692Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T12:03:57.692Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T12:03:57.692Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T12:03:57.692Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-17T12:03:57.692Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-17T12:03:58.626Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-17T12:03:58.626Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-05-17T12:03:58.664Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-17T12:03:58.884Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-05-17T12:03:58.884Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-17T12:03:58.884Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-05-17T12:03:58.884Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-17T12:03:59.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-05-17T12:03:59.151Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-17T12:03:59.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-05-17T12:03:59.151Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-17T12:03:59.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-05-17T12:03:59.151Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-17T12:03:59.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-05-17T12:03:59.151Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-17T12:03:59.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-05-17T12:03:59.151Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-17T12:03:59.151Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-05-17T12:03:59.726Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-05-17T12:04:00.295Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-05-17T12:04:00.295Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-05-17T12:04:00.553Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-17T12:04:00.810Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-17T12:04:01.375Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-17T12:04:01.375Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-05-17T12:04:01.941Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-05-17T12:04:02.199Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-05-17T12:04:02.199Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-17T12:04:02.199Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-17T12:04:02.766Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-17T12:04:03.700Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-05-17T12:04:04.267Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-05-17T12:04:04.267Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-17T12:04:04.267Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-17T12:04:04.525Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-17T12:04:04.525Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-17T12:04:05.900Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-17T12:04:06.380Z] --- PASS: TestWaitNonBlocked (0.05s) [2022-05-17T12:04:06.380Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.47s) [2022-05-17T12:04:06.380Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (8.18s) [2022-05-17T12:04:06.380Z] === RUN TestWaitBlocked [2022-05-17T12:04:06.380Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:06.380Z] --- SKIP: TestWaitBlocked (0.00s) [2022-05-17T12:04:06.380Z] PASS [2022-05-17T12:04:06.380Z] ok github.com/docker/docker/integration/container 127.192s [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === Skipped [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-05-17T12:04:06.380Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-05-17T12:04:06.380Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2022-05-17T12:04:06.380Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-05-17T12:04:06.380Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-05-17T12:04:06.380Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-05-17T12:04:06.380Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-05-17T12:04:06.380Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-05-17T12:04:06.380Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-05-17T12:04:06.380Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.12s) [2022-05-17T12:04:06.380Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-05-17T12:04:06.380Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.12s) [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-05-17T12:04:06.380Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-05-17T12:04:06.380Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-05-17T12:04:06.380Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-05-17T12:04:06.380Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-05-17T12:04:06.380Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-05-17T12:04:06.380Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-17T12:04:06.380Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-05-17T12:04:06.380Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-05-17T12:04:06.380Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-05-17T12:04:06.380Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-05-17T12:04:06.380Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-05-17T12:04:06.380Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-05-17T12:04:06.380Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-05-17T12:04:06.380Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-05-17T12:04:06.380Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-05-17T12:04:06.380Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.01s) [2022-05-17T12:04:06.380Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-05-17T12:04:06.380Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-05-17T12:04:06.380Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-05-17T12:04:06.380Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-05-17T12:04:06.380Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-05-17T12:04:06.380Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-05-17T12:04:06.380Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-05-17T12:04:06.380Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-05-17T12:04:06.380Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:06.380Z] [2022-05-17T12:04:06.380Z] DONE 122 tests, 34 skipped in 131.153s [2022-05-17T12:04:06.380Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-05-17T12:04:06.468Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-17T12:04:08.368Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-17T12:04:08.368Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-17T12:04:08.368Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-17T12:04:08.368Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-17T12:04:09.301Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-05-17T12:04:09.867Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-05-17T12:04:10.801Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-17T12:04:10.802Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-17T12:04:11.139Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-17T12:04:11.139Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-17T12:04:11.139Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-17T12:04:12.176Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-17T12:04:12.176Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-17T12:04:12.743Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-17T12:04:14.117Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1373490929 [2022-05-17T12:04:14.683Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-17T12:04:14.683Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-17T12:04:15.249Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-05-17T12:04:16.183Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-17T12:04:16.183Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-17T12:04:16.183Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-17T12:04:17.567Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-17T12:04:17.824Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-05-17T12:04:18.288Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-17T12:04:18.289Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-17T12:04:18.289Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-17T12:04:18.289Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-17T12:04:18.289Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-17T12:04:19.198Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-17T12:04:19.456Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-17T12:04:19.456Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-17T12:04:19.714Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-17T12:04:19.714Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-17T12:04:20.280Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-05-17T12:04:20.280Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-17T12:04:20.280Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-17T12:04:20.847Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-17T12:04:21.781Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-17T12:04:22.349Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-17T12:04:22.349Z] docker_cli_swarm_test.go:1895: [d047a8e571da3] joining swarm manager [d770727a59018]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:04:23.721Z] docker_cli_swarm_test.go:1896: [dac657d4e8925] joining swarm manager [d770727a59018]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T12:04:26.940Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-17T12:04:26.940Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-17T12:04:26.940Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-17T12:04:26.940Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-17T12:04:26.940Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-17T12:04:26.940Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-17T12:04:26.940Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-17T12:04:26.940Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-17T12:04:27.903Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-17T12:04:28.837Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-17T12:04:29.770Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-17T12:04:30.337Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-17T12:04:31.026Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-17T12:04:31.026Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-17T12:04:31.026Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-17T12:04:33.617Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-17T12:04:34.557Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-17T12:04:35.123Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-17T12:04:36.056Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-17T12:04:37.429Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-17T12:04:38.815Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-17T12:04:40.187Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-05-17T12:04:41.120Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-17T12:04:42.347Z] === RUN TestConfigDaemonLibtrustID [2022-05-17T12:04:42.348Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-17T12:04:42.348Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-05-17T12:04:42.348Z] === RUN TestConfigDaemonID [2022-05-17T12:04:42.348Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-17T12:04:42.348Z] --- SKIP: TestConfigDaemonID (0.00s) [2022-05-17T12:04:42.348Z] === RUN TestDaemonConfigValidation [2022-05-17T12:04:42.348Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-17T12:04:42.348Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-05-17T12:04:42.348Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-17T12:04:42.348Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-17T12:04:42.348Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-05-17T12:04:42.348Z] === RUN TestDaemonProxy [2022-05-17T12:04:42.348Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-17T12:04:42.348Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-17T12:04:42.348Z] PASS [2022-05-17T12:04:42.348Z] ok github.com/docker/docker/integration/daemon 0.177s [2022-05-17T12:04:42.348Z] [2022-05-17T12:04:42.348Z] === Skipped [2022-05-17T12:04:42.348Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-05-17T12:04:42.348Z] daemon_test.go:31: runtime.GOOS == "windows" [2022-05-17T12:04:42.348Z] [2022-05-17T12:04:42.348Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonID (0.00s) [2022-05-17T12:04:42.348Z] daemon_test.go:50: runtime.GOOS == "windows" [2022-05-17T12:04:42.348Z] [2022-05-17T12:04:42.348Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-05-17T12:04:42.348Z] daemon_test.go:87: runtime.GOOS == "windows" [2022-05-17T12:04:42.348Z] [2022-05-17T12:04:42.348Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-05-17T12:04:42.348Z] daemon_test.go:153: runtime.GOOS == "windows" [2022-05-17T12:04:42.348Z] [2022-05-17T12:04:42.348Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-05-17T12:04:42.348Z] daemon_test.go:201: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-05-17T12:04:42.348Z] [2022-05-17T12:04:42.348Z] DONE 5 tests, 5 skipped in 35.933s [2022-05-17T12:04:42.348Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-05-17T12:04:46.382Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-17T12:04:47.754Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-05-17T12:04:48.231Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:04:48.231Z] INFO: Testing against a local daemon [2022-05-17T12:04:48.231Z] === RUN TestCommitInheritsEnv [2022-05-17T12:04:48.231Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T12:04:48.231Z] --- SKIP: TestCommitInheritsEnv (0.01s) [2022-05-17T12:04:48.231Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-17T12:04:48.231Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T12:04:48.231Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-17T12:04:48.231Z] === RUN TestImportWithCustomPlatform [2022-05-17T12:04:48.231Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T12:04:48.231Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-05-17T12:04:48.231Z] === RUN TestImagesFilterMultiReference [2022-05-17T12:04:48.231Z] --- PASS: TestImagesFilterMultiReference (0.16s) [2022-05-17T12:04:48.231Z] === RUN TestImagePullPlatformInvalid [2022-05-17T12:04:48.231Z] --- PASS: TestImagePullPlatformInvalid (0.07s) [2022-05-17T12:04:48.231Z] === RUN TestRemoveImageOrphaning [2022-05-17T12:04:48.687Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-17T12:04:49.798Z] --- PASS: TestRemoveImageOrphaning (1.66s) [2022-05-17T12:04:49.798Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-17T12:04:49.798Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.10s) [2022-05-17T12:04:49.798Z] === RUN TestTagInvalidReference [2022-05-17T12:04:49.798Z] --- PASS: TestTagInvalidReference (0.06s) [2022-05-17T12:04:49.798Z] === RUN TestTagValidPrefixedRepo [2022-05-17T12:04:50.270Z] --- PASS: TestTagValidPrefixedRepo (0.11s) [2022-05-17T12:04:50.271Z] === RUN TestTagExistedNameWithoutForce [2022-05-17T12:04:50.271Z] --- PASS: TestTagExistedNameWithoutForce (0.07s) [2022-05-17T12:04:50.271Z] === RUN TestTagOfficialNames [2022-05-17T12:04:50.271Z] --- PASS: TestTagOfficialNames (0.19s) [2022-05-17T12:04:50.271Z] === RUN TestTagMatchesDigest [2022-05-17T12:04:50.271Z] --- PASS: TestTagMatchesDigest (0.07s) [2022-05-17T12:04:50.271Z] PASS [2022-05-17T12:04:50.271Z] ok github.com/docker/docker/integration/image 2.605s [2022-05-17T12:04:50.586Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-05-17T12:04:50.746Z] [2022-05-17T12:04:50.746Z] === Skipped [2022-05-17T12:04:50.746Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2022-05-17T12:04:50.746Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T12:04:50.746Z] [2022-05-17T12:04:50.746Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-17T12:04:50.746Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T12:04:50.746Z] [2022-05-17T12:04:50.746Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-05-17T12:04:50.746Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-05-17T12:04:50.746Z] [2022-05-17T12:04:50.746Z] DONE 12 tests, 3 skipped in 8.227s [2022-05-17T12:04:50.746Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-05-17T12:04:52.241Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-17T12:04:53.113Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-17T12:04:53.704Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:04:53.704Z] INFO: Testing against a local daemon [2022-05-17T12:04:53.704Z] === RUN TestNetworkCreateDelete [2022-05-17T12:04:53.704Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:53.704Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestDockerNetworkDeletePreferID [2022-05-17T12:04:53.704Z] 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-17T12:04:53.704Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestDaemonDNSFallback [2022-05-17T12:04:53.704Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:53.704Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestInspectNetwork [2022-05-17T12:04:53.704Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-17T12:04:53.704Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestRunContainerWithBridgeNone [2022-05-17T12:04:53.704Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:53.704Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-17T12:04:53.704Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T12:04:53.704Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T12:04:53.704Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T12:04:53.704Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-17T12:04:53.704Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-17T12:04:53.704Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-17T12:04:53.704Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.02s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.02s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.01s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestNetworkList [2022-05-17T12:04:53.704Z] === RUN TestNetworkList//networks [2022-05-17T12:04:53.704Z] === PAUSE TestNetworkList//networks [2022-05-17T12:04:53.704Z] === RUN TestNetworkList//networks/ [2022-05-17T12:04:53.704Z] === PAUSE TestNetworkList//networks/ [2022-05-17T12:04:53.704Z] === CONT TestNetworkList//networks [2022-05-17T12:04:53.704Z] === CONT TestNetworkList//networks/ [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkList (0.07s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkList//networks (0.01s) [2022-05-17T12:04:53.704Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-05-17T12:04:53.704Z] === RUN TestHostIPv4BridgeLabel [2022-05-17T12:04:53.704Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-17T12:04:53.704Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-17T12:04:53.704Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-17T12:04:53.704Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestDaemonDefaultNetworkPools [2022-05-17T12:04:53.704Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-17T12:04:53.704Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-17T12:04:53.704Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-17T12:04:53.704Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-17T12:04:53.704Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-17T12:04:53.704Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-17T12:04:53.704Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-17T12:04:53.704Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestServiceWithPredefinedNetwork [2022-05-17T12:04:53.704Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-17T12:04:53.704Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-17T12:04:53.704Z] service_test.go:243: FLAKY_TEST [2022-05-17T12:04:53.704Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestServiceWithDataPathPortInit [2022-05-17T12:04:53.704Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-17T12:04:53.704Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-05-17T12:04:53.704Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-17T12:04:53.704Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-17T12:04:53.704Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-17T12:04:53.704Z] PASS [2022-05-17T12:04:53.704Z] ok github.com/docker/docker/integration/network 0.258s [2022-05-17T12:04:53.704Z] [2022-05-17T12:04:53.704Z] === Skipped [2022-05-17T12:04:53.704Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-05-17T12:04:53.704Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:53.704Z] [2022-05-17T12:04:53.704Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-05-17T12:04:53.704Z] 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-17T12:04:53.704Z] [2022-05-17T12:04:53.704Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-05-17T12:04:53.704Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:53.704Z] [2022-05-17T12:04:53.704Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-05-17T12:04:53.704Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-05-17T12:04:53.704Z] [2022-05-17T12:04:53.704Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-05-17T12:04:53.704Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:04:53.704Z] [2022-05-17T12:04:54.180Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-05-17T12:04:54.180Z] network_test.go:154: testEnv.OSType == "windows" [2022-05-17T12:04:54.180Z] [2022-05-17T12:04:54.180Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-05-17T12:04:54.180Z] service_test.go:30: testEnv.OSType == "windows" [2022-05-17T12:04:54.180Z] [2022-05-17T12:04:54.180Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-05-17T12:04:54.180Z] service_test.go:59: testEnv.OSType == "windows" [2022-05-17T12:04:54.180Z] [2022-05-17T12:04:54.180Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-05-17T12:04:54.180Z] service_test.go:103: testEnv.OSType == "windows" [2022-05-17T12:04:54.180Z] [2022-05-17T12:04:54.180Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-05-17T12:04:54.180Z] service_test.go:137: testEnv.OSType == "windows" [2022-05-17T12:04:54.180Z] [2022-05-17T12:04:54.180Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-05-17T12:04:54.180Z] service_test.go:188: testEnv.OSType == "windows" [2022-05-17T12:04:54.180Z] [2022-05-17T12:04:54.180Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-05-17T12:04:54.180Z] service_test.go:213: testEnv.OSType == "windows" [2022-05-17T12:04:54.180Z] [2022-05-17T12:04:54.180Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-17T12:04:54.180Z] service_test.go:243: FLAKY_TEST [2022-05-17T12:04:54.180Z] [2022-05-17T12:04:54.180Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-05-17T12:04:54.181Z] service_test.go:334: testEnv.OSType == "windows" [2022-05-17T12:04:54.181Z] [2022-05-17T12:04:54.181Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-17T12:04:54.181Z] service_test.go:402: testEnv.OSType == "windows" [2022-05-17T12:04:54.181Z] [2022-05-17T12:04:54.181Z] DONE 34 tests, 15 skipped in 3.195s [2022-05-17T12:04:54.181Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-05-17T12:04:55.168Z] testing: warning: no tests to run [2022-05-17T12:04:55.168Z] PASS [2022-05-17T12:04:55.168Z] ok github.com/docker/docker/integration/network/ipvlan 0.159s [2022-05-17T12:04:55.168Z] [2022-05-17T12:04:55.168Z] DONE 0 tests in 1.132s [2022-05-17T12:04:55.168Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-05-17T12:04:55.640Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-05-17T12:04:56.743Z] testing: warning: no tests to run [2022-05-17T12:04:56.743Z] PASS [2022-05-17T12:04:56.743Z] ok github.com/docker/docker/integration/network/macvlan 0.111s [2022-05-17T12:04:56.743Z] [2022-05-17T12:04:56.743Z] DONE 0 tests in 1.101s [2022-05-17T12:04:56.743Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-05-17T12:04:57.013Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-17T12:04:57.029Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-17T12:04:57.578Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-17T12:04:57.744Z] testing: warning: no tests to run [2022-05-17T12:04:57.745Z] PASS [2022-05-17T12:04:57.745Z] ok github.com/docker/docker/integration/plugin 0.107s [2022-05-17T12:04:57.745Z] [2022-05-17T12:04:57.745Z] DONE 0 tests in 1.072s [2022-05-17T12:04:57.745Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-05-17T12:04:58.148Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-17T12:04:58.715Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-17T12:04:58.715Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-17T12:04:58.715Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-17T12:04:59.281Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-17T12:04:59.313Z] testing: warning: no tests to run [2022-05-17T12:04:59.313Z] PASS [2022-05-17T12:04:59.313Z] ok github.com/docker/docker/integration/plugin/authz 0.098s [2022-05-17T12:04:59.313Z] [2022-05-17T12:04:59.313Z] DONE 0 tests in 1.059s [2022-05-17T12:04:59.313Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-05-17T12:05:01.831Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-17T12:05:02.659Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-17T12:05:02.927Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-17T12:05:02.927Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-17T12:05:03.912Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-17T12:05:03.912Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T12:05:04.895Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-17T12:05:05.110Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-05-17T12:05:05.368Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-05-17T12:05:05.627Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-05-17T12:05:05.886Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-05-17T12:05:05.886Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-17T12:05:05.886Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-05-17T12:05:05.886Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-17T12:05:05.886Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-05-17T12:05:06.458Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-17T12:05:06.458Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-17T12:05:06.458Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-17T12:05:06.491Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:06.491Z] INFO: Testing against a local daemon [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T12:05:06.491Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T12:05:06.491Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-17T12:05:06.491Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-17T12:05:06.491Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-17T12:05:06.491Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-17T12:05:06.491Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-17T12:05:06.491Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON (0.09s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.02s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.01s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.02s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-17T12:05:06.491Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-17T12:05:06.491Z] === RUN TestPluginInstall [2022-05-17T12:05:06.491Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-17T12:05:06.491Z] --- SKIP: TestPluginInstall (0.01s) [2022-05-17T12:05:06.491Z] === RUN TestPluginsWithRuntimes [2022-05-17T12:05:06.491Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-17T12:05:06.491Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-17T12:05:06.491Z] === RUN TestPluginBackCompatMediaTypes [2022-05-17T12:05:06.491Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-17T12:05:06.491Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-17T12:05:06.491Z] PASS [2022-05-17T12:05:06.491Z] ok github.com/docker/docker/integration/plugin/common 0.203s [2022-05-17T12:05:06.491Z] [2022-05-17T12:05:06.491Z] === Skipped [2022-05-17T12:05:06.491Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.01s) [2022-05-17T12:05:06.491Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-05-17T12:05:06.491Z] [2022-05-17T12:05:06.491Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-05-17T12:05:06.491Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-05-17T12:05:06.491Z] [2022-05-17T12:05:06.491Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-05-17T12:05:06.491Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-05-17T12:05:06.491Z] [2022-05-17T12:05:06.491Z] DONE 19 tests, 3 skipped in 6.823s [2022-05-17T12:05:06.491Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-05-17T12:05:07.261Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-05-17T12:05:07.828Z] docker_cli_swarm_test.go:1796: [dd3eaa8d04d75] joining swarm manager [db3abd531130a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:05:08.085Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-05-17T12:05:08.651Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-05-17T12:05:09.217Z] docker_cli_swarm_test.go:1797: [d2889d1170cc2] joining swarm manager [db3abd531130a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T12:05:10.152Z] === RUN TestDockerSuite/TestUpdateStats [2022-05-17T12:05:10.291Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:10.291Z] INFO: Testing against a local daemon [2022-05-17T12:05:10.291Z] === RUN TestExternalGraphDriver [2022-05-17T12:05:10.291Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-17T12:05:10.291Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-05-17T12:05:10.291Z] === RUN TestGraphdriverPluginV2 [2022-05-17T12:05:10.291Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-17T12:05:10.291Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-05-17T12:05:10.291Z] PASS [2022-05-17T12:05:10.291Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.185s [2022-05-17T12:05:10.291Z] [2022-05-17T12:05:10.291Z] === Skipped [2022-05-17T12:05:10.291Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-05-17T12:05:10.291Z] external_test.go:48: runtime.GOOS == "windows" [2022-05-17T12:05:10.291Z] [2022-05-17T12:05:10.291Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-05-17T12:05:10.291Z] external_test.go:408: runtime.GOOS == "windows" [2022-05-17T12:05:10.291Z] [2022-05-17T12:05:10.291Z] DONE 2 tests, 2 skipped in 3.677s [2022-05-17T12:05:10.291Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-05-17T12:05:13.307Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:13.307Z] INFO: Testing against a local daemon [2022-05-17T12:05:13.307Z] === RUN TestReadPluginNoRead [2022-05-17T12:05:13.307Z] read_test.go:21: no unix domain sockets on Windows [2022-05-17T12:05:13.307Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-05-17T12:05:13.307Z] PASS [2022-05-17T12:05:13.307Z] ok github.com/docker/docker/integration/plugin/logging 0.143s [2022-05-17T12:05:13.307Z] [2022-05-17T12:05:13.307Z] === Skipped [2022-05-17T12:05:13.307Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-05-17T12:05:13.307Z] read_test.go:21: no unix domain sockets on Windows [2022-05-17T12:05:13.307Z] [2022-05-17T12:05:13.307Z] DONE 1 tests, 1 skipped in 3.313s [2022-05-17T12:05:13.307Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-05-17T12:05:13.603Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-17T12:05:14.331Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-05-17T12:05:14.331Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-05-17T12:05:14.331Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-17T12:05:14.331Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-05-17T12:05:14.586Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-17T12:05:14.586Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-17T12:05:14.586Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-17T12:05:14.586Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-17T12:05:14.586Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-17T12:05:15.158Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-17T12:05:15.267Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-05-17T12:05:15.537Z] testing: warning: no tests to run [2022-05-17T12:05:15.537Z] PASS [2022-05-17T12:05:15.537Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.124s [2022-05-17T12:05:15.537Z] [2022-05-17T12:05:15.537Z] DONE 0 tests in 1.772s [2022-05-17T12:05:15.537Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-05-17T12:05:16.202Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-17T12:05:16.801Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-17T12:05:17.785Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-17T12:05:18.504Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:18.504Z] INFO: Testing against a local daemon [2022-05-17T12:05:18.504Z] === RUN TestPluginWithDevMounts [2022-05-17T12:05:18.504Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:18.504Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-17T12:05:18.504Z] PASS [2022-05-17T12:05:18.504Z] ok github.com/docker/docker/integration/plugin/volumes 0.167s [2022-05-17T12:05:18.504Z] [2022-05-17T12:05:18.504Z] === Skipped [2022-05-17T12:05:18.504Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-05-17T12:05:18.504Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:18.504Z] [2022-05-17T12:05:18.504Z] DONE 1 tests, 1 skipped in 3.147s [2022-05-17T12:05:18.731Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-05-17T12:05:18.772Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-17T12:05:18.980Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-05-17T12:05:19.241Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-17T12:05:20.227Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-17T12:05:20.630Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-05-17T12:05:20.888Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-05-17T12:05:21.203Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:21.203Z] INFO: Testing against a local daemon [2022-05-17T12:05:21.203Z] === RUN TestSecretInspect [2022-05-17T12:05:21.203Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] --- SKIP: TestSecretInspect (0.00s) [2022-05-17T12:05:21.203Z] === RUN TestSecretList [2022-05-17T12:05:21.203Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] --- SKIP: TestSecretList (0.00s) [2022-05-17T12:05:21.203Z] === RUN TestSecretsCreateAndDelete [2022-05-17T12:05:21.203Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-05-17T12:05:21.203Z] === RUN TestSecretsUpdate [2022-05-17T12:05:21.203Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-05-17T12:05:21.203Z] === RUN TestTemplatedSecret [2022-05-17T12:05:21.203Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] --- SKIP: TestTemplatedSecret (0.01s) [2022-05-17T12:05:21.203Z] === RUN TestSecretCreateResolve [2022-05-17T12:05:21.203Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:21.203Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-05-17T12:05:21.203Z] PASS [2022-05-17T12:05:21.203Z] ok github.com/docker/docker/integration/secret 0.148s [2022-05-17T12:05:21.203Z] [2022-05-17T12:05:21.203Z] === Skipped [2022-05-17T12:05:21.203Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-05-17T12:05:21.203Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] [2022-05-17T12:05:21.203Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-05-17T12:05:21.203Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] [2022-05-17T12:05:21.203Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-05-17T12:05:21.203Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] [2022-05-17T12:05:21.203Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.01s) [2022-05-17T12:05:21.203Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] [2022-05-17T12:05:21.203Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.01s) [2022-05-17T12:05:21.203Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:21.203Z] [2022-05-17T12:05:21.203Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-05-17T12:05:21.203Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:21.203Z] [2022-05-17T12:05:21.203Z] DONE 6 tests, 6 skipped in 2.586s [2022-05-17T12:05:21.671Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-05-17T12:05:22.787Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-05-17T12:05:24.711Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-17T12:05:25.481Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:25.481Z] INFO: Testing against a local daemon [2022-05-17T12:05:25.481Z] === RUN TestServiceCreateInit [2022-05-17T12:05:25.481Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-17T12:05:25.481Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-17T12:05:25.481Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- PASS: TestServiceCreateInit (0.10s) [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestCreateServiceMultipleTimes [2022-05-17T12:05:25.481Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestCreateServiceConflict [2022-05-17T12:05:25.481Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestCreateServiceMaxReplicas [2022-05-17T12:05:25.481Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-05-17T12:05:25.481Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-17T12:05:25.481Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-17T12:05:25.481Z] === RUN TestCreateServiceSecretFileMode [2022-05-17T12:05:25.481Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestCreateServiceConfigFileMode [2022-05-17T12:05:25.481Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestCreateServiceSysctls [2022-05-17T12:05:25.481Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestCreateServiceSysctls (0.06s) [2022-05-17T12:05:25.481Z] === RUN TestCreateServiceCapabilities [2022-05-17T12:05:25.481Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestCreateServiceCapabilities (0.08s) [2022-05-17T12:05:25.481Z] === RUN TestInspect [2022-05-17T12:05:25.481Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestInspect (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestCreateJob [2022-05-17T12:05:25.481Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestCreateJob (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestReplicatedJob [2022-05-17T12:05:25.481Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestReplicatedJob (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestUpdateReplicatedJob [2022-05-17T12:05:25.481Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestServiceListWithStatuses [2022-05-17T12:05:25.481Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestDockerNetworkConnectAlias [2022-05-17T12:05:25.481Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestDockerNetworkReConnect [2022-05-17T12:05:25.481Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestServicePlugin [2022-05-17T12:05:25.481Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestServiceUpdateLabel [2022-05-17T12:05:25.481Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestServiceUpdateSecrets [2022-05-17T12:05:25.481Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestServiceUpdateConfigs [2022-05-17T12:05:25.481Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestServiceUpdateNetwork [2022-05-17T12:05:25.481Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-05-17T12:05:25.481Z] === RUN TestServiceUpdatePidsLimit [2022-05-17T12:05:25.481Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-05-17T12:05:25.481Z] PASS [2022-05-17T12:05:25.481Z] ok github.com/docker/docker/integration/service 0.428s [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === Skipped [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T12:05:25.481Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T12:05:25.481Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-05-17T12:05:25.481Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-05-17T12:05:25.481Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-05-17T12:05:25.481Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-17T12:05:25.481Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-05-17T12:05:25.481Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-05-17T12:05:25.481Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.06s) [2022-05-17T12:05:25.481Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.08s) [2022-05-17T12:05:25.481Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-05-17T12:05:25.481Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-05-17T12:05:25.481Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-05-17T12:05:25.481Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-05-17T12:05:25.481Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-05-17T12:05:25.481Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-05-17T12:05:25.481Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-05-17T12:05:25.481Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-05-17T12:05:25.481Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-05-17T12:05:25.481Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-05-17T12:05:25.481Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-05-17T12:05:25.481Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-05-17T12:05:25.481Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-05-17T12:05:25.481Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-05-17T12:05:25.481Z] [2022-05-17T12:05:25.481Z] DONE 24 tests, 23 skipped in 3.942s [2022-05-17T12:05:25.481Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-05-17T12:05:26.612Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-17T12:05:28.450Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:28.450Z] INFO: Testing against a local daemon [2022-05-17T12:05:28.450Z] === RUN TestSessionCreate [2022-05-17T12:05:28.450Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-17T12:05:28.451Z] --- SKIP: TestSessionCreate (0.00s) [2022-05-17T12:05:28.451Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-17T12:05:28.451Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-17T12:05:28.451Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-05-17T12:05:28.451Z] PASS [2022-05-17T12:05:28.451Z] ok github.com/docker/docker/integration/session 0.125s [2022-05-17T12:05:28.451Z] [2022-05-17T12:05:28.451Z] === Skipped [2022-05-17T12:05:28.451Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-05-17T12:05:28.451Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-05-17T12:05:28.451Z] [2022-05-17T12:05:28.451Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-05-17T12:05:28.451Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-05-17T12:05:28.451Z] [2022-05-17T12:05:28.451Z] DONE 2 tests, 2 skipped in 2.492s [2022-05-17T12:05:28.451Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-05-17T12:05:28.876Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-17T12:05:29.143Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-05-17T12:05:29.709Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-05-17T12:05:30.436Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-17T12:05:30.436Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-17T12:05:30.436Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-17T12:05:31.082Z] docker_cli_swarm_test.go:1315: [db27910d6721d] joining swarm manager [d6434d9bdfe06]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:05:31.341Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-05-17T12:05:31.420Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:31.420Z] INFO: Testing against a local daemon [2022-05-17T12:05:31.420Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-17T12:05:31.420Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:31.420Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T12:05:31.420Z] === RUN TestDiskUsage [2022-05-17T12:05:31.420Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-17T12:05:31.420Z] --- SKIP: TestDiskUsage (0.00s) [2022-05-17T12:05:31.420Z] === RUN TestEventsExecDie [2022-05-17T12:05:31.420Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-17T12:05:31.420Z] --- SKIP: TestEventsExecDie (0.00s) [2022-05-17T12:05:31.420Z] === RUN TestEventsBackwardsCompatible [2022-05-17T12:05:31.420Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-17T12:05:31.420Z] --- SKIP: TestEventsBackwardsCompatible (0.01s) [2022-05-17T12:05:31.420Z] === RUN TestEventsVolumeCreate [2022-05-17T12:05:31.420Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-17T12:05:31.420Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-05-17T12:05:31.420Z] === RUN TestInfoAPI [2022-05-17T12:05:31.420Z] --- PASS: TestInfoAPI (0.08s) [2022-05-17T12:05:31.420Z] === RUN TestInfoAPIWarnings [2022-05-17T12:05:31.420Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T12:05:31.420Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-05-17T12:05:31.420Z] === RUN TestInfoDebug [2022-05-17T12:05:31.420Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T12:05:31.420Z] --- SKIP: TestInfoDebug (0.00s) [2022-05-17T12:05:31.420Z] === RUN TestInfoInsecureRegistries [2022-05-17T12:05:31.420Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T12:05:31.420Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-05-17T12:05:31.420Z] === RUN TestInfoRegistryMirrors [2022-05-17T12:05:31.420Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T12:05:31.420Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-05-17T12:05:31.420Z] === RUN TestLoginFailsWithBadCredentials [2022-05-17T12:05:31.997Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-17T12:05:31.997Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-17T12:05:31.997Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-17T12:05:32.408Z] --- PASS: TestLoginFailsWithBadCredentials (1.04s) [2022-05-17T12:05:32.408Z] === RUN TestPingCacheHeaders [2022-05-17T12:05:32.408Z] --- PASS: TestPingCacheHeaders (0.07s) [2022-05-17T12:05:32.408Z] === RUN TestPingGet [2022-05-17T12:05:32.408Z] --- PASS: TestPingGet (0.05s) [2022-05-17T12:05:32.408Z] === RUN TestPingHead [2022-05-17T12:05:32.408Z] --- PASS: TestPingHead (0.06s) [2022-05-17T12:05:32.408Z] === RUN TestPingSwarmHeader [2022-05-17T12:05:32.408Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:32.408Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-05-17T12:05:32.408Z] === RUN TestVersion [2022-05-17T12:05:32.716Z] docker_cli_swarm_test.go:1316: [d38cb20d84aca] joining swarm manager [d6434d9bdfe06]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T12:05:32.877Z] --- PASS: TestVersion (0.07s) [2022-05-17T12:05:32.877Z] PASS [2022-05-17T12:05:32.877Z] ok github.com/docker/docker/integration/system 1.467s [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === Skipped [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-17T12:05:32.877Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-05-17T12:05:32.877Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-05-17T12:05:32.877Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.01s) [2022-05-17T12:05:32.877Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-05-17T12:05:32.877Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-05-17T12:05:32.877Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-05-17T12:05:32.877Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-05-17T12:05:32.877Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-05-17T12:05:32.877Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-05-17T12:05:32.877Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-05-17T12:05:32.877Z] [2022-05-17T12:05:32.877Z] DONE 16 tests, 10 skipped in 4.336s [2022-05-17T12:05:32.877Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-05-17T12:05:32.974Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-05-17T12:05:32.980Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-17T12:05:33.909Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-05-17T12:05:34.843Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-05-17T12:05:35.887Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:35.887Z] INFO: Testing against a local daemon [2022-05-17T12:05:35.887Z] === RUN TestVolumesCreateAndList [2022-05-17T12:05:35.887Z] --- PASS: TestVolumesCreateAndList (0.11s) [2022-05-17T12:05:35.887Z] === RUN TestVolumesRemove [2022-05-17T12:05:35.887Z] --- PASS: TestVolumesRemove (0.16s) [2022-05-17T12:05:35.887Z] === RUN TestVolumesInspect [2022-05-17T12:05:35.887Z] --- PASS: TestVolumesInspect (0.07s) [2022-05-17T12:05:35.887Z] === RUN TestVolumesInvalidJSON [2022-05-17T12:05:35.887Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-17T12:05:35.887Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-17T12:05:35.887Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-17T12:05:35.887Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-17T12:05:35.887Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-17T12:05:35.887Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-17T12:05:35.887Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-17T12:05:35.887Z] --- PASS: TestVolumesInvalidJSON (0.07s) [2022-05-17T12:05:35.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.02s) [2022-05-17T12:05:35.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.01s) [2022-05-17T12:05:35.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.01s) [2022-05-17T12:05:35.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-17T12:05:35.887Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-17T12:05:35.887Z] PASS [2022-05-17T12:05:35.887Z] ok github.com/docker/docker/integration/volume 0.510s [2022-05-17T12:05:35.925Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-17T12:05:36.214Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-05-17T12:05:36.358Z] [2022-05-17T12:05:36.358Z] DONE 9 tests in 3.232s [2022-05-17T12:05:36.358Z] INFO: make.ps1 ended at 05/17/2022 12:05:36 [2022-05-17T12:05:36.358Z] INFO: Integration CLI tests being run from the host: [2022-05-17T12:05:36.358Z] 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-17T12:05:37.484Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-17T12:05:37.590Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-05-17T12:05:37.952Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-17T12:05:37.952Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-17T12:05:37.952Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-17T12:05:38.938Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-17T12:05:38.963Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-05-17T12:05:39.923Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-17T12:05:39.923Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-17T12:05:39.923Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-17T12:05:39.923Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-17T12:05:39.923Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-17T12:05:40.340Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-05-17T12:05:41.713Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-17T12:05:48.568Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-17T12:05:50.994Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-17T12:05:51.363Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-05-17T12:05:51.363Z] INFO: Testing against a local daemon [2022-05-17T12:05:51.363Z] === RUN TestDockerSuite [2022-05-17T12:05:51.363Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-17T12:05:51.363Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-17T12:05:51.363Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T12:05:51.363Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-17T12:05:51.363Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-17T12:05:51.363Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-17T12:05:51.363Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-17T12:05:51.363Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-17T12:05:51.363Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-17T12:05:51.363Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-17T12:05:52.353Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-17T12:05:52.353Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-17T12:05:53.350Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-17T12:05:53.819Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-17T12:05:56.578Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-17T12:05:56.578Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-17T12:05:56.578Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-17T12:05:57.143Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-17T12:05:57.143Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-17T12:05:57.400Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-17T12:05:57.400Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-17T12:05:57.966Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-17T12:05:57.966Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-17T12:05:58.533Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-17T12:05:58.533Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-17T12:05:58.533Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-17T12:05:58.533Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-17T12:05:58.533Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-17T12:06:00.434Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-17T12:06:00.434Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-17T12:06:00.434Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-17T12:06:00.434Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-17T12:06:00.434Z] === RUN TestDockerSuite/TestVolumeEvents [2022-05-17T12:06:01.410Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-17T12:06:06.989Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-17T12:06:07.247Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-17T12:06:07.247Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-17T12:06:07.247Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-17T12:06:09.147Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-17T12:06:11.676Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-17T12:06:11.676Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite (1337.45s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.68s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.78s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.23s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.74s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.37s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.08s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.90s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.68s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.27s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.07s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.90s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.59s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.63s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.59s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.72s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.14s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.65s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAttachDetach (0.79s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.73s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.59s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.72s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.86s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.29s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.41s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.66s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.80s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.81s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.64s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.66s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.55s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.91s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.15s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.57s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.67s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (4.75s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.56s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.52s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.67s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.36s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.81s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.02s) [2022-05-17T12:06:11.676Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.97s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.14s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.27s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.81s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.57s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.60s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.82s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.37s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.33s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.60s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.81s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.11s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.20s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.76s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.14s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.38s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.63s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.53s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.96s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.13s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.25s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.97s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.90s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.40s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.12s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.40s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.27s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.85s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.14s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.63s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.75s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.23s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.48s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.61s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.93s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.92s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.84s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.63s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.36s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCmd (0.27s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.25s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.30s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.21s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.63s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.82s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.35s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.84s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.58s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.18s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.76s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.43s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.22s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.13s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.17s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.59s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.72s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.02s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.60s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.62s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.60s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.42s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.53s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.62s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.16s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.08s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.14s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.45s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.47s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.30s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.37s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.00s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.43s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.16s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.11s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.92s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.34s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.47s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.49s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.72s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.44s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.39s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.78s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.18s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.33s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.60s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.29s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.53s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnv (1.18s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.25s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.27s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.56s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.65s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.69s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.03s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.00s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.79s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.78s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.78s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.37s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.84s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildExpose (0.36s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.70s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.71s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.50s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFails (1.00s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.92s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.86s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.58s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.31s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.95s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.66s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.00s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.35s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.51s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.82s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.50s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildHistory (3.48s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.31s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.52s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.39s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.36s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.63s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLabel (0.32s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.29s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.31s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.20s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLabels (0.34s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.06s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.60s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.54s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.43s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.24s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.22s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.15s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.91s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.44s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.35s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.08s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.57s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.84s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.91s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.92s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.30s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.49s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.25s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.46s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.70s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.85s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.68s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.09s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.24s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.27s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.54s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.56s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.45s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.11s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.27s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.80s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.97s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.25s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.41s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.74s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildPATH (2.27s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.88s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.97s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.79s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.27s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.46s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildRm (2.15s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.86s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.96s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.53s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.83s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.85s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.82s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.59s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.61s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildStderr (0.58s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.35s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.10s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.11s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.50s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.67s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.92s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildUser (1.82s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.21s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.66s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.70s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.22s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.66s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.61s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.97s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.24s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.61s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.89s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.36s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.34s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.76s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.28s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.57s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.56s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.82s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-05-17T12:06:11.677Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.56s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.76s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitChange (0.81s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.74s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.10s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.23s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.58s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitTTY (1.16s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.76s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.68s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.81s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.59s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.47s) [2022-05-17T12:06:11.677Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.63s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.58s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.62s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.75s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.63s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.50s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.52s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.72s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.64s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.43s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.55s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.57s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.51s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.73s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.45s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.57s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.54s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.51s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.66s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.09s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.70s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.32s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.75s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.74s) [2022-05-17T12:06:11.678Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.84s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.51s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.84s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.56s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.74s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.30s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.20s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.66s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.39s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.43s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.62s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.56s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00000fd58__} (1.47s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13942969759_/foo_false_____} (1.31s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13942969759_/foo_true_____} (1.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33796157339_/foo_false_____} (1.29s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33796157339_/foo_true_____} (1.30s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33796157339_/foo_true__0xc00000fd88___} (1.50s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00000fda0__} (1.32s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00000fdb8__} (1.33s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00000fdd0__} (1.42s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00000fde8__} (1.34s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.18s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.19s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.72s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.58s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.45s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.18s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.56s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.52s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.52s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.52s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.56s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.82s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.62s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.55s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.63s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.62s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.52s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.61s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.83s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.60s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.51s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.79s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.78s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.56s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.92s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.31s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.06s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.35s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.19s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.65s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.51s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.55s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.62s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.58s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.07s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToDot (0.64s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.98s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.30s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToStdout (0.62s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.08s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.25s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.65s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.20s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.39s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.63s) [2022-05-17T12:06:11.678Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.76s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2022-05-17T12:06:11.678Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.89s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.74s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.46s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.23s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.60s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.29s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.16s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.55s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.51s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.92s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.09s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.46s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.19s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.12s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.23s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.65s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsAttach (0.50s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsCommit (0.63s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.51s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.56s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.65s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.55s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.07s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.33s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsCopy (1.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.14s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.54s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.98s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.24s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.16s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.39s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFilters (0.89s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFormat (0.91s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.64s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.62s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-05-17T12:06:11.678Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-17T12:06:11.678Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.98s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.64s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsRename (0.93s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsResize (0.58s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.55s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.85s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.43s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.73s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsTop (0.51s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.96s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExec (0.66s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.48s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.01s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.50s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.65s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.64s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.13s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecCgroup (1.09s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecEnv (0.57s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.12s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.52s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecInspectID (2.59s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecInteractive (0.55s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecParseError (0.45s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.48s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.18s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.53s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecStartFails (0.57s) [2022-05-17T12:06:11.678Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.71s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.49s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecTTY (0.54s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.58s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.75s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecUlimits (0.57s) [2022-05-17T12:06:11.679Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.21s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.78s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.48s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.69s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.98s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.55s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.42s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestHealth (18.85s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.59s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.81s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.10s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.25s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.55s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.56s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImportDisplay (0.99s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImportFile (1.10s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.09s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImportGzipped (1.17s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.10s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.48s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.49s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.48s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.55s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.11s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.48s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.48s) [2022-05-17T12:06:11.679Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.70s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.53s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectHistory (0.56s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-17T12:06:11.679Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.46s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.92s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.46s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.46s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.93s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.91s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.04s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.40s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.65s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.76s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.35s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.77s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (9.29s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.78s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.13s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.46s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.53s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.48s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.52s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.61s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.03s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.23s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.97s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.80s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.76s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.46s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.51s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsSince (6.64s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.56s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsTail (0.50s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.45s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.45s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.22s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.49s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestNetHostname (1.35s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.66s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.69s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.45s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPluginActive (2.08s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.91s) [2022-05-17T12:06:11.679Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.26s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.85s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.83s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.81s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.37s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.87s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.97s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPortList (6.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.21s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.45s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.49s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.49s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.92s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.43s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsByOrder (2.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.65s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.11s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.03s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.48s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.20s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.90s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.42s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.91s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.93s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.69s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.66s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.58s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.13s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.25s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s) [2022-05-17T12:06:11.679Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.18s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.98s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.91s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.36s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.38s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.16s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.11s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.32s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.17s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.91s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.00s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.96s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.52s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.68s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.19s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.70s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.40s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.62s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.68s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.64s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.05s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAddHost (0.64s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.36s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.51s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.54s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.90s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.66s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.88s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.87s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.90s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.63s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.58s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.52s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.62s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.83s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.89s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.47s) [2022-05-17T12:06:11.679Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.45s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.36s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.43s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.48s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.55s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.49s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.84s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.05s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.59s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.81s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.57s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.54s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.56s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.49s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.37s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.62s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.45s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.48s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.05s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.07s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.50s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.37s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.07s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.61s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.70s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.48s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.74s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.38s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.52s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.48s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.15s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.53s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.49s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.07s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.70s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.59s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.49s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.49s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.54s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.69s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.51s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.52s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunExitCode (0.53s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.59s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.68s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunExposePort (0.04s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.55s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.57s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.39s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.24s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.52s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.06s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.82s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.10s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.47s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.58s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.25s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.29s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.65s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.42s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.36s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.95s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.31s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.37s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.88s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.07s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.23s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.21s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunMount (3.92s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.50s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.47s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.97s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.41s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.03s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.33s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.44s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.94s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.93s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.41s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNetHost (0.69s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.45s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.32s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.36s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.24s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.15s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.76s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.66s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.55s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.56s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.56s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.81s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.59s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.33s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.75s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.47s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.69s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.66s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.50s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.55s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.52s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.75s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.63s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.07s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.52s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.04s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunRm (0.59s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.61s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.54s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.53s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.83s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.56s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.93s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.13s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.51s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.70s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.56s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.53s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.59s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.74s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.55s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.50s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunState (1.17s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.56s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.57s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.73s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.44s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunSysctls (0.97s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.47s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.89s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.61s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.73s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.93s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.98s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.57s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.80s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.77s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.08s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUserByID (0.69s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.50s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUserByName (0.45s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.49s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.59s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.25s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.52s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.76s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.97s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.12s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.99s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.31s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.78s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.28s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.60s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.49s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.27s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.56s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.62s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.51s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.08s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.66s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.47s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.48s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.45s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.44s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.91s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.50s) [2022-05-17T12:06:11.680Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.43s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.25s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.57s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.57s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.71s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.70s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.80s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.27s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.58s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.91s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.09s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.35s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.47s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.41s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.49s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.10s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.11s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.58s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.05s) [2022-05-17T12:06:11.680Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.66s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.65s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.73s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.04s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.51s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.85s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.54s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.52s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStartRecordError (1.09s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.20s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.16s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.58s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.39s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.58s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.53s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.47s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.52s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2022-05-17T12:06:11.681Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.63s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.62s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.91s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.68s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.49s) [2022-05-17T12:06:11.681Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-17T12:06:11.681Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.13s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.95s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.66s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.31s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdateStats (3.51s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.85s) [2022-05-17T12:06:11.681Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.85s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.85s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.26s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.18s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.31s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.61s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.25s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.84s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.79s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.50s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.97s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.88s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.37s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.34s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.34s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.37s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.32s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.08s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.55s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.52s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.49s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.41s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.38s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.78s) [2022-05-17T12:06:11.681Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.47s) [2022-05-17T12:06:11.681Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-17T12:06:11.681Z] === RUN TestDockerRegistrySuite [2022-05-17T12:06:11.681Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-17T12:06:13.056Z] check_test.go:194: [d855c9dfb65c6] daemon is not started [2022-05-17T12:06:13.056Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-17T12:06:13.908Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-17T12:06:13.991Z] check_test.go:194: [db6fde0f3c3b6] daemon is not started [2022-05-17T12:06:13.991Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-17T12:06:15.366Z] check_test.go:194: [da7074fce49c0] daemon is not started [2022-05-17T12:06:15.366Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-17T12:06:15.366Z] check_test.go:194: [d48d1f4a26160] daemon is not started [2022-05-17T12:06:15.366Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-17T12:06:18.659Z] check_test.go:194: [dc65c22933b9f] daemon is not started [2022-05-17T12:06:18.659Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-17T12:06:22.842Z] check_test.go:194: [dfe77a5b2356a] daemon is not started [2022-05-17T12:06:22.842Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-17T12:06:25.371Z] check_test.go:194: [da9388e4c6fa1] daemon is not started [2022-05-17T12:06:25.371Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-17T12:06:26.305Z] check_test.go:194: [dc415ea5f7788] daemon is not started [2022-05-17T12:06:26.305Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-17T12:06:27.240Z] check_test.go:194: [dcd53ffcbbd6c] daemon is not started [2022-05-17T12:06:27.240Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-17T12:06:28.613Z] check_test.go:194: [d1f50c1cad436] daemon is not started [2022-05-17T12:06:28.613Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-17T12:06:29.549Z] check_test.go:194: [dae6bcee393e0] daemon is not started [2022-05-17T12:06:29.549Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-17T12:06:30.482Z] check_test.go:194: [d6d8712604e4d] daemon is not started [2022-05-17T12:06:30.482Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-17T12:06:31.417Z] check_test.go:194: [d8dc5a8735193] daemon is not started [2022-05-17T12:06:31.417Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-17T12:06:32.351Z] check_test.go:194: [d9a78c280202d] daemon is not started [2022-05-17T12:06:32.351Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-17T12:06:33.285Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6d0a9fc34988e2a7a13b719c188a10834add79281304ba12e5c2688d902aa4ef [2022-05-17T12:06:33.851Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3250bb3a7904195053febc43d715b7a5de85a020cdddc496d79c7a0d8adf7171 [2022-05-17T12:06:34.109Z] check_test.go:194: [d53b119fa5f42] daemon is not started [2022-05-17T12:06:34.109Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-17T12:06:35.485Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:633ab17e3f654bf9a9a91431e9bd0a0cf90fbfbf7f7d8d0d886120d1fa44e304 [2022-05-17T12:06:35.485Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-05-17T12:06:36.185Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dc83eb44a7caeecb34f4f35e70e40d3e9d81440a349b372976425b977121657a [2022-05-17T12:06:36.443Z] check_test.go:194: [d46b8ce2c8d5c] daemon is not started [2022-05-17T12:06:36.443Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-17T12:06:37.816Z] check_test.go:194: [d4346a31d8c93] daemon is not started [2022-05-17T12:06:37.816Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-17T12:06:39.414Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-17T12:06:39.414Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-17T12:06:39.414Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-17T12:06:39.717Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-05-17T12:06:40.655Z] check_test.go:194: [decc881861ec8] daemon is not started [2022-05-17T12:06:40.655Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-17T12:06:42.029Z] check_test.go:194: [dfae39b4eae52] daemon is not started [2022-05-17T12:06:42.029Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-17T12:06:42.029Z] check_test.go:194: [d607594ddb831] daemon is not started [2022-05-17T12:06:42.029Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-17T12:06:42.360Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-17T12:06:42.360Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-17T12:06:42.360Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-17T12:06:42.360Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-17T12:06:42.829Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-17T12:06:42.829Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-17T12:06:42.829Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-17T12:06:43.403Z] check_test.go:194: [df3a10b3e0454] daemon is not started [2022-05-17T12:06:43.403Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-17T12:06:43.812Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-17T12:06:43.812Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-17T12:06:43.812Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-17T12:06:44.338Z] check_test.go:194: [d9f34f6d10495] daemon is not started [2022-05-17T12:06:44.338Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-17T12:06:45.715Z] check_test.go:194: [dd7a2a69483aa] daemon is not started [2022-05-17T12:06:45.715Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-17T12:06:47.088Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-05-17T12:06:48.989Z] check_test.go:194: [ddb11959930b2] daemon is not started [2022-05-17T12:06:48.989Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-17T12:06:49.555Z] check_test.go:194: [d8b74fe529eff] daemon is not started [2022-05-17T12:06:49.555Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-17T12:06:50.930Z] check_test.go:194: [de4c37bf602df] daemon is not started [2022-05-17T12:06:50.930Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-17T12:06:51.188Z] check_test.go:194: [dd608a8049326] daemon is not started [2022-05-17T12:06:51.188Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-17T12:06:51.446Z] check_test.go:194: [d1f2417c7e659] daemon is not started [2022-05-17T12:06:51.446Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-17T12:06:51.704Z] check_test.go:194: [d96489d10f639] daemon is not started [2022-05-17T12:06:51.704Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-17T12:06:51.962Z] check_test.go:194: [d683c00132def] daemon is not started [2022-05-17T12:06:51.962Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-17T12:06:52.528Z] check_test.go:194: [d4c14c7b48fed] daemon is not started [2022-05-17T12:06:52.528Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-17T12:06:52.528Z] check_test.go:194: [d8710d9282242] daemon is not started [2022-05-17T12:06:52.528Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-17T12:06:53.900Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-05-17T12:06:54.158Z] check_test.go:194: [d2e76e3cdae53] daemon is not started [2022-05-17T12:06:54.158Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-17T12:06:56.059Z] check_test.go:194: [dfeb4cfb82b6e] daemon is not started [2022-05-17T12:06:56.059Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-17T12:06:56.627Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-05-17T12:06:56.886Z] check_test.go:194: [d735ca68f9296] daemon is not started [2022-05-17T12:06:56.886Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-17T12:06:58.278Z] check_test.go:194: [de2f13b555cf1] daemon is not started [2022-05-17T12:06:58.278Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-17T12:06:59.214Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite (48.25s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.19s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.01s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.31s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.03s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.25s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.77s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.06s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.06s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.09s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.04s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.87s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.88s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.38s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.35s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.66s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.20s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.16s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.21s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.28s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.21s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.33s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.55s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.40s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.43s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.13s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.31s) [2022-05-17T12:06:59.780Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.31s) [2022-05-17T12:06:59.781Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.44s) [2022-05-17T12:06:59.781Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-05-17T12:06:59.781Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.58s) [2022-05-17T12:06:59.781Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.69s) [2022-05-17T12:06:59.781Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.94s) [2022-05-17T12:06:59.781Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.23s) [2022-05-17T12:06:59.781Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.96s) [2022-05-17T12:06:59.781Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.84s) [2022-05-17T12:06:59.781Z] === RUN TestDockerSchema1RegistrySuite [2022-05-17T12:06:59.781Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-17T12:07:00.038Z] check_test.go:221: [d21ff18210b67] daemon is not started [2022-05-17T12:07:00.038Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-17T12:07:00.972Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-05-17T12:07:03.501Z] check_test.go:221: [ddb251d6b3b24] daemon is not started [2022-05-17T12:07:03.501Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-17T12:07:05.402Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-05-17T12:07:08.686Z] check_test.go:221: [de4f9691f3882] daemon is not started [2022-05-17T12:07:08.686Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-17T12:07:09.620Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-05-17T12:07:09.620Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-17T12:07:09.620Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-05-17T12:07:09.878Z] check_test.go:221: [d0f7ea4f87ea8] daemon is not started [2022-05-17T12:07:09.878Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-17T12:07:10.135Z] check_test.go:221: [dee0f377aaf18] daemon is not started [2022-05-17T12:07:10.135Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-17T12:07:11.509Z] check_test.go:221: [db3e35d228ee4] daemon is not started [2022-05-17T12:07:11.509Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-17T12:07:12.444Z] check_test.go:221: [de541ac4eeca4] daemon is not started [2022-05-17T12:07:12.444Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-17T12:07:13.819Z] check_test.go:221: [d13bed2cb737e] daemon is not started [2022-05-17T12:07:13.819Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-17T12:07:13.905Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-17T12:07:14.887Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-17T12:07:14.887Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-17T12:07:15.355Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-17T12:07:15.721Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-05-17T12:07:16.654Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-05-17T12:07:16.654Z] check_test.go:221: [dafa750f8f57f] daemon is not started [2022-05-17T12:07:16.654Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-17T12:07:17.220Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-05-17T12:07:17.220Z] check_test.go:221: [ddb6ba43f32a8] daemon is not started [2022-05-17T12:07:17.220Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-17T12:07:17.787Z] check_test.go:221: [d5bb8c606c598] daemon is not started [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite (17.83s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.31s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.39s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.05s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.33s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.26s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.22s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.13s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.01s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.59s) [2022-05-17T12:07:17.787Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.42s) [2022-05-17T12:07:17.787Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-17T12:07:17.787Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-17T12:07:18.751Z] check_test.go:250: [d7778dd0d001f] daemon is not started [2022-05-17T12:07:18.752Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-17T12:07:19.319Z] check_test.go:250: [d0419b5d5455c] daemon is not started [2022-05-17T12:07:19.319Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-17T12:07:19.577Z] check_test.go:250: [d70c021b2c1b9] daemon is not started [2022-05-17T12:07:19.577Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-17T12:07:19.835Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-05-17T12:07:20.768Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-17T12:07:21.703Z] check_test.go:250: [dc746bb69f401] daemon is not started [2022-05-17T12:07:21.703Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-17T12:07:22.269Z] check_test.go:250: [df1d16eed57d8] daemon is not started [2022-05-17T12:07:22.269Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-17T12:07:23.204Z] check_test.go:250: [d4d075bdb8395] daemon is not started [2022-05-17T12:07:23.204Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-17T12:07:23.204Z] check_test.go:250: [d38dadb47a348] daemon is not started [2022-05-17T12:07:23.204Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.59s) [2022-05-17T12:07:23.204Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.87s) [2022-05-17T12:07:23.204Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.76s) [2022-05-17T12:07:23.204Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-05-17T12:07:23.204Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.37s) [2022-05-17T12:07:23.204Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.75s) [2022-05-17T12:07:23.204Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.69s) [2022-05-17T12:07:23.204Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s) [2022-05-17T12:07:23.204Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-05-17T12:07:23.204Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-17T12:07:23.204Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-17T12:07:28.462Z] check_test.go:277: [dbb68c92d6b8c] daemon is not started [2022-05-17T12:07:28.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-17T12:07:28.462Z] check_test.go:277: [d6796b1ab175c] daemon is not started [2022-05-17T12:07:28.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-17T12:07:28.719Z] check_test.go:277: [dc66abab90616] daemon is not started [2022-05-17T12:07:28.719Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-17T12:07:28.977Z] check_test.go:277: [d6ae8ddf46cd7] daemon is not started [2022-05-17T12:07:28.977Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-17T12:07:28.977Z] check_test.go:277: [d6bbca621e431] daemon is not started [2022-05-17T12:07:28.978Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-05-17T12:07:28.978Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-05-17T12:07:28.978Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-05-17T12:07:28.978Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-05-17T12:07:28.978Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.17s) [2022-05-17T12:07:28.978Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-05-17T12:07:28.978Z] === RUN TestDockerNetworkSuite [2022-05-17T12:07:28.978Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-05-17T12:07:29.912Z] docker_cli_network_unix_test.go:46: [dfeefbd4c5578] daemon is not started [2022-05-17T12:07:30.169Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-05-17T12:07:30.427Z] docker_cli_network_unix_test.go:46: [dfd237af7f323] daemon is not started [2022-05-17T12:07:30.686Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-05-17T12:07:33.219Z] docker_cli_network_unix_test.go:46: [d7079f38b9ff7] daemon is not started [2022-05-17T12:07:33.785Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-05-17T12:07:35.160Z] docker_cli_network_unix_test.go:46: [d61ea1d85854d] daemon is not started [2022-05-17T12:07:35.160Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-05-17T12:07:35.160Z] docker_cli_network_unix_test.go:1233: [df570395f8e9a] daemon is not started [2022-05-17T12:07:37.689Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-05-17T12:07:38.622Z] docker_cli_network_unix_test.go:46: [d264cbe973d2f] daemon is not started [2022-05-17T12:07:38.880Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-05-17T12:07:40.685Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-17T12:07:40.685Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-17T12:07:41.669Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-17T12:07:44.149Z] docker_cli_network_unix_test.go:46: [d885b27e99760] daemon is not started [2022-05-17T12:07:44.149Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-05-17T12:07:46.058Z] docker_cli_network_unix_test.go:46: [d0a59562ab051] daemon is not started [2022-05-17T12:07:46.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-05-17T12:07:47.527Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-17T12:07:47.556Z] docker_cli_network_unix_test.go:46: [d131830d38820] daemon is not started [2022-05-17T12:07:47.556Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-05-17T12:07:48.123Z] docker_cli_network_unix_test.go:46: [dc40f0eebdb32] daemon is not started [2022-05-17T12:07:48.123Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-05-17T12:07:48.382Z] docker_cli_network_unix_test.go:46: [d7c141c64b250] daemon is not started [2022-05-17T12:07:48.641Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-05-17T12:07:48.898Z] docker_cli_network_unix_test.go:46: [d2a40bade851d] daemon is not started [2022-05-17T12:07:49.464Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-05-17T12:07:50.030Z] docker_cli_network_unix_test.go:46: [d36e7b124c21a] daemon is not started [2022-05-17T12:07:50.289Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-05-17T12:07:50.289Z] docker_cli_network_unix_test.go:46: [d56f5047ffa3b] daemon is not started [2022-05-17T12:07:50.289Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-05-17T12:07:50.855Z] docker_cli_network_unix_test.go:46: [d06a3a3b9a359] daemon is not started [2022-05-17T12:07:50.855Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-05-17T12:07:51.113Z] docker_cli_network_unix_test.go:46: [dfb41768e010f] daemon is not started [2022-05-17T12:07:51.308Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-17T12:07:51.371Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-05-17T12:07:51.628Z] docker_cli_network_unix_test.go:46: [d3a6ec79b15a1] daemon is not started [2022-05-17T12:07:51.628Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-05-17T12:07:51.628Z] docker_cli_network_unix_test.go:46: [d1053ad4ac2f2] daemon is not started [2022-05-17T12:07:51.628Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-05-17T12:07:51.886Z] docker_cli_network_unix_test.go:46: [dce657f343a99] daemon is not started [2022-05-17T12:07:51.886Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-05-17T12:07:52.451Z] docker_cli_network_unix_test.go:46: [d445e9ea58c4f] daemon is not started [2022-05-17T12:07:52.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-05-17T12:07:53.385Z] docker_cli_network_unix_test.go:46: [d1881c056bc4a] daemon is not started [2022-05-17T12:07:53.643Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-05-17T12:07:53.643Z] docker_cli_network_unix_test.go:46: [dee19f47fccf7] daemon is not started [2022-05-17T12:07:53.643Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-05-17T12:07:53.901Z] docker_cli_network_unix_test.go:46: [d11e9639092f4] daemon is not started [2022-05-17T12:07:53.901Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-05-17T12:07:54.159Z] docker_cli_network_unix_test.go:46: [d84ab937d589b] daemon is not started [2022-05-17T12:07:54.159Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-05-17T12:07:55.093Z] docker_cli_network_unix_test.go:968: [da7a3e546c9ef] daemon is not started [2022-05-17T12:07:55.094Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-17T12:07:55.375Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-17T12:07:55.375Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-17T12:07:55.375Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-17T12:07:55.375Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-17T12:07:55.375Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-17T12:07:55.375Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-17T12:07:55.375Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-17T12:07:55.375Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-17T12:07:55.375Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-17T12:07:55.375Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-17T12:07:55.375Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-17T12:07:55.375Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-17T12:07:56.467Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-05-17T12:07:57.401Z] docker_cli_network_unix_test.go:46: [de233a4f9b524] daemon is not started [2022-05-17T12:07:57.616Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-17T12:07:57.659Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-05-17T12:08:00.187Z] docker_cli_network_unix_test.go:1116: [d737862a3cc6f] daemon is not started [2022-05-17T12:08:01.403Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-17T12:08:03.481Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-05-17T12:08:03.739Z] docker_cli_network_unix_test.go:46: [d059958fb73ec] daemon is not started [2022-05-17T12:08:03.739Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-05-17T12:08:04.672Z] docker_cli_network_unix_test.go:46: [d4a412a35db4f] daemon is not started [2022-05-17T12:08:04.672Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-05-17T12:08:04.672Z] docker_cli_network_unix_test.go:46: [d92e5939d44d8] daemon is not started [2022-05-17T12:08:04.672Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-05-17T12:08:04.930Z] docker_cli_network_unix_test.go:46: [d564bc5ab28a5] daemon is not started [2022-05-17T12:08:04.930Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-05-17T12:08:04.930Z] docker_cli_network_unix_test.go:46: [de1a5bb0dfdbf] daemon is not started [2022-05-17T12:08:04.930Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-05-17T12:08:05.189Z] docker_cli_network_unix_test.go:46: [d690c074bdc7f] daemon is not started [2022-05-17T12:08:05.189Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-05-17T12:08:05.189Z] docker_cli_network_unix_test.go:46: [d52eafe79cc4b] daemon is not started [2022-05-17T12:08:05.189Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-17T12:08:05.796Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-17T12:08:05.796Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-17T12:08:05.796Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-17T12:08:05.796Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-17T12:08:05.796Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-17T12:08:05.796Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-17T12:08:05.796Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-17T12:08:05.796Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-17T12:08:05.796Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-17T12:08:05.796Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-17T12:08:05.796Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-17T12:08:06.563Z] docker_cli_network_unix_test.go:46: [de0fe5db8e000] daemon is not started [2022-05-17T12:08:07.261Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-17T12:08:07.261Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-17T12:08:07.261Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-17T12:08:07.261Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-17T12:08:07.368Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-17T12:08:07.498Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-05-17T12:08:07.728Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-17T12:08:07.728Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-17T12:08:07.728Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-17T12:08:07.728Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-17T12:08:07.728Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-17T12:08:07.728Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-17T12:08:07.728Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-17T12:08:07.756Z] docker_cli_network_unix_test.go:46: [df0d4e9e42c9b] daemon is not started [2022-05-17T12:08:07.756Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-05-17T12:08:07.756Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-17T12:08:07.756Z] docker_cli_network_unix_test.go:46: [dd1895567f2fa] daemon is not started [2022-05-17T12:08:07.756Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-05-17T12:08:08.322Z] docker_cli_network_unix_test.go:46: [d360f54984512] daemon is not started [2022-05-17T12:08:08.322Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-05-17T12:08:10.332Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-17T12:08:10.332Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-17T12:08:10.332Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-17T12:08:10.332Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-17T12:08:10.332Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-17T12:08:10.332Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-17T12:08:10.332Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-17T12:08:10.332Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-17T12:08:10.332Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-17T12:08:12.473Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-17T12:08:12.473Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T12:08:12.473Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-17T12:08:12.473Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:08:12.473Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-17T12:08:12.473Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:08:12.473Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-17T12:08:12.505Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-05-17T12:08:13.439Z] docker_cli_network_unix_test.go:1084: [df5262b63b548] daemon is not started [2022-05-17T12:08:13.697Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-05-17T12:08:14.034Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-17T12:08:14.175Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-17T12:08:14.175Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-17T12:08:14.175Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-17T12:08:14.175Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-17T12:08:14.175Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-17T12:08:15.072Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-05-17T12:08:15.072Z] docker_cli_network_unix_test.go:46: [def6823d0e5ae] daemon is not started [2022-05-17T12:08:15.072Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-05-17T12:08:15.638Z] docker_cli_swarm_test.go:1180: [d6f7e334fcc55] joining swarm manager [de6ee6bb0d2f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:08:15.897Z] docker_cli_network_unix_test.go:46: [d180cee9225dd] daemon is not started [2022-05-17T12:08:16.156Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-05-17T12:08:17.529Z] docker_cli_network_unix_test.go:46: [d1141bd4ffc70] daemon is not started [2022-05-17T12:08:17.529Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-05-17T12:08:17.529Z] docker_cli_network_unix_test.go:46: [d71f5897f6bcc] daemon is not started [2022-05-17T12:08:17.529Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-05-17T12:08:18.096Z] docker_cli_network_unix_test.go:46: [d5e3db8d8f7a8] daemon is not started [2022-05-17T12:08:18.354Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-05-17T12:08:18.784Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-17T12:08:18.920Z] docker_cli_network_unix_test.go:46: [d87e10126104a] daemon is not started [2022-05-17T12:08:18.921Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-05-17T12:08:19.486Z] docker_cli_network_unix_test.go:46: [d111ea9d16715] daemon is not started [2022-05-17T12:08:19.744Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-05-17T12:08:22.270Z] docker_cli_swarm_test.go:1189: [d87042af8933d] joining swarm manager [de6ee6bb0d2f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T12:08:24.613Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-17T12:08:25.560Z] docker_cli_network_unix_test.go:46: [d4afaade75a7a] daemon is not started [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite (56.32s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.04s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.70s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.87s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.48s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.44s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.42s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.26s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.22s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.12s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.55s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.36s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.86s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.89s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.72s) [2022-05-17T12:08:25.560Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.73s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.10s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.27s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.21s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.02s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.86s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.43s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-05-17T12:08:25.561Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.79s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.35s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.20s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.03s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.50s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.92s) [2022-05-17T12:08:25.561Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.64s) [2022-05-17T12:08:25.561Z] === RUN TestDockerHubPullSuite [2022-05-17T12:08:25.561Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-05-17T12:08:26.933Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-05-17T12:08:29.459Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-05-17T12:08:30.024Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-05-17T12:08:31.396Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-05-17T12:08:31.653Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-05-17T12:08:31.653Z] --- PASS: TestDockerHubPullSuite (6.25s) [2022-05-17T12:08:31.653Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.67s) [2022-05-17T12:08:31.653Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.19s) [2022-05-17T12:08:31.653Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.69s) [2022-05-17T12:08:31.653Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.42s) [2022-05-17T12:08:31.653Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2022-05-17T12:08:31.653Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.05s) [2022-05-17T12:08:31.653Z] PASS [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === Skipped [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_sni_test.go:18: Flakey test [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-05-17T12:08:31.653Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-17T12:08:31.653Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-17T12:08:31.653Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-17T12:08:31.653Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-17T12:08:31.653Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-17T12:08:31.653Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-17T12:08:31.653Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-17T12:08:31.653Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-05-17T12:08:31.653Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-17T12:08:31.653Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.653Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-05-17T12:08:31.653Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.653Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-05-17T12:08:31.653Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-05-17T12:08:31.654Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-17T12:08:31.654Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-17T12:08:31.654Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-05-17T12:08:31.654Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-17T12:08:31.654Z] docker_cli_network_unix_test.go:46: [dd1895567f2fa] daemon is not started [2022-05-17T12:08:31.654Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] DONE 1265 tests, 51 skipped in 1483.572s [2022-05-17T12:08:31.654Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-17T12:08:31.654Z] ++++ cat bundles/test-integration/docker.pid [2022-05-17T12:08:31.654Z] +++ kill 9343 [2022-05-17T12:08:31.654Z] +++ /etc/init.d/apparmor stop [2022-05-17T12:08:31.654Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] Unloading profiles will leave already running processes permanently [2022-05-17T12:08:31.654Z] unconfined, which can lead to unexpected situations. [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.654Z] To set a process to complain mode, use the command line tool [2022-05-17T12:08:31.654Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-17T12:08:31.654Z] +++ true [2022-05-17T12:08:31.654Z] exiting test-integration [2022-05-17T12:08:31.654Z] ++ exit 0 [2022-05-17T12:08:31.654Z] [2022-05-17T12:08:31.911Z] + for job in $(jobs -p) [2022-05-17T12:08:31.911Z] + wait 9618 [2022-05-17T12:08:36.785Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-17T12:08:36.785Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-17T12:08:36.785Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-17T12:08:36.785Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-17T12:08:36.785Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-17T12:08:36.785Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-17T12:08:36.785Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-17T12:08:36.785Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-17T12:08:36.785Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-17T12:08:36.785Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-17T12:08:36.785Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-17T12:08:36.785Z] === RUN TestDockerSuite/TestBuildFails [2022-05-17T12:08:39.738Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-17T12:08:40.205Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-17T12:08:47.355Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-17T12:08:56.007Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-17T12:08:58.434Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-05-17T12:09:04.708Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-17T12:09:06.536Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-05-17T12:09:07.375Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-17T12:09:07.375Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-17T12:09:07.375Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-17T12:09:07.375Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-17T12:09:10.718Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-05-17T12:09:11.855Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-17T12:09:12.098Z] docker_cli_swarm_test.go:1112: [d8a7e7775e915] joining swarm manager [d09f17fef314d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:09:12.324Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-17T12:09:13.472Z] docker_cli_swarm_test.go:1113: [dede7c3d49d38] joining swarm manager [d09f17fef314d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T12:09:19.473Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-17T12:09:19.473Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-17T12:09:19.473Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-17T12:09:19.473Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-17T12:09:20.457Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-17T12:09:20.457Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-17T12:09:20.457Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-17T12:09:30.868Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-17T12:09:30.868Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:09:30.868Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-17T12:09:45.795Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-17T12:09:45.795Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-17T12:09:48.008Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-17T12:09:48.008Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-17T12:09:48.476Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-17T12:09:48.943Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-17T12:09:49.410Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-17T12:09:55.272Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-17T12:09:55.739Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-17T12:09:56.724Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-17T12:09:57.707Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-17T12:09:58.175Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-17T12:09:59.737Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-17T12:10:01.299Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-17T12:10:08.448Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-17T12:10:08.448Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-17T12:10:08.448Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-17T12:10:08.448Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-17T12:10:08.448Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-17T12:10:08.448Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-17T12:10:08.448Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-17T12:10:08.915Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-17T12:10:08.915Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-17T12:10:09.384Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-17T12:10:10.371Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-17T12:10:17.523Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-17T12:10:19.650Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-17T12:10:19.650Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-17T12:10:20.119Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-17T12:10:34.881Z] docker_cli_swarm_test.go:1166: [de4a3df5232f5] joining swarm manager [d09f17fef314d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-17T12:10:35.326Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-17T12:10:35.326Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-17T12:10:35.326Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-17T12:10:38.272Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-17T12:10:45.385Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-17T12:11:00.313Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-17T12:11:07.202Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-17T12:11:07.202Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-17T12:11:07.202Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-17T12:11:07.202Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-17T12:11:07.202Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-17T12:11:10.155Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-17T12:11:11.722Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-17T12:11:11.722Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-17T12:11:11.722Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-17T12:11:11.722Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-17T12:11:11.722Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-17T12:11:11.722Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-17T12:11:11.722Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-17T12:11:12.191Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-17T12:11:12.791Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-17T12:11:13.179Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-17T12:11:13.573Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-05-17T12:11:13.573Z] docker_cli_swarm_test.go:1447: [d9ecfc0d70983] joining swarm manager [d28c61cdf688a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:11:13.573Z] docker_cli_swarm_test.go:1448: [ded289ebd7ace] joining swarm manager [d28c61cdf688a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-17T12:11:17.937Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-17T12:11:19.503Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-17T12:11:19.503Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-17T12:11:19.503Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-17T12:11:19.503Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-17T12:11:19.503Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-17T12:11:19.974Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-17T12:11:20.952Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-17T12:11:21.694Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-05-17T12:11:22.629Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-05-17T12:11:22.629Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-05-17T12:11:22.629Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-05-17T12:11:22.629Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-05-17T12:11:23.563Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-05-17T12:11:23.781Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-17T12:11:26.090Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-05-17T12:11:29.371Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-05-17T12:11:31.270Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-05-17T12:11:33.170Z] docker_cli_swarm_unix_test.go:63: [d28db80518d5b] joining swarm manager [d66425c15f8ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:11:33.477Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-17T12:11:39.335Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-17T12:11:41.637Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-17T12:11:46.402Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-17T12:11:48.004Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-17T12:11:48.628Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-17T12:11:48.632Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-17T12:11:48.632Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-17T12:11:48.632Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-17T12:11:52.427Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-17T12:11:53.864Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-17T12:11:54.643Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-17T12:12:03.547Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-17T12:12:07.149Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-17T12:12:07.149Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-17T12:12:07.149Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-17T12:12:07.149Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-17T12:12:07.149Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-17T12:12:07.149Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-17T12:12:07.149Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-17T12:12:07.149Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-17T12:12:07.149Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-17T12:12:07.149Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-17T12:12:15.080Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-17T12:12:15.080Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-17T12:12:15.080Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-17T12:12:16.029Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-17T12:12:23.731Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-17T12:12:23.731Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-17T12:12:23.731Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-17T12:12:23.731Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-17T12:12:23.731Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-17T12:12:23.731Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-17T12:12:27.563Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-17T12:12:29.371Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-05-17T12:12:29.371Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-05-17T12:12:29.371Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-05-17T12:12:30.743Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-05-17T12:12:33.419Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-17T12:12:34.024Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-05-17T12:12:35.631Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-17T12:12:35.631Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-17T12:12:35.631Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-17T12:12:36.574Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-05-17T12:12:38.473Z] docker_api_swarm_test.go:962: [d6c10ef35a300] joining swarm manager [d72ea769c0f3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-17T12:12:38.576Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-17T12:12:40.138Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-17T12:12:41.698Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-17T12:12:54.178Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-17T12:12:54.645Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-17T12:12:56.540Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-05-17T12:13:07.127Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-17T12:13:08.731Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-05-17T12:13:10.629Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-05-17T12:13:10.916Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-17T12:13:12.671Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-05-17T12:13:15.952Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-05-17T12:13:19.470Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-17T12:13:19.470Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-17T12:13:19.470Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-17T12:13:19.470Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-17T12:13:19.470Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-17T12:13:19.660Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-17T12:13:22.512Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-05-17T12:13:25.518Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-17T12:13:27.772Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-05-17T12:13:29.670Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-05-17T12:13:30.263Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-17T12:13:31.825Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-17T12:13:31.825Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-17T12:13:31.825Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-17T12:13:31.825Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-17T12:13:31.825Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-17T12:13:32.199Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-05-17T12:13:34.099Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-05-17T12:13:34.772Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-17T12:13:34.772Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-17T12:13:34.772Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-17T12:13:36.627Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-05-17T12:13:39.908Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-05-17T12:13:40.717Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-17T12:13:40.717Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-17T12:13:40.717Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-17T12:13:40.717Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-17T12:13:42.434Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-05-17T12:13:51.160Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-17T12:13:51.160Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-17T12:13:51.632Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-17T12:13:57.475Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-17T12:13:57.475Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-17T12:13:57.475Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-17T12:13:57.475Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-17T12:13:57.475Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-17T12:13:57.475Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-17T12:13:57.475Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-17T12:13:57.475Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-17T12:13:57.475Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-17T12:13:57.475Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-17T12:13:57.475Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-17T12:13:58.459Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-17T12:13:59.100Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-17T12:14:05.647Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-17T12:14:10.394Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-17T12:14:11.613Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-17T12:14:16.250Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-17T12:14:16.250Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-17T12:14:16.250Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-17T12:14:16.250Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-17T12:14:16.717Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-17T12:14:16.717Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-17T12:14:16.717Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-17T12:14:16.717Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-17T12:14:16.717Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-17T12:14:16.717Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-17T12:14:16.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-17T12:14:21.464Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-17T12:14:21.464Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T12:14:21.464Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-17T12:14:21.464Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:14:21.465Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-17T12:14:21.465Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:14:21.465Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-17T12:14:22.057Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-17T12:14:22.057Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-17T12:14:22.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-17T12:14:23.026Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-17T12:14:25.618Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-17T12:14:28.881Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-17T12:14:35.042Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-17T12:14:35.042Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-17T12:14:35.042Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-17T12:14:35.042Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-17T12:14:35.042Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-05-17T12:14:38.658Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-05-17T12:14:43.429Z] === RUN TestDockerSuite/TestBuildRm [2022-05-17T12:14:43.722Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-05-17T12:14:43.722Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-17T12:14:43.722Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-17T12:14:44.723Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-17T12:14:44.723Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-17T12:14:44.723Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-17T12:14:44.723Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-17T12:14:44.723Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-17T12:14:46.677Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-17T12:14:47.143Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-17T12:14:47.143Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-17T12:14:47.143Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-17T12:14:47.143Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-17T12:14:47.143Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-17T12:14:47.143Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-17T12:14:47.143Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-17T12:14:47.143Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-17T12:14:47.143Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-17T12:14:47.143Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-17T12:14:47.143Z] === RUN TestDockerSuite/TestBuildFails [2022-05-17T12:14:50.925Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-17T12:14:50.925Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-17T12:14:53.518Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-05-17T12:14:55.909Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-17T12:14:59.576Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-17T12:14:59.689Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-17T12:14:59.689Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-17T12:14:59.689Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-17T12:14:59.689Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-17T12:15:00.155Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-17T12:15:02.371Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-17T12:15:06.720Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-17T12:15:07.121Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite (1532.67s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.15s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.17s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.48s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.19s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.05s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.46s) [2022-05-17T12:15:08.379Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.47s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.76s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.63s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (46.19s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.53s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.81s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.55s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.31s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (46.36s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.86s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.89s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.39s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.80s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.55s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (49.40s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.35s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.74s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.10s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.39s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.08s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.64s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.66s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.57s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.44s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.33s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.70s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.33s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.35s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.21s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.16s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.79s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.04s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.25s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (1.98s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.44s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.24s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.18s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.54s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.60s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (2.94s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.97s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.09s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.60s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.56s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.06s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.19s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.71s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.23s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.05s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.36s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.30s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.97s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.76s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.13s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.86s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.17s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.99s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.19s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.76s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.67s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.74s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.62s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.50s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.62s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.96s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.34s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.28s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.50s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.90s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (66.56s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.31s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.20s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.91s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.58s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.34s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.68s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.10s) [2022-05-17T12:15:08.379Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.03s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.81s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.49s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.97s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (43.04s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.08s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.31s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (117.78s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.27s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.17s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.17s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.22s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.16s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.32s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.12s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.18s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.05s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.59s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.12s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.74s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.20s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.23s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.87s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.94s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.64s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.44s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.10s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.50s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.49s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.09s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.21s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.91s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.19s) [2022-05-17T12:15:08.379Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.26s) [2022-05-17T12:15:08.379Z] === RUN TestDockerExternalVolumeSuite [2022-05-17T12:15:08.379Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-05-17T12:15:08.637Z] docker_cli_external_volume_driver_test.go:53: [d63ff510dff10] daemon is not started [2022-05-17T12:15:11.871Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-17T12:15:15.368Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-17T12:15:17.740Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-17T12:15:24.019Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-17T12:15:24.486Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-17T12:15:26.704Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-05-17T12:15:33.142Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-17T12:15:33.142Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-17T12:15:33.142Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-17T12:15:33.142Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-17T12:15:33.609Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-17T12:15:33.609Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-17T12:15:33.609Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-17T12:15:35.605Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-17T12:15:36.593Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-17T12:15:36.593Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-17T12:15:37.580Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-17T12:15:37.580Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T12:15:38.050Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-17T12:15:38.958Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-17T12:15:38.958Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-17T12:15:38.958Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-17T12:15:40.266Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-17T12:15:40.266Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-17T12:15:40.266Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-17T12:15:46.090Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-17T12:15:46.090Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:15:46.090Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-17T12:15:46.148Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-17T12:15:48.371Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-17T12:15:48.371Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-17T12:15:48.371Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-17T12:15:48.371Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-17T12:15:48.371Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-17T12:15:49.368Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-17T12:15:49.368Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-17T12:15:50.594Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-17T12:15:52.159Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-17T12:15:52.628Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-17T12:15:53.621Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-17T12:15:54.110Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-17T12:15:54.110Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-17T12:15:54.608Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-17T12:15:59.969Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-17T12:16:01.002Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-17T12:16:01.002Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-17T12:16:01.778Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-17T12:16:03.946Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-17T12:16:03.946Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-17T12:16:03.946Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-17T12:16:04.413Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-17T12:16:04.880Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-17T12:16:05.573Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-17T12:16:05.573Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-17T12:16:05.573Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-17T12:16:07.139Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-17T12:16:07.139Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-17T12:16:07.139Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-17T12:16:08.125Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-17T12:16:10.342Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-17T12:16:10.732Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-17T12:16:11.716Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-17T12:16:11.916Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-17T12:16:12.385Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-17T12:16:12.385Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-17T12:16:12.385Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-17T12:16:12.700Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-17T12:16:13.683Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-17T12:16:13.951Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-17T12:16:14.668Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-17T12:16:14.940Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-17T12:16:14.940Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-17T12:16:14.940Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-17T12:16:14.940Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-17T12:16:14.940Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-17T12:16:15.651Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-17T12:16:17.858Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-17T12:16:22.141Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-17T12:16:25.002Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-17T12:16:25.002Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-17T12:16:25.002Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-17T12:16:25.002Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-17T12:16:25.002Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-17T12:16:25.239Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-17T12:16:25.239Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-17T12:16:25.239Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-17T12:16:25.470Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-17T12:16:25.470Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-17T12:16:25.470Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-17T12:16:25.470Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-17T12:16:26.452Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-17T12:16:26.920Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-17T12:16:27.450Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-17T12:16:29.009Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-17T12:16:34.063Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-17T12:16:34.439Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-05-17T12:16:34.872Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-17T12:16:40.735Z] === RUN TestDockerSuite/TestBuildUser [2022-05-17T12:16:40.735Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-17T12:16:40.735Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-17T12:16:40.735Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-17T12:16:40.990Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-05-17T12:16:41.202Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-17T12:16:41.202Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-17T12:16:41.202Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-17T12:16:45.990Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-17T12:16:46.457Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-17T12:16:50.243Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-17T12:16:50.243Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-17T12:16:50.243Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-17T12:16:50.243Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-17T12:16:50.243Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-17T12:16:55.272Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-17T12:16:55.272Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-17T12:16:55.272Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-17T12:16:55.851Z] docker_cli_external_volume_driver_test.go:53: [d51726fb8a1b6] daemon is not started [2022-05-17T12:16:57.482Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-17T12:17:10.711Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-05-17T12:17:13.028Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-17T12:17:13.028Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-17T12:17:13.028Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-17T12:17:14.604Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-17T12:17:14.604Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-17T12:17:15.590Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-17T12:17:15.590Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-17T12:17:16.060Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-17T12:17:16.060Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-17T12:17:16.060Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-17T12:17:16.529Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-17T12:17:16.529Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-17T12:17:16.529Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-17T12:17:20.346Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-17T12:17:20.346Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-17T12:17:28.794Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-05-17T12:17:29.020Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-17T12:17:36.175Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-17T12:17:36.175Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-17T12:17:36.175Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-17T12:17:36.175Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-17T12:17:36.643Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-17T12:17:39.594Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-17T12:17:39.594Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-17T12:17:40.062Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-17T12:17:43.655Z] docker_cli_external_volume_driver_test.go:53: [d7e9b28050567] daemon is not started [2022-05-17T12:17:48.331Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-17T12:17:52.550Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-17T12:17:56.335Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-17T12:17:56.803Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-17T12:17:58.517Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-05-17T12:17:58.517Z] docker_cli_external_volume_driver_test.go:53: [dae348d7d0916] daemon is not started [2022-05-17T12:17:59.257Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-17T12:17:59.258Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-17T12:17:59.258Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-17T12:17:59.258Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-17T12:18:00.818Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-17T12:18:09.470Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-17T12:18:13.377Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-05-17T12:18:14.607Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-17T12:18:14.607Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-17T12:18:14.607Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-17T12:18:14.607Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-17T12:18:14.607Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-17T12:18:14.607Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-17T12:18:14.607Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-17T12:18:14.607Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-17T12:18:18.120Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-17T12:18:23.407Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-17T12:18:25.620Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-17T12:18:25.620Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-17T12:18:25.620Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-17T12:18:25.620Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-17T12:18:25.620Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-17T12:18:25.620Z] docker_cli_sni_test.go:18: Flakey test [2022-05-17T12:18:25.620Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-17T12:18:26.771Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-17T12:18:28.566Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-17T12:18:33.315Z] === RUN TestDockerSuite/TestCommitChange [2022-05-17T12:18:35.136Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-17T12:18:35.136Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-17T12:18:35.136Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-17T12:18:39.178Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-17T12:18:39.896Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-17T12:18:45.039Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-17T12:18:45.039Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-17T12:18:45.039Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-17T12:18:45.454Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-05-17T12:18:48.577Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-17T12:18:52.048Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-17T12:18:52.048Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-17T12:18:52.048Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-17T12:18:52.372Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-17T12:18:53.696Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-17T12:18:53.696Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T12:18:53.696Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-17T12:19:00.314Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-05-17T12:19:00.700Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-17T12:19:00.700Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-17T12:19:00.700Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-17T12:19:00.700Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-17T12:19:00.700Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-17T12:19:00.700Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-17T12:19:02.350Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-17T12:19:05.446Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-17T12:19:08.214Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-17T12:19:08.214Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-17T12:19:08.214Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-17T12:19:08.214Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-17T12:19:08.214Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-17T12:19:08.214Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-17T12:19:08.214Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-17T12:19:08.214Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-17T12:19:08.214Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-17T12:19:08.214Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-17T12:19:08.214Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-17T12:19:08.214Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:19:08.214Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-17T12:19:08.214Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-17T12:19:08.214Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-17T12:19:08.214Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-17T12:19:11.307Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-17T12:19:14.259Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-17T12:19:14.726Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-17T12:19:14.726Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-17T12:19:15.174Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-05-17T12:19:16.877Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-17T12:19:17.669Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-17T12:19:18.653Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-17T12:19:20.862Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-17T12:19:25.532Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-17T12:19:25.532Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-17T12:19:25.532Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-17T12:19:29.318Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-17T12:19:29.318Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-17T12:19:29.318Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-17T12:19:29.318Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-17T12:19:29.318Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-17T12:19:29.318Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-17T12:19:29.318Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-17T12:19:31.532Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-17T12:19:31.532Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-17T12:19:31.532Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-17T12:19:31.532Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-17T12:19:33.341Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-17T12:19:34.325Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-17T12:19:34.482Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-17T12:19:34.482Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-17T12:19:34.482Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-17T12:19:34.482Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-17T12:19:34.482Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-17T12:19:34.482Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-17T12:19:34.482Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-17T12:19:34.482Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-17T12:19:38.269Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-17T12:19:41.219Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-17T12:19:43.432Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-17T12:19:43.432Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-17T12:19:43.432Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-17T12:19:43.432Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-17T12:19:46.383Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-17T12:19:46.383Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-17T12:19:46.809Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-17T12:19:49.330Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-17T12:19:49.330Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-17T12:19:49.330Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-17T12:19:49.330Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-17T12:19:49.330Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-17T12:19:51.561Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-17T12:19:52.278Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-17T12:19:52.278Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-17T12:19:54.494Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-17T12:19:54.494Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-17T12:19:54.494Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-17T12:19:58.287Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-17T12:19:58.755Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-17T12:20:01.700Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-17T12:20:01.824Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-05-17T12:20:04.039Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-17T12:20:06.451Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-17T12:20:09.903Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-17T12:20:11.201Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-17T12:20:11.201Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-17T12:20:11.201Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-17T12:20:11.201Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-17T12:20:11.201Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-17T12:20:13.412Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-17T12:20:13.412Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-17T12:20:13.412Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-17T12:20:15.766Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-17T12:20:16.368Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-17T12:20:16.368Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-17T12:20:16.368Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-17T12:20:17.327Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-17T12:20:17.327Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-17T12:20:17.327Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-17T12:20:17.327Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-17T12:20:17.327Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-17T12:20:18.581Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-17T12:20:18.676Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-17T12:20:19.048Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-17T12:20:19.912Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-05-17T12:20:20.274Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-17T12:20:20.274Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-17T12:20:20.274Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-17T12:20:23.795Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-17T12:20:24.556Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-17T12:20:24.556Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-17T12:20:25.024Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-17T12:20:26.007Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-17T12:20:26.007Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-17T12:20:26.007Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-17T12:20:26.007Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-17T12:20:26.007Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-17T12:20:26.007Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-17T12:20:26.007Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-17T12:20:26.007Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-17T12:20:26.007Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-17T12:20:26.007Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-17T12:20:26.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-17T12:20:28.233Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-17T12:20:28.233Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} [2022-05-17T12:20:31.186Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} [2022-05-17T12:20:34.969Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} [2022-05-17T12:20:37.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} [2022-05-17T12:20:40.138Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000d81d88__} [2022-05-17T12:20:43.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13966626727_c:\foo_false_____} [2022-05-17T12:20:46.041Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13966626727_c:\foo_true_____} [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-17T12:20:48.990Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-17T12:20:48.990Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-17T12:20:49.459Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-17T12:20:49.459Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-17T12:20:49.459Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-17T12:20:49.459Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-17T12:20:49.459Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-17T12:20:49.459Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-17T12:20:49.459Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-17T12:20:49.459Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-17T12:20:49.459Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-17T12:20:49.459Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-17T12:20:49.459Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-17T12:20:51.967Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-05-17T12:20:52.409Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-17T12:20:52.409Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.409Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-17T12:20:52.409Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-17T12:20:52.877Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-17T12:20:52.877Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T12:20:52.877Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-17T12:20:55.826Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-17T12:20:56.294Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-17T12:20:56.294Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-17T12:20:56.294Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-17T12:20:59.245Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-17T12:20:59.245Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-17T12:20:59.245Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-17T12:20:59.245Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-17T12:20:59.245Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-17T12:20:59.245Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-17T12:20:59.245Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-17T12:21:05.116Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-17T12:21:08.069Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-17T12:21:08.069Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:21:08.069Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-17T12:21:08.069Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-17T12:21:08.069Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-17T12:21:20.558Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-17T12:21:20.558Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:21:20.558Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-17T12:21:20.558Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T12:21:20.558Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-17T12:21:20.880Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-17T12:21:24.019Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-05-17T12:21:33.046Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-17T12:21:33.046Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-17T12:21:33.046Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-17T12:21:33.046Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-17T12:21:33.046Z] === RUN TestDockerSuite/TestCpToDot [2022-05-17T12:21:35.994Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-17T12:21:35.994Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-17T12:21:35.994Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-17T12:21:35.994Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-17T12:21:35.994Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-17T12:21:38.902Z] === RUN TestDockerSuite/TestBuildRm [2022-05-17T12:21:38.941Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-17T12:21:38.941Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:21:38.941Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-17T12:21:38.941Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-17T12:21:38.941Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-17T12:21:38.941Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-17T12:21:38.941Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-17T12:21:38.941Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-17T12:21:38.941Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-17T12:21:38.941Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-17T12:21:39.067Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-05-17T12:21:39.408Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-17T12:21:41.618Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-17T12:21:44.566Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-17T12:21:45.034Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-17T12:21:45.034Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-17T12:21:47.986Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-17T12:21:48.455Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-17T12:21:48.923Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-17T12:21:48.923Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-17T12:21:48.923Z] === RUN TestDockerSuite/TestCreateRM [2022-05-17T12:21:49.390Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-17T12:21:49.390Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-17T12:21:49.390Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-17T12:21:49.390Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-17T12:21:50.380Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-17T12:21:53.819Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-17T12:21:57.145Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-05-17T12:21:57.146Z] docker_cli_external_volume_driver_test.go:485: [dae2a8512b299] daemon is not started [2022-05-17T12:21:58.566Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-17T12:21:58.566Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-17T12:21:58.566Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-17T12:21:58.566Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-17T12:21:59.037Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-17T12:22:00.795Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-17T12:22:00.795Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-17T12:22:00.795Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-17T12:22:01.246Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-17T12:22:04.585Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-17T12:22:04.585Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-17T12:22:04.585Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:22:04.585Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-17T12:22:05.990Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-17T12:22:08.370Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-17T12:22:08.371Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-17T12:22:08.371Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-17T12:22:08.371Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-17T12:22:08.371Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-17T12:22:08.371Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-17T12:22:08.371Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-17T12:22:08.371Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-17T12:22:08.371Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-17T12:22:08.371Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-17T12:22:08.371Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDockerFails [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-17T12:22:08.371Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-17T12:22:08.371Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-17T12:22:08.371Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-17T12:22:08.371Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-17T12:22:08.371Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-17T12:22:08.371Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-17T12:22:10.766Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-17T12:22:12.008Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-05-17T12:22:12.008Z] docker_cli_external_volume_driver_test.go:53: [d1dcb77639982] daemon is not started [2022-05-17T12:22:12.158Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-17T12:22:15.107Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-17T12:22:16.628Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-17T12:22:18.053Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-17T12:22:21.781Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-17T12:22:21.781Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-17T12:22:21.781Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite (436.96s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.20s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.21s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.58s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s) [2022-05-17T12:22:26.868Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-05-17T12:22:26.868Z] PASS [2022-05-17T12:22:26.868Z] [2022-05-17T12:22:26.868Z] === Skipped [2022-05-17T12:22:26.868Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-17T12:22:26.868Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-17T12:22:26.868Z] check_test.go:307: [d593cb2f25fb5] daemon is not started [2022-05-17T12:22:26.868Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-17T12:22:26.868Z] [2022-05-17T12:22:26.868Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-05-17T12:22:26.868Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-17T12:22:26.868Z] check_test.go:307: [daebe6d80950a] daemon is not started [2022-05-17T12:22:26.868Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-05-17T12:22:26.868Z] [2022-05-17T12:22:26.868Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-05-17T12:22:26.868Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-17T12:22:26.868Z] check_test.go:307: [de87c00f79b02] daemon is not started [2022-05-17T12:22:26.868Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-05-17T12:22:26.868Z] [2022-05-17T12:22:26.868Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-17T12:22:26.868Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-17T12:22:26.868Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-17T12:22:26.868Z] [2022-05-17T12:22:26.869Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-05-17T12:22:26.869Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-17T12:22:26.869Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-05-17T12:22:26.869Z] [2022-05-17T12:22:26.869Z] DONE 269 tests, 5 skipped in 2317.135s [2022-05-17T12:22:26.869Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-17T12:22:26.869Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1ad2a2287790/docker.pid [2022-05-17T12:22:26.869Z] +++ kill 7156 [2022-05-17T12:22:26.869Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7156 is not a child of this shell [2022-05-17T12:22:26.869Z] warning: PID 7156 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1ad2a2287790/docker.pid had a nonzero exit code [2022-05-17T12:22:26.869Z] ++++ cat bundles/test-integration/docker.pid [2022-05-17T12:22:26.869Z] +++ kill 9348 [2022-05-17T12:22:26.869Z] +++ /etc/init.d/apparmor stop [2022-05-17T12:22:26.869Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-17T12:22:26.869Z] [2022-05-17T12:22:26.869Z] Unloading profiles will leave already running processes permanently [2022-05-17T12:22:26.869Z] unconfined, which can lead to unexpected situations. [2022-05-17T12:22:26.869Z] [2022-05-17T12:22:26.869Z] To set a process to complain mode, use the command line tool [2022-05-17T12:22:26.869Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-17T12:22:26.869Z] +++ true [2022-05-17T12:22:26.869Z] exiting test-integration [2022-05-17T12:22:26.869Z] ++ exit 0 [2022-05-17T12:22:26.869Z] [2022-05-17T12:22:26.869Z] + exit 0 [2022-05-17T12:22:26.869Z] ++ jobs -p [2022-05-17T12:22:26.869Z] + pids= [2022-05-17T12:22:26.869Z] + echo 'Remaining pids to kill: []' [2022-05-17T12:22:26.869Z] Remaining pids to kill: [] [2022-05-17T12:22:26.869Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-05-17T12:22:26.883Z] Recording test results [2022-05-17T12:22:28.465Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-17T12:22:28.661Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-17T12:22:28.986Z] + echo Ensuring container killed. [2022-05-17T12:22:28.986Z] Ensuring container killed. [2022-05-17T12:22:28.986Z] + docker ps -aq -f name=docker-pr3-* [2022-05-17T12:22:28.986Z] + cids=97679a58d894 [2022-05-17T12:22:28.986Z] d5c9e586a606 [2022-05-17T12:22:28.986Z] 6b0d94307b2e [2022-05-17T12:22:28.986Z] + [ -n 97679a58d894 [2022-05-17T12:22:28.986Z] d5c9e586a606 [2022-05-17T12:22:28.986Z] 6b0d94307b2e ] [2022-05-17T12:22:28.986Z] + docker rm -vf 97679a58d894 d5c9e586a606 6b0d94307b2e [2022-05-17T12:22:29.562Z] 97679a58d894 [2022-05-17T12:22:29.820Z] d5c9e586a606 [2022-05-17T12:22:29.820Z] 6b0d94307b2e [Pipeline] sh [2022-05-17T12:22:30.101Z] + echo Chowning /workspace to jenkins user [2022-05-17T12:22:30.101Z] Chowning /workspace to jenkins user [2022-05-17T12:22:30.101Z] + id -u [2022-05-17T12:22:30.101Z] + id -g [2022-05-17T12:22:30.101Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43322:/workspace busybox chown -R 1000:1000 /workspace [2022-05-17T12:22:30.101Z] Unable to find image 'busybox:latest' locally [2022-05-17T12:22:30.359Z] latest: Pulling from library/busybox [2022-05-17T12:22:30.359Z] 50e8d59317eb: Pulling fs layer [2022-05-17T12:22:30.359Z] 50e8d59317eb: Download complete [2022-05-17T12:22:30.359Z] 50e8d59317eb: Pull complete [2022-05-17T12:22:30.359Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-05-17T12:22:30.359Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-17T12:22:33.937Z] + bundleName=amd64 [2022-05-17T12:22:33.937Z] + echo Creating amd64-bundles.tar.gz [2022-05-17T12:22:33.937Z] Creating amd64-bundles.tar.gz [2022-05-17T12:22:33.937Z] + xargs tar -czf amd64-bundles.tar.gz [2022-05-17T12:22:33.937Z] + 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-17T12:22:35.320Z] Archiving artifacts [2022-05-17T12:22:35.625Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-17T12:22:37.227Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43322/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-17T12:22:37.533Z] + make clean [2022-05-17T12:22:37.791Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-17T12:22:37.791Z] docker-dev-cache [2022-05-17T12:22:37.791Z] docker-mod-cache [Pipeline] deleteDir [2022-05-17T12:22:37.837Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-17T12:22:38.820Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-17T12:22:39.802Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-17T12:22:41.487Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-17T12:22:44.440Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-17T12:22:45.424Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-17T12:22:47.116Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-17T12:22:50.228Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-17T12:22:50.228Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-17T12:22:51.284Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-17T12:22:51.285Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-17T12:22:52.267Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-17T12:22:57.369Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-17T12:22:57.369Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-17T12:22:58.126Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-17T12:22:59.625Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-17T12:23:03.224Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-17T12:23:03.982Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-17T12:23:04.450Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-17T12:23:04.450Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-17T12:23:04.450Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T12:23:04.450Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-17T12:23:04.450Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-17T12:23:04.450Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-17T12:23:04.450Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-17T12:23:04.450Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-17T12:23:05.433Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-17T12:23:05.433Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-17T12:23:05.433Z] === RUN TestDockerSuite/TestEventsRename [2022-05-17T12:23:09.221Z] === RUN TestDockerSuite/TestEventsResize [2022-05-17T12:23:17.513Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-17T12:23:17.877Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-17T12:23:20.088Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-17T12:23:23.033Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-17T12:23:27.781Z] === RUN TestDockerSuite/TestEventsTop [2022-05-17T12:23:27.781Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-17T12:23:27.781Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-17T12:23:28.512Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-17T12:23:28.512Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-17T12:23:28.512Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-17T12:23:30.725Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-17T12:23:33.252Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-17T12:23:34.812Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-17T12:23:35.468Z] === RUN TestDockerSuite/TestExec [2022-05-17T12:23:35.468Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:23:35.468Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-17T12:23:35.468Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:23:35.468Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-17T12:23:37.679Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-17T12:23:40.629Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-17T12:23:40.629Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-17T12:23:40.629Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-17T12:23:40.629Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-17T12:23:40.629Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-17T12:23:40.629Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T12:23:40.629Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-17T12:23:40.665Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-17T12:23:42.841Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-17T12:23:45.052Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-17T12:23:47.807Z] === RUN TestDockerSuite/TestBuildUser [2022-05-17T12:23:47.807Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-17T12:23:47.807Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-17T12:23:47.807Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-17T12:23:47.807Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-17T12:23:47.807Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-17T12:23:47.807Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-17T12:23:47.996Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-17T12:23:50.208Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-17T12:23:53.668Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-17T12:23:53.669Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-17T12:23:56.070Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-17T12:23:56.070Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-17T12:23:56.070Z] === RUN TestDockerSuite/TestExecEnv [2022-05-17T12:23:56.070Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:23:56.070Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-17T12:23:56.070Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-17T12:23:56.070Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-17T12:23:57.449Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-17T12:23:57.449Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-17T12:23:57.449Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-17T12:23:57.449Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-17T12:23:57.915Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-17T12:23:59.018Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-17T12:24:02.812Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-17T12:24:02.812Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-17T12:24:02.812Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-17T12:24:02.812Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-17T12:24:02.812Z] === RUN TestDockerSuite/TestExecParseError [2022-05-17T12:24:02.812Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-17T12:24:02.812Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-17T12:24:02.812Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-17T12:24:02.812Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-17T12:24:02.812Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-17T12:24:02.812Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-17T12:24:05.762Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-17T12:24:05.762Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-17T12:24:05.762Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-17T12:24:05.762Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-17T12:24:05.762Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-17T12:24:05.762Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:24:06.229Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-17T12:24:06.229Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-17T12:24:06.229Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-17T12:24:06.229Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-17T12:24:06.229Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-17T12:24:08.409Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-17T12:24:09.142Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-17T12:24:09.143Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-17T12:24:09.143Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-17T12:24:16.292Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-17T12:24:16.292Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-17T12:24:16.292Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-17T12:24:16.292Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-17T12:24:16.292Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-17T12:24:16.292Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-17T12:24:16.292Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-17T12:24:22.149Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-17T12:24:28.173Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-17T12:24:28.173Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-17T12:24:29.310Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-17T12:24:32.255Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-17T12:24:33.859Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-17T12:24:36.822Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-17T12:24:39.405Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-17T12:24:39.405Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:24:39.405Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-17T12:24:39.405Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-17T12:24:39.405Z] === RUN TestDockerSuite/TestHealth [2022-05-17T12:24:39.405Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-17T12:24:39.405Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-17T12:24:39.405Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-17T12:24:39.405Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-17T12:24:39.405Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-17T12:24:43.976Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-17T12:24:43.976Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-17T12:24:44.442Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-17T12:24:44.442Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-17T12:24:44.442Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-17T12:24:45.270Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-17T12:24:45.270Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-17T12:24:45.270Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-17T12:24:45.270Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-17T12:24:45.270Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-17T12:24:45.270Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-17T12:24:45.738Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-17T12:24:46.206Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-17T12:24:46.206Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-17T12:24:46.206Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-17T12:24:46.367Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-17T12:24:47.769Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-17T12:24:47.769Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-17T12:24:48.228Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-17T12:24:48.228Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-17T12:24:49.211Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-17T12:24:49.983Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-17T12:24:49.983Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-17T12:24:52.931Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-17T12:24:55.878Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-17T12:24:55.878Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-17T12:24:55.878Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T12:24:55.878Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-17T12:25:00.628Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestImportFile [2022-05-17T12:25:00.628Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-17T12:25:00.628Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-17T12:25:00.628Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-17T12:25:00.628Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-17T12:25:00.628Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-17T12:25:00.628Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-17T12:25:00.628Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-17T12:25:00.628Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-17T12:25:00.628Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:25:00.628Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-17T12:25:03.578Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-17T12:25:04.148Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-17T12:25:06.523Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-17T12:25:06.523Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:25:06.523Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-17T12:25:06.523Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-17T12:25:06.523Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-17T12:25:06.523Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-17T12:25:06.523Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-17T12:25:06.523Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-17T12:25:09.473Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-17T12:25:09.473Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-17T12:25:10.005Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-17T12:25:10.472Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-17T12:25:12.422Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-17T12:25:12.422Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:25:12.422Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-17T12:25:12.422Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-17T12:25:12.422Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-17T12:25:12.422Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-17T12:25:12.422Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-17T12:25:14.633Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-17T12:25:20.496Z] === RUN TestDockerSuite/TestInspectImage [2022-05-17T12:25:20.496Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:25:20.496Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-17T12:25:20.496Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:25:20.496Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-17T12:25:20.496Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:25:20.496Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-17T12:25:22.707Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-17T12:25:24.919Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-17T12:25:24.919Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-17T12:25:27.867Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-17T12:25:28.274Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-17T12:25:28.274Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-17T12:25:28.274Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-17T12:25:28.274Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-17T12:25:28.274Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-17T12:25:28.274Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-17T12:25:28.274Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-17T12:25:29.833Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-17T12:25:30.078Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-17T12:25:30.078Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-17T12:25:30.078Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-17T12:25:30.078Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-17T12:25:32.289Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-17T12:25:36.074Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-17T12:25:39.856Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-17T12:25:40.245Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-17T12:25:42.068Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-17T12:25:42.459Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-17T12:25:42.459Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-17T12:25:42.927Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-17T12:25:42.927Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-17T12:25:43.395Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-17T12:25:43.395Z] docker_cli_sni_test.go:18: Flakey test [2022-05-17T12:25:43.395Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-17T12:25:45.017Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-17T12:25:45.609Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-17T12:25:45.609Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-17T12:25:45.609Z] === RUN TestDockerSuite/TestCommitChange [2022-05-17T12:25:46.579Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-17T12:25:49.531Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-17T12:25:51.741Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-17T12:25:52.760Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-17T12:25:54.721Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-17T12:25:54.721Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-17T12:25:54.721Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T12:25:55.188Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-17T12:25:55.188Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-17T12:25:55.188Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-17T12:25:55.188Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-17T12:25:55.188Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-17T12:25:55.188Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-17T12:25:55.188Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-17T12:25:57.397Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-17T12:25:58.623Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-17T12:25:58.623Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-17T12:25:58.623Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-17T12:25:59.607Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-17T12:26:05.465Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-17T12:26:08.415Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-17T12:26:08.415Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-17T12:26:08.415Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-17T12:26:09.035Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-17T12:26:09.035Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T12:26:09.035Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-17T12:26:09.976Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-17T12:26:10.444Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-17T12:26:17.595Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-17T12:26:17.681Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-17T12:26:23.466Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-17T12:26:23.546Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-17T12:26:23.546Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-17T12:26:23.546Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-17T12:26:23.546Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-17T12:26:23.546Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-17T12:26:23.546Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-17T12:26:23.546Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-17T12:26:23.546Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-17T12:26:23.546Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-17T12:26:23.546Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-17T12:26:23.546Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-17T12:26:23.546Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:26:23.546Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-17T12:26:23.546Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-17T12:26:23.546Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-17T12:26:23.546Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-17T12:26:30.625Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-17T12:26:33.739Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-17T12:26:33.962Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-17T12:26:35.951Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-17T12:26:35.951Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-17T12:26:35.951Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-17T12:26:38.906Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-17T12:26:41.857Z] === RUN TestDockerSuite/TestLogsSince [2022-05-17T12:26:42.616Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-17T12:26:42.616Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-17T12:26:42.616Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-17T12:26:45.563Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-17T12:26:45.563Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-17T12:26:45.563Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-17T12:26:45.563Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-17T12:26:45.563Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-17T12:26:45.563Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-17T12:26:45.563Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-17T12:26:48.515Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-17T12:26:48.515Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-17T12:26:48.515Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-17T12:26:48.515Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-17T12:26:52.270Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-17T12:26:52.270Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-17T12:26:52.270Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-17T12:26:52.270Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-17T12:26:52.270Z] === RUN TestDockerSuite/TestLogsTail [2022-05-17T12:26:52.305Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-17T12:26:52.305Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-17T12:26:52.305Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-17T12:26:52.305Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-17T12:26:52.305Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-17T12:26:52.305Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-17T12:26:52.305Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-17T12:26:52.305Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-17T12:26:55.218Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-17T12:26:56.085Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-17T12:26:58.314Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-17T12:26:58.314Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-17T12:26:58.314Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-17T12:26:58.314Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-17T12:26:59.007Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-17T12:26:59.868Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-17T12:27:01.276Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-17T12:27:01.958Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-17T12:27:01.958Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestNetHostname [2022-05-17T12:27:01.958Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-17T12:27:01.958Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-17T12:27:01.958Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-17T12:27:01.958Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPluginActive [2022-05-17T12:27:01.958Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-17T12:27:01.958Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-17T12:27:01.958Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-17T12:27:01.958Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-17T12:27:01.958Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-17T12:27:01.958Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-17T12:27:01.958Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-17T12:27:01.958Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-17T12:27:01.958Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-17T12:27:01.958Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPortList [2022-05-17T12:27:01.958Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-17T12:27:01.958Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-17T12:27:03.664Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-17T12:27:03.664Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-17T12:27:03.664Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-17T12:27:03.664Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-17T12:27:08.416Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-17T12:27:08.416Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-17T12:27:08.460Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-17T12:27:08.460Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-17T12:27:08.460Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-17T12:27:08.460Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-17T12:27:08.460Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-17T12:27:08.460Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-17T12:27:08.460Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-17T12:27:08.460Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-17T12:27:08.929Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-17T12:27:08.929Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-17T12:27:08.929Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-17T12:27:09.113Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-17T12:27:09.113Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-17T12:27:09.113Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-17T12:27:09.113Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-17T12:27:09.113Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-17T12:27:09.113Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-17T12:27:09.113Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-17T12:27:09.113Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-17T12:27:09.113Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-17T12:27:12.202Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-17T12:27:12.202Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-17T12:27:12.202Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-17T12:27:12.202Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-17T12:27:12.202Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-17T12:27:14.811Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-17T12:27:14.811Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T12:27:14.811Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-17T12:27:14.811Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:27:14.811Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-17T12:27:14.811Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:27:14.811Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-17T12:27:14.975Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-17T12:27:14.975Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-17T12:27:14.975Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-17T12:27:16.005Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-17T12:27:16.005Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-17T12:27:16.378Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-17T12:27:19.793Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-17T12:27:19.793Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-17T12:27:19.793Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-17T12:27:23.574Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-17T12:27:23.581Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-17T12:27:23.581Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-17T12:27:25.392Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-17T12:27:25.392Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-17T12:27:25.392Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-17T12:27:27.365Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-17T12:27:33.227Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-17T12:27:35.813Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-17T12:27:40.379Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-17T12:27:40.379Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-17T12:27:40.379Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-17T12:27:40.379Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-17T12:27:40.379Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-17T12:27:43.322Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-17T12:27:43.322Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-17T12:27:43.322Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-17T12:27:44.825Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-17T12:27:45.817Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-17T12:27:45.817Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-17T12:27:45.817Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-17T12:27:45.817Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-17T12:27:45.817Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-17T12:27:45.817Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-17T12:27:45.817Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-17T12:27:45.817Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-17T12:27:45.817Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-17T12:27:45.817Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-17T12:27:45.817Z] === RUN TestDockerSuite/TestBuildFails [2022-05-17T12:27:47.107Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-17T12:27:47.107Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-17T12:27:47.107Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-17T12:27:50.900Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-17T12:27:50.900Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-17T12:27:53.625Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-17T12:27:53.625Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-17T12:27:53.625Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-17T12:27:53.625Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-17T12:27:54.512Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-17T12:27:54.512Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-17T12:27:56.755Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-17T12:27:59.703Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-17T12:27:59.703Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-17T12:27:59.703Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-17T12:27:59.703Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-17T12:27:59.703Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-17T12:27:59.703Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-17T12:28:00.170Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-17T12:28:00.170Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-17T12:28:00.170Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-17T12:28:00.170Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-17T12:28:00.170Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-17T12:28:01.684Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-17T12:28:02.380Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-17T12:28:02.380Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} [2022-05-17T12:28:06.114Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-17T12:28:06.162Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} [2022-05-17T12:28:09.112Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} [2022-05-17T12:28:10.863Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-17T12:28:12.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} [2022-05-17T12:28:14.189Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-17T12:28:15.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004338f0__} [2022-05-17T12:28:18.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13327917194_c:\foo_false_____} [2022-05-17T12:28:19.518Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-17T12:28:22.580Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13327917194_c:\foo_true_____} [2022-05-17T12:28:24.268Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-17T12:28:24.268Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-17T12:28:24.268Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-17T12:28:24.268Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-17T12:28:24.621Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-17T12:28:24.735Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-17T12:28:26.361Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-17T12:28:26.361Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-17T12:28:26.361Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-17T12:28:26.361Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-17T12:28:26.361Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-17T12:28:26.361Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-17T12:28:26.361Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-17T12:28:30.146Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-17T12:28:30.146Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.146Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-17T12:28:30.146Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.146Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-17T12:28:30.146Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.146Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-17T12:28:30.146Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.146Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-17T12:28:30.146Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.598Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-17T12:28:30.598Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.598Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-17T12:28:30.598Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.598Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-17T12:28:30.598Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.598Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-17T12:28:30.598Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.598Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-17T12:28:30.612Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-17T12:28:30.612Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.612Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-17T12:28:30.612Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.612Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-17T12:28:30.612Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.612Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-17T12:28:30.612Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.612Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-17T12:28:30.612Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.612Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-17T12:28:30.612Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.612Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-17T12:28:30.612Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.612Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-17T12:28:30.612Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T12:28:30.612Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-17T12:28:31.817Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-17T12:28:33.386Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-17T12:28:34.397Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-17T12:28:34.397Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-17T12:28:34.397Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-17T12:28:34.397Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-17T12:28:37.745Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-17T12:28:37.745Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-17T12:28:37.745Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-17T12:28:38.188Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-17T12:28:38.189Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-17T12:28:38.189Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-17T12:28:38.189Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-17T12:28:38.189Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-17T12:28:38.189Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-17T12:28:38.189Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-17T12:28:39.305Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-17T12:28:39.305Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-17T12:28:39.305Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-17T12:28:40.866Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-17T12:28:41.333Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-17T12:28:41.333Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-17T12:28:41.333Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-17T12:28:42.052Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-17T12:28:42.052Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-17T12:28:42.052Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-17T12:28:42.052Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-17T12:28:43.044Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-17T12:28:43.044Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-17T12:28:43.044Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-17T12:28:45.369Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-17T12:28:46.082Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-17T12:28:48.312Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-17T12:28:48.312Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:28:48.312Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-17T12:28:48.312Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-17T12:28:48.312Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-17T12:28:51.975Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-17T12:28:54.188Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-17T12:28:55.543Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-17T12:28:55.543Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:28:55.543Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-17T12:29:00.785Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-17T12:29:00.785Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:29:00.785Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-17T12:29:00.785Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T12:29:00.785Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-17T12:29:13.262Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-17T12:29:13.262Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-17T12:29:13.262Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-17T12:29:13.262Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-17T12:29:13.262Z] === RUN TestDockerSuite/TestCpToDot [2022-05-17T12:29:13.370Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-17T12:29:13.370Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-17T12:29:16.332Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-17T12:29:16.332Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-17T12:29:16.332Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-17T12:29:16.804Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-17T12:29:17.053Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-17T12:29:17.053Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-17T12:29:17.053Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-17T12:29:17.053Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-17T12:29:17.053Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-17T12:29:17.274Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-17T12:29:20.844Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-17T12:29:20.844Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:29:20.844Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-17T12:29:20.844Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-17T12:29:20.844Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-17T12:29:20.844Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-17T12:29:20.844Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-17T12:29:20.844Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-17T12:29:20.845Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-17T12:29:21.314Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-17T12:29:21.314Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-17T12:29:23.152Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-17T12:29:23.527Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-17T12:29:24.457Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-17T12:29:24.457Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:29:24.457Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-17T12:29:24.719Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-17T12:29:25.189Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-17T12:29:26.768Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-17T12:29:27.313Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-17T12:29:27.313Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-17T12:29:27.758Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-17T12:29:27.780Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-17T12:29:29.211Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-17T12:29:29.326Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-17T12:29:29.678Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-17T12:29:30.146Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-17T12:29:30.728Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-17T12:29:31.130Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-17T12:29:31.543Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-17T12:29:31.717Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-17T12:29:31.717Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-17T12:29:31.717Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-17T12:29:31.717Z] === RUN TestDockerSuite/TestCreateRM [2022-05-17T12:29:32.328Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-17T12:29:32.328Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-17T12:29:32.328Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-17T12:29:32.794Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-17T12:29:33.261Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-17T12:29:36.023Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-17T12:29:40.407Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-17T12:29:40.407Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-17T12:29:40.407Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-17T12:29:40.407Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-17T12:29:40.407Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-17T12:29:40.877Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-17T12:29:40.877Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-17T12:29:40.877Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-17T12:29:41.352Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-17T12:29:41.887Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-17T12:29:41.887Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:29:41.887Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-17T12:29:42.341Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-17T12:29:42.817Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-17T12:29:43.675Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-17T12:29:44.142Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-17T12:29:44.609Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-17T12:29:47.750Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-17T12:29:47.750Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-17T12:29:47.750Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-17T12:29:48.394Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-17T12:29:48.862Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-17T12:29:48.862Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:29:48.862Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-17T12:29:49.992Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-17T12:29:52.647Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-17T12:29:52.647Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:29:52.647Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-17T12:29:52.647Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-17T12:29:52.647Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-17T12:29:52.647Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-17T12:29:52.647Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-17T12:29:52.647Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-17T12:29:52.647Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-17T12:29:52.647Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-17T12:29:52.647Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:29:52.647Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-17T12:29:52.647Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-17T12:29:52.647Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-17T12:29:52.647Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-17T12:29:53.113Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-17T12:29:53.113Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-17T12:29:53.113Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestDockerFails [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-17T12:29:53.113Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-17T12:29:53.113Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-17T12:29:53.113Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-17T12:29:53.113Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-17T12:29:53.113Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-17T12:29:53.113Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-17T12:29:56.897Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-17T12:29:59.854Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-17T12:30:03.646Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-17T12:30:05.571Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-17T12:30:07.134Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-17T12:30:07.610Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-17T12:30:16.127Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-17T12:30:16.271Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-17T12:30:20.138Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-17T12:30:20.138Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-17T12:30:20.138Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-17T12:30:21.023Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-17T12:30:21.987Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-17T12:30:23.132Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-17T12:30:29.141Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-17T12:30:32.929Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-17T12:30:33.398Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-17T12:30:35.946Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-17T12:30:39.253Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-17T12:30:40.236Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-17T12:30:40.697Z] === RUN TestDockerSuite/TestRmiTag [2022-05-17T12:30:40.697Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-17T12:30:41.796Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-17T12:30:44.483Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-17T12:30:48.943Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-17T12:30:56.092Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-17T12:30:56.093Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-17T12:30:56.093Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-17T12:30:56.093Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T12:30:56.093Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-17T12:30:56.093Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-17T12:30:56.093Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-17T12:30:56.093Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-17T12:30:56.093Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-17T12:30:57.076Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-17T12:30:57.076Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-17T12:30:57.076Z] === RUN TestDockerSuite/TestEventsRename [2022-05-17T12:31:00.858Z] === RUN TestDockerSuite/TestEventsResize [2022-05-17T12:31:02.289Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-17T12:31:05.234Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-17T12:31:11.094Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-17T12:31:12.660Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-17T12:31:12.660Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-17T12:31:12.660Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-17T12:31:12.660Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-17T12:31:12.660Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-17T12:31:12.660Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-17T12:31:12.660Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-17T12:31:12.660Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-17T12:31:12.660Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-17T12:31:12.660Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-17T12:31:12.660Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-17T12:31:12.660Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-17T12:31:12.660Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-17T12:31:12.660Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-17T12:31:12.660Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-17T12:31:14.874Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-17T12:31:14.874Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-17T12:31:14.874Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-17T12:31:14.874Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-17T12:31:14.874Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-17T12:31:20.730Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-17T12:31:23.677Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-17T12:31:26.628Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-17T12:31:29.577Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-17T12:31:32.523Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-17T12:31:32.523Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-17T12:31:35.470Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-17T12:31:36.688Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-17T12:31:37.671Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-17T12:31:38.381Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-17T12:31:38.381Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-17T12:31:40.590Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-17T12:31:40.590Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-17T12:31:40.590Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-17T12:31:41.454Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-17T12:31:44.379Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-17T12:31:44.379Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-17T12:31:44.379Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-17T12:31:44.379Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-17T12:31:44.379Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-17T12:31:46.589Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-17T12:31:46.589Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-17T12:31:46.589Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-17T12:31:46.589Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-17T12:31:46.589Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-17T12:31:46.589Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-17T12:31:46.589Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-17T12:31:46.589Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-17T12:31:46.589Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-17T12:31:46.589Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-17T12:31:46.589Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-17T12:31:46.589Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-17T12:31:46.589Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-17T12:31:46.589Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-17T12:31:46.589Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-17T12:31:48.596Z] === RUN TestDockerSuite/TestEventsTop [2022-05-17T12:31:48.596Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-17T12:31:48.596Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-17T12:31:48.797Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-17T12:31:50.805Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-17T12:31:51.741Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-17T12:31:53.296Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-17T12:31:54.687Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-17T12:31:54.687Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-17T12:31:54.687Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-17T12:31:54.687Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-17T12:31:54.687Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-17T12:31:54.687Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-17T12:31:54.687Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-17T12:31:56.666Z] === RUN TestDockerSuite/TestExec [2022-05-17T12:31:56.666Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:31:56.666Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-17T12:31:56.666Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:31:56.666Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-17T12:31:57.638Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-17T12:31:57.638Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-17T12:31:57.638Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-17T12:31:57.638Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-17T12:31:57.638Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-17T12:31:57.638Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-17T12:31:57.638Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-17T12:31:57.638Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-17T12:31:57.638Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-17T12:31:59.199Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-17T12:31:59.610Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-17T12:32:00.463Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-17T12:32:03.392Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-17T12:32:03.392Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-17T12:32:03.392Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-17T12:32:03.392Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-17T12:32:03.392Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-17T12:32:03.392Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T12:32:03.392Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-17T12:32:05.057Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-17T12:32:05.057Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-17T12:32:05.057Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-17T12:32:05.057Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-17T12:32:05.057Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-17T12:32:05.057Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-17T12:32:05.057Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-17T12:32:05.057Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-17T12:32:05.057Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-17T12:32:05.057Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-17T12:32:05.057Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-17T12:32:05.057Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-17T12:32:05.057Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-17T12:32:07.180Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-17T12:32:08.003Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-17T12:32:08.003Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-17T12:32:08.003Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-17T12:32:08.003Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-17T12:32:08.003Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-17T12:32:08.003Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-17T12:32:09.131Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-17T12:32:10.948Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-17T12:32:10.960Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-17T12:32:13.892Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-17T12:32:13.892Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-17T12:32:13.892Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-17T12:32:14.737Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-17T12:32:16.288Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-17T12:32:16.840Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-17T12:32:16.840Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-17T12:32:16.840Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-17T12:32:16.840Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:32:16.840Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-17T12:32:16.840Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-17T12:32:16.840Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-17T12:32:18.522Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-17T12:32:19.051Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-17T12:32:21.996Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-17T12:32:24.942Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-17T12:32:27.167Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-17T12:32:27.167Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-17T12:32:27.167Z] === RUN TestDockerSuite/TestExecEnv [2022-05-17T12:32:27.167Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:32:27.167Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-17T12:32:27.167Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-17T12:32:27.167Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-17T12:32:27.889Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-17T12:32:27.889Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-17T12:32:27.889Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-17T12:32:27.889Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-17T12:32:27.889Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-17T12:32:27.889Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-17T12:32:27.889Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-17T12:32:27.889Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-17T12:32:27.889Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-17T12:32:27.890Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-17T12:32:27.890Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-17T12:32:27.890Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-17T12:32:27.890Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-17T12:32:27.890Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-17T12:32:27.890Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-17T12:32:27.890Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-17T12:32:30.116Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-17T12:32:32.640Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-17T12:32:32.640Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-17T12:32:32.640Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-17T12:32:32.640Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-17T12:32:32.640Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-17T12:32:32.640Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-17T12:32:32.640Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-17T12:32:32.640Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-17T12:32:32.640Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:32:32.640Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-17T12:32:32.640Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T12:32:32.640Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-17T12:32:37.260Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-17T12:32:37.260Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-17T12:32:37.260Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-17T12:32:37.260Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-17T12:32:37.260Z] === RUN TestDockerSuite/TestExecParseError [2022-05-17T12:32:37.260Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-17T12:32:37.260Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-17T12:32:37.260Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-17T12:32:37.260Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-17T12:32:37.260Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-17T12:32:37.260Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-17T12:32:41.057Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-17T12:32:41.057Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-17T12:32:41.057Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-17T12:32:41.057Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-17T12:32:41.057Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-17T12:32:41.057Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:32:41.057Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-17T12:32:41.057Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-17T12:32:41.057Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-17T12:32:41.057Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-17T12:32:41.057Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-17T12:32:41.299Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-17T12:32:41.299Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-17T12:32:41.299Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunMount [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-17T12:32:42.863Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-17T12:32:42.863Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-17T12:32:44.837Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-17T12:32:44.837Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-17T12:32:44.837Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-17T12:32:46.419Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-17T12:32:46.419Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-17T12:32:46.419Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-17T12:32:51.512Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-17T12:32:51.512Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-17T12:32:51.512Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-17T12:32:51.512Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-17T12:32:51.512Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-17T12:32:51.512Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-17T12:32:51.512Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-17T12:32:53.494Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-17T12:32:53.494Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-17T12:32:53.494Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-17T12:32:53.494Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-17T12:32:53.494Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-17T12:32:53.494Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-17T12:32:53.494Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-17T12:32:58.666Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-17T12:32:58.917Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-17T12:32:58.917Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-17T12:32:58.917Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-17T12:32:58.917Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-17T12:32:58.917Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-17T12:32:58.917Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-17T12:33:00.648Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-17T12:33:02.715Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-17T12:33:03.418Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-17T12:33:03.418Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-17T12:33:03.418Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-17T12:33:03.418Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-17T12:33:03.418Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-17T12:33:03.418Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-17T12:33:03.418Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-17T12:33:03.418Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-17T12:33:03.418Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-17T12:33:03.418Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-17T12:33:03.418Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-17T12:33:03.418Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-17T12:33:03.418Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-17T12:33:03.418Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-17T12:33:03.887Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-17T12:33:03.887Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-17T12:33:03.887Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-17T12:33:03.887Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-17T12:33:03.887Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-17T12:33:04.354Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-17T12:33:05.343Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-17T12:33:07.552Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-17T12:33:08.089Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-17T12:33:08.587Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-17T12:33:09.762Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-17T12:33:11.324Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-17T12:33:12.397Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-17T12:33:12.397Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-17T12:33:12.397Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-17T12:33:12.831Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-17T12:33:13.536Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-17T12:33:13.536Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-17T12:33:13.536Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-17T12:33:13.536Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-17T12:33:13.536Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-17T12:33:13.536Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-17T12:33:13.536Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-17T12:33:13.536Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-17T12:33:13.536Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-17T12:33:13.536Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-17T12:33:13.536Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-17T12:33:13.536Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-17T12:33:13.536Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-17T12:33:13.536Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-17T12:33:13.536Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-17T12:33:13.536Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-17T12:33:13.536Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-17T12:33:15.348Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-17T12:33:16.914Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-17T12:33:18.283Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-17T12:33:18.283Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-17T12:33:18.283Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-17T12:33:18.283Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-17T12:33:18.283Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-17T12:33:18.283Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-17T12:33:18.283Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-17T12:33:18.283Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-17T12:33:18.283Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-17T12:33:18.283Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-17T12:33:18.283Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-17T12:33:19.144Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-17T12:33:19.975Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-17T12:33:19.975Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:33:19.975Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-17T12:33:19.975Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-17T12:33:20.442Z] === RUN TestDockerSuite/TestHealth [2022-05-17T12:33:20.442Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-17T12:33:20.442Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-17T12:33:20.442Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-17T12:33:20.442Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-17T12:33:20.442Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-17T12:33:27.592Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-17T12:33:27.592Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-17T12:33:27.592Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-17T12:33:27.592Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-17T12:33:27.592Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-17T12:33:27.592Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-17T12:33:27.592Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-17T12:33:28.060Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-17T12:33:28.060Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-17T12:33:28.060Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-17T12:33:28.698Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-17T12:33:28.698Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-17T12:33:28.698Z] === RUN TestDockerSuite/TestRunRm [2022-05-17T12:33:29.620Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-17T12:33:29.620Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-17T12:33:30.912Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-17T12:33:31.835Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-17T12:33:32.302Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-17T12:33:34.513Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-17T12:33:36.769Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-17T12:33:37.036Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-17T12:33:38.299Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-17T12:33:38.603Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-17T12:33:38.766Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-17T12:33:38.766Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T12:33:38.766Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-17T12:33:39.715Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-17T12:33:42.549Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-17T12:33:42.661Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-17T12:33:43.016Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestImportFile [2022-05-17T12:33:43.016Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-17T12:33:43.016Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-17T12:33:43.016Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-17T12:33:43.016Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-17T12:33:43.016Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-17T12:33:43.016Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-17T12:33:43.016Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-17T12:33:43.016Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-17T12:33:43.483Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-17T12:33:43.483Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T12:33:43.483Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-17T12:33:43.483Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:33:43.483Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-17T12:33:44.872Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-17T12:33:47.265Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-17T12:33:47.819Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-17T12:33:47.819Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-17T12:33:47.819Z] === RUN TestDockerSuite/TestRunState [2022-05-17T12:33:47.819Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-17T12:33:47.819Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-17T12:33:50.211Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-17T12:33:50.211Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:33:50.211Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-17T12:33:50.211Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-17T12:33:50.211Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-17T12:33:50.211Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-17T12:33:50.211Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-17T12:33:50.211Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-17T12:33:50.766Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-17T12:33:50.766Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-17T12:33:50.766Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-17T12:33:52.983Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-17T12:33:52.983Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-17T12:33:52.983Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-17T12:33:52.983Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-17T12:33:52.983Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-17T12:33:52.983Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-17T12:33:52.983Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-17T12:33:52.983Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-17T12:33:52.983Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-17T12:33:53.994Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-17T12:33:53.994Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-17T12:33:56.424Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-17T12:33:56.940Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-17T12:33:56.940Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:33:56.940Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-17T12:33:56.940Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-17T12:33:56.940Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-17T12:33:56.940Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-17T12:33:56.940Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-17T12:33:58.842Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-17T12:33:58.842Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-17T12:34:00.724Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-17T12:34:01.055Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-17T12:34:01.055Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-17T12:34:01.055Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-17T12:34:04.003Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-17T12:34:04.003Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-17T12:34:04.003Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-17T12:34:04.003Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-17T12:34:04.003Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-17T12:34:05.092Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-17T12:34:06.587Z] === RUN TestDockerSuite/TestInspectImage [2022-05-17T12:34:06.587Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:34:06.587Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-17T12:34:06.587Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:34:06.587Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-17T12:34:06.587Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:34:06.587Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-17T12:34:06.951Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-17T12:34:10.376Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-17T12:34:14.160Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-17T12:34:14.160Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-17T12:34:15.601Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-17T12:34:17.614Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-17T12:34:17.952Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-17T12:34:21.470Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-17T12:34:21.742Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-17T12:34:21.742Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-17T12:34:21.742Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-17T12:34:21.742Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-17T12:34:24.791Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-17T12:34:26.490Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-17T12:34:28.615Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-17T12:34:28.616Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-17T12:34:28.616Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-17T12:34:28.616Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-17T12:34:30.275Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-17T12:34:30.662Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-17T12:34:31.560Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-17T12:34:32.886Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-17T12:34:32.886Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-17T12:34:32.886Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-17T12:34:32.886Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-17T12:34:32.886Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-17T12:34:34.508Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-17T12:34:35.841Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-17T12:34:35.841Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-17T12:34:35.841Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-17T12:34:37.453Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-17T12:34:37.453Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-17T12:34:37.453Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-17T12:34:37.453Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-17T12:34:37.453Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-17T12:34:37.453Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-17T12:34:37.453Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-17T12:34:37.453Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-17T12:34:37.453Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-17T12:34:37.453Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-17T12:34:37.453Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-17T12:34:37.453Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-17T12:34:37.453Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-17T12:34:37.453Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-17T12:34:37.453Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-17T12:34:38.932Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-17T12:34:41.238Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-17T12:34:41.880Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-17T12:34:43.449Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-17T12:34:45.013Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-17T12:34:45.668Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-17T12:34:49.454Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-17T12:34:50.870Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-17T12:34:50.870Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-17T12:34:50.870Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-17T12:34:50.870Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-17T12:34:50.870Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-17T12:34:50.870Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-17T12:34:50.870Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-17T12:34:53.212Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-17T12:34:53.212Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-17T12:34:53.284Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-17T12:34:53.679Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-17T12:34:54.147Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-17T12:34:55.709Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-17T12:34:55.709Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-17T12:34:56.232Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-17T12:34:58.653Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-17T12:35:00.014Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-17T12:35:00.014Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-17T12:35:00.014Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-17T12:35:00.014Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-17T12:35:01.599Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-17T12:35:03.796Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-17T12:35:04.546Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-17T12:35:04.546Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T12:35:04.546Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-17T12:35:07.585Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-17T12:35:13.575Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-17T12:35:14.957Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-17T12:35:14.957Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T12:35:14.957Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-17T12:35:17.362Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-17T12:35:17.362Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-17T12:35:17.362Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-17T12:35:19.713Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-17T12:35:19.713Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-17T12:35:19.713Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-17T12:35:19.713Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T12:35:19.713Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-17T12:35:19.713Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-17T12:35:19.713Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-17T12:35:19.713Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-17T12:35:19.713Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-17T12:35:21.147Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-17T12:35:21.147Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-17T12:35:28.371Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-17T12:35:28.371Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T12:35:28.371Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-17T12:35:28.371Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-17T12:35:28.371Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-17T12:35:28.371Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-17T12:35:28.371Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-17T12:35:28.371Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T12:35:28.371Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-17T12:35:28.371Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-17T12:35:28.371Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-17T12:35:28.371Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T12:35:28.371Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-17T12:35:29.803Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-17T12:35:30.581Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-17T12:35:33.525Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-17T12:35:33.525Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-17T12:35:33.525Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-17T12:35:35.737Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-17T12:35:35.737Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-17T12:35:35.737Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-17T12:35:35.737Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-17T12:35:35.737Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-17T12:35:35.737Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T12:35:35.737Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-17T12:35:35.737Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-17T12:35:35.737Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-17T12:35:35.737Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T12:35:35.737Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-17T12:35:35.737Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T12:35:35.737Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-17T12:35:36.503Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-17T12:35:36.950Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-17T12:35:44.101Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-17T12:35:48.851Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-17T12:35:53.540Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-17T12:35:53.540Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-17T12:35:53.540Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-17T12:35:53.540Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T12:35:53.540Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-17T12:35:53.540Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-17T12:35:53.540Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-17T12:35:53.540Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-17T12:35:53.597Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-17T12:35:53.597Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-17T12:35:53.597Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-17T12:35:55.753Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-17T12:35:55.753Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-17T12:35:57.384Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-17T12:35:59.536Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-17T12:36:00.003Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-17T12:36:00.472Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-17T12:36:00.472Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-17T12:36:00.939Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-17T12:36:01.167Z] === RUN TestDockerSuite/TestLogsSince [2022-05-17T12:36:06.620Z] === RUN TestDockerSuite/TestBuildRm [2022-05-17T12:36:09.588Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-17T12:36:09.588Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T12:36:09.588Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-17T12:36:10.573Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-17T12:36:10.573Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-17T12:36:10.573Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-17T12:36:10.573Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-17T12:36:11.587Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-17T12:36:11.587Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-17T12:36:11.587Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-17T12:36:11.587Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-17T12:36:11.587Z] === RUN TestDockerSuite/TestLogsTail [2022-05-17T12:36:14.539Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-17T12:36:18.323Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-17T12:36:19.229Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-17T12:36:19.229Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-17T12:36:19.696Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-17T12:36:21.268Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-17T12:36:21.268Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.268Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-17T12:36:21.268Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.268Z] === RUN TestDockerSuite/TestNetHostname [2022-05-17T12:36:21.268Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.268Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-17T12:36:21.268Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.268Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-17T12:36:21.268Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-17T12:36:21.735Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPluginActive [2022-05-17T12:36:21.735Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-17T12:36:21.735Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-17T12:36:21.735Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-17T12:36:21.735Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-17T12:36:21.735Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-17T12:36:21.735Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-17T12:36:21.735Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-17T12:36:21.735Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-17T12:36:21.735Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-17T12:36:21.735Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPortList [2022-05-17T12:36:21.735Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-17T12:36:21.735Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-17T12:36:24.461Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-17T12:36:28.258Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-17T12:36:28.258Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.258Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-17T12:36:28.258Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.725Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-17T12:36:28.881Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-17T12:36:28.881Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-17T12:36:28.881Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-17T12:36:28.881Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-17T12:36:28.881Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-17T12:36:28.881Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-17T12:36:28.881Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-17T12:36:28.881Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-17T12:36:28.881Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-17T12:36:30.111Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-17T12:36:30.111Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-17T12:36:30.111Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-17T12:36:30.958Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite (2623.41s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.00s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.34s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.84s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (94.07s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.70s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.51s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.93s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.44s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.37s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (96.85s) [2022-05-17T12:36:31.096Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.53s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.68s) [2022-05-17T12:36:31.096Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.17s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.04s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.67s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.94s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.53s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.29s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.65s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.18s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.39s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.84s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.53s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.57s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddTar (37.89s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (20.16s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.69s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.91s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.35s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.70s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.54s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.63s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.72s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.44s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.67s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.05s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.85s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.92s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.63s) [2022-05-17T12:36:31.564Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-17T12:36:31.564Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.08s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.64s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.77s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.12s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCmd (0.69s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.71s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.69s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.88s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.53s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.37s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.58s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.23s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.14s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.63s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.11s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.31s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.09s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.93s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.71s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.10s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (26.76s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.14s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.00s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.51s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.60s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.64s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignore (58.43s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.10s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (64.15s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.00s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.00s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.34s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.10s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.46s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.69s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.08s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.18s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (93.46s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.62s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.50s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.70s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.41s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.60s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.66s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.80s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.53s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.76s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.20s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.20s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.95s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.77s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFails (3.05s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.40s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.33s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.88s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.17s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.65s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.18s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.84s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.69s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.43s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildHistory (14.01s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.22s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.20s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.90s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.27s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLabel (1.24s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.76s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.16s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.67s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLabels (1.17s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.81s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.89s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.67s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.76s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.32s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.80s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.64s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.42s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.89s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.46s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.39s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.58s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.06s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.75s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.62s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.27s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.78s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.82s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.19s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.74s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.03s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.14s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.32s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.69s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.07s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.41s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.91s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.53s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.86s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (45.36s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.94s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildRm (14.75s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.97s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.87s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.84s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.81s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.74s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.37s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.91s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.72s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.72s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.41s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildStderr (5.19s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.18s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.07s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.62s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.69s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.51s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.86s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.69s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.76s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.73s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.14s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.93s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.71s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.96s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.41s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.91s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.55s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.71s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.47s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.31s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.29s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.24s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.34s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.27s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestCommitChange (5.67s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.61s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.53s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestCommitTTY (8.53s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.54s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.37s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.66s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.67s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.06s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.70s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.58s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.48s) [2022-05-17T12:36:31.565Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-17T12:36:31.565Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.68s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.68s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.13s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.41s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.86s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.33s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.96s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.49s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.63s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.15s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.34s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.98s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.44s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.80s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.33s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.16s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.39s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} (3.05s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} (3.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} (2.87s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} (2.93s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000d81d88__} (2.81s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13966626727_c:\foo_false_____} (2.86s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13966626727_c:\foo_true_____} (2.80s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.60s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.14s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.14s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.12s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.12s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.16s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.11s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.10s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.67s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.19s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.06s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpToCaseH (11.69s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpToDot (3.44s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCpToStdout (3.05s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.26s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateArgs (0.27s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.36s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.03s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.51s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.88s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateLabels (0.24s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateRM (0.48s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.30s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.53s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.87s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.64s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.63s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.17s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.14s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.08s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.15s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.55s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsCopy (6.13s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.86s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.94s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.03s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.03s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.84s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.08s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFilters (5.86s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFormat (5.90s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsRename (3.17s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsResize (8.35s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.82s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.69s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.28s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.79s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.35s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.50s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.43s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.28s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.44s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.57s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.84s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.04s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.76s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecInspectID (3.88s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.08s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.76s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.62s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.87s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.51s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.45s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.51s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.56s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.76s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.26s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.15s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.45s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.19s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesFormat (0.24s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.97s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.74s) [2022-05-17T12:36:31.566Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.78s) [2022-05-17T12:36:31.566Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.86s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.79s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectDefault (2.68s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectHistory (4.98s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.53s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.23s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.62s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.23s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.26s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectStatus (3.44s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.23s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.25s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.61s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.17s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.55s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.60s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.72s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.07s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.06s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.87s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.84s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.23s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.68s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.68s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.85s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.90s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.69s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.05s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.90s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsSince (9.73s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsTail (3.34s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.36s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.06s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPortList (0.03s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.06s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.96s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsByOrder (10.03s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.93s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.10s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.48s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.26s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.80s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.06s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.46s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.52s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.65s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.67s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.17s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.01s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.37s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.63s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.32s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.93s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.29s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.44s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.31s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.95s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.53s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.79s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.43s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.99s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (14.18s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.87s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiTag (0.75s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.08s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.31s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.07s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.66s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.40s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.18s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.71s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.09s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.92s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.92s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.81s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.74s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.45s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.45s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.17s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.17s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.90s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.71s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.79s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.13s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.42s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.73s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.20s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.77s) [2022-05-17T12:36:31.567Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.86s) [2022-05-17T12:36:31.567Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.90s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunExitCode (2.76s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.80s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.80s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.81s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.39s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.18s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.71s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.04s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.38s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.43s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.48s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.19s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.13s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.25s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.87s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.18s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunRm (2.98s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.94s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.83s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.74s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.18s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.96s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.83s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.27s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.13s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.69s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.62s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.53s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.24s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.58s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.69s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.17s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.77s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.75s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.79s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.00s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.69s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.93s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.20s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.36s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.66s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.72s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.96s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.87s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.86s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.81s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.16s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.20s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.56s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.74s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.50s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.34s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.82s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.45s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.11s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.84s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.68s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.42s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.07s) [2022-05-17T12:36:31.568Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-17T12:36:31.568Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.58s) [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-17T12:36:31.568Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.568Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-17T12:36:31.569Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-17T12:36:31.569Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-17T12:36:31.569Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-17T12:36:31.569Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-17T12:36:31.569Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-17T12:36:31.569Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-17T12:36:31.569Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-17T12:36:31.569Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-17T12:36:31.569Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-17T12:36:31.569Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-17T12:36:31.569Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-17T12:36:31.569Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-17T12:36:31.569Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-17T12:36:31.569Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-17T12:36:31.569Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-17T12:36:31.569Z] === RUN TestDockerDaemonSuite [2022-05-17T12:36:31.569Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-17T12:36:31.569Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-17T12:36:31.569Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-17T12:36:31.569Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-17T12:36:31.569Z] === RUN TestDockerSwarmSuite [2022-05-17T12:36:31.569Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-17T12:36:31.569Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-17T12:36:31.569Z] === RUN TestDockerExternalVolumeSuite [2022-05-17T12:36:31.569Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-17T12:36:31.569Z] === RUN TestDockerNetworkSuite [2022-05-17T12:36:31.569Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-17T12:36:31.569Z] === RUN TestDockerHubPullSuite [2022-05-17T12:36:31.569Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-17T12:36:31.569Z] PASS [2022-05-17T12:36:31.569Z] ok github.com/docker/docker/integration-cli 2623.836s [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === Skipped [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-17T12:36:31.569Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-17T12:36:31.569Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-17T12:36:31.569Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-17T12:36:31.569Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-17T12:36:31.569Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-17T12:36:31.569Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-17T12:36:31.569Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-17T12:36:31.569Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-17T12:36:31.569Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-17T12:36:31.569Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-17T12:36:31.569Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-17T12:36:31.569Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-17T12:36:31.569Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-17T12:36:31.569Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-17T12:36:31.569Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.569Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-17T12:36:31.569Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-17T12:36:31.570Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.35s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.35s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.92s) [2022-05-17T12:36:31.570Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-17T12:36:31.570Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.92s) [2022-05-17T12:36:31.570Z] [2022-05-17T12:36:31.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-17T12:36:32.038Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.50s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.50s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.05s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.038Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-05-17T12:36:32.038Z] [2022-05-17T12:36:32.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-17T12:36:32.038Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-05-17T12:36:32.039Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.49s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.47s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.47s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-05-17T12:36:32.039Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-17T12:36:32.039Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-17T12:36:32.039Z] docker_cli_sni_test.go:18: Flakey test [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-17T12:36:32.039Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-17T12:36:32.039Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-17T12:36:32.039Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-05-17T12:36:32.039Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-17T12:36:32.039Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-17T12:36:32.039Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-17T12:36:32.039Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.03s) [2022-05-17T12:36:32.039Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-17T12:36:32.039Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.039Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-17T12:36:32.039Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-17T12:36:32.040Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-17T12:36:32.040Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-17T12:36:32.040Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.03s) [2022-05-17T12:36:32.040Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-17T12:36:32.040Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-17T12:36:32.040Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-17T12:36:32.040Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-17T12:36:32.040Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-17T12:36:32.040Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-17T12:36:32.040Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-17T12:36:32.040Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-17T12:36:32.040Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-17T12:36:32.040Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-17T12:36:32.040Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-17T12:36:32.040Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-17T12:36:32.040Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-05-17T12:36:32.040Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-17T12:36:32.040Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-17T12:36:32.040Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-17T12:36:32.040Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-17T12:36:32.040Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.04s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.04s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-17T12:36:32.040Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-17T12:36:32.040Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-17T12:36:32.040Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-17T12:36:32.040Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.040Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-05-17T12:36:32.040Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-17T12:36:32.041Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-17T12:36:32.041Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-17T12:36:32.041Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-17T12:36:32.041Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-17T12:36:32.041Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-05-17T12:36:32.041Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-17T12:36:32.041Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-05-17T12:36:32.041Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-05-17T12:36:32.041Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.03s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-17T12:36:32.041Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-17T12:36:32.041Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.03s) [2022-05-17T12:36:32.041Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPortList (0.03s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-17T12:36:32.041Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-17T12:36:32.041Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-17T12:36:32.041Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.041Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-17T12:36:32.041Z] [2022-05-17T12:36:32.041Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-17T12:36:32.041Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-17T12:36:32.042Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T12:36:32.042Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-17T12:36:32.042Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-17T12:36:32.042Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-17T12:36:32.042Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-05-17T12:36:32.042Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-17T12:36:32.042Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.042Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-17T12:36:32.042Z] [2022-05-17T12:36:32.042Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-17T12:36:32.042Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.04s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.04s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.03s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.043Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-17T12:36:32.043Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.043Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-17T12:36:32.043Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.03s) [2022-05-17T12:36:32.044Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-17T12:36:32.044Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-17T12:36:32.044Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.044Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-17T12:36:32.044Z] [2022-05-17T12:36:32.044Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-17T12:36:32.044Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.045Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:36:32.045Z] [2022-05-17T12:36:32.045Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:36:32.045Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:36:32.514Z] [2022-05-17T12:36:32.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:36:32.514Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.514Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-17T12:36:32.515Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] DONE 1088 tests, 539 skipped in 2636.422s [2022-05-17T12:36:32.515Z] INFO: Integration tests ended at 05/17/2022 12:36:32. Duration:00:43:56.5706604 [2022-05-17T12:36:32.515Z] INFO: Docker info of the daemon under test at end of run [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] Containers: 10 [2022-05-17T12:36:32.515Z] Running: 0 [2022-05-17T12:36:32.515Z] Paused: 0 [2022-05-17T12:36:32.515Z] Stopped: 10 [2022-05-17T12:36:32.515Z] Images: 18 [2022-05-17T12:36:32.515Z] Server Version: 0.0.0-dev [2022-05-17T12:36:32.515Z] Storage Driver: windowsfilter [2022-05-17T12:36:32.515Z] Windows: [2022-05-17T12:36:32.515Z] Logging Driver: json-file [2022-05-17T12:36:32.515Z] Plugins: [2022-05-17T12:36:32.515Z] Volume: local [2022-05-17T12:36:32.515Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T12:36:32.515Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T12:36:32.515Z] Swarm: inactive [2022-05-17T12:36:32.515Z] Default Isolation: process [2022-05-17T12:36:32.515Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-17T12:36:32.515Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-17T12:36:32.515Z] OSType: windows [2022-05-17T12:36:32.515Z] Architecture: x86_64 [2022-05-17T12:36:32.515Z] CPUs: 4 [2022-05-17T12:36:32.515Z] Total Memory: 32GiB [2022-05-17T12:36:32.515Z] Name: azwin-2-b0dc00 [2022-05-17T12:36:32.515Z] ID: dbff1233-a552-4fef-8d02-aed116617a45 [2022-05-17T12:36:32.515Z] Docker Root Dir: D:\CI\PR-43322\3\daemon [2022-05-17T12:36:32.515Z] Debug Mode (client): false [2022-05-17T12:36:32.515Z] Debug Mode (server): true [2022-05-17T12:36:32.515Z] File Descriptors: -1 [2022-05-17T12:36:32.515Z] Goroutines: 17 [2022-05-17T12:36:32.515Z] System Time: 2022-05-17T12:36:32.154873Z [2022-05-17T12:36:32.515Z] EventsListeners: 0 [2022-05-17T12:36:32.515Z] Registry: https://index.docker.io/v1/ [2022-05-17T12:36:32.515Z] Labels: [2022-05-17T12:36:32.515Z] Experimental: false [2022-05-17T12:36:32.515Z] Insecure Registries: [2022-05-17T12:36:32.515Z] 127.0.0.0/8 [2022-05-17T12:36:32.515Z] Live Restore Enabled: false [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] [2022-05-17T12:36:32.515Z] INFO: Stopping daemon under test [2022-05-17T12:36:32.515Z] SUCCESS: The process with PID 5684 (child process of PID 5312) has been terminated. [2022-05-17T12:36:32.515Z] SUCCESS: The process with PID 5312 (child process of PID 3112) has been terminated. [2022-05-17T12:36:32.515Z] INFO: Stop tailing logs of the daemon under tests [2022-05-17T12:36:32.515Z] INFO: executeCI.ps1 Completed successfully at 05/17/2022 12:36:32. [2022-05-17T12:36:32.515Z] INFO: Tidying up at end of run [2022-05-17T12:36:32.515Z] ----------- DAEMON LOG ------------ [2022-05-17T12:36:32.515Z] 2022/05/17 11:49:41 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-17T12:36:32.515Z] ----------- END DAEMON LOG -------- [2022-05-17T12:36:32.515Z] INFO: Saving daemon under test log (d:\CI\PR-43322\3\dut.out) to bundles\CIDUT.out [2022-05-17T12:36:32.515Z] INFO: Saving daemon under test log (d:\CI\PR-43322\3\dut.err) to bundles\CIDUT.err [2022-05-17T12:36:32.515Z] INFO: Saving containerd logs to bundles [2022-05-17T12:36:32.515Z] INFO: Nuke-Everything... [2022-05-17T12:36:32.982Z] INFO: Container count on control daemon to delete is 2 [2022-05-17T12:36:32.982Z] 63942c6b3d47 [2022-05-17T12:36:32.982Z] 944efe5de31f [2022-05-17T12:36:32.982Z] INFO: Tidying pidfile d:\CI\PR-43322\3\docker.pid [2022-05-17T12:36:32.982Z] INFO: Nuking d:\CI [2022-05-17T12:36:36.033Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-17T12:36:36.033Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-17T12:36:36.033Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-17T12:36:41.403Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-17T12:36:50.957Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-17T12:36:50.957Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-17T12:36:50.957Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-17T12:36:51.832Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-17T12:36:56.588Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-17T12:37:03.068Z] INFO: Zapped successfully [2022-05-17T12:37:03.068Z] [2022-05-17T12:37:03.068Z] INFO: executeCI.ps1 exiting at Tue May 17 12:36:58 CUT 2022. Duration 01:11:27.6683646 [2022-05-17T12:37:03.068Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-17T12:37:03.316Z] Recording test results [2022-05-17T12:37:03.449Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-17T12:37:12.350Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-17T12:37:14.444Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-17T12:37:15.647Z] Archiving artifacts [2022-05-17T12:37:24.667Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-17T12:37:24.667Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-17T12:37:24.667Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-17T12:37:24.667Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-17T12:37:24.667Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-17T12:37:24.667Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-17T12:37:29.415Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-17T12:37:31.531Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43322/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-17T12:37:32.457Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-17T12:37:32.457Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-17T12:37:32.457Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-17T12:37:32.489Z] + make clean [2022-05-17T12:37:34.056Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-17T12:37:34.056Z] docker-dev-cache [2022-05-17T12:37:34.056Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-17T12:37:39.824Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-17T12:37:44.964Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-17T12:37:44.964Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-17T12:37:46.969Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-17T12:37:46.969Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-17T12:37:46.969Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-17T12:37:46.969Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-17T12:37:46.969Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-17T12:37:50.834Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-17T12:37:50.834Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-17T12:37:54.112Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-17T12:37:54.112Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:37:54.112Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-17T12:37:54.112Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-17T12:37:54.112Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-17T12:37:54.112Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-17T12:37:54.112Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-17T12:37:54.112Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-17T12:37:54.112Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-17T12:37:58.003Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-17T12:38:06.595Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-17T12:38:06.595Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-17T12:38:06.595Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-17T12:38:07.062Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-17T12:38:07.062Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-17T12:38:07.062Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-17T12:38:08.045Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-17T12:38:09.029Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-17T12:38:09.029Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-17T12:38:09.029Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-17T12:38:16.178Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-17T12:38:23.293Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-17T12:38:23.293Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-17T12:38:23.761Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-17T12:38:24.829Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-17T12:38:27.784Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-17T12:38:28.535Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-17T12:38:30.106Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-17T12:38:37.269Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-17T12:38:44.452Z] === RUN TestDockerSuite/TestBuildUser [2022-05-17T12:38:44.452Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-17T12:38:44.452Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-17T12:38:44.452Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-17T12:38:44.452Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-17T12:38:44.452Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-17T12:38:44.452Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-17T12:38:50.332Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-17T12:38:50.801Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-17T12:38:54.597Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-17T12:38:54.597Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-17T12:38:54.597Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-17T12:38:54.597Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-17T12:38:54.597Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-17T12:39:03.617Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-17T12:39:03.617Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:39:03.617Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-17T12:39:10.764Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-17T12:39:10.764Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-17T12:39:10.764Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-17T12:39:11.232Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-17T12:39:19.884Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-17T12:39:24.724Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-17T12:39:24.724Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-17T12:39:25.851Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-17T12:39:25.851Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:39:25.851Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-17T12:39:33.006Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-17T12:39:33.006Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-17T12:39:33.006Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-17T12:39:37.239Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-17T12:39:44.419Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-17T12:39:44.419Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-17T12:39:45.408Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-17T12:39:45.408Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-17T12:39:45.408Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-17T12:39:49.210Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-17T12:39:49.211Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-17T12:39:49.211Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-05-17T12:39:54.226Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-17T12:39:56.434Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-17T12:39:57.421Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-17T12:40:04.151Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-17T12:40:07.838Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-17T12:40:10.028Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-17T12:40:10.497Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-17T12:40:13.695Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-17T12:40:24.106Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-17T12:40:29.962Z] === RUN TestDockerSuite/TestRmiTag [2022-05-17T12:40:29.962Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-17T12:40:33.746Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-17T12:40:35.818Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-17T12:40:35.818Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-17T12:40:35.818Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-17T12:40:35.818Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-17T12:40:35.818Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-17T12:40:35.818Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-17T12:40:35.818Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-17T12:40:35.818Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-17T12:40:48.325Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-17T12:40:49.890Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-17T12:40:49.890Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-17T12:40:50.358Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-17T12:40:50.358Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-17T12:40:50.358Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-17T12:40:50.358Z] docker_cli_sni_test.go:18: Flakey test [2022-05-17T12:40:50.358Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-17T12:40:53.317Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-17T12:40:59.015Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-17T12:40:59.999Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-17T12:41:00.489Z] === RUN TestDockerSuite/TestCommitChange [2022-05-17T12:41:06.377Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-17T12:41:07.141Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-17T12:41:08.126Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-17T12:41:08.126Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-17T12:41:08.126Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-17T12:41:08.126Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-17T12:41:08.126Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-17T12:41:08.126Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-17T12:41:08.126Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-17T12:41:08.126Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-17T12:41:08.126Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-17T12:41:08.126Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-17T12:41:08.126Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-17T12:41:08.126Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-17T12:41:08.126Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-17T12:41:08.126Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-17T12:41:08.126Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-17T12:41:11.070Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-17T12:41:11.070Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-17T12:41:11.070Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-17T12:41:11.070Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-17T12:41:11.070Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-17T12:41:12.257Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-17T12:41:12.257Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-17T12:41:12.257Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-17T12:41:18.214Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-17T12:41:20.927Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-17T12:41:20.927Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T12:41:20.927Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-17T12:41:21.999Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-17T12:41:25.783Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-17T12:41:28.731Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-17T12:41:32.515Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-17T12:41:32.515Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-17T12:41:39.660Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-17T12:41:39.660Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-17T12:41:42.161Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-17T12:41:43.444Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-17T12:41:43.444Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-17T12:41:43.444Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-17T12:41:45.956Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-17T12:41:45.957Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-17T12:41:45.957Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-17T12:41:45.957Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-17T12:41:45.957Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-17T12:41:45.957Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-17T12:41:46.427Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-17T12:41:46.427Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-17T12:41:46.427Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-17T12:41:46.427Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-17T12:41:46.427Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-17T12:41:46.427Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:41:46.427Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-17T12:41:46.427Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-17T12:41:46.427Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-17T12:41:46.427Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-17T12:41:47.231Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-17T12:41:47.231Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-17T12:41:47.698Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-17T12:41:47.698Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-17T12:41:47.698Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-17T12:41:50.645Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-17T12:41:50.645Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-17T12:41:50.645Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-17T12:41:50.645Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-17T12:41:50.645Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-17T12:41:50.645Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-17T12:41:50.645Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-17T12:41:50.645Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-17T12:41:50.645Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-17T12:41:50.645Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-17T12:41:50.645Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-17T12:41:50.645Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-17T12:41:50.645Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-17T12:41:50.645Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-17T12:41:50.645Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-17T12:41:53.590Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-17T12:41:55.090Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-17T12:41:56.536Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-17T12:42:00.322Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-17T12:42:00.322Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-17T12:42:00.322Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-17T12:42:00.322Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-17T12:42:00.322Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-17T12:42:00.322Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-17T12:42:00.322Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-17T12:42:03.272Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-17T12:42:03.272Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-17T12:42:03.272Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-17T12:42:03.272Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-17T12:42:03.272Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-17T12:42:03.272Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-17T12:42:03.272Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-17T12:42:03.272Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-17T12:42:03.272Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-17T12:42:05.485Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-17T12:42:05.551Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-17T12:42:05.551Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-17T12:42:05.551Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-17T12:42:12.637Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-17T12:42:12.639Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-17T12:42:12.639Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-17T12:42:12.639Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-17T12:42:12.639Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-17T12:42:12.639Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-17T12:42:12.639Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-17T12:42:12.639Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-17T12:42:12.639Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-17T12:42:12.639Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-17T12:42:12.639Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-17T12:42:12.639Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-17T12:42:12.639Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-17T12:42:12.738Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-17T12:42:12.738Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-17T12:42:12.738Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-17T12:42:12.738Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-17T12:42:12.738Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-17T12:42:12.738Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-17T12:42:12.738Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-17T12:42:15.589Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-17T12:42:15.589Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-17T12:42:15.589Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-17T12:42:15.589Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-17T12:42:15.589Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-17T12:42:15.589Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-17T12:42:15.695Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-17T12:42:15.695Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-17T12:42:15.695Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-17T12:42:15.695Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-17T12:42:18.664Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-17T12:42:18.664Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-17T12:42:18.664Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-17T12:42:18.664Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-17T12:42:18.664Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-17T12:42:18.664Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-17T12:42:18.664Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-17T12:42:18.664Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-17T12:42:19.370Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-17T12:42:22.455Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-17T12:42:23.157Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-17T12:42:23.157Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-17T12:42:23.157Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-17T12:42:25.408Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-17T12:42:26.107Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-17T12:42:26.107Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-17T12:42:26.107Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-17T12:42:26.107Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:42:26.107Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-17T12:42:26.107Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-17T12:42:26.107Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-17T12:42:28.375Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-17T12:42:28.375Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-17T12:42:28.375Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-17T12:42:28.375Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-17T12:42:29.897Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-17T12:42:31.329Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-17T12:42:31.329Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-17T12:42:32.845Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-17T12:42:34.319Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-17T12:42:34.319Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-17T12:42:34.319Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-17T12:42:34.319Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-17T12:42:34.319Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-17T12:42:36.632Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-17T12:42:39.579Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-17T12:42:40.047Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-17T12:42:40.047Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-17T12:42:40.047Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-17T12:42:40.047Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-17T12:42:40.047Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-17T12:42:40.047Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-17T12:42:40.047Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-17T12:42:40.047Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-17T12:42:40.047Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-17T12:42:40.047Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-17T12:42:40.047Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-17T12:42:40.047Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-17T12:42:40.047Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-17T12:42:40.047Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-17T12:42:40.047Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-17T12:42:43.016Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-17T12:42:43.016Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-17T12:42:45.239Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-17T12:42:45.239Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-17T12:42:45.239Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-17T12:42:45.902Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-17T12:42:45.902Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-17T12:42:45.902Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-17T12:42:45.902Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-17T12:42:45.902Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-17T12:42:45.902Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-17T12:42:45.902Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-17T12:42:45.902Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-17T12:42:45.902Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:42:45.902Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-17T12:42:45.902Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T12:42:45.902Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-17T12:42:49.121Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-17T12:42:49.121Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-17T12:42:52.079Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-17T12:42:54.610Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-17T12:42:54.610Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-17T12:42:54.610Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunMount [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-17T12:42:58.770Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-17T12:42:58.770Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-17T12:43:02.682Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-17T12:43:07.433Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-17T12:43:07.433Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-17T12:43:07.433Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-17T12:43:07.433Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-17T12:43:07.433Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-17T12:43:07.433Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-17T12:43:07.433Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-17T12:43:07.440Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-17T12:43:07.440Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-17T12:43:07.440Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-17T12:43:07.440Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-17T12:43:07.440Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-17T12:43:10.406Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-17T12:43:10.406Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-17T12:43:10.406Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-17T12:43:14.633Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-17T12:43:19.097Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-17T12:43:19.097Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-17T12:43:19.097Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-17T12:43:20.495Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-17T12:43:20.495Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-17T12:43:20.495Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-17T12:43:20.495Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-17T12:43:20.495Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-17T12:43:20.495Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-17T12:43:20.495Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-17T12:43:20.495Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-17T12:43:20.495Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-17T12:43:20.495Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-17T12:43:20.963Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-17T12:43:21.318Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-17T12:43:21.318Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-17T12:43:22.524Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-17T12:43:24.735Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-17T12:43:26.103Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-17T12:43:26.944Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-17T12:43:28.503Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-17T12:43:29.072Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-17T12:43:29.072Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-17T12:43:29.072Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-17T12:43:29.072Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-17T12:43:29.072Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-17T12:43:29.072Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-17T12:43:29.072Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-17T12:43:29.072Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-17T12:43:29.072Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-17T12:43:29.072Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-17T12:43:29.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-05-17T12:43:31.453Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-17T12:43:31.453Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-17T12:43:31.453Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-17T12:43:31.453Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-17T12:43:31.453Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-17T12:43:31.453Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-17T12:43:31.920Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-17T12:43:31.920Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-17T12:43:31.920Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-17T12:43:31.920Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-17T12:43:31.920Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-17T12:43:31.920Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-17T12:43:31.920Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-17T12:43:31.920Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-17T12:43:31.920Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-17T12:43:31.920Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-17T12:43:31.920Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-17T12:43:32.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-17T12:43:32.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} [2022-05-17T12:43:36.665Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-17T12:43:36.665Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-17T12:43:36.665Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-17T12:43:36.665Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-17T12:43:36.665Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-17T12:43:36.665Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-17T12:43:36.665Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-17T12:43:36.665Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-17T12:43:36.665Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-17T12:43:36.665Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-17T12:43:36.665Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-17T12:43:40.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} [2022-05-17T12:43:42.921Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} [2022-05-17T12:43:45.877Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} [2022-05-17T12:43:48.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00040eb10__} [2022-05-17T12:43:49.150Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-17T12:43:49.150Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-17T12:43:49.150Z] === RUN TestDockerSuite/TestRunRm [2022-05-17T12:43:51.361Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-17T12:43:51.812Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11607478211_c:\foo_false_____} [2022-05-17T12:43:54.764Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11607478211_c:\foo_true_____} [2022-05-17T12:43:58.515Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-17T12:43:58.561Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-17T12:43:58.561Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-17T12:43:58.561Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-17T12:43:58.561Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-17T12:43:58.561Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-17T12:43:58.561Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-17T12:43:58.561Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-17T12:44:01.458Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-17T12:44:01.512Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-17T12:44:01.512Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.512Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-17T12:44:01.512Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.512Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-17T12:44:01.512Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-17T12:44:01.981Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-17T12:44:01.981Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-17T12:44:01.981Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-17T12:44:01.981Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-17T12:44:01.981Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-17T12:44:01.981Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-17T12:44:01.981Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-17T12:44:01.981Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-17T12:44:01.981Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-17T12:44:01.981Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T12:44:01.981Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-17T12:44:04.401Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-17T12:44:08.187Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-17T12:44:08.187Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-17T12:44:08.187Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-17T12:44:08.187Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-17T12:44:08.187Z] === RUN TestDockerSuite/TestRunState [2022-05-17T12:44:08.187Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-17T12:44:08.187Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-17T12:44:10.643Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-17T12:44:10.643Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-17T12:44:10.643Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-17T12:44:10.643Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-17T12:44:11.133Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-17T12:44:11.133Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-17T12:44:11.133Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-17T12:44:11.133Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-17T12:44:11.133Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-17T12:44:11.600Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-17T12:44:11.600Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-17T12:44:11.600Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-17T12:44:11.600Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-17T12:44:11.600Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-17T12:44:11.600Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-17T12:44:11.600Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-17T12:44:13.596Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-17T12:44:13.596Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-17T12:44:13.596Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-17T12:44:13.596Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-17T12:44:13.596Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-17T12:44:13.596Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-17T12:44:13.596Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-17T12:44:17.466Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-17T12:44:17.466Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-17T12:44:21.248Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-17T12:44:21.248Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-17T12:44:21.248Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-17T12:44:24.192Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-17T12:44:24.192Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-17T12:44:24.192Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-17T12:44:24.192Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-17T12:44:24.192Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-17T12:44:28.608Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-17T12:44:28.940Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-17T12:44:32.400Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-17T12:44:32.400Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:44:32.400Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-17T12:44:32.400Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-17T12:44:32.400Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-17T12:44:39.350Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-17T12:44:45.209Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-17T12:44:55.634Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-17T12:44:55.634Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-17T12:44:55.634Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-17T12:44:55.634Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-17T12:44:57.727Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-17T12:44:57.727Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:44:57.727Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-17T12:44:57.727Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T12:44:57.727Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-17T12:44:58.580Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-17T12:45:02.363Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-17T12:45:05.310Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-17T12:45:05.310Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-17T12:45:05.310Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-17T12:45:05.310Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-17T12:45:05.777Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-17T12:45:05.777Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-17T12:45:05.777Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-17T12:45:05.777Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-17T12:45:05.777Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-17T12:45:05.777Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-17T12:45:05.777Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-17T12:45:05.777Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-17T12:45:05.777Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-17T12:45:05.777Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-17T12:45:05.777Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-17T12:45:11.644Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-17T12:45:12.676Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-17T12:45:12.676Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-17T12:45:12.676Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-17T12:45:12.676Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-17T12:45:12.676Z] === RUN TestDockerSuite/TestCpToDot [2022-05-17T12:45:13.664Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-17T12:45:13.664Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-17T12:45:13.664Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-17T12:45:13.664Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-17T12:45:14.132Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-17T12:45:14.589Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-17T12:45:16.798Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-17T12:45:17.934Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-17T12:45:17.934Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:45:17.934Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-17T12:45:17.934Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-17T12:45:17.934Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-17T12:45:17.934Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-17T12:45:17.934Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-17T12:45:17.934Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-17T12:45:17.934Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-17T12:45:17.934Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-17T12:45:17.934Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-17T12:45:20.969Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-17T12:45:23.945Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-17T12:45:23.945Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-17T12:45:23.945Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-17T12:45:23.945Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-17T12:45:23.945Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-17T12:45:23.945Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-17T12:45:23.945Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-17T12:45:26.156Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-17T12:45:26.623Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-17T12:45:27.090Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-17T12:45:27.557Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-17T12:45:28.141Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-17T12:45:28.610Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-17T12:45:29.079Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-17T12:45:29.117Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-17T12:45:29.117Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-17T12:45:31.295Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-17T12:45:32.284Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-17T12:45:32.753Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-17T12:45:32.753Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-17T12:45:32.753Z] === RUN TestDockerSuite/TestCreateRM [2022-05-17T12:45:32.898Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-17T12:45:33.222Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-17T12:45:33.222Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-17T12:45:33.222Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-17T12:45:33.696Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-17T12:45:34.174Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-17T12:45:35.847Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-17T12:45:39.631Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-17T12:45:39.631Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T12:45:39.631Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-17T12:45:49.114Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-17T12:45:49.585Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-17T12:45:50.045Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-17T12:45:50.045Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T12:45:50.045Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-17T12:45:50.055Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-17T12:45:54.808Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-17T12:45:54.808Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-17T12:45:54.808Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:45:54.808Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-17T12:45:55.901Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-17T12:45:55.901Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-17T12:45:55.902Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-17T12:45:55.902Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T12:45:55.902Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-17T12:45:55.902Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-17T12:45:55.902Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-17T12:45:55.902Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-17T12:45:55.902Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-17T12:45:57.763Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-17T12:45:57.763Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:45:57.763Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-17T12:45:57.763Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-17T12:45:57.763Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-17T12:45:57.763Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-17T12:45:57.763Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-17T12:45:57.763Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-17T12:45:57.763Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-17T12:45:58.234Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-17T12:45:58.234Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-17T12:45:58.234Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-17T12:45:58.234Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-17T12:45:58.234Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-17T12:45:58.234Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDockerFails [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-17T12:45:58.234Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-17T12:45:58.234Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-17T12:45:58.234Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-17T12:45:58.234Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-17T12:45:58.234Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-17T12:45:58.234Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-17T12:46:02.034Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-17T12:46:04.991Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-17T12:46:06.314Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-17T12:46:06.314Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T12:46:06.314Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-17T12:46:06.314Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-17T12:46:06.314Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-17T12:46:06.314Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-17T12:46:06.314Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-17T12:46:06.314Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T12:46:06.314Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-17T12:46:06.314Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-17T12:46:06.314Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-17T12:46:06.314Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T12:46:06.314Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-17T12:46:07.956Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-17T12:46:11.061Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-17T12:46:14.845Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-17T12:46:14.845Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-17T12:46:14.845Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-17T12:46:18.631Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-17T12:46:18.631Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-17T12:46:18.631Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-17T12:46:18.631Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-17T12:46:18.631Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-17T12:46:18.631Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T12:46:18.631Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-17T12:46:18.631Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-17T12:46:18.631Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-17T12:46:18.631Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T12:46:18.631Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-17T12:46:18.631Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T12:46:18.631Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-17T12:46:29.205Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-17T12:46:33.972Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-17T12:46:36.438Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-17T12:46:36.438Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-17T12:46:36.438Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-17T12:46:36.438Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T12:46:36.438Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-17T12:46:36.438Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-17T12:46:36.438Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-17T12:46:36.438Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-17T12:46:38.648Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-17T12:46:39.114Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-17T12:46:41.126Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-17T12:46:42.901Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-17T12:46:43.367Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-17T12:46:43.834Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-17T12:46:43.834Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-17T12:46:44.301Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-17T12:46:44.953Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-17T12:46:45.940Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-17T12:46:50.708Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-17T12:46:51.177Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-17T12:46:52.744Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-17T12:46:54.710Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-17T12:46:54.711Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T12:46:54.711Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-17T12:46:55.693Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-17T12:46:55.693Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-17T12:46:55.693Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-17T12:46:55.693Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-17T12:47:05.251Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-17T12:47:06.184Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-17T12:47:06.184Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-17T12:47:06.184Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-17T12:47:10.009Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-17T12:47:10.009Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-17T12:47:10.009Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-17T12:47:10.009Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T12:47:10.009Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-17T12:47:10.009Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-17T12:47:10.009Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-17T12:47:10.009Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-17T12:47:10.009Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-17T12:47:11.576Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-17T12:47:11.576Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-17T12:47:11.576Z] === RUN TestDockerSuite/TestEventsRename [2022-05-17T12:47:20.258Z] === RUN TestDockerSuite/TestEventsResize [2022-05-17T12:47:21.099Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-17T12:47:21.099Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-17T12:47:21.099Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite (2976.00s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.87s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.78s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.38s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (90.77s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.27s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.42s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.46s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.39s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (100.80s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.59s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.68s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.17s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.11s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.68s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.84s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.44s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.67s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.38s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.31s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.54s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.13s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.64s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.70s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddTar (43.50s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.34s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.97s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.73s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.74s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.40s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.10s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.55s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.84s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.73s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.19s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.74s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (30.24s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.98s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.76s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.24s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.77s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.92s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.32s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCmd (0.73s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.75s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.83s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.53s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.87s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.59s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.65s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.20s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.23s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.67s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.17s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.84s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.40s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (45.91s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.83s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.74s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.15s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.74s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (30.27s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.89s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.93s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.29s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.04s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.94s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.10s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.13s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignore (63.36s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.62s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (70.35s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.18s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.07s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.88s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.80s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.61s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.97s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.65s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.76s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (98.20s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.53s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.35s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.62s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.65s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.95s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.56s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.45s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.70s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.23s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.12s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.44s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.73s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFails (3.32s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.84s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.88s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.17s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.46s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.57s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.29s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.67s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.43s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildHistory (14.16s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.28s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.21s) [2022-05-17T12:47:22.084Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.94s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.88s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildLabel (1.23s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.83s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.22s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.74s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildLabels (1.27s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.92s) [2022-05-17T12:47:22.084Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.17s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.16s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.71s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.75s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.66s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.69s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.68s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (44.04s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.78s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.63s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.95s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (8.38s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.40s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.38s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.86s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.08s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.92s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.72s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.77s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.16s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.70s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.81s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.09s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.95s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.11s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.10s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.76s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.36s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.58s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.88s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.64s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.03s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildRm (16.88s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.88s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.72s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.97s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.94s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.00s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.90s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.00s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.76s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.35s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.32s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildStderr (5.95s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (25.41s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.41s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.61s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.30s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.58s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.57s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.66s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.92s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.11s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.16s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.04s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.06s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.85s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.71s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.21s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.53s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.98s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.47s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.06s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.44s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.41s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.44s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.51s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCommitChange (6.49s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.03s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.42s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCommitTTY (9.15s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.97s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.35s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.28s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.29s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.32s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.27s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.95s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.01s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.89s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.57s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.84s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.67s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.48s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.69s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.35s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.36s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.96s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.23s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.36s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.05s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.14s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.64s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.46s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.36s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} (3.25s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} (3.18s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} (3.24s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} (3.22s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004338f0__} (3.38s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13327917194_c:\foo_false_____} (3.57s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13327917194_c:\foo_true_____} (3.48s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.55s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.12s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.12s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.77s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.58s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.62s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.51s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.59s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.66s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.57s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpToDot (3.54s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCpToStdout (3.70s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.27s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateArgs (0.26s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.36s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.42s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.10s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.88s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateLabels (0.27s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateRM (0.50s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.26s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.50s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.62s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.32s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.63s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.79s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.73s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-17T12:47:22.085Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-17T12:47:22.085Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.42s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.48s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.64s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.00s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsCopy (6.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.37s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.34s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.92s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.64s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.30s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.16s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFilters (6.95s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFormat (6.97s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsRename (3.66s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsResize (33.79s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.27s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.10s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.94s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.76s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.45s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.37s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.60s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.12s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.10s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.73s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.38s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.12s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecInspectID (6.05s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.32s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.12s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.75s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.49s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.72s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.61s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.50s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.22s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.36s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.82s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.34s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.20s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.32s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.57s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.67s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.10s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestImportFile (0.03s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.40s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.28s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.35s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.34s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectDefault (3.28s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectHistory (5.95s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.48s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectJSONFields (4.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.51s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (4.10s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (4.06s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectStatus (4.16s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.62s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.19s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.38s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.40s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.57s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.32s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.03s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.41s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.41s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.59s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.47s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.09s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.44s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.52s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.51s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.94s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.89s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.46s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.57s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsSince (10.10s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsTail (3.78s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.57s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.27s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.53s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.51s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPsByOrder (13.95s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.18s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.85s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.41s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.04s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.86s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.29s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (6.89s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-17T12:47:22.086Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.37s) [2022-05-17T12:47:22.086Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.69s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.00s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.50s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.71s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (31.72s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.56s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.34s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.28s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.46s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.16s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (6.58s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.47s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.84s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.82s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.60s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.54s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.42s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.43s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiTag (0.74s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.50s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.79s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.80s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.51s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.42s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.11s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.75s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.21s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.35s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.37s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.42s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.96s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.34s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.50s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.07s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.49s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.42s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.25s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.31s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.22s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.49s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.33s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.43s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.49s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.38s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunExitCode (3.43s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.38s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.41s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.40s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.87s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.33s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.83s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.93s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.95s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.05s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.51s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.31s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.37s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.05s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.43s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.70s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunRm (3.39s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.32s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.30s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.27s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.58s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.91s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.42s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.64s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.44s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.29s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.88s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.06s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.59s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.42s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.19s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.18s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.37s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.39s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.72s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.69s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.40s) [2022-05-17T12:47:22.087Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (7.07s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-17T12:47:22.087Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.28s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.70s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.05s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.36s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.35s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.31s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.75s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.13s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.10s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.04s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.21s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.16s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.60s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.38s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.71s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.08s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.43s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.58s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.69s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.06s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.67s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.82s) [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-17T12:47:22.088Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-17T12:47:22.088Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:47:22.088Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-17T12:47:22.088Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-17T12:47:22.088Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-17T12:47:22.088Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-17T12:47:22.088Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.088Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-17T12:47:22.088Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-17T12:47:22.089Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-17T12:47:22.089Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-17T12:47:22.089Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-17T12:47:22.089Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-17T12:47:22.089Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-17T12:47:22.089Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-17T12:47:22.089Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-17T12:47:22.089Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-17T12:47:22.089Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-17T12:47:22.089Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-17T12:47:22.089Z] === RUN TestDockerDaemonSuite [2022-05-17T12:47:22.089Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-17T12:47:22.089Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-17T12:47:22.089Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-17T12:47:22.089Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.089Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-17T12:47:22.089Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-17T12:47:22.555Z] === RUN TestDockerSwarmSuite [2022-05-17T12:47:22.555Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-17T12:47:22.555Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.555Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-17T12:47:22.555Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-17T12:47:22.555Z] === RUN TestDockerExternalVolumeSuite [2022-05-17T12:47:22.556Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-17T12:47:22.556Z] === RUN TestDockerNetworkSuite [2022-05-17T12:47:22.556Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-17T12:47:22.556Z] === RUN TestDockerHubPullSuite [2022-05-17T12:47:22.556Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-17T12:47:22.556Z] PASS [2022-05-17T12:47:22.556Z] ok github.com/docker/docker/integration-cli 2976.437s [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === Skipped [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-17T12:47:22.556Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-17T12:47:22.556Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-17T12:47:22.556Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-17T12:47:22.556Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-17T12:47:22.556Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-17T12:47:22.556Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-17T12:47:22.556Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-17T12:47:22.556Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-17T12:47:22.556Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-17T12:47:22.556Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-05-17T12:47:22.556Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-17T12:47:22.556Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-17T12:47:22.556Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-17T12:47:22.556Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-05-17T12:47:22.556Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.97s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.97s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.40s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.40s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-17T12:47:22.556Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.556Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-05-17T12:47:22.556Z] [2022-05-17T12:47:22.556Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-17T12:47:22.556Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.16s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.16s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.50s) [2022-05-17T12:47:22.557Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.47s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.47s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.06s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.06s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-17T12:47:22.557Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-17T12:47:22.557Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-17T12:47:22.557Z] docker_cli_sni_test.go:18: Flakey test [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-17T12:47:22.557Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-17T12:47:22.557Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-17T12:47:22.557Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-05-17T12:47:22.557Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.557Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-17T12:47:22.557Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.557Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-17T12:47:22.557Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-17T12:47:22.558Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-17T12:47:22.558Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-17T12:47:22.558Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-17T12:47:22.558Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-17T12:47:22.558Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-17T12:47:22.558Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-17T12:47:22.558Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-17T12:47:22.558Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-17T12:47:22.558Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-17T12:47:22.558Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-17T12:47:22.558Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-17T12:47:22.558Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.03s) [2022-05-17T12:47:22.558Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-05-17T12:47:22.558Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-17T12:47:22.558Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.558Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-17T12:47:22.558Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.558Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-17T12:47:22.558Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-17T12:47:22.559Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-17T12:47:22.559Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-17T12:47:22.559Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-17T12:47:22.559Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-17T12:47:22.559Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestImportFile (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-17T12:47:22.559Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-17T12:47:22.559Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-17T12:47:22.559Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-17T12:47:22.559Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-17T12:47:22.559Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-17T12:47:22.559Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.559Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-17T12:47:22.559Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.559Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-05-17T12:47:22.559Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-17T12:47:22.560Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-17T12:47:22.560Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-17T12:47:22.560Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-17T12:47:22.560Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-17T12:47:22.560Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T12:47:22.560Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-17T12:47:22.560Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-17T12:47:22.560Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-17T12:47:22.560Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.04s) [2022-05-17T12:47:22.560Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.04s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-05-17T12:47:22.560Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-05-17T12:47:22.560Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-05-17T12:47:22.560Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.560Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-05-17T12:47:22.560Z] [2022-05-17T12:47:22.560Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-17T12:47:22.560Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-17T12:47:22.561Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-17T12:47:22.561Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-05-17T12:47:22.561Z] [2022-05-17T12:47:22.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-17T12:47:23.028Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-05-17T12:47:23.028Z] [2022-05-17T12:47:23.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.03s) [2022-05-17T12:47:23.028Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.028Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.03s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.03s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.03s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-17T12:47:23.029Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.029Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-05-17T12:47:23.029Z] [2022-05-17T12:47:23.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-17T12:47:23.030Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.04s) [2022-05-17T12:47:23.030Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.04s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-17T12:47:23.030Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-17T12:47:23.030Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.030Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T12:47:23.030Z] [2022-05-17T12:47:23.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:47:23.030Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-17T12:47:23.031Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] DONE 1088 tests, 544 skipped in 2990.529s [2022-05-17T12:47:23.031Z] INFO: Integration tests ended at 05/17/2022 12:47:22. Duration:00:49:50.6918142 [2022-05-17T12:47:23.031Z] INFO: Docker info of the daemon under test at end of run [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] Containers: 10 [2022-05-17T12:47:23.031Z] Running: 0 [2022-05-17T12:47:23.031Z] Paused: 0 [2022-05-17T12:47:23.031Z] Stopped: 10 [2022-05-17T12:47:23.031Z] Images: 18 [2022-05-17T12:47:23.031Z] Server Version: 0.0.0-dev [2022-05-17T12:47:23.031Z] Storage Driver: windowsfilter [2022-05-17T12:47:23.031Z] Windows: [2022-05-17T12:47:23.031Z] Logging Driver: json-file [2022-05-17T12:47:23.031Z] Plugins: [2022-05-17T12:47:23.031Z] Volume: local [2022-05-17T12:47:23.031Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T12:47:23.031Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T12:47:23.031Z] Swarm: inactive [2022-05-17T12:47:23.031Z] Default Isolation: process [2022-05-17T12:47:23.031Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-05-17T12:47:23.031Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-05-17T12:47:23.031Z] OSType: windows [2022-05-17T12:47:23.031Z] Architecture: x86_64 [2022-05-17T12:47:23.031Z] CPUs: 4 [2022-05-17T12:47:23.031Z] Total Memory: 32GiB [2022-05-17T12:47:23.031Z] Name: azwin-2-2df1c0 [2022-05-17T12:47:23.031Z] ID: 869573af-3bf8-4319-bf4d-c8e6224738df [2022-05-17T12:47:23.031Z] Docker Root Dir: D:\CI\PR-43322\3\daemon [2022-05-17T12:47:23.031Z] Debug Mode (client): false [2022-05-17T12:47:23.031Z] Debug Mode (server): true [2022-05-17T12:47:23.031Z] File Descriptors: -1 [2022-05-17T12:47:23.031Z] Goroutines: 44 [2022-05-17T12:47:23.031Z] System Time: 2022-05-17T12:47:22.8640139Z [2022-05-17T12:47:23.031Z] EventsListeners: 0 [2022-05-17T12:47:23.031Z] Registry: https://index.docker.io/v1/ [2022-05-17T12:47:23.031Z] Labels: [2022-05-17T12:47:23.031Z] Experimental: false [2022-05-17T12:47:23.031Z] Insecure Registries: [2022-05-17T12:47:23.031Z] 127.0.0.0/8 [2022-05-17T12:47:23.031Z] Live Restore Enabled: false [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] [2022-05-17T12:47:23.031Z] INFO: Stopping daemon under test [2022-05-17T12:47:23.498Z] SUCCESS: The process with PID 5216 (child process of PID 5828) has been terminated. [2022-05-17T12:47:23.498Z] SUCCESS: The process with PID 5828 (child process of PID 3620) has been terminated. [2022-05-17T12:47:23.498Z] INFO: Stop tailing logs of the daemon under tests [2022-05-17T12:47:23.498Z] INFO: executeCI.ps1 Completed successfully at 05/17/2022 12:47:23. [2022-05-17T12:47:23.498Z] INFO: Tidying up at end of run [2022-05-17T12:47:23.498Z] ----------- DAEMON LOG ------------ [2022-05-17T12:47:23.498Z] 2022/05/17 11:54:06 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-17T12:47:23.498Z] ----------- END DAEMON LOG -------- [2022-05-17T12:47:23.498Z] INFO: Saving daemon under test log (d:\CI\PR-43322\3\dut.out) to bundles\CIDUT.out [2022-05-17T12:47:23.498Z] INFO: Saving daemon under test log (d:\CI\PR-43322\3\dut.err) to bundles\CIDUT.err [2022-05-17T12:47:23.498Z] INFO: Saving containerd logs to bundles [2022-05-17T12:47:23.498Z] INFO: Nuke-Everything... [2022-05-17T12:47:23.498Z] INFO: Container count on control daemon to delete is 2 [2022-05-17T12:47:23.965Z] 0c34643d1efc [2022-05-17T12:47:23.965Z] aa25679f2679 [2022-05-17T12:47:23.965Z] INFO: Tidying pidfile d:\CI\PR-43322\3\docker.pid [2022-05-17T12:47:23.965Z] INFO: Killing containerd with PID 4004 [2022-05-17T12:47:23.965Z] INFO: Nuking d:\CI [2022-05-17T12:47:28.924Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-17T12:47:31.138Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-17T12:47:34.932Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-17T12:47:40.802Z] === RUN TestDockerSuite/TestEventsTop [2022-05-17T12:47:40.802Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-17T12:47:40.802Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-17T12:47:43.090Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-17T12:47:48.959Z] === RUN TestDockerSuite/TestExec [2022-05-17T12:47:48.959Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:47:48.959Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-17T12:47:48.959Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T12:47:48.959Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-17T12:47:51.181Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-17T12:47:54.103Z] INFO: Zapped successfully [2022-05-17T12:47:54.104Z] [2022-05-17T12:47:54.104Z] INFO: executeCI.ps1 exiting at Tue May 17 12:47:51 CUT 2022. Duration 01:18:51.2229589 [2022-05-17T12:47:54.104Z] [2022-05-17T12:47:54.176Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-17T12:47:54.176Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-17T12:47:54.176Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-17T12:47:54.176Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-17T12:47:54.176Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-17T12:47:54.176Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T12:47:54.176Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-17T12:47:54.353Z] Recording test results [2022-05-17T12:47:57.143Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-17T12:48:00.094Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-17T12:48:03.048Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-17T12:48:03.439Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-17T12:48:05.531Z] Creating win-2022-c8d-integration-bundles.zip [2022-05-17T12:48:06.002Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [Pipeline] archiveArtifacts [2022-05-17T12:48:07.957Z] Archiving artifacts [2022-05-17T12:48:11.871Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-17T12:48:11.871Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-17T12:48:11.871Z] === RUN TestDockerSuite/TestExecEnv [2022-05-17T12:48:11.871Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T12:48:11.871Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-17T12:48:11.871Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-17T12:48:11.871Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-17T12:48:14.092Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-17T12:48:19.021Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-17T12:48:19.021Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-17T12:48:19.021Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-17T12:48:19.021Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-17T12:48:19.021Z] === RUN TestDockerSuite/TestExecParseError [2022-05-17T12:48:19.021Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-17T12:48:19.021Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-17T12:48:19.021Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-17T12:48:19.021Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-17T12:48:19.021Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-17T12:48:19.021Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-17T12:48:22.813Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-17T12:48:22.813Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-17T12:48:22.813Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-17T12:48:22.813Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-17T12:48:22.813Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-17T12:48:22.813Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T12:48:22.813Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-17T12:48:22.813Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-17T12:48:22.813Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-17T12:48:22.813Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-17T12:48:22.813Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-17T12:48:23.953Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43322/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-17T12:48:24.974Z] + make clean [2022-05-17T12:48:25.783Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-17T12:48:25.783Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-17T12:48:25.783Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-17T12:48:26.539Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-17T12:48:26.539Z] docker-dev-cache [2022-05-17T12:48:26.539Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-17T12:48:36.229Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-17T12:48:36.229Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-17T12:48:36.229Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-17T12:48:36.229Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-17T12:48:36.229Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-17T12:48:36.229Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-17T12:48:36.229Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-17T12:48:43.395Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-17T12:48:50.564Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-17T12:48:54.365Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-17T12:49:00.247Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-17T12:49:00.247Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:49:00.718Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-17T12:49:00.718Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-17T12:49:00.718Z] === RUN TestDockerSuite/TestHealth [2022-05-17T12:49:00.718Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-17T12:49:00.718Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-17T12:49:00.718Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-17T12:49:01.187Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-17T12:49:01.187Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-17T12:49:07.062Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-17T12:49:07.062Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-17T12:49:07.062Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-17T12:49:07.062Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-17T12:49:07.533Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-17T12:49:07.533Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-17T12:49:08.003Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-17T12:49:08.992Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-17T12:49:08.992Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-17T12:49:08.992Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-17T12:49:10.561Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-17T12:49:10.561Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-17T12:49:13.513Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-17T12:49:13.513Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-17T12:49:16.474Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-17T12:49:20.273Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-17T12:49:20.743Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-17T12:49:20.743Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T12:49:20.743Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-17T12:49:25.502Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-17T12:49:25.502Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-17T12:49:25.502Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-17T12:49:25.502Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T12:49:25.502Z] === RUN TestDockerSuite/TestImportFile [2022-05-17T12:49:25.502Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T12:49:25.502Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-17T12:49:25.502Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-17T12:49:25.502Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-17T12:49:25.502Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-17T12:49:25.502Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T12:49:25.502Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-17T12:49:25.502Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:49:25.971Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-17T12:49:25.971Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-17T12:49:25.971Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-17T12:49:25.971Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-17T12:49:25.971Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-17T12:49:25.971Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-17T12:49:25.971Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-17T12:49:25.971Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-17T12:49:25.971Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T12:49:25.971Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-17T12:49:25.971Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:49:25.971Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-17T12:49:34.646Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-17T12:49:36.864Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-17T12:49:36.864Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T12:49:36.864Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-17T12:49:36.864Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-17T12:49:36.864Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-17T12:49:36.864Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-17T12:49:36.864Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-17T12:49:36.864Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-17T12:49:39.826Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-17T12:49:40.294Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-17T12:49:48.967Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-17T12:49:48.967Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T12:49:48.967Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-17T12:49:48.967Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-17T12:49:48.967Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-17T12:49:48.967Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-17T12:49:48.967Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-17T12:49:51.182Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-17T12:49:57.073Z] === RUN TestDockerSuite/TestInspectImage [2022-05-17T12:49:57.073Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T12:49:57.073Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-17T12:49:57.073Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T12:49:57.073Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-17T12:49:57.073Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T12:49:57.542Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-17T12:50:06.214Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-17T12:50:08.437Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-17T12:50:08.437Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-17T12:50:11.397Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-17T12:50:14.357Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-17T12:50:14.357Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-17T12:50:14.357Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-17T12:50:14.826Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-17T12:50:17.781Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-17T12:50:21.584Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-17T12:50:27.463Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-17T12:50:30.414Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-17T12:50:33.363Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-17T12:50:36.317Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-17T12:50:44.993Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-17T12:50:47.208Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-17T12:50:50.176Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-17T12:50:50.176Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-17T12:50:50.176Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.176Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-17T12:50:50.176Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.176Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-17T12:50:50.176Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-17T12:50:50.646Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-17T12:50:50.646Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-17T12:50:50.646Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-17T12:50:50.646Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-17T12:50:51.116Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-17T12:50:51.116Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-17T12:50:53.334Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-17T12:50:56.297Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-17T12:51:03.461Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-17T12:51:05.683Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-17T12:51:05.683Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-17T12:51:05.683Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-17T12:51:09.476Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-17T12:51:09.476Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-17T12:51:18.154Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-17T12:51:25.312Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-17T12:51:33.984Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-17T12:51:36.941Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-17T12:51:40.761Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-17T12:51:40.761Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-17T12:51:40.761Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-17T12:51:43.711Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-17T12:51:46.672Z] === RUN TestDockerSuite/TestLogsSince [2022-05-17T12:51:57.114Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-17T12:51:57.114Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-17T12:51:57.114Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-17T12:51:57.114Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-17T12:51:57.114Z] === RUN TestDockerSuite/TestLogsTail [2022-05-17T12:52:00.076Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-17T12:52:03.870Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-17T12:52:06.829Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-17T12:52:06.829Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestNetHostname [2022-05-17T12:52:06.829Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-17T12:52:06.829Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-17T12:52:06.829Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-17T12:52:06.829Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestPluginActive [2022-05-17T12:52:06.829Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-17T12:52:06.829Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-17T12:52:06.829Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T12:52:06.829Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-17T12:52:06.829Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-17T12:52:07.297Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-17T12:52:07.297Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-17T12:52:07.297Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-17T12:52:07.297Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-17T12:52:07.297Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-17T12:52:07.297Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-17T12:52:07.297Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-17T12:52:07.297Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-17T12:52:07.297Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-17T12:52:07.297Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-17T12:52:07.297Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-17T12:52:07.297Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-17T12:52:07.297Z] === RUN TestDockerSuite/TestPortList [2022-05-17T12:52:07.297Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-17T12:52:07.297Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-17T12:52:13.167Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-17T12:52:13.167Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-17T12:52:13.167Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-17T12:52:13.167Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-17T12:52:13.167Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-17T12:52:13.167Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-17T12:52:13.167Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-17T12:52:13.167Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-17T12:52:13.167Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-17T12:52:25.658Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-17T12:52:25.658Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-17T12:52:25.658Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-17T12:52:36.109Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-17T12:52:36.109Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-17T12:52:36.109Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-17T12:52:48.598Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-17T12:53:06.435Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-17T12:53:06.435Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-17T12:53:06.435Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-17T12:53:06.909Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-17T12:53:21.847Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-17T12:53:27.723Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-17T12:53:42.670Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-17T12:53:53.109Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-17T12:53:53.109Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-17T12:53:53.109Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-17T12:53:53.109Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-17T12:53:53.109Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-17T12:54:03.540Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-17T12:54:03.540Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T12:54:04.009Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-17T12:54:04.009Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-17T12:54:04.009Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-17T12:54:04.009Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-17T12:54:04.009Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-17T12:54:04.009Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-17T12:54:04.009Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-17T12:54:14.489Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-17T12:54:14.489Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-17T12:54:14.489Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-17T12:54:14.967Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-17T12:54:14.967Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-17T12:54:15.435Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-17T12:54:16.422Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-17T12:54:17.425Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-17T12:54:17.425Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-17T12:54:17.425Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-17T12:54:23.300Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-17T12:54:29.181Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-17T12:54:36.350Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-17T12:55:12.253Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-17T12:55:12.253Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T12:55:12.253Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-17T12:55:17.038Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-17T12:55:17.038Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-17T12:55:17.038Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-17T12:55:18.026Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-17T12:55:23.920Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-17T12:55:29.800Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-17T12:55:29.800Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T12:55:29.800Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-17T12:55:34.563Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-17T12:55:35.033Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-17T12:55:35.506Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-17T12:55:56.773Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-17T12:55:57.767Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-17T12:55:59.343Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-17T12:56:08.010Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-17T12:56:20.520Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-17T12:56:35.460Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-17T12:56:40.237Z] === RUN TestDockerSuite/TestRmiTag [2022-05-17T12:56:41.224Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-17T12:56:44.188Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-17T12:57:09.493Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-17T12:57:16.657Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-17T12:57:22.540Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-17T12:57:24.110Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-17T12:57:24.110Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-17T12:57:24.110Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-17T12:57:24.110Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-17T12:57:24.110Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-17T12:57:24.110Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-17T12:57:24.110Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-17T12:57:24.110Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-17T12:57:24.110Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-17T12:57:24.110Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-17T12:57:24.110Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-17T12:57:24.110Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-17T12:57:24.110Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-17T12:57:24.110Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-17T12:57:24.110Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-17T12:57:27.066Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-17T12:57:27.066Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-17T12:57:27.066Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-17T12:57:27.066Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-17T12:57:27.066Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-17T12:57:32.952Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-17T12:57:36.748Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-17T12:57:39.708Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-17T12:57:41.932Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-17T12:57:44.886Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-17T12:57:45.354Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-17T12:57:55.785Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-17T12:57:55.785Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-17T12:57:55.785Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-17T12:57:55.785Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-17T12:57:56.255Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-17T12:57:56.255Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-17T12:57:56.255Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-17T12:57:56.255Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-17T12:57:56.255Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-17T12:57:56.255Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-17T12:57:56.255Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-17T12:57:56.255Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-17T12:57:56.255Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-17T12:57:56.255Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-17T12:58:04.927Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-17T12:58:04.927Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-17T12:58:04.927Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-17T12:58:08.717Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-17T12:58:08.717Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-17T12:58:08.717Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-17T12:58:08.717Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-17T12:58:08.717Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-17T12:58:10.940Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-17T12:58:10.940Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-17T12:58:10.940Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-17T12:58:10.940Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-17T12:58:10.940Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-17T12:58:10.940Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-17T12:58:10.940Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-17T12:58:10.940Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-17T12:58:11.410Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-17T12:58:11.410Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-17T12:58:11.410Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-17T12:58:11.410Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-17T12:58:11.410Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-17T12:58:11.410Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-17T12:58:11.410Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-17T12:58:14.370Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-17T12:58:17.338Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-17T12:58:26.003Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-17T12:58:26.003Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-17T12:58:26.003Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-17T12:58:26.003Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-17T12:58:26.003Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-17T12:58:26.003Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-17T12:58:26.003Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-17T12:58:28.234Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-17T12:58:28.234Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-17T12:58:28.234Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-17T12:58:28.234Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-17T12:58:28.234Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-17T12:58:28.234Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-17T12:58:28.234Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-17T12:58:28.234Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-17T12:58:28.234Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-17T12:58:31.208Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-17T12:58:39.871Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-17T12:58:39.871Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-17T12:58:39.871Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-17T12:58:39.871Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-17T12:58:39.871Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-17T12:58:39.871Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-17T12:58:39.871Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-17T12:58:39.871Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-17T12:58:39.871Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-17T12:58:39.871Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-17T12:58:39.871Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-17T12:58:39.871Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-17T12:58:39.871Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-17T12:58:42.089Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-17T12:58:42.089Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-17T12:58:42.089Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-17T12:58:42.089Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-17T12:58:42.089Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-17T12:58:42.089Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-17T12:58:45.051Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-17T12:58:48.007Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-17T12:58:48.007Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-17T12:58:48.007Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-17T12:58:50.965Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-17T12:58:50.965Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-17T12:58:50.965Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-17T12:58:50.965Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T12:58:50.965Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-17T12:58:50.965Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-17T12:58:50.965Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-17T12:58:53.927Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-17T12:59:02.593Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-17T12:59:09.754Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-17T12:59:13.558Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-17T12:59:13.558Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-17T12:59:13.558Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-17T12:59:13.558Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-17T12:59:13.558Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-17T12:59:13.558Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-17T12:59:13.558Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-17T12:59:13.558Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-17T12:59:13.558Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-17T12:59:13.558Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-17T12:59:13.558Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-17T12:59:13.558Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-17T12:59:13.558Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-17T12:59:13.558Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-17T12:59:13.558Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-17T12:59:13.558Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-17T12:59:28.519Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-05-17T12:59:28.519Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-17T12:59:28.519Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-17T12:59:28.519Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-17T12:59:28.519Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-17T12:59:28.519Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-17T12:59:28.519Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-17T12:59:28.519Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-17T12:59:28.519Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T12:59:28.519Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-17T12:59:28.519Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T12:59:28.519Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-17T12:59:41.015Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-17T12:59:41.015Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-17T12:59:41.015Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunMount [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.231Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-17T12:59:43.231Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.698Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-17T12:59:43.698Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-17T12:59:43.698Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-17T12:59:52.366Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-17T12:59:52.366Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-17T12:59:52.366Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-17T12:59:52.366Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-17T12:59:52.366Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-17T12:59:52.366Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-17T12:59:52.366Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-17T12:59:59.533Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-17T13:00:04.289Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-17T13:00:04.289Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-17T13:00:04.289Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-17T13:00:04.289Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-17T13:00:04.289Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-17T13:00:04.289Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-17T13:00:04.289Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-17T13:00:04.289Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-17T13:00:04.289Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-17T13:00:04.289Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-17T13:00:04.756Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-17T13:00:05.745Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-17T13:00:08.703Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-17T13:00:11.664Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-17T13:00:13.230Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-17T13:00:15.465Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-17T13:00:15.941Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-17T13:00:15.941Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-17T13:00:15.941Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-17T13:00:15.941Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-17T13:00:15.941Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-17T13:00:15.941Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-17T13:00:15.941Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-17T13:00:15.941Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-17T13:00:15.941Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-17T13:00:15.941Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-17T13:00:15.941Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-17T13:00:15.941Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-17T13:00:15.941Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-17T13:00:16.410Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-17T13:00:16.410Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-17T13:00:16.410Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-17T13:00:20.205Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-17T13:00:20.205Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-17T13:00:20.205Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-17T13:00:20.205Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-17T13:00:20.205Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-17T13:00:20.205Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-17T13:00:20.205Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-17T13:00:20.205Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-17T13:00:20.205Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-17T13:00:20.205Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-17T13:00:20.205Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-17T13:00:35.147Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-17T13:00:35.147Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-17T13:00:35.147Z] === RUN TestDockerSuite/TestRunRm [2022-05-17T13:00:38.105Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-17T13:00:45.274Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-17T13:00:47.493Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-17T13:00:56.167Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-17T13:00:58.386Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-17T13:01:02.203Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-17T13:01:02.203Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-17T13:01:02.203Z] === RUN TestDockerSuite/TestRunState [2022-05-17T13:01:02.203Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-17T13:01:02.203Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-17T13:01:04.430Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-17T13:01:04.430Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-17T13:01:04.430Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-17T13:01:07.389Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-17T13:01:07.389Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-17T13:01:07.389Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-17T13:01:07.389Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-17T13:01:07.389Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-17T13:01:07.859Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-17T13:01:07.859Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-17T13:01:07.859Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-17T13:01:07.859Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-17T13:01:13.739Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-17T13:01:13.739Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-17T13:01:16.691Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-17T13:01:16.691Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-17T13:01:16.691Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-17T13:01:19.647Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-17T13:01:19.647Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-17T13:01:19.647Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-17T13:01:19.647Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-17T13:01:19.647Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-17T13:01:23.443Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-17T13:01:32.114Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-17T13:01:44.631Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-17T13:01:51.801Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-17T13:01:51.801Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-17T13:01:51.801Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-17T13:01:51.801Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-17T13:01:56.575Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-17T13:01:59.532Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-17T13:02:08.200Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-17T13:02:08.200Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-17T13:02:08.200Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-17T13:02:08.200Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-17T13:02:08.200Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-17T13:02:08.200Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-17T13:02:08.200Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-17T13:02:08.200Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-17T13:02:08.200Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-17T13:02:08.200Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-17T13:02:08.200Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-17T13:02:08.200Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-17T13:02:08.200Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-17T13:02:08.200Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-17T13:02:08.200Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-17T13:02:12.953Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-17T13:02:15.170Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-17T13:02:18.125Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-17T13:02:23.996Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-17T13:02:23.996Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-17T13:02:23.996Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-17T13:02:23.996Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-17T13:02:23.996Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-17T13:02:23.996Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-17T13:02:23.996Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-17T13:02:23.996Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-17T13:02:23.996Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-17T13:02:23.996Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-17T13:02:23.996Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-17T13:02:23.996Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T13:02:24.475Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-17T13:02:24.475Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T13:02:24.475Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-17T13:02:24.475Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T13:02:24.475Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-17T13:02:24.475Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-17T13:02:24.475Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-17T13:02:24.475Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T13:02:24.475Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-17T13:02:24.475Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T13:02:24.475Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-17T13:02:24.475Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-17T13:02:24.475Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-17T13:02:26.694Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-17T13:02:27.163Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-17T13:02:27.631Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-17T13:02:28.101Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-17T13:02:30.320Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-17T13:02:30.320Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-17T13:02:33.273Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-17T13:02:41.975Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-17T13:02:43.547Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-17T13:02:43.547Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T13:02:43.547Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-17T13:02:53.973Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-17T13:02:53.973Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T13:02:53.973Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-17T13:02:59.836Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-17T13:02:59.836Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-17T13:02:59.836Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-17T13:02:59.836Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T13:02:59.836Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-17T13:02:59.836Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-17T13:02:59.836Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-17T13:02:59.836Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-17T13:02:59.836Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-17T13:03:07.006Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-17T13:03:07.006Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T13:03:07.006Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-17T13:03:07.006Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-17T13:03:07.006Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-17T13:03:07.006Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-17T13:03:07.006Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-17T13:03:07.006Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T13:03:07.006Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-17T13:03:07.006Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-17T13:03:07.006Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-17T13:03:07.006Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T13:03:07.006Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-17T13:03:09.958Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-17T13:03:13.758Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-17T13:03:13.758Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-17T13:03:13.758Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-17T13:03:16.738Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-17T13:03:16.738Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-17T13:03:16.738Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-17T13:03:16.738Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-17T13:03:16.738Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-17T13:03:16.738Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T13:03:16.738Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-17T13:03:16.738Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-17T13:03:16.738Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-17T13:03:16.738Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T13:03:16.738Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-17T13:03:16.738Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T13:03:16.738Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-17T13:03:34.580Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-17T13:03:34.580Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-17T13:03:34.580Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-17T13:03:34.580Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T13:03:34.580Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-17T13:03:34.580Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-17T13:03:34.580Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-17T13:03:34.580Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-17T13:03:41.778Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-17T13:03:42.254Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-17T13:03:50.943Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-17T13:03:51.412Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-17T13:03:51.880Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-17T13:03:51.880Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-17T13:03:52.349Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-17T13:04:13.624Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-17T13:04:13.624Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T13:04:13.624Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-17T13:04:13.624Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-17T13:04:13.624Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-17T13:04:13.624Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-17T13:04:13.624Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-17T13:04:24.054Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-17T13:04:24.054Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-17T13:04:24.054Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-17T13:04:41.897Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-17T13:04:41.897Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-17T13:04:41.897Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite (3531.22s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.04s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.07s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.40s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.93s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.40s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (121.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.05s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.12s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.04s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.04s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.72s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.96s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.94s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.07s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.04s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (9.15s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (153.13s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.62s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.60s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.04s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.40s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.33s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.36s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.29s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.11s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.15s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.04s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (4.14s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (15.77s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.91s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.60s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.78s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.32s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (11.36s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.74s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddTar (63.75s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (27.76s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.80s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.54s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.54s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.65s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.51s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.34s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (11.32s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.06s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (9.65s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.92s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (45.39s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.25s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.59s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (2.00s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.05s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.97s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.08s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.04s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.17s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.47s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCmd (0.87s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.83s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.87s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.42s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (3.37s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.04s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.80s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.72s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.55s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.37s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.72s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.07s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.24s) [2022-05-17T13:04:41.897Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (1.02s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-05-17T13:04:41.897Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.26s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (43.73s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.95s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.87s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.15s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.56s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.78s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (39.83s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (1.10s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.59s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (33.21s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.53s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.10s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.68s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (8.65s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.60s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignore (84.63s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.54s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.60s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (105.37s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.46s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.12s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (31.01s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.51s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (18.45s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (51.12s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (23.59s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.10s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (118.88s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.63s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.56s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.85s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.65s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.75s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.81s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.24s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.35s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.72s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.52s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.04s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.04s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.72s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.06s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.06s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.07s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.45s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.66s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (21.99s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.99s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.09s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.04s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.04s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFails (7.95s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.17s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.67s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (12.42s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.48s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.96s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.95s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.45s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.02s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.83s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.77s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildHistory (16.93s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.45s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.65s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.13s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.80s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLabel (1.48s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.93s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.56s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.94s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLabels (1.55s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.30s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (8.60s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.14s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.09s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.18s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.15s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.16s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.92s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.94s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.74s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (30.23s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.81s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (61.66s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (28.67s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.17s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.43s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (27.24s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (14.90s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.95s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.67s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.93s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.14s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.37s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.21s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.87s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.46s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (2.04s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildOnBuild (17.25s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.47s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (16.88s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (9.91s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.79s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (7.06s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.65s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.80s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.08s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.04s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.92s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (59.91s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (29.57s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildRm (17.90s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.89s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.64s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (2.18s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (9.94s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (9.80s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.85s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (30.65s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.29s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.99s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (14.23s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.44s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.64s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.18s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildStderr (6.28s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (26.08s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.58s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.19s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (2.01s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.42s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (7.36s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildUser (0.06s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.80s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.88s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.73s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (29.23s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.29s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.84s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.85s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.59s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.47s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.70s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.06s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.62s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.38s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.55s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.89s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.87s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (3.06s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.81s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (6.07s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestCommitChange (6.52s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.02s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.04s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestCommitTTY (18.99s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.02s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.83s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.26s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (7.82s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.87s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.04s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.11s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.34s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.99s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.04s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.04s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.17s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.18s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.04s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (7.84s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.73s) [2022-05-17T13:04:42.369Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.38s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.35s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.85s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.39s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.04s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-05-17T13:04:42.369Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.59s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.05s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.96s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.00s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.13s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.13s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.63s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.04s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.50s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.44s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false_____} (8.07s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false_____} (3.06s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false_____} (3.07s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true_____} (3.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00040eb10__} (3.10s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11607478211_c:\foo_false_____} (3.01s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11607478211_c:\foo_true_____} (3.07s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.04s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.43s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.12s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.05s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpGarbagePath (8.16s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.10s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.08s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpToCaseA (15.36s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.56s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpToCaseE (21.47s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpToCaseH (16.59s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpToDot (3.23s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCpToStdout (3.46s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.27s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateArgs (0.27s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.48s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (7.83s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.28s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.58s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.99s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateLabels (0.29s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateRM (0.48s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.25s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.50s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (15.06s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.30s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.70s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.30s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.29s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.99s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.04s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestDockerFails (0.10s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.13s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.05s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.22s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (19.63s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsCopy (6.65s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.74s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.68s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.17s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.07s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.59s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.45s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFilters (11.07s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFormat (5.93s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.10s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.26s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.04s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsRename (8.08s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsResize (8.80s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.00s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.49s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.52s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsUntag (2.86s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.37s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.66s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.58s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.85s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.92s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.93s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.99s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.45s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.07s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecInspectID (4.73s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecParseError (0.04s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.50s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.05s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.23s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (10.26s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.79s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.86s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.79s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.68s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.04s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.11s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.11s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.00s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.11s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.12s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.13s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.49s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.92s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.50s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.13s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.60s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.41s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (3.10s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.69s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesFormat (0.32s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.60s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.12s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImportBadURL (0.12s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestImportFile (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.10s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.04s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.11s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (7.72s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.97s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.16s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.03s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.28s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (7.91s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectDefault (3.13s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectHistory (5.87s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectImage (0.04s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-05-17T13:04:42.370Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectInt64 (7.84s) [2022-05-17T13:04:42.370Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.11s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.29s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.01s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.94s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.11s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectStatus (3.48s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.90s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.16s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.08s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.16s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.83s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.99s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.93s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.13s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.11s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.59s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.63s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.60s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.05s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.07s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.11s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.07s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.01s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.99s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.65s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.40s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.13s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.05s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsSince (10.10s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsTail (3.70s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.36s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.07s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.11s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.70s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (10.71s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.04s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsByOrder (11.24s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsListContainersBase (12.66s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (18.34s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.42s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (15.34s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.98s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (14.18s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (11.10s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.14s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (11.30s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.53s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.75s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.40s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.44s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.39s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (7.95s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (32.29s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.80s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.38s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.28s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.05s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.57s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.41s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.47s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiBlank (0.12s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.44s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.88s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.80s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (1.05s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.89s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (11.58s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (14.91s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.83s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiTag (1.05s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.12s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.86s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (8.43s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.47s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.69s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.61s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.83s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.83s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.82s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.93s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.86s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.10s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunBindMounts (10.85s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (7.85s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.26s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.57s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.96s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.15s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (7.74s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.04s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.97s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.04s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.74s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.54s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.01s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.94s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.94s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.14s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunExitCode (2.98s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (7.89s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (7.85s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.14s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunExposePort (0.11s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (15.09s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-17T13:04:42.371Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.11s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.05s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.05s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-05-17T13:04:42.371Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (12.08s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.30s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.92s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.14s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.30s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.49s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.83s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.86s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.72s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.07s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.69s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (14.83s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.04s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunRm (3.04s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.42s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.01s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (7.87s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.33s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.95s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.71s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.26s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.11s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.51s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.94s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.84s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.05s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.68s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (10.77s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.93s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (5.13s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.08s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (7.87s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.09s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.11s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.05s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.23s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.27s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.89s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.94s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.04s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.04s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.51s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.34s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.84s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (13.67s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.99s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (7.81s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.84s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.24s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.04s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.20s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.77s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.97s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.17s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.98s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.45s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.21s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.30s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.49s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.40s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.22s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLILs (8.28s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.12s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (8.83s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.56s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.55s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.12s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.24s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (19.68s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.87s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.31s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.49s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.39s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.41s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (16.47s) [2022-05-17T13:04:42.372Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-05-17T13:04:42.372Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (2.04s) [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.372Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-17T13:04:42.372Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.373Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-17T13:04:42.373Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.373Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-17T13:04:42.373Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.373Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-17T13:04:42.373Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-17T13:04:42.843Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- PASS: TestDockerRegistrySuite (0.23s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-17T13:04:42.843Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-17T13:04:42.843Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-17T13:04:42.843Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-17T13:04:42.843Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-17T13:04:42.843Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-17T13:04:42.843Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-17T13:04:42.843Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-17T13:04:42.843Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-17T13:04:42.843Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-17T13:04:42.843Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-17T13:04:42.843Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-17T13:04:42.843Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-17T13:04:42.843Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-17T13:04:42.843Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-17T13:04:42.843Z] === RUN TestDockerDaemonSuite [2022-05-17T13:04:42.843Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-17T13:04:42.843Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-17T13:04:42.843Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-17T13:04:42.843Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-17T13:04:42.843Z] === RUN TestDockerSwarmSuite [2022-05-17T13:04:42.843Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-05-17T13:04:42.843Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-17T13:04:42.843Z] === RUN TestDockerExternalVolumeSuite [2022-05-17T13:04:42.843Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-05-17T13:04:42.843Z] === RUN TestDockerNetworkSuite [2022-05-17T13:04:42.843Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-05-17T13:04:42.843Z] === RUN TestDockerHubPullSuite [2022-05-17T13:04:42.843Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-05-17T13:04:42.843Z] PASS [2022-05-17T13:04:42.843Z] ok github.com/docker/docker/integration-cli 3531.838s [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === Skipped [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-17T13:04:42.843Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-17T13:04:42.843Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-17T13:04:42.843Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-17T13:04:42.843Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-17T13:04:42.843Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-17T13:04:42.843Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-17T13:04:42.843Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.04s) [2022-05-17T13:04:42.843Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.04s) [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-17T13:04:42.843Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.843Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-05-17T13:04:42.843Z] [2022-05-17T13:04:42.843Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-17T13:04:42.844Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-17T13:04:42.844Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-17T13:04:42.844Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-17T13:04:42.844Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-17T13:04:42.844Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.04s) [2022-05-17T13:04:42.844Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.04s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.62s) [2022-05-17T13:04:42.844Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.62s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.04s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.04s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.54s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.54s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.56s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.06s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.06s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.59s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.59s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:5420: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.08s) [2022-05-17T13:04:42.844Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.08s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.04s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.04s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.04s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.04s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.07s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.07s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.56s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.56s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.59s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.59s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.60s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:5143: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.60s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.56s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.56s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.52s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.52s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.04s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.04s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.04s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.04s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.06s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.06s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.06s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.06s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.07s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.07s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.09s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.09s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.05s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.04s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.04s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.04s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.04s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.14s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.14s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.09s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.09s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.844Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-05-17T13:04:42.844Z] docker_cli_build_test.go:5514: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.844Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-05-17T13:04:42.844Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:5917: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:5550: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:5538: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.08s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:5975: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.08s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.04s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.04s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.64s) [2022-05-17T13:04:42.845Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.64s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.58s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.58s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.06s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildUser (0.06s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.59s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:5566: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.59s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:5582: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.55s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.55s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:6055: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.51s) [2022-05-17T13:04:42.845Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-17T13:04:42.845Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-05-17T13:04:42.845Z] docker_cli_sni_test.go:18: Flakey test [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.04s) [2022-05-17T13:04:42.845Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.04s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-17T13:04:42.845Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T13:04:42.845Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-17T13:04:42.845Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.04s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.04s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.05s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.05s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.04s) [2022-05-17T13:04:42.845Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.04s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.04s) [2022-05-17T13:04:42.845Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.04s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-17T13:04:42.845Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-17T13:04:42.845Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-17T13:04:42.845Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.05s) [2022-05-17T13:04:42.845Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.845Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.05s) [2022-05-17T13:04:42.845Z] [2022-05-17T13:04:42.845Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.03s) [2022-05-17T13:04:42.845Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-17T13:04:42.846Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-17T13:04:42.846Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-17T13:04:42.846Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-17T13:04:42.846Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-17T13:04:42.846Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-17T13:04:42.846Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-17T13:04:42.846Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-17T13:04:42.846Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-17T13:04:42.846Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-17T13:04:42.846Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-17T13:04:42.846Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-05-17T13:04:42.846Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.04s) [2022-05-17T13:04:42.846Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.04s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.03s) [2022-05-17T13:04:42.846Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-17T13:04:42.846Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-17T13:04:42.846Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2022-05-17T13:04:42.846Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-05-17T13:04:42.846Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.04s) [2022-05-17T13:04:42.846Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.04s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-05-17T13:04:42.846Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-05-17T13:04:42.846Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-17T13:04:42.846Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-05-17T13:04:42.846Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:42.846Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-17T13:04:42.846Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T13:04:42.846Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-05-17T13:04:42.846Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecEnv (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.04s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecParseError (0.04s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-17T13:04:43.317Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.05s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.05s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.03s) [2022-05-17T13:04:43.317Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.04s) [2022-05-17T13:04:43.317Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.04s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestImportFile (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.04s) [2022-05-17T13:04:43.317Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.04s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-05-17T13:04:43.317Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-17T13:04:43.317Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-05-17T13:04:43.317Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-17T13:04:43.317Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.04s) [2022-05-17T13:04:43.317Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectImage (0.04s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-05-17T13:04:43.317Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-17T13:04:43.317Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.04s) [2022-05-17T13:04:43.317Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.04s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.04s) [2022-05-17T13:04:43.317Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.317Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.04s) [2022-05-17T13:04:43.317Z] [2022-05-17T13:04:43.317Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.04s) [2022-05-17T13:04:43.317Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.04s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.04s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.04s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-05-17T13:04:43.318Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.04s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.04s) [2022-05-17T13:04:43.318Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.03s) [2022-05-17T13:04:43.318Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-17T13:04:43.318Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-17T13:04:43.318Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-17T13:04:43.318Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-17T13:04:43.318Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-05-17T13:04:43.318Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-05-17T13:04:43.318Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-17T13:04:43.318Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.04s) [2022-05-17T13:04:43.318Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.14s) [2022-05-17T13:04:43.318Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.14s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.04s) [2022-05-17T13:04:43.318Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.04s) [2022-05-17T13:04:43.318Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-05-17T13:04:43.318Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.04s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.04s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.318Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-05-17T13:04:43.318Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.318Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-05-17T13:04:43.318Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.04s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.04s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.04s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.04s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.04s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.04s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.04s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.04s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.05s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.05s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.05s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.05s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.319Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-05-17T13:04:43.319Z] [2022-05-17T13:04:43.319Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.03s) [2022-05-17T13:04:43.319Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.07s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.07s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.04s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.04s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.05s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.05s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-17T13:04:43.320Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-05-17T13:04:43.320Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.03s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.04s) [2022-05-17T13:04:43.320Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.04s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.04s) [2022-05-17T13:04:43.320Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.320Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.04s) [2022-05-17T13:04:43.320Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.04s) [2022-05-17T13:04:43.321Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.04s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-17T13:04:43.321Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-17T13:04:43.321Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-05-17T13:04:43.321Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-05-17T13:04:43.321Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-17T13:04:43.321Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-17T13:04:43.321Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-17T13:04:43.321Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T13:04:43.321Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.321Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T13:04:43.321Z] [2022-05-17T13:04:43.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T13:04:43.321Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-17T13:04:43.791Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.791Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-05-17T13:04:43.791Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-05-17T13:04:43.792Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] DONE 1088 tests, 539 skipped in 3547.147s [2022-05-17T13:04:43.792Z] INFO: Integration tests ended at 05/17/2022 13:04:43. Duration:00:59:07.3798219 [2022-05-17T13:04:43.792Z] INFO: Docker info of the daemon under test at end of run [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] Containers: 10 [2022-05-17T13:04:43.792Z] Running: 0 [2022-05-17T13:04:43.792Z] Paused: 0 [2022-05-17T13:04:43.792Z] Stopped: 10 [2022-05-17T13:04:43.792Z] Images: 18 [2022-05-17T13:04:43.792Z] Server Version: 0.0.0-dev [2022-05-17T13:04:43.792Z] Storage Driver: windowsfilter [2022-05-17T13:04:43.792Z] Windows: [2022-05-17T13:04:43.792Z] Logging Driver: json-file [2022-05-17T13:04:43.792Z] Plugins: [2022-05-17T13:04:43.792Z] Volume: local [2022-05-17T13:04:43.792Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-05-17T13:04:43.792Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-05-17T13:04:43.792Z] Swarm: inactive [2022-05-17T13:04:43.792Z] Default Isolation: process [2022-05-17T13:04:43.792Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-05-17T13:04:43.792Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-05-17T13:04:43.792Z] OSType: windows [2022-05-17T13:04:43.792Z] Architecture: x86_64 [2022-05-17T13:04:43.792Z] CPUs: 4 [2022-05-17T13:04:43.792Z] Total Memory: 32GiB [2022-05-17T13:04:43.792Z] Name: azwin-2-354e70 [2022-05-17T13:04:43.792Z] ID: 4dcee434-8929-458a-bab1-6b84c0cd8b31 [2022-05-17T13:04:43.792Z] Docker Root Dir: D:\CI\PR-43322\3\daemon [2022-05-17T13:04:43.792Z] Debug Mode (client): false [2022-05-17T13:04:43.792Z] Debug Mode (server): true [2022-05-17T13:04:43.792Z] File Descriptors: -1 [2022-05-17T13:04:43.792Z] Goroutines: 17 [2022-05-17T13:04:43.792Z] System Time: 2022-05-17T13:04:43.5399423Z [2022-05-17T13:04:43.792Z] EventsListeners: 0 [2022-05-17T13:04:43.792Z] Registry: https://index.docker.io/v1/ [2022-05-17T13:04:43.792Z] Labels: [2022-05-17T13:04:43.792Z] Experimental: false [2022-05-17T13:04:43.792Z] Insecure Registries: [2022-05-17T13:04:43.792Z] 127.0.0.0/8 [2022-05-17T13:04:43.792Z] Live Restore Enabled: false [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] [2022-05-17T13:04:43.792Z] INFO: Stopping daemon under test [2022-05-17T13:04:44.261Z] SUCCESS: The process with PID 5836 (child process of PID 6072) has been terminated. [2022-05-17T13:04:44.261Z] SUCCESS: The process with PID 6072 (child process of PID 2092) has been terminated. [2022-05-17T13:04:44.261Z] INFO: Stop tailing logs of the daemon under tests [2022-05-17T13:04:44.261Z] INFO: executeCI.ps1 Completed successfully at 05/17/2022 13:04:43. [2022-05-17T13:04:44.261Z] INFO: Tidying up at end of run [2022-05-17T13:04:44.261Z] ----------- DAEMON LOG ------------ [2022-05-17T13:04:44.261Z] 2022/05/17 12:02:00 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-05-17T13:04:44.261Z] ----------- END DAEMON LOG -------- [2022-05-17T13:04:44.261Z] INFO: Saving daemon under test log (d:\CI\PR-43322\3\dut.out) to bundles\CIDUT.out [2022-05-17T13:04:44.261Z] INFO: Saving daemon under test log (d:\CI\PR-43322\3\dut.err) to bundles\CIDUT.err [2022-05-17T13:04:44.261Z] INFO: Saving containerd logs to bundles [2022-05-17T13:04:44.261Z] INFO: Nuke-Everything... [2022-05-17T13:04:44.730Z] INFO: Container count on control daemon to delete is 2 [2022-05-17T13:04:45.199Z] 99894f4d6328 [2022-05-17T13:04:45.199Z] 46fbc88640dc [2022-05-17T13:04:45.199Z] INFO: Tidying pidfile d:\CI\PR-43322\3\docker.pid [2022-05-17T13:04:45.199Z] INFO: Nuking d:\CI [2022-05-17T13:05:27.958Z] INFO: Zapped successfully [2022-05-17T13:05:27.958Z] [2022-05-17T13:05:27.958Z] INFO: executeCI.ps1 exiting at Tue May 17 13:05:26 CUT 2022. Duration 01:35:53.0080989 [2022-05-17T13:05:27.958Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-05-17T13:05:28.209Z] Recording test results [2022-05-17T13:05:37.496Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-05-17T13:05:39.698Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-05-17T13:05:42.878Z] Archiving artifacts [2022-05-17T13:05:58.886Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43322/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-17T13:05:59.915Z] + make clean [2022-05-17T13:06:01.484Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-17T13:06:01.484Z] docker-dev-cache [2022-05-17T13:06:01.484Z] 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